* lisp/subr.el (internal--called-interactively-p--get-frame): Avoid filling
[emacs.git] / lisp / org / ChangeLog
blob56a76c7d680656ff1b7dd874c0f19954fa6f6a44
1 2013-01-13  Bastien Guerry  <bzg@gnu.org>
3         * org-compat.el (org-condition-case-unless-debug): Delete.
5         * org-odt.el (org-odt-cleanup-xml-buffers): Use
6         `condition-case' instead of `org-condition-case-unless-debug',
7         which is now deleted.
9         * org-capture.el (org-capture-templates-contexts):
10         * org-agenda.el (org-agenda-custom-commands-contexts):
11         Docstring fix.
13         * org.el (org-get-tags-at): Remove duplicate inherited tags.
15         * org-agenda.el (org-agenda-show-inherited-tags): Allow to be set
16         to 'always or to a list of agenda types.
17         (org-agenda-finalize): Rework conditions under which inherited
18         tags should be made available even when not displayed.
19         (org-search-view, org-agenda-get-todos)
20         (org-agenda-get-timestamps, org-agenda-get-sexps)
21         (org-agenda-get-progress, org-agenda-get-scheduled)
22         (org-agenda-get-blocks): Use new possible values of
23         `org-agenda-show-inherited-tags'.
25         * org.el (org-open-at-point): Fix opening all links at point.
27         * org-agenda.el (org-get-entries-from-diary): Turn off
28         `diary-file-name-prefix' instead of
29         `diary-file-name-prefix-function', the former is checked before
30         the latter.
32         * org.el (org-edit-special): Check for table.el before checking
33         for Org tables.
35 2013-01-13  Michael Albinus  <michael.albinus@gmx.de>
37         * ob-eval.el (org-babel-shell-command-on-region): Use
38         `executable-find' for local `shell-file-name'.
40 2013-01-09  Achim Gratz  <Stromeko@Stromeko.de>
42         * org-faces.el: Define face alias mode-line for XEmacs (it's
43         called modeline there).
45         * org-compat.el (org-no-popups): New wrapper macro which let-binds
46         the correct variables to suppress popup windows depending on the
47         Emacs version in use.  This is a compile-time decision when
48         byte-compiling.
50         * org.el (org-get-location, org-switch-to-buffer-other-window):
51         Use the wrapper `org-no-popups' to let-bind the correct variables
52         for suppression of popup windows.
54         * org-compat.el (user-error): Defalias to `error' for Emacsen that
55         don't have it.
57         * org-agenda.el (org-agenda-write): Use org-called-interactively-p
58         instead of called-interactively-p.
60         * org.el (org-find-invisible-foreground): Do not use the value of
61         variables `default-frame-alist', `initial-frame-alist' and
62         `window-system-default-frame-alist' when their symbol is not bound.
64 2013-01-09  Bastien Guerry  <bzg@gnu.org>
66         * org-src.el (org-edit-src-code): Fix bug when trying to edit a
67         table.el table.
69         * org-agenda.el (org-agenda-finalize): Inhibit readonly for the
70         whole function.
72         * org.el (org-entry-get): Speed up by let-binding some variables
73         only if needed.  Also fix a bug: consider an empty drawer as no drawer.
75         * org-agenda.el (org-search-view, org-agenda-get-todos)
76         (org-agenda-get-timestamps, org-agenda-get-sexps)
77         (org-agenda-get-progress, org-agenda-get-deadlines)
78         (org-agenda-get-scheduled, org-agenda-get-blocks)
79         (org-agenda-change-all-lines): Get local tags only.
80         (org-agenda-use-tag-inheritance): New option.
81         (org-agenda-finalize): When `org-agenda-use-tag-inheritance'
82         is non-nil, possibly reset tags in the agenda buffer.
83         (org-agenda-check-type): Enhance docstring.
85         * org.el (org-use-tag-inheritance): Fix typo in docstring.
87         * org-agenda.el (org-float): Don't alias `org-float'.
89         * org.el (org-scan-tags): The skipper already checks for archived
90         entries.
92         * org.el (org-refresh-properties): Rename from
93         `org-refresh-effort-properties' and use two new parameters.
94         (org-agenda-prepare-buffers): Use `org-refresh-properties'.
95         Also refresh the 'org-appt-warntime text property.
97         * org-clock.el (org-clock-in): Use the renamed defun.
99         * org-icalendar.el (org-icalendar-print-entries):
100         Refresh the 'org-appt-warntime property.
101         (org-icalendar-print-entries):
102         * org-agenda.el (org-agenda-get-timestamps)
103         (org-agenda-get-sexps, org-agenda-get-deadlines)
104         (org-agenda-get-scheduled): Do not use `org-entry-get' to get the
105         "APPT_WARNTIME" property value.
107         * org.el (org-id-link-to-org-use-id): Fix compiler warning.
109         * org-agenda.el (org-agenda-format-item): Do not use
110         `org-get-effort' to get the effort text property.
111         (org-agenda-get-sexps): Use `org-back-to-heading' when setting tags.
113         * org-clock.el (org-clock-in): Refresh effort properties.
115         * org.el (org-refresh-effort-properties): New defun.
116         (org-get-effort): Delete.
117         (org-set-effort):
118         (org-property-next-allowed-value): Set the 'org-effort text property.
119         (org-agenda-prepare-buffers): Refresh effort properties.
121         * org.el (org-read-date): Let-bind `mouse-autoselect-window' to
122         nil so that the mouse doesn't jump when the option is set to t globally.
124         * org-agenda.el (org-agenda-dim-blocked-tasks): Default to nil.
125         (org-agenda-dim-blocked-tasks): Make interactive and allow an
126         optional parameter 'invisible to hide blocked tasks instead of
127         just dimming them.
128         (org-agenda-mode-map): Bind `org-agenda-dim-blocked-tasks' to "#".
130         * org-agenda.el (org-agenda-finalize): Don't try to align tags
131         when there are no tags.  Only try to draw the habit consistency
132         graph when there is a habit in the buffer.  Only mark clocking
133         task when there is one.
135         * org.el (org-adaptive-fill-function): DTRT in `message-mode'.
137         * org.el (org-get-priority): Save match data even when using
138         `org-get-priority-function'.
140         * org-mobile.el (org-mobile-create-index-file):
141         Possibly normalize `org-todo-keywords'.
143         * org-mobile.el (org-mobile-push): Use the correct agenda buffer names.
145         * org.el (org-store-link): Use `org-id-link-to-org-use-id' instead
146         of the obsolete variable name.
148         * org.el (org-fontify-meta-lines-and-blocks-1):
149         Fix bug when fontifying keywords with no value.
151         * org.el (org-goto-auto-isearch): Enhance docstring.
152         (org-goto-map): Make a defun, so that the customized value of
153         org-goto-auto-isearch is correctly initialized.
154         (org-goto): Initialize the keymap with `org-goto-map'.
155         (org-get-location): Use *Org Help* as a temporary buffer.
156         Tell whether auto-isearch is on or off.
158         * org-exp.el (org-export-as-org): Remove useless argument.
160         * org-docbook.el (org-export-as-docbook-batch)
161         (org-export-region-as-docbook, org-export-as-docbook-pdf):
162         Fix the number of arguments.
163         (org-export-as-docbook): Remove useless argument.
165         * org.el (org-speed-commands-default): Use ":" instead of ";" for
166         `org-set-tags-command', which is consistent with ":" in agenda
167         view.  Use "=" for `org-columns".
169         * org.el (org-sparse-tree): Fix redundant information in prompt.
171         * org-exp.el (org-export-string): Fix number of arguments passed
172         to the org-export-as-* functions.
174         * org-latex.el (org-export-as-latex): Fix typo in docstring.
176         * org-list.el (org-cycle-include-plain-lists): Docstring enhancement.
178         * org.el (org-fontify-meta-lines-and-blocks-1): Fix fontification
179         bug when fontifying a keyword with no associated value.
180         (org-cycle-internal-local): Don't run hooks when cycling a plain
181         list before first headline.
182         (org-ctrl-c-ctrl-c): Throw a user error when trying to toggle a
183         blocked checkbox.
184         (org-indent-line): Fix table formulas indenting.
186         * org-agenda.el (org-agenda-open-link): Fix bug when no link is
187         matched.  Return a message instead of an error.
188         (org-agenda-priority): Remove useless parameter and fix showing
189         priority in agenda buffers.
191         * org-macs.el (org-with-buffer-modified-unmodified): New macro.
193         * org.el (org-entry-blocked-p): Use the new macro.
195         * org-src.el (org-edit-src-exit): Don't comma-escape the content
196         of a fixed width region.
198         * org.el (org-blocker-hook): Update the docstring to mention that
199         functions in this hook should not modify the buffer.
200         (org-trigger-hook): Small docstring fix.
201         (org-entry-blocked-p): Use `with-buffer-modified-unmodified'
202         so that the function never modifies the buffer.
204         * org-agenda.el (org-agenda-open-link): Allow to open an internal
205         link by using the new `org-offer-links-in-entry' function.
207         * org.el (org-offer-links-in-entry): Do not open the link directly
208         through `org-open-link-from-string', only offer to select a link
209         and return a cons with the link (as a string) and the end of entry.
210         (org-open-at-point): Use `org-offer-links-in-entry' correctly.
212         * org.el (org-cycle-internal-local):
213         Fix bug: allow headings with leading blank characters.
215         * org-clock.el (org-clock-persist):
216         Docstring fix: document the 'history value.
218         * org.el (org-insert-link): Fix bug when inserting links to
219         headlines containing the ">" character.
221         * org-crypt.el (org-at-encrypted-entry-p): Fix search boundary.
223         * org-compat.el (org-delete-directory): New compatibility function
224         for Emacs 22, where `delete-directory' does not support recursive
225         deletion.
227         * org-odt.el (org-odt-cleanup-xml-buffers):
228         Use the new compatibility function.
230         * org.el (org-table-map-tables): Fix allowed blocks.
232         * org.el (org-edit-special):
233         * org-src.el (org-edit-src-code): Fix regression: allow editing
234         HTML and LaTeX source blocks again.
236         * org.el (org-nonsticky-props): Add `htmlize-link'.
237         (org-nonsticky-props): Add `htmlize-link'.
239         * org.el (org-edit-special):
240         * org-src.el (org-edit-src-code): Don't edit in verbatim blocks.
242         * org-table.el (org-table-fedit-lisp-indent)
243         (orgtbl-self-insert-command): Use `org-delete-backward-char'
244         instead of `backward-delete-char'.
246         * org-src.el (org-edit-src-code): Fix another bug about editing
247         special blocks "example" and "verbatim".
249         * org.el (org-structure-template-alist): Add verbatim.
250         (org-edit-special): Fix bug about editing special blocks
251         "example" and "verbatim".
253         * org.el (org-delete-backward-char, org-delete-char):
254         Save match data, `delete-backward-char' and `delete-char' don't.
256         * org.el (org-enable-table-editor, org-insert-heading)
257         (org-remove-timestamp-with-keyword, org-self-insert-command):
258         * org-table.el (org-table-fedit-lisp-indent)
259         (orgtbl-self-insert-command):
260         * org-latex.el (org-export-latex-subcontent):
261         * org-clock.el (org-clocktable-write-default):
262         * org-ascii.el (org-export-ascii-preprocess):
263         Use `delete-backward-char' instead of `backward-delete-char'.
265         * org.el (org-todo): Ignore the comment string when changing the
266         TODO state of a headline.
267         (org-edit-special): Fix docstring.
268         (org-in-src-block-p): Small enhancement.
270         * org-publish.el (org-publish-org-to): Call `org-export-as-*'
271         functions with the correct list of arguments.
273         * org-html.el (org-export-as-html): Delete obsolete arg `hidden'.
274         (org-export-as-html-and-open, org-export-as-html-batch)
275         (org-export-region-as-html): Don't use obsolete arg.
277         * org-ascii.el (org-export-as-ascii): Delete obsolete arg `hidden'.
278         (org-export-as-ascii-to-buffer): Don't use obsolete arg.
280         * org.el (org-in-fixed-width-region-p): Save match data.
281         (org-in-src-block-p): Use case-folding for searching the block
282         boundaries.
283         (org-activate-plain-links, org-activate-angle-links)
284         (org-activate-bracket-links): Prevent link activation in
285         source code blocks.
287         * org-odt.el (org-odt-cleanup-xml-buffers): Fix Emacs Bug#13197 by
288         setting the correct buffer before marking it unmodified to
289         silently kill him.
291         * org.el (org-set-font-lock-defaults): Don't activate links in
292         source code blocks and fixed-width regions.
294         * org-agenda.el (org-agenda-finalize): Fix links activation.
296         * org.el (org-open-at-point): Throw the correct error on
297         non-links.  Use `user-error' instead of `error'.
299         * org.el (org-in-fixed-width-region-p): Define before use.
301         * org-src.el (org-in-src-block-p): Declare function.
303         * org-compat.el: Fix bug: don't use `eval-when-compile' when
304         aliasing `user-error'.
306         * org-agenda.el (org-agenda-skip): Only check if point is
307         inside a code block, not at a code block.
309         * org.el (org-in-fixed-width-region-p):
310         Rewrite using org-element.el.
312         * org.el (org-fill-paragraph): Fill correctly in source code block.
314         * org.el (org-in-fixed-width-region-p): New function.
315         (org-edit-special): Fix bug: make sure to DTRT in every
316         special environment.  Also use the new function to check
317         against fixed-width environment.
319         * org-src.el (org-edit-src-code): Check if we are in a source code
320         block with `org-in-src-block-p'.  Slightly reformat the docstring.
322         * org.el (org-in-src-block-p): Return t when point is at the
323         #+BEGIN_SRC/#+END_SRC lines unless the new optional parameter
324         'inside is set to t.
326         * ob-exp.el (obe-marker): Delete useless var.
328         * org-src.el (org-edit-src-code): Fix bug triggered by the sexp
329         (copy-marker nil) on Emacs <24.1.
331 2013-01-09  Dmitry Antipov  <dmantipov@yandex.ru>
333         * org-agenda.el (org-agenda-get-restriction-and-command):
334         * org-capture.el (org-capture-place-template):
335         * org-colview.el (org-dblock-write:columnview):
336         * org-mobile.el (org-mobile-locate-entry):
337         * org-table.el (org-table-convert-region):
338         * org.el (org-update-statistics-cookies): Use `point-marker'.
340 2013-01-09  Eric Schulte  <eric.schulte@gmx.com>
342         * org-exp.el (org-export-string): Pass the dir option on through
343         to any subsequent export functions.
345 2013-01-09  Henning Weiss  <hdweiss@gmail.com>  (tiny change)
347         * org-mobile.el (org-mobile-sumo-agenda-command): Remove match
348         description from block agendas when they have a title.
350 2013-01-09  Jambunathan K  <kjambunathan@gmail.com>
352         * org-odt.el (org-export-as-odt-batch): Init `org-odt-zip-dir'.
353         Fix Emacs Bug#13254.
355         * org-odt.el (org-odt-format-org-link): Add check for presence of
356         description in headline links.
358 2013-01-09  Michael Gauland  <mike_gauland@stanfordalumni.org>  (tiny change)
360         * org-src.el: Create a marker to pass to copy-marker.
362 2013-01-09  Nicolas Goaziou  <n.goaziou@gmail.com>
364         * org.el (org-setup-filling): Set `auto-fill-inhibit-regexp' to
365         nil because `org-adaptive-fill-function' already determines which
366         lines should be filled.
368         * org.el (org-fill-paragraph): Small refactoring.
370         * org-element.el (org-element--parse-elements)
371         (org-element-at-point): Fix parsing of a list in a block in a list.
373 2013-01-09  Sebastien Vauban  <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
375         * org.el (org-copy-subtree, org-paste-subtree):
376         Fix whitespace handling when copying/pasting a subtree.
378 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
380         * ob.el (org-babel-temp-file): Fix setting of
381         `temporary-file-directory' on remote hosts.
383         * ob-eval.el (org-babel-shell-command-on-region): Use
384         `process-file' instead of `call-process-region'.  The latter one
385         does not work on remote hosts.
387 2012-12-13  Bastien Guerry  <bzg@gnu.org>
389         * org-latex.el (org-export-latex-links): Escape raw path when
390         exporting links to files.
392         * org-src.el (org-src-native-tab-command-maybe): Fix bug: the
393         S-TAB key should not trigger a native TAB command.
395         * org.el (org-open-at-point): Allow to open any link within
396         footnotes definition, not only bracket links.
398         * org.el (org-sort-entries): Bugfix: keep track of the clock
399         marker when sorting entries.  Enhance the docstring.
401         * org-clock.el (org-clock-out): Use `user-error' when the user
402         tries to clock out while there is no running clock.
404         * org-table.el (org-table-sort-lines): Ensure coordinates are
405         correctly displayed when sorting.
407         * org.el (org-do-sort): Enhance prompt.
409         * org-agenda.el (org-agenda-finalize): Also activate plain links.
411         * org-timer.el (org-timer-stop): Add message.
413         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
414         Fix redundant messages.
416         * org-agenda.el (org-agenda-finalize): Fix clock highlighting.
418         * org.el (org-additional-option-like-keywords): Add "INDEX:".
420         * org-install.el: Enhance warning.
422 2012-12-13  Erik Hetzner  <egh@e6h.org>  (tiny change)
424         * org.el (org-log-into-drawer): Honor the nil value for the
425         :LOG_INTO_DRAWER: property.
427 2012-12-13  Le Wang  <l26wang@gmail.com>  (tiny change)
429         * org-src.el (org-edit-src-exit): Fix editing source section with
430         blank lines.
432 2012-12-13  Le Wang  <le.wang@agworld.com.au>
434         * org-src.el (org-edit-src-code): Use marker with insertion type
435         t to track end and remove hack requiring delete from beg to (1- end).
437 2012-12-13  Nicolas Goaziou  <n.goaziou@gmail.com>
439         * org-element.el (org-element-context): When point is between two
440         objects, be sure to return the second one.
442         * org-list.el (org-list-separating-blank-lines-number): When
443         computing number of blank lines separating items, also count those
444         in unparsed blocks, like example blocks.
446         * org.el (org-end-of-line): When visual line mode is on, really
447         move by visual lines.  Small refactoring.
449         * org.el (org-end-of-line): On a hidden block make sure to
450         delegate motion to `end-of-line' instead of `move-end-of-line' in
451         order to stay on the current line.
453 2012-12-13  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
455         * org-bibtex.el: In the documentation section of the file, fix the
456         broken URL to Andrew Roberts' document on BibTeX entries.
458         * org-remember.el (org-remember-handler): Correctly strip the
459         comment lines in the temporary buffer *Remember* when handling a
460         remember note.
462         * org-remember.el (org-remember-apply-template): Start the
463         commented lines in the Remember temporary buffer with the
464         appropriate characters.
466 2012-12-13  Toby S. Cubitt  <tsc25@cantab.net>
468         * org.el (org-beginning-of-line): Check `visual-line-mode' instead
469         of `line-visual-mode' to determine whether to move by visual lines.
471         * org.el (org-kill-line): Use the `org-bound-and-true-p' macro.
473 2012-12-04  Chong Yidong  <cyd@gnu.org>
475         * org-bibtex.el (org-bibtex-ask): Use visual-line-mode instead of
476         longlines-mode.
478 2012-10-26  Achim Gratz  <stromeko@stromeko.de>
480         * ob-ditaa.el: Needs to (require 'org-compat) for
481         org-find-library-dir.
483         * org.el: Remove utf-8 codepoints in docstrings, bytecode doesn't
484         work when loaded from compressed files.
486         * org-compat.el: Make sure that file-name-directory is getting a
487         stringp.  This avoids a possible " (wrong-type-argument stringp
488         nil)" error when the library in question does not exist.
490         * org-odt.el: Replace arc-mode.el by arc-mode.
492         * org.el: Replace org-macs.el by org-macs.
494         * org-install.el: Provide an empty file that prints a warning
495         about an outdated configuration.
497 2012-10-26  Bastien Guerry  <bzg@gnu.org>
499         * org-latex.el (org-export-as-latex): Remove obsolete argument
500         `hidden'.  Also fix the docstring: using 'string as the value
501         for `to-buffer' outputs a string with no LaTeX header.
502         (org-export-as-latex-batch)
503         (org-export-as-latex-to-buffer, org-export-region-as-latex)
504         (org-export-as-pdf): Don't use the obsoleted argument.
506         * ob-haskell.el (org-export-as-latex): Don't use the obsoleted
507         argument `hidden'.
509         * org.el (org-refile): Run within `with-demoted-errors' so that a
510         corrupted bookmark file does not stop the refile process.
512         * org-capture.el (org-capture-bookmark-last-stored-position):
513         Ditto for the capture process.
515         * org-src.el (org-edit-src-exit): Fix bug when saving an empty
516         source buffer.
518         * org-lparse.el (org-lparse): Fix bug by returning the output
519         of `org-do-lparse'.
521         * org.el (org-refile-check-position): Throw an error when the
522         refile target is the current buffer and is not a file.
523         (org-agenda-file-to-front, org-remove-file): Throw an error
524         when the current buffer is not a file.
525         (org-check-agenda-file): Enhance the message.
526         (org-element-type): Autoload.
527         (org-element-context, org-element-paragraph-parser): Don't
528         declare as these two functions are not used in org.el.
530         * org-lparse.el (browse-url-file-url): Declare.
532         * org.el (org-refile-check-position): Fix typo in docstring.
534         * org-clock.el (org-clock-modeline-total): Make obsolete.
535         (org-clock-mode-line-total): Rename from
536         `org-clock-modeline-total'.
537         (org-clock-get-sum-start): Fix references to
538         `org-clock-modeline-total'.
540         * org-faces.el (org-agenda-filter-tags)
541         (org-agenda-filter-category, mode-line): Use the 'mode-line
542         face instead of the obsolete 'modeline.
544         * org-odt.el (org-odt-styles-dir): Try more directories.
545         Don't throw an error, just send a message.
547         * org-odt.el (org-odt-lib-dir, org-odt-data-dir)
548         (org-odt-schema-dir-list, org-odt-styles-dir-list): Delete.
549         (org-export-odt-schema-dir, org-odt-styles-dir): Infer the
550         correct directories without requiring other variables.
552         * org-fixup.el (org-make-org-version, org-make-autoloads):
553         Don't define `org-odt-data-dir' in org-version.el.
555         * org-loaddefs.el: New file.
557         * org.el ("org-loaddefs.el"): Don't throw an error if the file
558         cannot be fund.
559         (org-version): Use org-loaddefs.el instead of org-install.el.
561         * org.el: Don't dynamically autoload already autoloaded
562         functions.
563         (org-clock-update-time-maybe): Move to org-clock.el.
565         * org-exp.el (org-insert-export-options-template): Remove
566         autoload cookie.
568         * org-clock.el (org-resolve-clocks, org-clock-in)
569         (org-clock-out, org-clock-cancel, org-clock-goto)
570         (org-clock-sum, org-clock-display, org-clock-report)
571         (org-dblock-write:clocktable): Add autoload cookie.
572         (org-clock-update-time-maybe): Moved from org.el.
574         * org-beamer.el (org-beamer-sectioning, org-beamer-mode): Ditto.
576         * org-ascii.el (org-export-ascii-preprocess): Ditto.
578         * org-archive.el (org-archive-subtree)
579         (org-archive-to-archive-sibling, org-toggle-archive-tag): Add
580         autoload cookie.
582         * org-colview.el (org-columns, org-dblock-write:columnview)
583         (org-insert-columns-dblock, org-agenda-columns): Ditto.
585         * org-table.el (org-table-create-with-table.el)
586         (org-table-create-or-convert-from-region, org-table-create)
587         (org-table-convert-region, org-table-import)
588         (org-table-export, org-table-align)
589         (org-table-justify-field-maybe, org-table-next-field)
590         (org-table-previous-field, org-table-next-row)
591         (org-table-copy-down, org-table-field-info)
592         (org-table-current-dline, org-table-goto-column)
593         (org-table-insert-column, org-table-delete-column)
594         (org-table-move-column-right, org-table-move-column-left)
595         (org-table-move-column, org-table-move-row-down)
596         (org-table-move-row-up, org-table-move-row)
597         (org-table-insert-row, org-table-insert-hline)
598         (org-table-hline-and-move, org-table-kill-row)
599         (org-table-sort-lines, org-table-cut-region)
600         (org-table-copy-region, org-table-paste-rectangle)
601         (org-table-convert, org-table-wrap-region)
602         (org-table-edit-field, org-table-sum)
603         (org-table-get-stored-formulas)
604         (org-table-maybe-eval-formula)
605         (org-table-rotate-recalc-marks)
606         (org-table-maybe-recalculate-line, org-table-eval-formula)
607         (org-table-recalculate, org-table-iterate)
608         (org-table-edit-formulas)
609         (org-table-toggle-coordinate-overlays)
610         (org-table-toggle-formula-debugger, orgtbl-to-generic)
611         (orgtbl-to-tsv, orgtbl-to-csv, orgtbl-to-latex)
612         (orgtbl-to-html, orgtbl-to-texinfo, orgtbl-to-orgtbl): Ditto.
614         * org.el (turn-on-orgtbl): Moved here from org-table.el.
615         (org-clock-persistence-insinuate): Moved here from org-clock.el.
616         (org-update-all-dblocks, org-map-entries)
617         (org-require-autoloaded-modules, org-forward-element)
618         (org-backward-element, org-up-element)
619         (org-element-greater-elements, org-drag-element-backward)
620         (org-drag-element-forward, org-mark-element)
621         (org-narrow-to-element, org-transpose-element)
622         (org-unindent-buffer): Don't autoload.
624         * org-clock.el (org-clock-get-clocktable): Rename from
625         `org-get-clocktable'.
626         (org-clock-persistence-insinuate): Move to org.el.
628         * org-capture.el: Do no set `generated-autoload-file' locally.
629         Minor code clean up.
631         * org-agenda.el (org-agenda-list): Use
632         `org-clock-get-clocktable'.  Do no set
633         `generated-autoload-file' locally.
635         * org-table.el (org-table-iterate-buffer-tables): Minor
636         reformatting.
637         (turn-on-orgtbl): Move to org.el.
639         * org-html.el (org-export-htmlize-generate-css): Don't autoload.
641         * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
642         Ditto.
644         * ob-tangle.el (org-babel-tangle-lang-exts): Ditto.
646         * ob-lob.el (org-babel-lob-ingest): Ditto.
648         * org-id.el (org-id-copy)
649         (org-id-get-with-outline-path-completion)
650         (org-id-get-with-outline-drilling): Ditto.
652         * org-lparse.el (org-lparse-and-open, org-lparse-batch)
653         (org-lparse-to-buffer, org-replace-region-by)
654         (org-lparse-region): Ditto.
656         * org-mobile.el (org-mobile-create-sumo-agenda): Ditto.
658         * org.el (org-cycle): Fix misplaced autoload cookie.
660         * org-agenda.el (org-agenda-get-timestamps): Check if the item
661         is an habit when formatting it with `org-agenda-format-item'.
662         (org-agenda-get-blocks): Fix bug: don't assume the item is an
663         habit when formatting with `org-agenda-format-item'.
665         * org.el (org-calendar-agenda-action-key): Delete an option.
666         (org-mode-map): Delete its keybinding.
667         (org-agenda-action-marker, org-mark-entry-for-agenda-action):
668         Delete.
670         * org-agenda.el (org-agenda-diary-entry): Don't prevent from
671         being used outside of Org agendas, as it can be used in
672         calendar buffers too.
674 2012-10-26  Caio Tiago Oliveira  <asrail@gmail.com>  (tiny change)
676         * ob-scala.el (org-babel-scala-wrapper-method): Use a Scala
677         block enclosing the submitted code.
679 2012-10-26  Myles English  <mylesenglish@gmail.com>  (tiny change)
681         * org-clock.el (org-clock-in): Moved the call to
682         org-clock-in-prepare-hook until the task's properties
683         can be accessed.
685 2012-10-26  Nicolas Goaziou  <n.goaziou@gmail.com>
687         * org.el (org-auto-fill-function): Make sure `adaptive-fill-mode'
688         mode is nil when pre-computed `fill-prefix' is the empty string.
689         Otherwise filling functions from fill.el think it has to be computed
690         again and overwrite it.
692         * org.el: Make `org-closest-date' aware of hours repeaters.
694         * org.el (org-end-of-line): Do not call `end-of-visual-line' when
695         moving to the end of line.  Also improve behaviour on elements that
696         can be hidden.
698         * org.el (org-sparse-tree): Allow to call `org-show-todo-tree'
699         with an argument.
701         * org-element.el (org-element--get-next-object-candidates): Fix
702         parsing of objects of the same type in a single paragraph.
704         * org-element.el (org-element-sub/superscript-successor): Fix
705         parsing of sub/superscript at beginning of item.
706         (org-element-latex-or-entity-successor): Fix parsing of latex
707         fragments at beginning of item.
709         * org-agenda.el (org-agenda-later): Fix function when span is
710         a number and an argument was provided.  Also fix typo in docstring.
712         * org.el (org-read-date-analyze): Fix analyzing for dates like
713         "29.03 16:40".
715         * org-element.el (org-element-center-block-parser)
716         (org-element-drawer-parser, , org-element-footnote-definition-parser)
717         (org-element-inlinetask-parser, org-element-plain-list-parser)
718         (org-element-quote-block-parser, org-element-special-block-parser)
719         (org-element-babel-call-parser, org-element-clock-parser)
720         (org-element-comment-parser, org-element-comment-block-parser)
721         (org-element-example-block-parser, org-element-export-block-parser)
722         (org-element-fixed-width-parser, org-element-horizontal-rule-parser)
723         (org-element-keyword-parser, org-element-latex-environment-parser)
724         (org-element-paragraph-parser, org-element-planning-parser)
725         (org-element-property-drawer-parser, org-element-src-block-parser)
726         (org-element-table-parser)
727         (org-element-verse-block-parserorg-element-dynamic-block-parser):
728         Make sure element never ends at the end of a blank non-empty line.
730         * org-element.el (org-element-context)
731         (org-element--get-next-object-candidates): Fix `org-element-context'.
732         In particular, the restrictions for an object may be different from
733         those of its container (i.e. table rows and table cells).
735         * org-element.el (org-element-example-block-parser)
736         (org-element-src-block-parser): Store value of example-blocks and
737         src-blocks unescaped.
738         (org-element-example-block-interpreter)
739         (org-element-src-block-interpreter): Escape value again when storing
740         it.
742         * org-src.el (org-escape-code-in-string)
743         (org-unescape-code-in-string, org-escape-code-in-region)
744         (org-unescape-code-in-region): New functions.
745         (org-edit-src-code, org-edit-src-exit): Use new functions.
747         * org.el (org-strip-protective-commas): Removed function.
749         * org-exp.el (org-export-select-backend-specific-text): Use new
750         function.
752         * ob.el (org-babel-parse-src-block-match)
753         (org-babel-parse-inline-src-block-match, org-babel-insert-result):
754         Always escape produced blocks, independently on the language of the
755         block, if any.  Use new functions.
757         * org-element.el (org-element-paragraph-parser): Fix regexp
758         starting a block.
760         * org-element.el (org-element-center-block-parser):
761         (org-element-drawer-parser, org-element-dynamic-block-parser)
762         (org-element-example-block-parser, org-element-export-block-parser)
763         (org-element-latex-environment-parser, org-element-paragraph-parser)
764         (org-element-property-drawer-parser, org-element-src-block-parser)
765         (org-element-verse-block-parser): Use stricter regexps for boundaries
766         of elements.
768 2012-10-26  Toby S. Cubitt  <tsc25@cantab.net>
770         * org-agenda.el (org-agenda-get-sexps): Reset `extra' to nil at
771         beginning of re-search-forward loop, otherwise next iteration picks up
772         `extra' value from previous entry.
774 2012-09-30  Abdó Roig-Maranges  <abdo.roig@gmail.com>
776         * org-html.el (org-export-html-preprocess)
777         (org-export-html-format-image): Use
778         `org-latex-preview-ltxpng-directory'.
780         * org-odt.el (org-export-odt-do-preprocess-latex-fragments):
781         Ditto.
783         * org.el (org-latex-preview-ltxpng-directory): New option.
784         (org-preview-latex-fragment): Store LaTeX preview images in
785         `org-latex-preview-ltxpng-directory'.
787 2012-09-30  Achim Gratz  <Stromeko@Stromeko.DE>
789         * ob-R.el (org-babel-R-initiate-session): Protect against use of
790         unbound variable `ess-ask-for-ess-directory´. The default for this
791         variable is true, so act accordingly if it is found unbound.
793         * ob-R.el: Remove initialization with `nil´ from
794         `ess-ask-for-ess-directory´ and `ess-local-process-name´.  Remove
795         second declaration for `ess-local-process-name´.
797         * org-gnus.el: Add a missing require for gnus-util.
799         * org-compat.el: Rename utils to make throughout.
801         * org.el: Move check for outline-mode-keymap after (require
802         'outline).
804         * org-element.el: New file.  Do not (require 'org).
806         * org-agenda.el: Remove duplicate requires.
808         * org.el (org-mode-map): Add keybindings to
809         `org-element-transpose' and `org-narrow-to-element'.
810         (org-metaup): Fall back on `org-element-drag-backward'.
811         (org-metadown): Fall back on `org-element-drag-forward'.  Also
812         move chunks of declarations and require statements to get rid of
813         compiler warnings.
815         * org-exp-blocks.el (org): Don't require org.  Add declarations.
817         * org-clock.el (org): Don't require org.
819         * ob-exp.el (org-list-forbidden-blocks): Add declarations.
821         * ob.el (org-babel-exeext): New defconst to hold extension for
822         executables or nil if none.  Should be ".exe" for both Windows and
823         Cygwin.
825         * ob-C.el (org-babel-C-execute): Use org-babel-exeext when
826         constructing the target file name for the compiled executable.
828         * ob-fortran.el (org-babel-execute:fortran): Add org-babel-exeext
829         when constructing the target file name for the compiled
830         executable.
832         * org-version.el: New file.
834         * org-compat.el (org-check-version): New macro.  Check if
835         org-version.el exists and provide autoloads to that. Otherwise
836         check if org-fixup.el exists and use it to provide definitions.
837         Finally if nothing worked, complain about a botched installation
838         and provide fallback definitions.
840         * org.el: Use org-check-version.
842         * org.el: Fix a subtle error resulting in version functions
843         sometimes not being defined and byte-compiling failing.  Always
844         compile in fallback definitions into org.elc -- org-fixup either
845         provides re-definitions at compile-time or checks org-version.el
846         and then the git work tree when run uncompiled.  So the fallback
847         definitions will only come into effect when org-fixup is not
848         available.
850         * org.el (org-version): Make org-version more robust, e.g. when
851         byte-compiling single files with 'make compile-dirty'.
853         * org.el (org-reload): Revert an undesirable change in org-reload.
854         Do not prepend org-dir to babel-files, which prevents the files
855         from being found in load-path.
857         * org.el (org-version): Add optional parameters 'full and 'message
858         to optionally return the full version string and echo to message
859         area in non-interactive calls.
861         * org.el (org-submit-bug-report): Add optional parameter 'full to
862         call of (org-version) so that the bug report has all version
863         information.
865         * org.el (org-reload): Simplify file-re (orgtbl-*.el files do not
866         exist anymore).  Keep org-*.el at the end of the files list.
867         Explicitely load org-version.el (since it doesn't provide feature
868         'org-version) at the very end, but ignore errors when it doesn't
869         exist.  Add parameters 'full and 'message to the call of
870         (org-version) so that after reload the full version information is
871         displayed in the message area again.
873         * org-agenda.el: Replace with-no-warnings with org-no-warnings
874         (defined in org-macs.el).
876         * org-bbdb.el: Replace with-no-warnings with org-no-warnings
877         (defined in org-macs.el).
879         * org-clock.el: Replace with-no-warnings with org-no-warnings
880         (defined in org-macs.el).
882         * org.el: Replace with-no-warnings with org-no-warnings (defined
883         in org-macs.el).
885         * org.el: Add with-not-warnings around call of (org-fixup).
887         * org-compat.el (org-find-library-dir): Rename
888         org-find-library-name (misleading) and implement with a function
889         that exists identically in Emacs/XEmacs.
891         * org-exp-blocks.el: Change calls to org-find-library-dir.
893         * org.el: change calls to org-find-library-dir.  Make require for
894         noutline fail silently because it is missing from XEmacs.
896         * org.el (org-version): Use functions instead of global variables
897         to get the version strings and remove the defvaralias to
898         org-version.  Warn when encountering a mixed installation (org and
899         org-install.el should be found in the same directory).
901         * org.el: Add with-no-warning to defvar for two unprefixed global
902         variables from calendar.el (there's nothing else we can do inside
903         org until it is fixed in calendar.el).
905         * org.el: Require find-func and remove declare-function for
906         find-library-name, otherwise autoloaded org-version doesn't show
907         all info correctly.
909         * org.el (org-version): Show the full path to org-install.el in
910         the version string to avoid confusion if multiple installations
911         exist or a previously loaded org-install.el has already defined a
912         version string that is now out of date.
914         * org.el (org-version): Remove determination of version
915         information, show "N/A" if the information is not provided via
916         org-install.el.
918         * org.el (org-git-version): Placeholder for recording the Git
919         version of org during install
921         * org.el (org-version): Initialize local git-version with
922         placeholder and fall through using it when org is not installed in
923         a Git repository
925 2012-09-30  Adam Spiers  <orgmode@adamspiers.org>  (tiny change)
927         * org-html.el: Add hyperlink to http://orgmode.org/ from export
928         footer.
930         * org-clock.el (org-clock-modify-effort-estimate): Display a
931         message when no clock is currently active.
933 2012-09-30  Andrew Hyatt  <ahyatt@gmail.com>  (tiny change)
935         * org-archive.el (org-archive-subtree): Allow archiving to a
936         datetree.
938         * org.el (org-archive-location): Ditto.
940 2012-09-30  Bastien Guerry  <bzg@gnu.org>
942         * ob-io.el: New file.
944         * ob-scala.el: New file.
946         * org.el (org-url-hexify-p, org-doi-server-url)
947         (org-latex-preview-ltxpng-directory, org-custom-properties)
948         (org-sparse-tree-default-date-type): Add :version "24.3".
950         * org-agenda.el (org-agenda-sticky)
951         (org-agenda-custom-commands-contexts): Ditto.
953         * org-capture.el (org-capture-bookmark)
954         (org-capture-templates-contexts) (org-capture-use-agenda-date):
955         Ditto.
957         * org-latex.el (org-export-latex-hyperref-options-format)
958         (org-export-latex-link-with-unknown-path-format): Ditto.
960         * org-id.el (org-id-link-to-org-use-id): Ditto.
962         * org-datetree.el (org-datetree-add-timestamp): Ditto.
964         * org.el (org-make-link-description-function): Enhance docstring.
965         (org-insert-link): Fall back on interactive prompt when
966         `org-make-link-description-function' fails.
968         * org-agenda.el (org-todo-list): Fix redoing of todo agenda when
969         `org-agenda-sticky' is non-nil.
971         * org-agenda.el (org-agenda-quit): Delete last indirect buffer.
972         (org-agenda-pre-follow-window-conf): New variable.
973         (org-agenda-tree-to-indirect-buffer): Fix bug: don't split agenda
974         window when there an indirect buffer is already displayed.
976         * org-agenda.el (org-agenda-manipulate-query)
977         (org-agenda-goto-date, org-agenda-goto-today)
978         (org-agenda-find-same-or-today-or-agenda, )
979         (org-agenda-later, org-agenda-change-time-span)
980         (org-agenda-change-all-lines)
981         (org-agenda-execute-calendar-command)
982         (org-agenda-goto-calendar, org-agenda-convert-date): Make sure to
983         get a property from (1- (point-max)), not (point-max)).
985         * ob-dot.el (org-babel-execute:dot): Throw an error when there is
986         no :file parameter.
988         * org-table.el (org-table-eval-formula): Convert time-stamps to
989         inactive time-stamp so that Calc can handle them correctly.
991         * org-table.el (org-table-fix-formulas): Warn with a message when
992         formulas have been updated.
994         * org-publish.el (org-publish-cache-ctime-of-src): Delete the
995         base-dir argument and use (file-name-directory file) to get the
996         file's directory.
997         (org-publish-update-timestamp)
998         (org-publish-cache-file-needs-publishing): Call
999         `org-publish-cache-ctime-of-src' with only one argument.
1001         * org.el (org-follow-timestamp-link): Fix bug when using sticky
1002         agenda.  Add a docstring.
1004         * org-agenda.el (org-agenda-sticky): Don't use a function to set.
1005         Add a :version string.
1007         * org.el (org-priority): Use a new argument to show priority
1008         instead of setting it.
1009         (org-show-priority): New function to show priority both in normal
1010         Org buffers and in Org Agenda buffers.
1011         (org-speed-commands-default): Use "," as a speed command for
1012         setting priority.
1014         * org-agenda.el (org-agenda-mode-map): Bind `org-agenda-priority'
1015         to `C-c ,' as it was before.
1016         (org-agenda-show-priority): Delete.
1017         (org-agenda-priority): Use a new argument to show priority instead
1018         of setting it.
1020         * org.el (org-font-lock-hook, org-set-font-lock-defaults): Add a
1021         docstring.
1022         (org-display-inline-remove-overlay): Rename from
1023         `org-display-inline-modification-hook'.
1024         (org-speed-command-activate): Rename from
1025         `org-speed-command-default-hook'.
1026         (org-babel-speed-command-hook): Rename from
1027         `org-babel-speed-command-activate'.
1029         * org-agenda.el (org-agenda-update-agenda-type): Rename from
1030         `org-agenda-post-command-hook'.
1031         (org-agenda-mode): Use the new name.
1032         (org-agenda-post-command-hook): Define as obsolete function.
1034         * org-lparse.el (org-lparse): Temporarily activate the hooks
1035         needed for the ODT conversion.
1036         (org-lparse-preprocess-after-blockquote): Rename from
1037         `org-lparse-preprocess-after-blockquote-hook'.
1038         (org-lparse-strip-experimental-blocks-maybe): Rename from
1039         `org-lparse-strip-experimental-blocks-maybe'.
1040         (org-lparse-preprocess-after-blockquote-hook)
1041         (org-lparse-strip-experimental-blocks-maybe-hook): Define as
1042         obsolete functions.
1044         * ob.el (org-babel-insert-result): Comma-escape results inserted
1045         with ":results org".
1047         * org-src.el (org-edit-src-code, org-edit-src-exit): Fix bug about
1048         saving the source editing window with the default value for
1049         `org-src-window-setup' (i.e. 'reorganize-frame).
1051         * org-src.el (org-src-font-lock-fontify-block): Fix bug: don't
1052         fontify the last character.
1054         * org.el (org-open-at-point): Don't follow timestamp within
1055         bracket links.
1057         * org-capture.el (org-capture-templates): Fix typo in docstring.
1059         * org-agenda.el (org-agenda-skip): Skip information retrieved from
1060         a source block.
1062         * ob.el (org-babel-common-header-args-w-values)
1063         (org-babel-insert-result): Reintroduce ":results org" but using
1064         "#+BEGIN_SRC org", not "#+BEGIN_ORG".
1066         * ob.el (org-babel-common-header-args-w-values): Remove "org" the
1067         list of predefined values for the ":results" parameter.
1069         * ob.el (org-babel-insert-result): Remove support for ":results
1070         org".
1072         * ob.el (org-babel-common-header-args-w-values)
1073         (org-babel-insert-result): Deprecate ":results wrap" in favor of
1074         ":results drawer".
1076         * org-crypt.el (org-at-encrypted-entry-p): Fix bug when the check
1077         happens before the first headline.
1079         * org-capture.el (org-at-encrypted-entry-p)
1080         (org-encrypt-entry, org-decrypt-entry): Declare.
1081         (org-capture-set-target-location): Check whether `org-crypt' has
1082         been loaded.
1084         * org-agenda.el (org-agenda-todo-custom-ignore-p): Fix typo in
1085         docstring.
1087         * org-capture.el (org-capture-finalize): Maybe re-encrypt the
1088         target headline if it was decrypted.
1089         (org-capture-set-target-location): Maybe decrypt the target
1090         headline.
1092         * org-crypt.el (org-at-encrypted-entry-p): New function.
1094         * org.el (org-options-keywords): Add "STYLE:".
1096         * org-agenda.el (org-agenda-ndays): Don't make an alias, as
1097         `org-agenda-span' is defined separately.
1099         * org.el (org-in-subtree-not-table-p): New utility function for
1100         building the menu.
1101         (org-org-menu): Add an item for refiling.  Check more contexts
1102         when activating items.
1103         (org-tree-to-indirect-buffer): Use `org-up-heading-safe'.
1105         * org-agenda.el (org-agenda-tree-to-indirect-buffer)
1106         (org-agenda-do-tree-to-indirect-buffer): Use argument `arg'.
1108         * org-capture.el (org-capture-set-target-location): Set a correct
1109         time value when storing a note in a datetree and prompting the
1110         user for a date.
1112         * org-capture.el (org-capture-mode): Fix bug: don't run the mode's
1113         hook twice.
1115         * org-agenda.el (org-agenda-menu-two-column)
1116         (org-finalize-agenda-hook, org-agenda-ndays): Use
1117         `define-obsolete-variable-alias' instead of
1118         `make-obsolete-variable'.
1120         * org.el (org-link-to-org-use-id): Move to org-id.el.
1122         * org-id.el (org-id-link-to-org-use-id): Rename from
1123         `org-link-to-org-use-id'.  Use `nil' as the default value.
1124         (org-link-to-org-use-id): Alias and define as obsolete.
1126         * org-agenda.el (org-search-view, org-agenda-get-todos)
1127         (org-agenda-get-timestamps, org-agenda-get-blocks): Use the dotime
1128         parameter of `org-agenda-format-item' so that 'time-up and
1129         'time-down agenda sorting strategies are handled correctly.
1131         * org-capture.el (org-capture-fill-template): Fix checking of
1132         protected template entries.
1134         * org.el (org-cycle-global-at-bob): Fix typo in docstring.
1136         * org.el (org-insert-drawer): Deactivate the mark before trying to
1137         indent the :END: of the drawer.
1139         * org-agenda.el (org-agenda-export-html-style): Default to nil as
1140         any string value will replace the htmlize style.
1142         * org.el (org-cycle-hook): Fix tiny typo in docstring.
1144         * org.el (org-time-string-to-time)
1145         (org-time-string-to-seconds, org-end-of-subtree): Add a dosctring.
1147         * org-freemind.el (org-freemind-write-node): Enhance links
1148         conversion in nodes.
1150         * org-freemind.el (org-freemind-write-node): Convert links in
1151         nodes.
1153         * org.el (org-link-to-org-use-id, org-directory)
1154         (org-default-notes-file, org-reverse-note-order)
1155         (org-extend-today-until, org-finish-function)
1156         (org-store-link-functions): Use "capture" instead of "remember" in
1157         docstrings.  Also use the `org-capture' group when it makes sense.
1159         * org-agenda.el (org-agenda-tree-to-indirect-buffer): Find the
1160         correct agenda buffer.  Don't split the agenda window when the
1161         indirect buffer is displayed in another frame.
1163         * org.el (org-mode): Try to set the org-hide face correctly.
1165         * org-exp.el (org-export): Set the mark correctly when exporting a
1166         subtree.
1168         * org-agenda.el (org-agenda-get-restriction-and-command): Fix the
1169         display of the number of commands for block agendas.
1171         * org-agenda.el (org-agenda-before-write-hook)
1172         (org-agenda-add-entry-text-maxlines): Enhance phrasing.
1173         (org-agenda-finalize-hook, org-agenda-mode-hook): Tell that the
1174         buffer is writable when the hook is called.
1175         (org-agenda-finalize): Allow org-agenda-finalize-hook to modify
1176         the buffer.
1178         * org-agenda.el (org-habit-show-all-today): Only use defvar to
1179         silent the byte-compiler.
1180         (org-agenda-get-scheduled): Check whether some org-habit.el
1181         options have been defined.
1183         * org-capture.el (org-capture-entry): New variable.
1184         (org-capture-string, org-capture): Use it to possibly skip the
1185         interactive prompt for a capture template.
1187         * org.el (org-activate-plain-links): Don't try to check if we are
1188         in a bracket link already.
1190         * org.el (org-read-date-analyze): Fix bug introduced in commit
1191         cc5f9f: adding a time should not prevent relative answers to be
1192         parsed correctly.
1194         * org-agenda.el (org-agenda-bulk-action): Always read the date
1195         through `org-read-date'.  When possible, use the date at point as
1196         the default date.
1198         * org-agenda.el (org-agenda-bulk-action): Fix bug when
1199         bulk-shifting timestamps.
1201         * org.el (org-version): New constant.
1203         * org-compat.el (org-random): New compatibility function.
1205         * org-id.el (org-id-uuid): Use it.
1207         * org-capture.el (org-capture-use-agenda-date): New option.
1208         (org-capture): Use it.
1210         * org-agenda.el (org-agenda-capture): New command.
1211         (org-agenda-mode-map): Bind it to `k'.
1212         (org-agenda-menu): Add it to the menu.
1214         * org-capture.el (org-capture): Update docstring.
1216         * org-capture.el (org-capture): When called from an agenda buffer,
1217         use the cursor date at the default date.
1219         * org-agenda.el (org-agenda-bulk-action): Use the let-bound
1220         `entries' instead the variable.
1222         * org-agenda.el (org-agenda-bulk-action): Fix bug: don't remove
1223         persistent marks too early.
1225         * org-agenda.el (org-agenda-bulk-action): Possibly use the day at
1226         point to reset the scheduled or deadline cookie.  On date headers,
1227         use it without prompting the user.  On an item, use the item's
1228         date as the default prompt for `org-read-date'.
1230         * org.el (org-read-date): Docstring fix.
1232         * org-agenda.el (org-agenda-bulk-action): Reorder possible actions
1233         in the message.
1235         * org-agenda.el (org-agenda-action, org-agenda-do-action): Delete.
1236         (org-agenda-mode-map): Delete related keys.
1238         * org-agenda.el (org-agenda-menu): Fix a keybinding.
1240         * org-colview.el (org-columns-goto-top-level): Correctly move the
1241         marker `org-columns-top-level-marker'.
1242         (org-agenda-columns): Don't set
1243         `org-agenda-overriding-columns-format' as a buffer variable, as we
1244         only need it dynamically.
1245         (org-agenda-colview-summarize): Fix a bug in returning the match
1246         string.
1248         * org-agenda.el (org-agenda-span-to-ndays): Make the second
1249         argument `starting-day' optional.
1250         (org-agenda-goto-date): Keep parameters of custom agendas.
1252         * org-agenda.el (org-agenda-list): Allow setting the agenda buffer
1253         name through a temporary variable.
1254         (org-agenda-buffer-tmp-name): New variable to temporary store the
1255         agenda buffer name.
1257         * org-agenda.el (org-agenda-goto-date): Fix behavior when using
1258         sticky agendas.
1260         * org-agenda.el (org-diary): Don't check whether there is an
1261         agenda buffer when trying to compile the prefix format.
1262         (org-compile-prefix-format): Check if there is an agenda buffer.
1263         If not, use the current buffer.
1265         * org-agenda.el (org-agenda-get-day-entries): Set the agenda
1266         buffer inconditionnally.
1268         * ob.el (org-babel-named-src-block-regexp-for-name): Generate a
1269         more general regexp.
1271         * ob.el (org-babel-where-is-src-block-head): Find a src block head
1272         correctly when #+header(s) is before #+name.
1274         * org-agenda.el (org-agenda-finalize-hook)
1275         (org-agenda-finalize, org-agenda-finalize-entries): Rename from
1276         org-finalize-agenda-*.
1277         (org-agenda-run-series, org-agenda-finalize, org-timeline)
1278         (org-agenda-list, org-search-view, org-todo-list)
1279         (org-tags-view, org-diary, org-agenda-finalize-entries)
1280         (org-agenda-change-all-lines): Use the new names.
1282         * org-agenda.el (org-agenda-local-vars): Remove
1283         ̀org-agenda-last-arguments' from the list of local variables.
1284         (org-agenda-mode-map): `g' does the same than `r' in buffers with
1285         only one agenda view, but its behavior differs when there are
1286         several views.  In manually appended agendas (with `A'), `g'
1287         displays only the agenda under the point.  With multiple agenda
1288         blocks, `g' reinitializes the view by discarding any temporary
1289         changes (e.g. with ̀f' or `w'), while ̀r' keeps those temporary
1290         changes for the agenda view under the point.
1291         (org-agenda-run-series, org-agenda-redo): Implement the above
1292         changes.
1293         (org-agenda-mark-header-line): Don't set useless properties.
1294         (org-agenda-list, org-todo-only, org-search-view)
1295         (org-todo-list, org-tags-view, org-agenda-list-stuck-projects)
1296         (org-agenda-manipulate-query, org-agenda-goto-today)
1297         (org-agenda-later, org-agenda-change-time-span): Use text
1298         properties for storing the last command and the last arguments for
1299         each agenda block.
1300         (org-unhighlight-once): Delete.
1302         * org-agenda.el (org-agenda-append-agenda): Fit agenda window to
1303         buffer.
1305         * org-agenda.el (org-agenda-append-agenda): Bugfix: correctly
1306         check whether we are in org-agenda-mode.
1308         * org-agenda.el (org-agenda-pre-window-conf): Rename from
1309         `org-pre-agenda-window-conf'.
1310         (org-agenda-local-vars, org-agenda-prepare-window)
1311         (org-agenda-Quit, org-agenda-quit): Use the new name.
1313         * org-agenda.el (org-keys, org-match): New variable, dynamically
1314         scoped in `org-agenda'.
1315         (org-agenda, org-agenda-list, org-search-view, org-todo-list)
1316         (org-tags-view): Use the new variables.
1317         (org-batch-store-agenda-views): Let-bind `match'.
1319         * org-agenda.el (org-search-view, org-todo-list)
1320         (org-tags-view): Do not let `org-agenda-sticky' prevent the use of
1321         these functions programmatically.  Also use the sticky agenda
1322         function correctly.
1324         * org-agenda.el (org-agenda): Set `org-agenda-buffer-name'
1325         correctly with sticky agendas and non-custom commands.
1327         * org-agenda.el (org-agenda-fit-window-to-buffer): Rename from
1328         `org-fit-agenda-window'.
1329         (org-agenda-run-series, org-agenda-prepare, org-agenda-list)
1330         (org-search-view, org-todo-list, org-tags-view): Use the new name.
1332         * org-agenda.el (org-agenda-prepare): Let `throw' display an
1333         error.
1335         * org-agenda.el (org-agenda-list): Fix bug: don't throw an error
1336         when called from programs as (org-agenda-list).
1338         * org-agenda.el (org-todo-list): Make arg optional.
1340         * org.el (org-agenda-prepare-buffers): Rename from
1341         `org-prepare-agenda-buffers'.
1342         (org-match-sparse-tree, org-map-entries): Use the new names.
1344         * org-agenda.el (org-agenda-prepare-window): Rename from
1345         `org-prepare-agenda-window'.
1346         (org-agenda-prepare): Rename from `org-prepare-agenda'.
1347         (org-agenda-run-series, org-agenda-prepare, org-timeline)
1348         (org-agenda-list, org-search-view, org-todo-list)
1349         (org-tags-view, org-agenda-list-stuck-projects, org-diary)
1350         (org-agenda-to-appt): Use the new names.
1352         * org-mobile.el (org-mobile-create-index-file): Ditto.
1354         * org-icalendar.el (org-export-icalendar): Ditto.
1356         * org-clock.el (org-dblock-write:clocktable)
1357         (org-dblock-write:clocktable): Ditto.
1359         * org2rem.el (org2rem): Ditto.
1361         * org-agenda.el (org-agenda): In sticky agendas, use the current
1362         command's match to set the buffer name.  This gives more
1363         information to the user and allows to distinguish various agendas
1364         triggered by the same key.
1365         (org-batch-store-agenda-views): Handle the new sticky agenda
1366         buffer name.
1368         * org-agenda.el (org-agenda)
1369         (org-agenda-get-restriction-and-command): Use `S' as a key for
1370         searching words in TODO-only entries.
1372         * org-agenda.el (org-prepare-agenda): Fit agenda window when
1373         displaying a sticky agenda.
1375         * org-table.el (org-table-number-regexp): Allow the user to set it
1376         to a new regexp, which allows commas as decimal mark.  The default
1377         is to not use this setting, but the one before commit 7ff8c1,
1378         which has ben reverted.
1380         * org-agenda.el (org-agenda-overriding-cmd)
1381         (org-agenda-multi-current-cmd)
1382         (org-agenda-multi-overriding-arguments): New variables.
1383         (org-agenda-run-series): `org-agenda-overriding-arguments'
1384         defaults to the last agenda block arguments, so don't use it
1385         globally.
1386         (org-agenda-mark-header-line): Add properties needed so that
1387         `org-agenda-overriding-arguments', `org-agenda-current-span' and
1388         `org-agenda-last-arguments' can be set to their correct contextual
1389         value.
1390         (org-agenda-multi-back-to-pos): New variable.
1391         (org-agenda-later): Retrieve `org-agenda-current-span' and
1392         `org-agenda-overriding-arguments' from text properties.  Also
1393         handle numeric span.
1394         (org-agenda-later, org-agenda-change-time-span): Set
1395         `org-agenda-overriding-cmd' so that we to take overriding
1396         arguments into account for this command only.
1398         * org-agenda.el (org-agenda-kill, org-agenda-archive-with): Fix
1399         bug when called with a non-nil value of `org-agenda-stick'.
1401         * org-agenda.el (org-agenda-refile): Fix bug when refiling an
1402         entry from a sticky agenda.
1404         * org-agenda.el (org-prepare-agenda-window): Use
1405         `org-pre-agenda-window-conf' if already set.
1406         (org-agenda-Quit): Set `org-pre-agenda-window-conf' to nil when
1407         quitting.
1408         (org-agenda-quit): Ditto.
1410         * org-capture.el (org-capture-fill-template): Protect the text
1411         used for replacement from being further replaced.
1413         * org.el (org-contextualize-validate-key): Fix the check against a
1414         function.
1416         * org.el (org-contextualize-keys): Rename from
1417         `org-contextualize-agenda-or-capture'.  Fix normalization to
1418         handle empty key replacement string.
1419         (org-contextualize-validate-key): Rename from
1420         `org-contexts-validate'.  Allow checking against a custom
1421         function.
1423         * org-agenda.el (org-agenda-custom-commands-contexts): Update.
1424         (org-agenda): Use `org-contextualize-keys'.
1426         * org-capture.el (org-capture-templates-contexts): Ditto.
1428         * org.el (org-contextualize-agenda-or-capture): Normalize
1429         contexts.
1431         * org.el (org-contextualize-agenda-or-capture): Handle key
1432         replacement depending on the contexts.
1434         * org-capture.el (org-capture-templates-contexts): Allow to use
1435         the context as a way to replace one capture template by another
1436         one.
1438         * org-agenda.el (org-agenda-custom-commands-contexts): Allow to
1439         use the context as a way to replace one agenda custom command by
1440         another one.
1442         * org.el (org-contextualize-agenda-or-capture)
1443         (org-rule-validate): New functions, implement context filtering
1444         for agenda commands and capture templates.
1446         * org-agenda.el (org-agenda-custom-commands-contexts): New option.
1447         (org-agenda): Use it.
1449         * org-capture.el (org-capture-templates-contexts): New option.
1450         (org-capture-select-template): Use it.
1452         * org.el (org-beginning-of-defun, org-end-of-defun): Delete.
1453         (org-mode): Set `beginning-of-defun-function' and
1454         `end-of-defun-function' directly.
1456         * org.el (org-insert-link): Fix bug: include links abbreviations
1457         when completing.
1459         * org-icalendar.el (org-icalendar-print-entries): Fix bug: when
1460         `org-icalendar-use-plain-timestamp' is nil, scheduled and deadline
1461         items should not be ignored.
1463         * org.el (org-ds-keyword-length, org-make-tags-matcher): Docstring
1464         clean-up.
1466         * org-freemind.el (org-freemind-convert-links-from-org): Replace
1467         literally to prevent errors when replacing with string containing
1468         backslashes.
1470         * org-pcomplete.el (org-thing-at-point): Allow to match (and then
1471         complete) a "thing" containing dashes.
1473         * org-table.el (org-table-toggle-coordinate-overlays): Better
1474         message when interactively toggling.
1476         * org-table.el (org-table-number-regexp): Update the docstring to
1477         show an example of a decimal number using the comma as a
1478         separation mark.
1480         * org-agenda.el (org-prepare-agenda): Minor code clean-up.
1481         (org-agenda-filter-by-category): Filtering must be turned off only
1482         when a category filter has been set and this filter is not empty.
1484         * org-agenda.el (org-search-view, org-agenda-get-todos)
1485         (org-agenda-get-timestamps, org-agenda-get-sexps)
1486         (org-agenda-get-progress, org-agenda-get-deadlines)
1487         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
1488         `category-pos' instead of `org-category-pos'.
1490         * ob-fortran.el (org-babel-fortran-transform-list): Rename from
1491         `ob-fortran-transform-list'.
1492         (org-babel-fortran-var-to-fortran): Use the new function's name.
1494         * ob-calc.el (org-babel-calc-maybe-resolve-var): Rename from
1495         `ob-calc-maybe-resolve-var'.
1496         (org-babel-execute:calc): Use the new function's name.
1498         * org-jsinfo.el (org-infojs-template): Add a license.
1499         (org-infojs-handle-options): Replace all template elements.
1501         * org-html.el (org-export-html-scripts): Add a license.
1502         (org-export-html-mathjax-config): Replace all template elements.
1503         (org-export-html-mathjax-template): Add a license.
1504         (org-export-as-html): Minor code clean-up.
1506         * org.el (org-options-keywords): Add "#+MATHJAX" and
1507         "#+INFOJS_OPT" to the list of keywords for completion.
1509         * org.el (org-src-prevent-auto-filling): Remove unused and useless
1510         option.
1512         * org.el (org-element-at-point): Autoload.
1513         (org-element-up): Remove useless declaration.
1514         (org-fill-context-prefix, org-fill-paragraph)
1515         (org-mark-element, org-narrow-to-element)
1516         (org-transpose-element, org-unindent-buffer): Do not require
1517         org-element.
1519         * org.el (org-fill-paragraph): Require org-element.
1521         * org-agenda.el (org-agenda-persistent-marks): Minor docstring
1522         enhancement.
1524         * org.el (org-create-math-formula): Use the compatibility function
1525         `org-region-active-p'.
1527         * org-odt.el (org-export-as-odf): Ditto.
1529         * ob.el (org-babel-demarcate-block): Ditto.
1531         * org.el (org-mark-subtree): Maybe call `org-mark-element'
1532         interactively.
1533         (org-mark-element): Only mark further elements when called
1534         interactively.
1536         * org.el (org-mark-element, org-narrow-to-element)
1537         (org-transpose-element): Require org-element.
1539         * org-agenda.el (org-agenda-get-timestamps)
1540         (org-agenda-get-sexps, org-agenda-get-deadlines)
1541         (org-agenda-get-scheduled): Add the 'warntime as a text property,
1542         getting its value from the APPT_WARNTIME property.
1543         (org-agenda-to-appt): Use the 'warntime text property.
1545         * org-capture.el (org-capture-place-table-line): Fix bug.
1547         * org.el (org-activate-plain-links): Don't activate a plain link
1548         when it is part of a bracketed link, unless bracketed links are
1549         not enlisted in `org-activate-links'.
1550         (org-open-at-point): Don't consider the text immediately after a
1551         bracketed link is part of a plain link.
1553         * org.el (org-compute-latex-and-specials-regexp)
1554         (org-paste-subtree, org-sort-entries, org-store-link)
1555         (org-open-at-point, org-file-remote-p, org-add-log-setup)
1556         (org-set-tags-to, org-fast-tag-selection)
1557         (org-diary-sexp-entry): Ditto.
1559         * org-agenda.el (org-agenda-get-blocks, org-cmp-priority)
1560         (org-cmp-effort, org-cmp-todo-state, org-cmp-alpha)
1561         (org-cmp-tag, org-cmp-time): Remove useless (t nil) sexps at the
1562         end of (cond ...) constructs.
1564         * org-mobile.el (org-mobile-create-index-file): Ditto.
1566         * org-lparse.el (org-lparse-format-table-row): Ditto.
1568         * org-list.el (org-sort-list): Ditto.
1570         * org-id.el (org-id-get): Ditto.
1572         * org-html.el (org-export-html-preprocess): Ditto.
1574         * org-exp.el (org-default-export-plist)
1575         (org-table-clean-before-export): Ditto.
1577         * org.el (org-options-keywords): Add "TODO".
1578         (org-make-options-regexp): Make the hashtag mandatory for options
1579         and don't allow whitespaces between the hashtag and the plus sign.
1581         * org.el (org-refresh-category-properties)
1582         (org-find-dblock, org-dblock-start-re, org-dblock-end-re): Allow
1583         lowercase "#+category" and "#+begin:" dynamic blocks.
1585         * org.el (org-context): Use case-folding when trying to match
1586         clocktables and source blocks contexts.
1588         * org-clock.el (org-clock-put-overlay): Put the overlay on the
1589         whole headline, not only on the last character.  This fixes a bug
1590         with overlays on headlines ending with a bracketed link.
1592         * org-html.el (org-export-as-html): Make sure we always process a
1593         string.
1595         * org-exp.el (org-export-cleanup-toc-line): Always return a
1596         string.
1598         * org.el (org-fontify-meta-lines-and-blocks-1): Correctly handle
1599         metalines with #+results[...]:.
1601         * org-exp.el (org-export-handle-metalines): Rename from
1602         `org-export-handle-table-metalines'.  Now also handle source block
1603         metalines.
1604         (org-export-res/src-name-cleanup): Delete.
1605         (org-export-preprocess-string): Use `org-export-handle-metalines'.
1606         Don't use `org-export-res/src-name-cleanup' anymore.
1608         * org-html.el (org-format-org-table-html): Don't include the
1609         caption tag for empty captions in HTML export.  Keep it in the
1610         DocBook export so that it produces valid DocBook XML.
1612         * org.el (org-read-date-analyze): Allow both "8am Wed" and "Wed
1613         8am" to be parsed correctly with respect to possible values of
1614         `org-read-date-prefer-future'.
1615         (org-read-date-prefer-future): Update docstring to remove the
1616         restriction about inserting only the time.  The user can now
1617         insert the time and the day.
1619         * org-icalendar.el (org-icalendar-print-entries): Rename from
1620         `org-print-icalendar-entries'.
1621         (org-icalendar-start-file): Rename from
1622         `org-start-icalendar-file'.
1623         (org-icalendar-finish-file): Rename from
1624         `org-finish-icalendar-file'.
1625         (org-icalendar-ts-to-string): Rename from `org-ical-ts-to-string'.
1626         (org-export-icalendar): Use the correct functions.
1628         * ob-ref.el (org-babel-ref-index-list): Fix bug introduced by
1629         commit e85479.
1631         * org.el (org-fill-context-prefix): Require org-element.
1632         (org-timestamp-change): Fix bug by saving excursion when adjusting
1633         another clock.
1635         * org.el (org-read-date-prefer-future): Fix docstring formatting.
1636         (org-read-date-analyze): Fix the interpretation of
1637         `org-read-date-prefer-future'.
1639         * org-agenda.el (org-agenda-menu-two-column): Rename to
1640         `org-agenda-menu-two-columns'.
1642         * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Replace
1643         `org-labels' by `let*'.
1645         * org-bibtex.el (org-bibtex-headline): Ditto.
1647         * org-compat.el: Delete `org-labels'.
1649         * ob.el (org-babel-get-src-block-info)
1650         (org-babel-check-src-block, org-babel-current-result-hash)
1651         (org-babel-parse-src-block-match, org-babel-read-link)
1652         (org-babel-insert-result, org-babel-clean-text-properties): Use
1653         ̀org-no-properties' instead of `org-babel-clean-text-properties'.
1654         (org-babel-clean-text-properties): Delete redundant function
1655         `org-babel-clean-text-properties'.
1657         * ob-tangle.el (org-babel-tangle-collect-blocks)
1658         (org-babel-tangle-comment-links): Ditto.
1660         * ob-table.el (sbe): Ditto.
1662         * ob-lob.el (org-babel-lob-get-info)
1663         (org-babel-lob-execute): Ditto.
1665         * ob-exp.el (org-babel-exp-non-block-elements): Ditto.
1667         * org-macs.el (org-no-properties): Allow a new parameter
1668         `restricted' to restrict the properties removal to those in
1669         `org-rm-props'.  The default is now to remove all properties.
1671         * org-compat.el (org-substring-no-properties): Remove unused
1672         defun.
1674         * org-remember.el (org-remember-apply-template): Remove redundant
1675         removal of text properties.
1676         (org-remember-apply-template): Use `org-no-properties'.
1678         * org-capture.el (org-capture-fill-template): Remove redundant
1679         removal of text properties.
1680         (org-capture-fill-template): Use `org-no-properties'.
1682         * org-gnus.el (org-gnus-open, org-gnus-follow-link): Use
1683         `org-no-properties'.
1685         * org-colview.el (org-columns-display-here): Ditto.
1687         * org-table.el (org-table-eval-formula): Ditto.
1689         * org.el (org-entry-properties): Ditto.
1691         * org-icalendar.el (org-print-icalendar-entries): Fix bug about
1692         handling `alarm-time'.
1694         * ob-R.el (org-babel-edit-prep:R): Don't set the session.
1696         * org.el (org-store-log-note): Only skip comments starting with "#
1697         " when storing a note.
1699         * org.el (org-custom-properties): New option.
1700         (org-custom-properties-overlays): New variable.
1701         (org-toggle-custom-properties-visibility): New command to toggle
1702         the visibility of custom properties.
1703         (org-check-before-invisible-edit): Also prevent errors when trying
1704         to edit invisible properties.
1706         * org-datetree.el (org-datetree-add-timestamp): New option.
1707         (org-datetree-insert-line): Use it.
1709         * org.el (org-fill-template): Fix bug when filling template for a
1710         key associated to the nil value.
1712         * org-agenda.el (org-diary): Fix tiny typo.
1714         * org.el (message-in-body-p): Move declaration up to fix compiler
1715         warning.
1717         * org.el (org-fill-context-prefix): Fix auto-filling in
1718         `message-mode'.
1720         * org.el (org-fill-paragraph): Correctly fill paragraph in
1721         message-mode.
1722         (org-indent-line): Correctly indent according to mode when
1723         `orgstruct++-mode' is on.
1724         (orgstruct++-mode): Add `fill-prefix' to the variable temporarily
1725         stored in `org-fb-vars'.
1727         * org.el (org-fill-paragraph): Make a command.  Fix bug about
1728         filling message headers and citations.
1730         * org.el (org-redisplay-inline-images): New command.
1731         (org-mode-map): Bind it to C-c C-x C-M-v.
1733         * org-colview.el (org-columns-get-format-and-top-level): Fix bug.
1734         (org-columns-get-format): Fix compiler warning.
1736         * org-feed.el: Add declarations.
1738         * org-agenda.el (org-agenda-get-sexps): Use `org-get-tags-at' to
1739         allow tag inheritance.
1741         * org-capture.el (org-capture): Fix bug introduced by commit
1742         1737d3.
1744         * org-publish.el (org-publish-needed-p)
1745         (org-publish-update-timestamp, org-publish-file)
1746         (org-publish-cache-file-needs-publishing): New argument
1747         `base-dir'.
1748         (org-publish-cache-ctime-of-src): Use the new argument to make
1749         sure we find the file according to :base-directory.
1751         * org-capture.el (org-capture-string): New command to prompt for
1752         the interactive text interactively.  This can also be used in
1753         Elisp programs to use ̀org-capture' with some initial text.
1754         (org-capture-initial): New variable to store the initial text.
1755         (org-capture): Use `org-capture-initial'.
1757         * org.el (org-emph-re): Tiny docstring formatting fix.
1759         * org-compat.el (org-labels): Remove.
1761         * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
1763         * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
1765         * org.el (org-emph-re): Tiny formatting fix.
1767         * org.el (orgstruct-setup): Require `org-element'.
1769         * org.el (org-store-link, org-open-at-point): New link type
1770         "help".
1772         * org-compat.el (org-flet): Remove alias.
1774         * ob.el (org-babel-edit-distance, org-babel-sha1-hash)
1775         (org-babel-get-rownames, org-babel-insert-result)
1776         (org-babel-merge-params)
1777         (org-babel-expand-noweb-references): Don't use `org-flet'.  Also
1778         indent some functions correctly.
1780         * ob.el (org-babel-execute-src-block)
1781         (org-babel-join-splits-near-ch, org-babel-format-result)
1782         (org-babel-examplize-region): Don't use `org-flet'.
1783         (org-babel-tramp-handle-call-process-region): Fix typo.
1785         * ob-awk.el (org-babel-awk-var-to-awk): Don't use `org-flet'.
1787         * ob-sh.el (org-babel-sh-var-to-string): Ditto.
1789         * ob-tangle.el (org-babel-tangle, org-babel-spec-to-string): Don't
1790         use `org-flet'.
1792         * org-pcomplete.el (org-compat): Require.
1794         * ob-tangle.el (org-babel-load-file): Don't use `org-flet'.
1796         * org-bibtex.el (org-bibtex-write): Use let*.
1798         * org-plot.el (org-plot/gnuplot-script): Don't use `org-flet'.
1800         * org-bibtex.el (org-bibtex-headline, org-bibtex-fleshout)
1801         (org-bibtex-read, org-bibtex-write): Don't use `org-flet'.
1803         * org-clock.el (org-clock-cancel): Use `org-looking-back'.
1805         * org-pcomplete.el (org-thing-at-point): Ditto.
1807         * org.el (org-timestamp-change): Ditto.
1809         * org-mouse.el (org-mouse-timestamp-today)
1810         (org-mouse-set-priority, org-mouse-popup-global-menu)
1811         (org-mouse-context-menu): Don't use ̀org-flet'.
1813         * org.el (org-priority): Fix docstring.
1815         * org-publish.el (org-publish-write-cache-file)
1816         (org-publish-initialize-cache)
1817         (org-publish-cache-file-needs-publishing)
1818         (org-publish-cache-get): Small code clean-up.
1820         * org-publish.el (org-publish-cache-ctime-of-src): Simplify.
1822         * org-agenda.el (org-agenda-get-sexps): Add a 'tags property for
1823         agenda entries created from sexps.
1825         * org-capture.el (org-capture-templates): Docstring clean up.
1826         (org-capture-place-entry, org-capture-place-item)
1827         (org-capture-place-plain-text, org-capture-place-table-line):
1828         Ensure to always position the point according to %?.
1830         * org-table.el (org-table-convert-refs-to-rc): Fix bug when
1831         converting remote table references.
1833         * org-agenda.el (org-agenda-switch-to): Run hooks in
1834         ̀org-agenda-after-show-hook'.
1836         * ob-ref.el (org-babel-ref-index-list): Use let* and rename the
1837         variable `length' to `lgth'.
1839         * org-plot.el (org-plot/gnuplot-to-grid-data): Don't use
1840         ̀org-flet'.
1842         * org-exp.el (org-export-format-source-code-or-example): Ditto.
1844         * org-exp-blocks.el (org-export-blocks-preprocess): Ditto.
1846         * ob.el (org-babel-view-src-block-info)
1847         (org-babel-execute-src-block, org-babel-edit-distance)
1848         (org-babel-switch-to-session-with-code)
1849         (org-babel-balanced-split, org-babel-insert-result): Ditto.
1851         * ob-ref.el (org-babel-ref-index-list): Ditto.
1853         * ob-python.el (org-babel-python-evaluate-session): Ditto.
1855         * ob-lob.el (org-babel-lob-get-info): Ditto.
1857         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Ditto.
1859         * ob-exp.el (org-babel-exp-do-export): Ditto.
1861         * org-table.el (orgtbl-to-generic): Fix docstring.
1863         * org-clock.el (org-clock-in): Call `org-clock-out' with the new
1864         argument `switch-to-state' set to nil.  Fix docstring.
1865         (org-clock-in-last): Prompt for a todo state to switch to when
1866         called with three universal prefix arguments.  Don't display a
1867         message when the clock is already running.  Update docstring.
1868         (org-clock-out): New argument `switch-to-state'.  When this
1869         argument is non-nil, prompt for a state to switch the clocked out
1870         task to, overriding `org-clock-out-switch-to-state'.
1872         * org.el (org-entry-get): Don't use `org-flet'.
1874         * org.el (org-forward-heading-same-level): Rename from
1875         `org-forward-same-level'.
1876         (org-backward-heading-same-level): Rename from
1877         `org-backward-same-level'.
1879         * org.el (org-forward-element): Rename from `org-element-forward'.
1880         (org-backward-element): Rename from `org-element-backward'.
1881         (org-up-element): Rename from `org-element-up'.
1882         (org-down-element): Rename from `org-element-down'.
1883         (org-drag-element-backward): Rename from
1884         `org-element-drag-backward'.
1885         (org-drag-element-forward): Rename from
1886         `org-element-drag-forward'.
1887         (org-mark-element): Rename from `org-element-mark-element'.
1888         (org-transpose-element): Rename from `org-element-transpose'.
1889         (org-unindent-buffer): Rename from `org-element-unindent-buffer'.
1890         (org-mode-map): Update the names of a commands.  Remove useless
1891         declarations.
1893         * org-element.el (org-element-forward, org-element-backward)
1894         (org-element-up, org-element-down)
1895         (org-element-drag-backward, org-element-drag-forward)
1896         (org-element-mark-element, org-narrow-to-element)
1897         (org-element-transpose, org-element-unindent-buffer): Move to
1898         org.el.
1900         * org.el (org-forward-same-level): Fix typo in docstring.
1902         * org-agenda.el (org-agenda-mode-map): Bind
1903         `org-agenda-show-priority' to `C-c,' instead of `P'.
1904         (org-agenda-next-item, org-agenda-previous-item): New commands to
1905         move by one item down/up in the agenda.
1906         (org-agenda-mode-map): Bind `org-agenda-next-item' and
1907         `org-agenda-previous-item' to `N' and `P' respectively.
1909         * org-rmail.el (org-rmail-store-link, org-rmail-follow-link):
1910         Toggle headers when necessary.
1912         * org-element.el (org-narrow-to-element): Autoload.
1914         * org.el (org-mode-map): Use `M-h' for `org-element-mark-element'.
1915         (org-mark-subtree): Allow a numeric prefix argument to move up
1916         into the hierarchy of headlines.
1918         * org-element.el (org-element-up, org-element-down): Autoload.
1920         * org.el: Declare functions and don't require org-element.
1922         * org-element.el (org-element-at-point, org-element-forward)
1923         (org-element-backward, org-element-drag-backward)
1924         (org-element-drag-forward, org-element-mark-element)
1925         (org-element-transpose, org-element-unindent-buffer): Autoload.
1926         Require 'org and remove all declarations.
1928         * org.el (org-outline-regexp-bol, org-heading-regexp): Use
1929         variables instead of constants.
1931         * org-archive.el (org-datetree-find-date-create): Declare.
1933         * org.el (org-open-at-point): Only set
1934         `clean-buffer-list-kill-buffer-names' when the feature 'midnight
1935         has been loaded.
1937         * org-icalendar.el (org-print-icalendar-entries): Let
1938         APPT_WARNTIME take precedence over ̀org-icalendar-alarm-time'.
1940         * org.el (org-special-properties): New special property
1941         CLOCKSUM_T.
1942         (org-entry-properties): Handle the new special property.
1944         * org-colview.el (org-columns): Handle a new special property
1945         CLOCKSUM_T.
1946         (org-agenda-colview-summarize, org-agenda-colview-compute): Ditto.
1948         * org-clock.el (org-clock-sum-today): New function.
1949         (org-clock-sum): New argument PROPNAME to set a custom text
1950         property instead of :org-clock-minutes.
1952         * org-agenda.el (org-agenda-check-type): Throw a more appropriate
1953         error message when no agenda is currently being displayed.
1955         * org.el (org-get-property-block): Find blocks before the first
1956         headline.
1957         (org-entry-properties): Minor code cleanup.
1958         (org-entry-get, org-entry-get-with-inheritance): Get property
1959         before the first headline.
1961         * org-mobile.el (org-mobile-create-index-file): Use `files-alist'.
1963         * org.el (org-make-link): Delete.
1964         (org-store-link, org-insert-link)
1965         (org-file-complete-link): Don't use `org-make-link'.
1967         * org-wl.el (org-wl-store-link-folder)
1968         (org-wl-store-link-message): Ditto.
1970         * org-vm.el (org-vm-store-link): Ditto.
1972         * org-rmail.el (org-rmail-store-link): Ditto.
1974         * org-mhe.el (org-mhe-store-link): Ditto.
1976         * org-mew.el (org-mew-store-link): Ditto.
1978         * org-irc.el (org-irc-erc-store-link): Ditto.
1980         * org-info.el (org-info-store-link): Ditto.
1982         * org-id.el (org-id-store-link): Ditto.
1984         * org-gnus.el (org-gnus-group-link, org-gnus-article-link): Ditto.
1986         * org-eshell.el (org-eshell-store-link): Ditto.
1988         * org-bbdb.el (org-bbdb-store-link): Ditto.
1990         * org.el (org-url-hexify-p): New option.  When non-nil (the
1991         default), hexify URLs when creating a link.
1993         * org.el (org-insert-link): Make sure point is at the beginning of
1994         the buffer.
1996         * org.el (clean-buffer-list-kill-buffer-names): Declare.
1997         (org-open-at-point): Allow opening multiple shell links by
1998         creating a new output buffer for each shell process.  The new
1999         buffer is added to `clean-buffer-list-kill-buffer-names'.
2001         * org-mobile.el (org-mobile-create-index-file): Use
2002         `org-global-tags-completion-table' instead of
2003         `org-tag-alist-for-agenda' to get the tags for the index file.
2005         * org.el (org-global-tags-completion-table): Fix typo in
2006         docstring.
2008         * org.el (org-link-to-org-use-id): Use `org-capture' instead of
2009         `org-remember' in the docstring.
2010         (org-link-fontify-links-to-this-file): New function to fontify
2011         links to the current buffer in `org-stored-links'.
2012         (org-store-link): Small code simplification.
2013         (org-link-prettify): Enclose literal links into <...> instead of
2014         [[...]].
2015         (org-insert-link): Use `org-link-fontify-links-to-this-file'.
2016         Also allow completion over links' descriptions, as well as links
2017         destinations.  When the user uses the description for completion,
2018         don't prompt again for a description.
2020         * org-capture.el (org-capture-templates): Fix docstring by adding
2021         Gnus to the list of mail clients.
2023         * org.el (org-log-repeat): Enhance docstring.
2025         * org.el (org-mode-map): Don't bind C-<up> and C-<down> to
2026         `org-element-backward/forward' as these functions stops when there
2027         is no element of the same type before/after point.  It is useful
2028         to navigate with `forward/backward-paragraph' with no stop in most
2029         cases.
2031         * org-capture.el (org-capture-templates): New template %l to
2032         insert the literal link pointing at the current buffer.
2034         * org.el (org-todo-keywords): Ditto.
2036         * org.el (org-fill-paragraph): Falls back on
2037         `message-fill-paragraph' if required in `message-mode'.
2039         * org-pcomplete.el (pcomplete/org-mode/file-option/x): New macro.
2040         (pcomplete/org-mode/file-option/options)
2041         (pcomplete/org-mode/file-option/title)
2042         (pcomplete/org-mode/file-option/author)
2043         (pcomplete/org-mode/file-option/email)
2044         (pcomplete/org-mode/file-option/date): Use the new macro to offer
2045         completion over default values for #+OPTIONS, #+TITLE, #+AUTHOR,
2046         #+EMAIL and #+DATE.
2048         * org-agenda.el (org-agenda-write): Fix bug when writing agenda to
2049         an external file while `org-agenda-sticky' is non-nil.
2051         * org.el (org-speed-commands-default): New speedy command to
2052         quickly add the :APPT_WARNTIME: property.
2054         * org-agenda.el (org-agenda-to-appt): Use the :APPT_WARNTIME:
2055         property to override `appt-message-warning-time' when adding an
2056         appointment from an entry.
2058         * org.el (org-version): Improve docstring.
2059         (org-self-insert-cluster-for-undo): The default value should be
2060         nil for Emacs >=24.1.  See bug#11774.
2062         * org.el (org-fontify-meta-lines-and-blocks-1): Fix previous
2063         commit.
2065         * org.el (org-options-keywords): New constant.
2066         (org-additional-option-like-keywords): Remove duplicates with
2067         keywords in the new constant.
2068         (org-additional-option-like-keywords-for-flyspell): Use the new
2069         constant.
2070         (org-mode-flyspell-verify): Exclude keywords from the new
2071         constant.
2073         * org-pcomplete.el (pcomplete/org-mode/file-option): Use
2074         `org-options-keywords'.
2076         * org.el (org-toggle-heading): Bugfix: use
2077         `org-element-mark-element' instead of `org-mark-list'.
2079         * org-list.el (org-mark-list): Delete.
2081         * org.el: Update a few keybindings.
2083         * org-element.el (org-element-down): Throw an error when the
2084         element has no content.
2086         * org-table.el (orgtbl-radio-table-templates): Add a template for
2087         org-mode.
2088         (orgtbl-to-orgtbl): Complete and align the table created with
2089         orgtbl-to-orgtbl, in case the user use the function for radio
2090         tables.
2091         (orgtbl-to-table.el): New function to export a table to another
2092         one using the table.el format.
2093         (orgtbl-to-unicode): New function to export a table using unicode
2094         characters.
2096         * org-exp.el (org-export-language-setup): Use "Sommaire" for the
2097         french translation of "Table of contents", to avoid a possible bug
2098         when exporting to ODT.
2100         * org.el (org-additional-option-like-keywords): Add keywords.
2101         (org-additional-option-like-keywords-for-flyspell): New constant
2102         to use with flyspell.
2103         (org-mode-flyspell-verify): Use the dedicated constant and don't
2104         check `org-startup-options'.
2106         * org-agenda.el (org-batch-store-agenda-views): Use the sticky
2107         agenda buffer name, if required.
2108         (org-agenda-write): New parameter `agenda-bufname' to allow
2109         setting the agenda buffer name.
2111         * org.el (org-mode-map): Add keybindings for
2112         `org-element-forward', `org-element-backward', `org-element-up'
2113         and `org-element-down'.
2115         * org.el (org-auto-fill-function): Don't call `do-auto-fill'
2116         within (org-let org-fb-vars ...) as `do-auto-fill' should do the
2117         right thing whether orgstruct++-mode is turned on or off.
2119         * org.el (org-sparse-tree-default-date-type): New option.
2120         (org-ts-type): New variable.
2121         (org-sparse-tree): New argument `type'.  Use the new option
2122         `org-sparse-tree-default-date-type' as the default value for
2123         `type'.  Fix docstring.
2124         (org-re-timestamp): New function.
2125         (org-check-before-date, org-check-after-date)
2126         (org-check-dates-range): Use `org-ts-type' and `org-re-timestamp'
2127         to tell compute the date regexp.
2129         * org.el (orgstruct++-mode, org-get-local-variables): Also set
2130         `normal-auto-fill-function' when turning on/off orgstruct++-mode.
2132         * org-agenda.el (org-agenda-start-with-log-mode): Add relevant
2133         customization types.
2135         * org-faces.el (org-document-title): Use the normal height.
2137         * org-clock.el (org-x11idle-exists-p): New variable.
2138         (org-user-idle-seconds): Use it.
2140         * org.el (org-mode-map): Rebind `org-insert-all-links' to `C-c
2141         C-M-l'.
2143         * org.el (org-insert-all-links): New command.
2144         (org-insert-link): `org-keep-stored-link-after-insertion' is now
2145         checked when the link to insert has been defined, regardless on
2146         how it has been defined.  Also don't read the description
2147         interactively when the `default-description' parameter was given.
2148         (org-mode-map): Bind `org-insert-all-links' to `C-c C-L'.
2150         * org.el (org-inc-effort): New command to increment the effort
2151         property.
2152         (org-set-effort): Use it.
2153         (org-mode-map): Bind it to `C-c C-x E'.
2154         (org-speed-commands-default): Use `E' as a speed command for it.
2156         * org.el (org-re-property-keyword): New function.
2157         (org-entry-put): Use it to fix a bug with respect to setting the
2158         value of a property when a property line with no value already
2159         exists.
2161         * org.el (org-timestamp-change): Adjust clock in other org files
2162         correctly.
2164         * org-clock.el (org-user-idle-seconds): Simplify.
2166         * org.el (org-mode-map): Bind `org-resolve-clocks' to `C-c C-x
2167         C-z'.
2169         * org.el (org-mode-map): Add keybindings to
2170         `org-element-transpose' and `org-narrow-to-element'.
2171         (org-metaup): Fall back on `org-element-drag-backward'.
2172         (org-metadown): Fall back on `org-element-drag-forward'.  Also
2173         move chunks of declarations and require statements to get rid of
2174         compiler warnings.
2176         * org-exp-blocks.el (org): Don't require org.  Add declarations.
2178         * org-clock.el (org): Don't require org.
2180         * ob-exp.el (org-list-forbidden-blocks): Add declarations.
2182         * org.el (org-timestamp-change): Don't use the `position'.
2184         * org.el (org-clock-history, org-clock-adjust-closest): New
2185         variables.
2186         (org-timestamp-change): Maybe adjust the next or previous clock in
2187         `org-clock-history'.
2188         (org-shiftmetaup, org-shiftmetadown): On clock logs, update the
2189         timestamp at point and adjust the next or previous clock in
2190         `org-clock-history', when possible.
2192         * org-clock.el (org-clock-in): Set the marker for
2193         `org-clock-history' at a safer position.
2195         * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
2196         Autoload.
2198         * org-mobile.el (org-mobile-post-pull-hook): Fix docstring.
2200         * org.el (org-indent-line): Fix indentation of a property line
2201         starting at the beginning of a line.
2203         * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
2205         * org-compat.el: Alias `org-condition-case-unless-debug' to
2206         `condition-case-unless-debug' or `condition-case-no-debug'.
2208         * org.el (org-todo-keywords): Ditto.
2210         * org.el (org-use-fast-todo-selection): Reformat docstring.
2212         * org.el (org-flag-drawer): Add a docstring.
2213         (org-mode-map): Bind ̀org-clock-cancel' to "C-cC-xC-q" and
2214         `org-clock-in-last' to "C-cC-xC-x".  This fixes a bug in the
2215         previous keybinding for `org-clock-in-last', which would override
2216         the one for `org-clock-in'.
2218         * org-clock.el (org-clock-in-last): Prevent errors when there is
2219         no clocking history.
2220         (org-clock-cancel): Fix bug when checking against a clock log in a
2221         folded drawer.
2223         * org.el (org-link-expand-abbrev): Implement "%(my-function)" as a
2224         new specifier.  Update the docstring.
2226         * org.el (org-startup-options): Fix docstring formatting.
2228         * org.el (org-use-sub-superscripts): Fix typo in docstring.
2230         * org.el (org-refile): Fix bug: prevent looping when calling
2231         `org-set-tags' internally.
2233         * org.el (org-mode-map): Add `C-c C-x C-I' as a keybinding for
2234         `org-clock-in-last'.
2236         * org-clock.el (org-clock-continuously): New option.
2237         (org-clock-in): Three universal prefix arguments set
2238         `org-clock-continuously' to `t' temporarily.
2239         (org-clock-in-last): Fix call to `org-clock-select-task' and
2240         support continuous clocking.
2241         (org-clock-out-time): New variable.
2242         (org-clock-out): Set `org-clock-out-time' when clocking out.
2243         Small docstring rewriting.
2244         (org-clock-remove-empty-clock-drawer): Fix "invalid search bound"
2245         bug when trying to delete empty logbook drawer.
2246         (org-clock-cancel): If the clock log is gone, send a warning
2247         instead of deleting the region that is supposed to contain it.
2249         * org.el (org-move-line-down, org-move-line-up): Remove.
2250         (org-metaup, org-metadown): When the region is active, move it
2251         up/down by one line, with no regard to the context.
2253         * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
2255         * org-compat.el: Alias `org-condition-case-unless-debug' to
2256         `condition-case-unless-debug' or `condition-case-no-debug'.
2258         * org-pcomplete.el (org-thing-at-point): Ignore trailing
2259         whitespaces while looking-back at properties.
2261         * org.el (org-mode): Set `indent-region-function'.
2262         (org-indent-region): New function.
2263         (org-fill-paragraph): When in a src block, use `indent-region' to
2264         indent the whole source code instead of falling back on
2265         `fill-paragraph', as this function messes up the code.
2267         * org-src.el (org-edit-src-code): Fix docstring formatting.
2269         * ob.el (org-babel-do-key-sequence-in-edit-buffer): Ditto.
2271         * org.el (org-mode, org-add-log-setup)
2272         (org-get-property-block, org-entry-put)
2273         (org-property-next-allowed-value, org-return)
2274         (org-indent-line): Rename `org-indent-line-function' to
2275         `org-indent-line'.
2277         * org-timer.el (org-timer-item): Ditto.
2279         * org-table.el (org-table-store-formulas): Ditto.
2281         * org-clock.el (org-clock-in, org-clock-find-position): Ditto.
2283         * org-src.el (org-src-font-lock-fontify-block)
2284         (org-src-strip-leading-and-trailing-blank-lines)
2285         (org-src-ask-before-returning-to-edit-buffer)
2286         (org-edit-src-code, org-edit-src-continue)
2287         (org-edit-fixed-width-region)
2288         (org-src-do-key-sequence-at-code-block)
2289         (org-src-font-lock-fontify-block, org-src-fontify-buffer): Fix
2290         typos in docstrings.
2292         * org-docbook.el (org-export-docbook-emphasis-alist): Fix typo:
2293         use "format string" instead of "formatting string".
2295         * org-latex.el (org-export-latex-emphasis-alist)
2296         (org-export-latex-title-command, org-export-latex-tables): Ditto.
2298         * org-html.el (org-export-html-postamble): Ditto.
2300         * org-latex.el (org-export-latex-hyperref-options-format): New
2301         option.
2302         (org-export-latex-make-header): Use it.
2304         * ob.el (org-babel-confirm-evaluate): Prevent errors when
2305         `org-current-export-file' is void.
2307         * org-table.el (org-table-export): Use the file name extension to
2308         suggest the right conversion format.  Also amend the docstring.
2310         * org.el (org-speed-commands-default): Two new speed commands.
2311         Use `:' for `org-columns' and ̀#' for `org-toggle-comment'.
2313         * org.el (org-time-stamp): With two universal arguments, insert an
2314         active timestamp with the current time without prompting the user.
2316         * org-clock.el (org-clock-in-last): New command.
2318         * org-clock.el (org-clock-in): Fix typo in docstring.
2320         * org-mobile.el (org-mobile-edit): Fix reference to a free
2321         variable.
2323         * org.el (org-doi-server-url): Update :group.
2325         * ob-lob.el (org-babel-lob-execute): Fix reference to non-existent
2326         variable.
2328         * org.el (org-doi-server-url): New option.
2329         (org-open-at-point): Use it.
2331         * org.el (org-at-comment-p): New function.
2332         (org-toggle-heading): Use `org-at-comment-p' to skip comments.
2334         * org-html.el (org-export-as-html): Add links to the Org mode and
2335         GNU Emacs websites When :html-postamble is set to 't.
2337         * org-export.el (org-export-creator-string): Add links to the Org
2338         mode and GNU Emacs websites.
2340         * org-special-blocks.el
2341         (org-special-blocks-convert-html-special-cookies): Prevent errors
2342         by first checking `org-line' is not nil.
2344         * org-clock.el (org-clock-string-limit)
2345         (org-clock-modeline-total, org-clock-task-overrun-text)
2346         (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
2348         * org.el (org-at-timestamp-p): Set ̀org-ts-what' to 'after when the
2349         point is right after the timestamp.  `org-at-timestamp-p' still
2350         returns `t' in this case, as this is more practical.
2351         (org-return): Check against ̀org-ts-what' to verify that point is
2352         really within the timestamp (if any).
2354         * org.el (org-return): Follow time-stamp links when point is an a
2355         time-stamp.
2357         * org-capture.el (org-capture-bookmark): New option.
2358         (org-capture-finalize): Use it.
2360         * org-publish.el (org-publish-cache-file-needs-publishing): Make
2361         the column mandatory after #+include:.
2363         * org-exp.el (org-export-handle-include-files): Ditto.
2365         * org-bibtex.el (org-bibtex-entries): Rename from
2366         (org-bibtex-read, org-bibtex-write): Use the new name.
2368         * org-exp.el (org-export-handle-include-files): Allow to use
2369         #+include with no column.
2371         * org-publish.el (org-publish-cache-file-needs-publishing): Make
2372         quotes mandatory around the file name and allow spaces in it.
2374         * org-html.el (org-export-as-html): Add link to Org's and Emacs's
2375         websites.
2377         * org-latex.el
2378         (org-export-latex-link-with-unknown-path-format): New option.
2379         (org-export-latex-links): Use it.
2381         * org-agenda.el (org-agenda-get-timestamps): Remove any active
2382         timestamp from the headline text, not only those for the current
2383         date.
2385         * org.el (org-set-tags): Allow setting tags for headlines in the
2386         region when `org-loop-over-headlines-in-active-region' is non-nil.
2388         * org.el (org-allow-promoting-top-level-subtree): New option to
2389         allow promoting a top-level subtree.
2390         (org-called-with-limited-levels): New variable, dynamically bound
2391         within the `org-with-limited-levels' macro.
2392         (org-promote): Use the new option to allow promoting a top-level
2393         subtree.
2395         * org-macs.el (org-with-limited-levels): Let-bind
2396         `org-called-interactively-p' to t.
2398         * org.el (org-create-formula-image-with-dvipng)
2399         (org-create-formula-image-with-imagemagick): Make sure a file
2400         exists before trying to delete it.
2402         * org.el (org-scan-tags): Correctly match TODO keywords.
2404         * org-agenda.el (org-agenda-bulk-action): Fix bug: use
2405         `org-agenda-bulk-unmark-all'.
2407         * org.el (orgstruct++-mode): Fix docstring.
2408         (org-fill-paragraph): Use the 'justify parameter when falling back
2409         on `fill-paragraph'.
2411         * org.el (org-indent-line-function): Use `org-let' instead of
2412         `orgstruct++-ignore-org-filling'.
2413         (org-fill-paragraph, org-auto-fill-function): Ditto.
2415         * org-macs.el (orgstruct++-ignore-org-filling): Delete.
2417         * org-table.el (org-table-time-string-to-seconds): Return the
2418         empty string if provided.
2419         (org-table-eval-formula): When assigning a duration string, handle
2420         it correctly -- i.e. don't make any computation on it, except the
2421         one to insert it using the correct duration format.
2423         * org.el (org-indent-line-function): Fix bug.
2425         * org-clock.el (org-frame-title-format-backup): New variable to
2426         store the value of `frame-title-format' before `org-clock' might
2427         replace it by `org-clock-frame-title-format'.
2428         (org-clock-frame-title-format): New option.
2429         (org-frame-title-string): Delete.
2430         (org-clock-update-mode-line): Minor code reformatting.
2431         (org-clock-in, org-clock-out, org-clock-cancel): Use
2432         `org-clock-frame-title-format'.
2434         * org-clock.el (org-clock-get-clock-string): Add a space.
2436         * org-list.el (org-mark-list): Return an error when there is no
2437         list at point.
2439         * org.el (org-toggle-heading): Allow `C-u C-c *' to mark the list
2440         at point before converting items to headings.  With a simple
2441         universal-argument, set `current-prefix-arg' to 1, otherwise keep
2442         the numeric value.
2444         * org-agenda.el (org-agenda-view-mode-dispatch): Make the message
2445         more readable.
2447         * org-agenda.el (org-agenda-mode-map): New keybinding ̀*' to mark
2448         all entries for bulk action.
2449         (org-agenda-menu): New menu item for marking all entries.
2450         (org-agenda-bulk-mark-all): New function to mark all entries.
2451         (org-agenda-bulk-mark-regexp): Minor docstring fix.
2452         (org-agenda-bulk-unmark): With a prefix argument, unmark all.
2453         Also send a better message.
2454         (org-agenda-bulk-remove-all-marks): Rename to
2455         `org-agenda-bulk-unmark-all'.  Check against
2456         `org-agenda-bulk-marked-entries' before trying to unmark entries.
2457         Minor docstring fix.
2458         (org-agenda-bulk-unmark-all): Renamed from
2459         ̀org-agenda-bulk-remove-all-marks'.
2461         * org-agenda.el (org-agenda-bulk-mark-char): New option.
2462         (org-agenda-bulk-mark): Use the new option.
2464         * org.el (org-src-prevent-auto-filling): New option to prevent
2465         auto-filling in src blocks.  This defaults to nil to avoid people
2466         being surprised that no auto-fill occurs in Org buffers where they
2467         use `auto-fill-mode'.
2468         (org-auto-fill-function): Use the new option.
2470         * org.el (org-properties-postprocess-alist): Better customization
2471         type.
2472         (org-set-property): Fix the check against
2473         `org-properties-postprocess-alist'.
2475         * org-macs.el (orgstruct++-ignore-org-filling): Set
2476         `def-edebug-spec' correctly.
2478         * org-colview.el (org-columns-string-to-number): When computing
2479         the values for the colview, match durations and convert them to
2480         HH:MM values.
2482         * org.el (org-duration-string-to-minutes): Match non-round
2483         numbers.  Add a new optional parameter to allow returning the
2484         output as a string.
2486         * org.el (org-auto-fill-fallback-function)
2487         (org-indent-line-fallback-function)
2488         (org-fill-paragraph-fallback-function)
2489         (org-auto-fill-fallback-function)
2490         (org-indent-line-fallback-function)
2491         (org-fill-paragraph-fallback-function): Remove.
2492         (org-fb-vars): New buffer-local variable.
2493         (orgstruct++-mode): Use the fallback variable `org-fb-vars' to
2494         store, use and restore variables if needed.
2495         (org-fill-paragraph): Ignore `orgstruct++-mode' filling variables
2496         when needed.
2497         (org-auto-fill-function, org-indent-line-function): Ditto.
2499         * org-macs.el (orgstruct++-ignore-org-filling): New macro.
2501         * org-exp-block.el: Use `org-find-library-name' instead of
2502         `find-library-name'.
2504         * org-compat.el (org-find-library-name): Convert into a macro to
2505         avoid compilation of a function from XEmacs in Emacs and vice
2506         versa.
2508         * org-table.el (org-table-store-formulas): Fix typo.
2509         (org-table-maybe-eval-formula): Fix the regexp to only match
2510         formulas, which never end with the `=' character.  If the field
2511         only contain this character, don't eval either.
2513         * org.el (org-set-property): Perform the correct check against
2514         `org-properties-postprocess-alist'.
2516         * org-bbdb.el (org-bbdb-anniversary-format-alist): Update the
2517         customization type.
2518         (name): Suppress (defvar 'name) as name is not eval'ed when
2519         setting `org-bbdb-anniversary-format-alist'.
2521         * org.el (org-version): When called non-interactively, insert the
2522         short version string, otherwise send a message with the complete
2523         version string.
2525         * org-odt.el (org-odt-update-meta-file): Use (org-version) and
2526         delegate checking whether `org-version' is known as a variable
2527         there.
2529         * org-html.el (org-export-as-html): Use (org-version).
2531         * org-docbook.el (org-export-as-docbook): Ditto.
2533         * org-latex.el (org-export-latex-make-header): Ditto.
2535         * org-clock.el (org-clocktable-write-default): Temporarily disable
2536         `delete-active-region' so that we don't accidently delete an
2537         active region when exporting a subtree/region.
2539         * org-clock.el (org-program-exists): Remove.
2540         (org-show-notification, org-clock-play-sound): Use
2541         `executable-find' instead of `org-program-exists'.
2543         * org-agenda.el (org-diary): Prevent failure from
2544         `org-compile-prefix-format' when there is no agenda buffer.
2546         * org-agenda.el (org-agenda-mode): Replace obsolete variable
2547         `buffer-substring-filters'.
2549         * org-indent.el (org-indent-mode): Ditto.
2551         * org-compat.el (org-find-library-name): Silent the byte-compiler
2552         about a warning related to XEmacs support.
2554         * org-special-blocks.el
2555         (org-special-blocks-convert-html-special-cookies): Use `org-line'
2556         instead of `line'.
2558         * org-html.el (org-html-handle-links, org-export-as-html)
2559         (org-format-org-table-html, org-format-table-table-html)
2560         (org-html-export-list-line): Use `org-line' instead of `line' as
2561         the free variable name.
2563         * org-latex.el (org-export-latex-tables): Let-bind `hfmt'.
2565         * org-faces.el (org-list-dt): New face.
2567         * org.el (org-set-font-lock-defaults): Use `org-list-dt' as the
2568         face for definition terms in definition lists.
2570         * org.el (org-fill-paragraph): Pass the `justify' argument to
2571         `org-fill-paragraph-fallback-function'.
2573         * org.el (org-eval-in-calendar): Fix docstring to mention the
2574         KEEPDATE parameter.
2576         * org.el (org-refresh-category-properties): Let-bind
2577         `inhibit-read-only' to t.
2579         * org.el (org-auto-fill-fallback-function)
2580         (org-indent-line-fallback-function)
2581         (org-fill-paragraph-fallback-function): New variables to store
2582         some fall-back functions when turning `orgstruct++-mode' on.
2583         (orgstruct++-mode): Set the new variables.
2584         (org-indent-line-function, org-fill-paragraph)
2585         (org-auto-fill-function): Use them.
2587         * org.el (org-read-date): Bugfix: call `org-eval-in-calendar' with
2588         the 'keepdate parameter set to t when setting the cursor type.
2590         * org-agenda.el (org-agenda-persistent-marks): New option to keep
2591         marks after a bulk action.  The option defaults to nil.
2592         (org-agenda-bulk-action): Use the new option.
2594         * org-capture.el (org-capture-fill-template): Use %\n instead of
2595         %n as a template element to be replaced with the nth prompted
2596         string.
2597         (org-capture-templates): Update docstring.
2599         * org.el (org-goto): Fix docstring and document what C-u does.
2601         * org-publish.el (org-publish-cache-file-needs-publishing): Use
2602         (case-fold-search t) when looking for #+INCLUDE:.
2604         * org.el: Use (case-fold-search t).
2605         (org-edit-special, org-ctrl-c-ctrl-c): Ditto.
2607         * org-table.el:
2608         (org-table-store-formulas, org-table-get-stored-formulas)
2609         (org-table-fix-formulas, org-table-edit-formulas)
2610         (org-old-auto-fill-inhibit-regexp, orgtbl-ctrl-c-ctrl-c)
2611         (orgtbl-toggle-comment, org-table-get-remote-range): Ditto.
2613         * org-footnote.el:
2614         (org-footnote-goto-local-insertion-point): Ditto.
2616         * org-exp.el: Ditto.
2618         * org-colview.el:
2619         (org-dblock-write:columnview, org-dblock-write:columnview): Ditto.
2621         * org-clock.el (org-clocktable-write-default): Ditto.
2623         * org-capture.el (org-capture-place-table-line): Ditto.
2625         * ob.el (org-babel-data-names, org-babel-goto-named-src-block)
2626         (org-babel-src-block-names)
2627         (org-babel-where-is-src-block-result, org-babel-result-end)
2628         (org-babel-where-is-src-block-head)
2629         (org-babel-find-named-result, org-babel-result-names): Ditto.
2631         * org-table.el (orgtbl-send-table): Escape special characters.
2632         Introduce a new parameter :no-escape to prevent escaping.
2634         * org-agenda.el (org-toggle-sticky-agenda): Only shout a message
2635         when called interactively.
2636         (org-agenda-get-restriction-and-command): Call
2637         `org-toggle-sticky-agenda' interactively.
2639         * org-agenda.el (org-agenda-top-category-filter): New variable for
2640         storing the current top-category filter.
2641         (org-agenda-redo): Apply a top-category filter, if any.
2642         (org-agenda-filter-by-top-category)
2643         (org-agenda-filter-top-category-apply): Set
2644         `org-agenda-top-category-filter' to the right value.
2646         * org-clock.el (org-clock-out, org-clock-cancel)
2647         (org-clock-in): Don't modify `frame-title-format' if it is a
2648         string.
2650         * org-latex.el (org-export-latex-special-chars): Fix bug when
2651         escaping special characters in a table.
2653         * org.el (org-read-date): Set cursor-type to nil in the calendar.
2655         * org-faces.el (org-date-selected): Use inverse video.  Don't
2656         explicitely set bold to nil as it causes `customize-face' to show
2657         the weight property and thus encourage the user to change it.
2658         Warn in the docstring that using bold might cause problems when
2659         displaying the calendar.
2661         * org-id.el (org-id-update-id-locations): New parameter to silent
2662         `org-id-find'.
2663         (org-id-find): Use the new parameter.
2665         * org.el (org-show-hierarchy-above, org-cycle)
2666         (org-global-cycle, org-files-list, org-store-link)
2667         (org-link-search, org-open-file, org-display-outline-path)
2668         (org-refile-get-location, org-update-all-dblocks)
2669         (org-change-tag-in-region, org-entry-properties)
2670         (org-save-all-org-buffers, org-revert-all-org-buffers)
2671         (org-buffer-list, org-cdlatex-mode)
2672         (org-install-agenda-files-menu, org-end-of-subtree)
2673         (org-speedbar-set-agenda-restriction): Use (derived-mode-p
2674         'org-mode) instead of (eq major-mode 'org-mode).
2676         * org-timer.el (org-timer-set-timer): Ditto.
2678         * org-table.el (orgtbl-mode, org-table-align, orgtbl-mode): Ditto.
2680         * org-src.el (org-edit-src-exit, org-edit-src-code)
2681         (org-edit-fixed-width-region, org-edit-src-exit): Ditto.
2683         * org-remember.el (org-remember-handler): Ditto.
2685         * org-mouse.el (dnd-open-file, org-mouse-insert-item): Ditto.
2687         * org-macs.el (org-get-limited-outline-regexp): Ditto.
2689         * org-lparse.el (org-replace-region-by): Ditto.
2691         * org-latex.el (org-latex-to-pdf-process)
2692         (org-replace-region-by-latex): Ditto.
2694         * org-indent.el (org-indent-indent-buffer): Ditto.
2696         * org-id.el (org-id-store-link, org-id-update-id-locations)
2697         (org-id-store-link): Ditto.
2699         * org-html.el (org-export-html-preprocess)
2700         (org-replace-region-by-html): Ditto.
2702         * org-footnote.el (org-footnote-normalize)
2703         (org-footnote-goto-definition)
2704         (org-footnote-create-definition, org-footnote-normalize): Ditto.
2706         * org-docbook.el (org-replace-region-by-docbook): Ditto.
2708         * org-ctags.el (find-tag): Ditto.
2710         * org-colview.el (org-columns-redo)
2711         (org-columns-display-here, org-columns-edit-value)
2712         (org-columns-redo): Ditto.
2714         * org-capture.el (org-capture-insert-template-here)
2715         (org-capture, org-capture-finalize)
2716         (org-capture-set-target-location)
2717         (org-capture-insert-template-here): Ditto.
2719         * org-ascii.el (org-replace-region-by-ascii): Ditto.
2721         * org-archive.el (org-archive-subtree): Ditto.
2723         * org-agenda.el (org-agenda)
2724         (org-agenda-get-restriction-and-command)
2725         (org-agenda-get-some-entry-text, org-search-view)
2726         (org-tags-view, org-agenda-get-day-entries)
2727         (org-agenda-format-item, org-agenda-goto, org-agenda-kill)
2728         (org-agenda-archive-with, org-agenda-switch-to): Ditto.
2730         * org.el (org-repeat-re)
2731         (org-clone-subtree-with-time-shift, org-auto-repeat-maybe)
2732         (org-deadline, org-schedule, org-matcher-time)
2733         (org-time-stamp, org-read-date, org-read-date-get-relative)
2734         (org-display-custom-time, org-get-wdays)
2735         (org-time-string-to-absolute, org-closest-date)
2736         (org-timestamp-change): Allow to set hourly repeat cookie.  Send
2737         an error when an hourly repeat cookie is set and no hour is
2738         specified in the timestamp.
2740         * org-icalendar.el (org-print-icalendar-entries): Handle hourly
2741         repeat cookies.
2743         * org-clock.el (org-program-exists): Fix docstring.
2745         * org-clock.el (org-clock-file-time-cell-format): New option.
2746         (org-clocktable-write-default): Use it.
2748         * org-faces.el (org-date-selected): New face.
2750         * org.el (org-date-ovl): Use `org-date-selected'.
2752         * org.el (org-mode): Don't use `buffer-face-mode' by default.
2754         * org-agenda.el (org-agenda-mode-map): Bind `^' to
2755         `org-agenda-filter-by-top-category'.
2757         * org-ascii.el (org-export-ascii-underline): Change the default
2758         underlining characters for headlines of level 1 and 2.  Also
2759         introduce \. as the underline character for headlines of level 5.
2761         * org-table.el (org-table-recalculate-buffer-tables)
2762         (org-table-iterate-buffer-tables): Add autoload cookie.
2764         * org.el (org-table-map-tables): Exclude tables in src and example
2765         blocks.
2767         * org.el (org-fill-paragraph): Leave scheduled/deadline lines
2768         untouched when filling an adjacent paragraph.
2770         * org-html.el (org-export-html-preamble-format)
2771         (org-export-html-postamble-format): Improve the docstring.
2773         * org.el (org-todo): Fix regression: rename `state' to
2774         `org-state'.
2776         * org-clock.el (org-show-notification): Use `fboundp' instead of
2777         `featurep' and the additional `require'.
2779         * org-clock.el (org-clock-in-prepare-hook): New option to format
2780         the total time cells.
2781         (org-clocktable-write-default): Use the new option.
2783         * org.el (org-open-at-point): Allow to open the agenda from an
2784         active or inactive timestamp in a headline.
2786         * org-html.el (org-export-html-date-format-string): Make a
2787         defcustom.
2789         * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
2791 2012-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
2793         * org-table.el (org-table-expand-lhs-ranges): Allow hline
2794         references to be expanded correctly in LHS of formulas.
2796         * org-beamer.el (org-beamer-inherited-properties): New option.
2797         (org-beamer-after-initial-vars): Use new option to look for
2798         inherited properties.
2800         * org.el (org-ts-regexp0): Allow time stamps without name of day.
2802         * org-agenda.el (org-toggle-sticky-agenda):
2803         (org-agenda-sticky): Improve :set property.
2805         * org-agenda.el (org-agenda-local-vars): Clean up the variable
2806         list.
2807         (org-agenda-get-restriction-and-command): Add a key for toggling
2808         sticky agenda views.
2810         * org-agenda.el (org-agenda-local-vars): Final decisions about
2811         global/local
2813         * org-agenda.el (org-agenda-force-single-file): Variable removed.
2814         (org-prepare-agenda-window): Store pre-agenda window config
2815         locally.
2816         (org-timeline): Introduce a scoped version of
2817         `org-agenda-show-log'.
2818         (org-agenda-list): Introduce a scoped version of
2819         `org-agenda-show-log'.
2820         (org-agenda-get-progress): Use the scoped version of
2821         `org-agenda-show-log'.
2822         (org-agenda-local-vars): Write the analysis result as a comment -
2823         to be cleaned up in the next iteration.
2825         * org-agenda.el (org-toggle-sticky-agenda): Kill all agenda
2826         buffers when toggling sticky-agendas.
2827         (org-agenda-get-restriction-and-command): Add `C-c a C-k' as a key
2828         to explicitly kill all agenda buffers.
2829         (org-agenda-run-series): Remove any old agenda markers in the
2830         buffer that is going to take the new block agenda.
2831         (org-prepare-agenda): Reset markers before erasing the buffer anc
2832         running `org-agenda-mode', because after that hte local variable
2833         `org-agenda-markers' will have gone away.
2834         (org-agenda-Quit):
2835         (org-finalize-agenda): Install the marker resetter into the
2836         `kill-buffer-hook'.
2837         (org-agenda-save-markers-for-cut-and-paste): Look for markers in
2838         all agenda buffers.
2839         (org-agenda-kill-all-agenda-buffers): New function.
2841 2012-09-30  Chris Gray  <chrismgray@gmail.com>
2843         * org-html.el (org-export-as-html): Remove the check for body-only
2844         in the code for generating tables of contents.
2846 2012-09-30  Christoph Dittmann  <github@christoph-d.de>  (tiny change)
2848         * org-beamer.el (org-beamer-auto-fragile-frames): Make
2849         [fragile] work with overlay specifications.
2851 2012-09-30  Christophe Junke  <christophe.junke@inria.fr>  (tiny change)
2853         * org-agenda.el (org-agenda-list): Ensures that the list returned
2854         by `org-agenda-add-time-grid-maybe' is appended to ̀rtnall' before
2855         checking if the latter is empty.
2857 2012-09-30  Christophe Rhodes  <csr21@cantab.net>  (tiny change)
2859         * org-latex.el (org-export-latex-tables): Support setting the
2860         :hfmt parameter from #+ATTR_LaTeX.
2862 2012-09-30  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>  (tiny change)
2864         * org-exp.el (org-export-handle-include-files)
2865         (org-get-file-contents): Handle new parameter :addlevel.
2867 2012-09-30  Dave Abrahams  <dave@boostpro.com>  (tiny change)
2869         * org.el (org-link-prettify): New function to prettify links while
2870         displaying them with `org-insert-link'.
2871         (org-insert-link): Use the new function.
2873 2012-09-30  David Maus  <dmaus@ictsoc.de>
2875         * org-exp.el (org-export-language-setup): Use numeric character
2876         entities for proper rendering of non-UTF8 documents.
2878         * org-exp.el (org-export-language-setup): Add japanese
2879         translation.
2881 2012-09-30  Eric Schulte  <eric.schulte@gmx.com>
2883         * ob-sh.el (org-babel-sh-evaluate): Don't could 0-length shebangs.
2885         * ob.el (org-babel-insert-result): Replace key sequence with
2886         function call.  Use a more informative flag to the local function.
2887         (org-add-protective-commas): Declare a new external function.
2889         * org-src.el (org-add-protective-commas): This should be its own
2890         function.
2891         (org-edit-src-exit): Use the new function.
2893         * org-compat.el (org-labels): Remove.
2895         * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
2897         * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
2899         * ob.el (org-babel-string-read): Don't automatically evaluate code
2900         block results which look like elisp.
2901         (org-babel-import-elisp-from-file): Raise a warning message when
2902         the process of reading code block results raises an error.
2904         * ob-tangle.el (org-babel-with-temp-filebuffer): Don't execute
2905         macro argument multiple times.
2907         * org.el (org-compat): Require org-compat before we first use one
2908         of its functions (a macro actually).
2910         * ob-comint.el (org-babel-comint-with-output): Don't name the
2911         filter function, but rather pass through the anonymous lambda
2912         directly.
2914         * org.el (org-babel-load-languages): Common lisp should be
2915         mentioned as a supported babel language.
2917         * org-clock.el (org-clock-special-range): "concat 'string" ->
2918         "concat"
2919         (org-clocktable-shift): "concat 'string" -> "concat"
2921         * org-bibtex.el (org-bibtex-headline): Replacing org-flet with
2922         org-labels.
2924         * ob-calc.el (org-babel-execute:calc): Strip single quotes from
2925         calc internal representations.
2927         * org-clock.el (org-clock-special-range): Replacing cl concatenate
2928         with concat.
2929         (org-clocktable-shift): Replacing cl concatenate with concat.
2931         * ob.el (org-babel-edit-distance): Remove use of map at runtime.
2933         * org-compat.el (org-flet): Compatibility function now that flet
2934         has been removed from cl-macs.
2935         (org-labels): Compatibility function now that labels has been
2936         removed from cl-macs.
2938         * ob-R.el (org-compat): Require org-compat.
2940         * ob-comint.el: Require org-compat.
2942         * ob-exp.el (org-babel-exp-do-export): Switch to compatibility
2943         function.
2945         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Switch to
2946         compatibility function.
2948         * ob-lob.el (org-babel-lob-get-info): Switch to compatibility
2949         function.
2950         (org-babel-lob-execute): Switch to compatibility function.
2952         * ob-python.el (org-babel-python-evaluate-session): Switch to
2953         compatibility function.
2955         * ob-ref.el (org-babel-ref-index-list): Switch to compatibility
2956         function.
2958         * ob-sh.el (org-babel-sh-var-to-string): Switch to compatibility
2959         function.
2961         * ob-tangle.el (org-babel-load-file): Switch to compatibility
2962         function.
2963         (org-babel-tangle): Switch to compatibility function.
2964         (org-babel-spec-to-string): Switch to compatibility function.
2966         * ob.el (org-babel-view-src-block-info): Switch to compatibility
2967         function.
2968         (org-babel-execute-src-block): Switch to compatibility function.
2969         (org-babel-edit-distance): Switch to compatibility function.
2970         (org-babel-switch-to-session-with-code): Switch to compatibility
2971         function.
2972         (org-babel-sha1-hash): Switch to compatibility function.
2973         (org-babel-balanced-split): Switch to compatibility function.
2974         (org-babel-join-splits-near-ch): Switch to compatibility function.
2975         (org-babel-get-rownames): Switch to compatibility function.
2976         (org-babel-format-result): Switch to compatibility function.
2977         (org-babel-insert-result): Switch to compatibility function.
2978         (org-babel-examplize-region): Switch to compatibility function.
2979         (org-babel-merge-params): Switch to compatibility function.
2980         (org-babel-noweb-p): Switch to compatibility function.
2981         (org-babel-expand-noweb-references): Switch to compatibility
2982         function.
2984         * org-bibtex.el (org-bibtex-headline): Switch to compatibility
2985         function.
2986         (org-bibtex-fleshout): Switch to compatibility function.
2987         (org-bibtex-read): Switch to compatibility function.
2988         (org-bibtex-write): Switch to compatibility function.
2990         * org-exp-blocks.el (org-export-blocks-preprocess): Switch to
2991         compatibility function.
2993         * org-exp.el (org-export-format-source-code-or-example): Switch to
2994         compatibility function.
2996         * org-macs.el (org-called-interactively-p): Indentation fix.
2998         * org-mouse.el (org-mouse-timestamp-today): Switch to
2999         compatibility function.
3000         (org-mouse-set-priority): Switch to compatibility function.
3001         (org-mouse-popup-global-menu): Switch to compatibility function.
3002         (org-mouse-context-menu): Switch to compatibility function.
3004         * org-plot.el (org-plot/gnuplot-to-grid-data): Switch to
3005         compatibility function.
3006         (org-plot/gnuplot-script): Switch to compatibility function.
3008         * org.el (org-entry-get): Switch to compatibility function.
3009         (org-fill-paragraph): Switch to compatibility function.
3010         (org-auto-fill-function): Switch to compatibility function.
3012         * ob-lob.el (org-babel-lob-execute): Only try to insert extant
3013         hashes.
3015         * ob-R.el (org-babel-R-command): From a defvar to a defcustom.
3017         * ob.el (org-babel-set-current-result-hash): Change the hash of
3018         the results for the current code block.
3019         (org-babel-current-result-hash): Fix documentation.
3021         * ob-lob.el (org-babel-lob-execute): Don't re-execute the called
3022         function if the current call line hash matches that in its
3023         results.
3025         * ob-R.el (org-babel-R-assign-elisp): Can't assume every entry in
3026         a table is a sequence.
3028         * ob-R.el (org-babel-R-assign-elisp): Clean up the code
3029         implementing reads of irregular data into R.
3031         * ob.el (org-babel-header-arg-expand): In new buffers
3032         (char-before) may return nil so use equal rather than =.
3034         * ob-R.el (org-babel-header-args:R): Adding values.
3036         * ob-clojure.el (org-babel-header-args:clojure): Adding values.
3038         * ob-lisp.el (org-babel-header-args:lisp): Adding values.
3040         * ob-sql.el (org-babel-header-args:sql): Adding values.
3042         * ob-sqlite.el (org-babel-header-args:sqlite): Adding values.
3044         * ob.el (org-babel-combine-header-arg-lists): Combine lists of
3045         arguments and values.
3046         (org-babel-insert-header-arg): Use new combined header argument
3047         lists.
3048         (org-babel-header-arg-expand): Add support for completing-read
3049         insertion of header arguments after ":"
3050         (org-babel-enter-header-arg-w-completion): Completing read
3051         insertion of header arguments
3052         (org-tab-first-hook): Adding header argument completion.
3053         (org-babel-params-from-properties): Combining header argument
3054         lists.
3056         * ob-exp.el (org-babel-exp-results): Ensure noweb expanded body is
3057         used on export.
3059         * ob.el (org-babel-result-to-file): New optional description
3060         argument.
3061         (org-babel-insert-result): Moved description logic to another
3062         function.
3064         * ob.el (org-babel-insert-result): Change name of filelinkdescr to
3065         file-desc.
3066         (org-babel-common-header-args-w-values): Change name of
3067         filelinkdescr to file-desc.
3069         * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled C
3070         files on windows.
3072         * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
3073         Org-mode blocks.
3075         * ob.el (org-babel-parse-src-block-match): Make use of the new
3076         language argument to org-babel-strip-protective-commas.
3077         (org-babel-parse-inline-src-block-match): Make use of the new
3078         language argument to org-babel-strip-protective-commas.
3079         (org-babel-strip-protective-commas): Now accepts a language
3080         argument.
3082 2012-09-30  Fabrice Niessen  <fniessen-TA4HMoP+1wHrZ44/DZwexQ@public.gmane.org>  (tiny change)
3084         * org-agenda.el (org-agenda-write-buffer-name): Remove the test
3085         for the presence of <style> tag.
3087 2012-09-30  Feng Shu  <tumashu@gmail.com>
3089         * org.el (org-create-formula-image-with-imagemagick): Use
3090         'call-process to launch latex so that no shell output buffer will
3091         be shown when previewing formulas.
3093         * org.el (org-create-formula-image-with-imagemagick): Fix typo.
3095         * org.el (org-latex-create-formula-image-program): New option to
3096         use either dvipng or imagemagick to convert and preview LaTeX
3097         fragments.
3098         (org-preview-latex-fragment, org-format-latex): Handle the new
3099         option.
3100         (org-create-formula-image-with-dvipng): Rename from
3101         `org-create-formula-image'.
3102         (org-create-formula-image-with-imagemagick): New defun to handle
3103         LaTeX preview with imagemagick.
3104         (org-latex-color, org-latex-color-format): New defuns to handle
3105         color conversions.
3107         * org-latex.el (org-latex-to-pdf-process, org-export-as-pdf):
3108         Allow to use imagemagick to convert LaTeX fragments.
3110         * org-html.el (org-export-html-preprocess): Ditto.
3112         * org-exp.el (org-export-with-LaTeX-fragments): Ditto.
3114 2012-09-30  George Kettleborough  <g.kettleborough@member.fsf.org>
3116         * org-clock.el: New option `org-clock-clocked-in-display' to
3117         control whether the current clock is displayed in the mode line
3118         and/or frame title.
3120         * org-timer.el: New option `org-timer-display' to control whether
3121         the current timer is displayed in the mode line and/or frame
3122         title.
3124 2012-09-30  Hans-Peter Deifel  <hpdeifel@gmx.de>  (tiny change)
3126         * ob.el (org-babel-execute-src-block): Allow the :dir header
3127         argument to take relative file names.
3129 2012-09-30  Harri Kiiskinen  <harri@pp-kaitue.(none)>  (tiny change)
3131         * org-protocol.el: New option.
3132         (org-protocol-store-link, org-protocol-do-capture): Use it.
3134 2012-09-30  Henning Weiss  <hdweiss@gmail.com>
3136         * org-mobile.el (org-mobile-edit): Added handling of addheading,
3137         refile, archive, archive-sibling and delete edit nodes.
3138         (org-mobile-locate-entry): Olp links containing only a file are
3139         now be located correctly.
3140         (org-mobile-apply): Instead of finding the location of all target
3141         headings for edit nodes in a separate loop, they will be found
3142         immediately before applying edits.
3144         * org-mobile.el (org-mobile-sumo-agenda-command): Use a shorter
3145         title.
3147 2012-09-30  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
3149         * org.el (org-parse-time-string): Allow strings supported by
3150         tags/properties matcher (eg <now>, <yesterday>, <-7d>) if the time
3151         starts with < and ends with >.  This means that e.g. in the
3152         clocktable parameters you can specify :tstart "<-1w>" :tend
3153         "<now>".
3155 2012-09-30  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
3157         * org-colview.el (org-columns): New argument `columns-fmt-string'.
3159         * org-colview.el (org-columns-get-format-end-top-level): Split
3160         into `org-columns-get-format' and `org-columns-goto-top-level'.
3162         * org-colview.el (org-dblock-write:columnview): Add a new
3163         parameter :format which specifies the column view format for the
3164         output of the columnview dynamic block.
3166 2012-09-30  Jambunathan K  <kjambunathan@gmail.com>
3168         * org-lparse.el (org-lparse-and-open)
3169         (org-lparse-do-convert): Open exported files with system-specific
3170         application.
3172         * org-odt.el: Don't meddle with `org-file-apps'.
3174         * org-compat.el (org-condition-case-unless-debug): Alias to
3175         `condition-case' when both `condition-case-no-debug' and
3176         `condition-case-unless-debug' is unavailable.
3178         * org-odt.el (org-odt-do-image-size): Replace `flet' with
3179         equivalent construct.
3181         * org-odt.el (org-odt-cleanup-xml-buffers): Use
3182         `condition-case-no-debug' instead of
3183         `condition-case-unless-debug'.  This ensures backward
3184         compatibility with Emacs versions < 24.1.
3186         * org-odt.el (org-odt-zip-dir)
3187         (org-odt-cleanup-xml-buffers): New.
3188         (org-export-as-odt-and-open, org-export-as-odt)
3189         (org-odt-init-outfile, org-odt-save-as-outfile)
3190         (org-export-as-odf, org-export-as-odf-and-open): Use
3191         `org-odt-cleanup-xml-buffers'.
3193         * org-odt.el (org-export-odt-default-org-styles-alist): Add
3194         default character style.
3196         * org-odt.el (org-export-odt-default-org-styles-alist): Add
3197         default character style.
3199         * org-lparse.el (org-do-lparse): Remove stray call to
3200         `org-export-html-after-blockquotes-hook'.
3202         * org-bbdb.el (org-bbdb-export): Add support for ODT format.
3204         * org-odt.el (org-odt-update-meta-file): Check for `org-version'
3205         is bound before accessing it.
3207         * org-odt.el (org-odt-schema-dir-list): OD Schema files have been
3208         moved away from $(git-root)/contrib/odt/etc/schema/ to
3209         $(git-root)/etc/schema/.
3211         * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
3212         internal links destined for headlines provide a description or
3213         not.  In fact, the `org-store-link' and `org-insert-link' create
3214         internal links which do have a description.
3216         * org-lparse.el (org-lparse-insert-org-table): Consider short
3217         caption as plain text and not as org text.
3219         * org-odt.el (org-export-odt-format-formula)
3220         (org-export-odt-format-image): Ditto.
3222         * org-odt.el (org-odt-begin-table)
3223         (org-export-odt-format-formula, org-export-odt-format-image)
3224         (org-odt-format-entity): Handle short caption.
3226         * org-lparse.el (org-lparse-insert-org-table)
3227         (org-lparse-insert-list-table, org-lparse-insert-table-table):
3228         Ditto.
3230 2012-09-30  Jay McCarthy  <jay.mccarthy@gmail.com>  (tiny change)
3232         * org-colview.el (org-columns-new-overlay): Make sure to add a
3233         face to a string that has no face.
3235 2012-09-30  Jérémie Courrèges-Anglas  <jca@wxcvbn.org>  (tiny change)
3237         * org-latex.el: Ensure a final newline is appended to the export
3238         buffer.
3240 2012-09-30  Levin Du  <zslevin@gmail.com>  (tiny change)
3242         * org-clock.el (org-clock-in): Fix bug in setting the clock
3243         heading.
3245 2012-09-30  Madan Ramakrishnan  <madanr79@gmail.com>  (tiny change)
3247         * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
3248         advertised by the function.
3250 2012-09-30  Mark E. Shoulson  <mark@kli.org>  (tiny change)
3252         * org.el (org-fontify-entities): Hide {} when prettifying
3253         entities.
3255 2012-09-30  Mark Shoulson  <mark@kli.org>  (tiny change)
3257         * org-entities.el (org-entities): Add new entities for characters
3258         which could cause formatting changes if typed directly.
3260         * org-entities.el (org-entities): Added \asciicirc entity for ^;
3261         also fixed \circ expansion in latex.
3263         * org.el (org-fontify-entities): Fix bug: The entities \sup[123]
3264         and \there4 were not "prettified" when org-pretty-entities was
3265         enabled.
3267 2012-09-30  Mats Lidell  <matsl@xemacs.org>  (tiny change)
3269         * org-element.el (org-element-paragraph-separate): Remove
3270         redundant and misplaced t clause in case.
3272 2012-09-30  Matt Lundin  <mdl@imapmail.org>
3274         * org-datetree.el: Fix regexp to allow datetree to find headings
3275         with trailing whitespace.  This fixes a bug in which an existing
3276         datetree heading (e.g., "* 2012 ") would not be found by
3277         org-datetree-find-year-create if it had trailing whitespace.  This
3278         can cause problems, for instance, if one is using column view on
3279         the date tree, since editing subheadings with column view adds
3280         whitespace at the end of the top heading.
3282         * org-footnote.el (org-footnote-new): Don't call
3283         org-footnote-unique-label if org-footnote-auto-label is set to
3284         random.
3286         * org-gnus.el: (org-gnus-follow-link): Fix argument to
3287         gnus-group-read-group so that following a link does not result in
3288         unread article being selected.
3290         * org-bbdb.el (org-bbdb-anniv-extract-date)
3291         (org-bbdb-make-anniv-hash): Fix org-bbdb anniversary functionality
3292         to accommodate BBDB 3.x.  There are two major changes in BBDB 3.x
3293         that need to be taken into account.  The first is that
3294         `bbdb-split' reverses the order of its parameters in 3.x.  The
3295         second is that `bbdb-record-getprop' is replaced by
3296         bbdb-record-note in 3.x.
3298 2012-09-30  Max Mikhanosha  <max@openchat.com>
3300         * org-agenda.el (org-agenda-change-all-lines): Speedup refresh of
3301         a single line of agenda by narrowing the agenda buffer to just
3302         that line before calling `org-agenda-finalize'.
3304         * org.el (org-mode): Don't set org-hide's foreground to
3305         "invisible-bg".
3306         (org-find-invisible-foreground): New function.
3308         * org-agenda.el (defvar org-habit-show-all-today): New variable
3309         (org-agenda-get-scheduled): Show all habits if user wants it
3311         * org-habit.el (defcustom org-habit-show-all-today): New variable
3313         * org-agenda.el (org-agenda-quit): Copy the code for optionally
3314         restoring window configuration after burying the sticky agenda
3315         buffer.
3317         * org-agenda.el (org-agenda-new-marker): Check for NIL
3318         org-agenda-buffer
3319         (org-agenda-to-appt): Bind org-agenda-buffer to NIL
3321         * org-agenda.el (org-agenda-change-all-lines): Move accessing of
3322         'extra text property outside of with-current-buffer for original
3323         buffer
3325         * org-agenda.el (defvar org-habit-show-habits-only-for-today):
3326         initialize to nil
3328 2012-09-30  Michael Brand  <michael.ch.brand@gmail.com>
3330         * org-id.el (org-id-link-to-org-use-id): Align the doc string to
3331         the changed default.
3333         * ob-tangle.el (org-babel-tangle-collect-blocks): Use dummy string
3334         when heading has no text.
3336         * org-capture.el (org-capture-inside-embedded-elisp-p): Improve
3337         parsing.
3339         * org-feed.el (org-feed-format-entry): Require `org-capture'.
3340         Expand Elisp %(...) templates.
3341         (org-feed-default-template): Update docstring.
3343         * org-capture.el (org-capture-expand-embedded-elisp): New
3344         function.
3345         (org-capture-fill-template): Use it.
3346         (org-capture-inside-embedded-elisp-p): New function to tell if we
3347         are within an Elisp %(...) template.
3349         * org-list.el (org-at-item-description-p)
3350         (org-list-item-body-column): Make the inline regexp more
3351         consistent with `org-list-full-item-re', the inline regexp
3352         "Description list items" from `org-set-font-lock-defaults and
3353         others'.
3355 2012-09-30  Mike Sperber  <sperber@deinprogramm.de>
3357         * org.el (org-fill-paragraph): Pass optional argument to
3358         `fill-paragraph' to fix compatibility with XEmacs.
3360         * org.el (org-self-insert-cluster-for-undo): Default
3361         `org-self-insert-cluster-for-undo' also on XEmacs.
3363         * org.el (org-kill-line): Access `visual-line-mode' only if it's
3364         bound.
3366 2012-09-30  Muchenxuan Tong  <demon386@gmail.com>  (tiny change)
3368         * org-timer.el (org-timer-set-mode-line): Check
3369         `org-timer-display' when value is 'off.
3371 2012-09-30  Nicolas Calderon Asselin  <nicolas.calderon.asselin@gmail.com>  (tiny change)
3373         * org-clock.el (org-clock-idle-time): Org-mode assumed that
3374         x11idle was an available command, and returned an idle time of 0
3375         if it was not
3376         (never idle). Added checks so that org-idle-time will come from
3377         emacs' own current-idle-time if x11idle cannot be found or if it
3378         cannot retrieve the idle time from X11
3380 2012-09-30  Nicolas Goaziou  <n.goaziou@gmail.com>
3382         * org-element.el: Properly remove COMMENT and QUOTE keywords from
3383         title in parser.
3385         * org-element.el (org-element-headline-parser): Fix parsing for
3386         headlines with a single COMMENT or QUOTE keyword.
3388         * ob-org.el (org-babel-default-header-args:org): By default,
3389         export code from Org src blocks.
3391         * org-element.el (org-element-inline-src-block-successor): Fix
3392         inline-src-block parsing at the beginning of an item.
3394         * org-element.el (org-element--collect-affiliated-keywords): Fix
3395         caption parsing.
3397         * org-element.el (org-element--current-element): At the very
3398         beginning of a footnote definition or an item, next element is
3399         always a paragraph.
3401         * org-element.el (org-element-headline-parser): Handle nil titles.
3402         (org-element-inlinetask-parser): Add :raw-value property.  Also
3403         handle nil titles.
3405         * org.el (org-set-regexps-and-options): Don't consider tags as a
3406         replacement for a missing title in an headline.
3408         * org.el (org-setup-filling): Remove duplicate code.
3410         * org.el (org-adaptive-fill-function): Make sure fill prefix is
3411         computed from beginning of line.
3413         * org-element.el (org-element-section-parser): Make sure section
3414         cannot contain an headline.
3415         (org-element--current-element): Fix bug requiring to parse a quote
3416         section even when point is at an headline.
3418         * org.el (org-adaptive-fill-function): Remove occasional spurious
3419         space character when auto-filling.
3421         * org.el (org-mode): Call external initalizers.  Now both filling
3422         code and comments code have their own independant part in org.el.
3423         (org-setup-filling): Renamed from `org-set-autofill-regexps'.
3424         (org-setup-comments-handling): New function.
3426         * org.el (org-fill-paragraph): Refine filling in comments and in
3427         paragraphs.  Allow commented blank lines.  Take into consideration
3428         the indentation of the second line of the paragraph being filled.
3429         (org-comment-or-uncomment-region): Rewrite function.  Now comment
3430         region at a fixed column: the minimal indentation of the region.
3431         (org-fill-context-prefix): Rename function into
3432         `org-adaptive-fill-function'. Also, In a paragraph, choose the
3433         same prefix as the current line.
3435         * org-exp.el (org-export-handle-comments): Also remove comments at
3436         column 0.
3438         * org-exp.el (org-export-handle-comments): Handle inline comments
3439         with new syntax.
3441         * org.el (org-structure-template-alist): Add missing colon to
3442         #+INCLUDE.
3444         * org.el (org-backward-element): When called at the beginning of
3445         first element in section, the function shouldn't return an error
3446         but move point to headline or point-min instead.
3448         * org-element.el (org-element-paragraph-parser): Tiny refactoring.
3450         * org-element.el (org-element-paragraph-parser): Remove trailing
3451         code comments.
3453         * org.el (org-fill-context-prefix): Fix incorrect output when
3454         called at the beginning of a plain list with an affiliated
3455         keyword.
3456         (org-fill-paragraph): Remove useless variable.
3458         * org-element.el (org-element-paragraph-parser): Fix parsing of
3459         paragraph at the beginning of an item.
3461         * org.el (org-mode): Set back comment-start-skip so comment-dwim
3462         can tell a keyword from a comment.
3464         * org.el (org-set-autofill-regexps): Install new comment line
3465         break function.
3466         (org-comment-line-break-function): New function.
3467         (org-mode): Remove unnecessary line.
3469         * org.el (org-fill-context-prefix, org-fill-paragraph): Do not
3470         fill verse blocks contents.  Verse blocks can be used to format
3471         free-form poetry, so filling has to be done manually.
3473         * org.el (org-fill-paragraph-separate-nobreak-p): New function.
3474         (org-set-autofill-regexps): Introduce new predicate.
3475         (org-fill-item-nobreak-p): Remove function.
3477         * org-element.el (org-element-paragraph-separate): Since this
3478         variable is meant to be searched forward, \end{...} shouldn't
3479         trigger the end of a paragraph before checking if it is the end of
3480         a complete environment.
3481         (org-element-latex-environment-parser): Slight change to the
3482         regexp matching the beginning of a latex environment.
3483         (org-element-paragraph-parser): Paragraphs don't end at incomplete
3484         latex environments.
3485         (org-element-latex-or-entity-successor): Remove paragraph
3486         environments from latex fragment search.
3488         * org-table.el (org-table-number-regexp): By default, accept comma
3489         as a decimal mark to represent numbers.
3491         * org-element.el (org-element-map): Fix comment typo.
3493         * org.el (org-fill-paragraph): Add a `save-excursion' to avoid
3494         returning funny results.
3496         * org.el (org-fill-paragraph): Try not to include message header
3497         and citation lines in a paragraph when filling it.
3499         * org.el (org-fill-paragraph): Fix filling in a narrowed buffer.
3500         (org-fill-context-prefix): Fill prefix doesn't depend on current
3501         narrowing.
3503         * org.el (org-mode): Line with a single hash sign on it is a
3504         comment.
3506         * org.el (org-set-font-lock-defaults): Fix comment fontification.
3508         * org-element.el (org-element-item-parser): Do not remove tag from
3509         body if list isn't descriptive.
3511         * org-list.el (org-insert-item): Only ask about a term for
3512         descriptive lists.
3513         (org-list-struct, org-list-insert-item): Do not recognize a tag in
3514         an ordered list.
3516         * org-element.el (org-element-set-element): Rewrite function.
3517         (org-element-adopt-elements): New function.
3518         (org-element-adopt-element): Removed function.
3519         (org-element--parse-elements, org-element--parse-objects): Use new
3520         function.
3522         * org-list.el (org-list-automatic-rules): Remove `bullet' rule,
3523         which is now hard-coded.
3524         (org-cycle-list-bullet): Hard code `bullet' rule.
3525         (org-list-get-list-type): Make sure a list with numbered bullets
3526         cannot have `descriptive' type.
3528         * org-element.el (org-element-paragraph-parser): Fix previous
3529         patch.
3531         * org.el (org-fill-paragraph): No need to use
3532         `org-element-paragraph-separate' in a verse block since blank
3533         lines only can end a "paragraph".
3535         * org-element.el (org-element-paragraph-separate): Apply changes
3536         to comments.
3537         (org-element-paragraph-parser): Correctly find end of paragraphs.
3538         (org-element--current-element): Require colons for Babel calls.
3539         (org-element-center-block-parser)
3540         (org-element-dynamic-block-parser, org-element-quote-block-parser)
3541         (org-element-special-block-parser)
3542         (org-element-comment-block-parser)
3543         (org-element-example-block-parser)
3544         (org-element-export-block-parser, org-element-src-block-parser)
3545         (org-element-verse-block-parser): Fall-back to paragraph parsing
3546         when incomplete or ill-formed.
3548         * org-element.el (org-element-swap-A-B): Small refactoring.
3550         * org-element.el (org-element-text-markup-successor): Fix typo in
3551         docstring.
3553         * org-element.el (org-element-at-point): Return consistent value
3554         when function is called on a blank line within a plain list.
3556         * org-element.el (org-element-paragraph-separate): Fix comments in
3557         paragraph separator regexp.  Optimize it.
3559         * org-element.el: Update code commets.
3561         * org.el (org-mark-subtree): Fix bug when marking subtree with
3562         point on an inlinetask.  Refactor code.
3564         * org.el (org-mark-subtree): Do not make a special case for
3565         inlinetasks when marking a subtree. These are handled by
3566         `org-element-mark-element'.
3568         * org-element.el (org-element-comment-parser): Consider first "+"
3569         as a comment when parsing an ill-defined keyword.
3571         * org-element.el (org-element-item-interpreter): Simplify bullet
3572         creation.
3573         (org-element-plain-list-interpreter): Fix wrong bullets, if
3574         needed.
3576         * org-element.el (org-element-comment-parser): Fix parsing when a
3577         keyword follows the commented line.
3579         * org.el (org-fill-context-prefix): Auto-fill first paragraph in
3580         footnote definitions.
3582         * org.el (org-mode): Define new comment syntax.
3583         (org-fontify-meta-lines-and-blocks-1, org-strip-protective-commas)
3584         (org-fill-context-prefix, org-insert-comment)
3585         (org-comment-or-uncomment-region): Use new comment syntax.
3587         * org-element.el (org-element-comment-parser)
3588         (org-element-comment-interpreter, org-element--current-element):
3589         Use new comment syntax.
3591         * org.el (org-fill-paragraph): When at an item or a footnote
3592         definition, fill first paragraph instead.
3594         * org.el (org-fill-paragraph): Fix filling when point is at the
3595         very end of a paragraph.
3597         * org.el (org-mode): Set comments related variables.
3598         (org-insert-comment, org-comment-or-uncomment-region): New
3599         functions.
3601         * org.el (org-fill-context-prefix): Small refactoring.
3602         (org-fill-paragraph): Add code comments.
3604         * org-element.el (org-element-at-point): Add :parent property to
3605         output.
3606         (org-element-context): Add :parent property to output.  Also
3607         return a single element or object instead of a list of parents.
3608         (org-element-forward, org-element-up): Apply changes.
3610         * org.el (org-fill-context-prefix): New function.
3611         (org-fill-paragraph, org-auto-fill-function): Use new function.
3612         Also handle comments.
3613         (org-adaptive-fill-function): Remove function.
3614         (org-get-local-variables, orgstruct++-mode): Don't store now
3615         unused adaptive-fill* functions.
3617         * org-element.el (org-element-at-point): Fix function when buffer
3618         starts with an inlinetask.  Also fix it when called on the last
3619         element in a greater element or the buffer.
3621         * org-element.el (org-element-center-block-parser)
3622         (org-element-dynamic-block-parser)
3623         (org-element-footnote-definition-parser)
3624         (org-element-headline-parser, org-element-inlinetask-parser)
3625         (org-element-quote-block-parser, org-element-special-block-parser)
3626         (org-element-plain-list-parser): Refactor code.
3627         (org-element-drawer-parser): Fall-back to paragraph parser when
3628         drawer is incomplete.
3630         * org-macs.el (org-with-limited-levels): Fix typo.
3632         * org-element.el (org-element-paragraph-separate): Refactor.
3633         (org-element-paragraph-parser): Fix paragraph parsing.
3635         * org.el (org-fill-paragraph): Rewrite function using
3636         `org-element-at-point'.
3638         * org-element.el (org-element-fill-paragraph): Remove function.
3640         * org.el (org-planning-or-clock-line-re): Make it a defconst.
3641         It's no use to make it a buffer-local variable since variables on
3642         which it depends are not buffer-local anyway.
3644         * org.el (org-drawer-regexp): Provide default value for
3645         `org-drawer-regexp' in non-Org buffers.
3647         * org-entities.el (org-entities-create-table): Function chokes
3648         when CAR of `org-entities' is a string.
3650         * org-list.el (org-list-automatic-rules): Allow check-boxes in
3651         description lists.
3652         (org-list-struct-apply-struct, org-insert-item): Remove rule
3653         check.
3655         * org-footnote.el (org-footnote-normalize): Fix positionning in
3656         HTML export without a footnote section.
3658         * org-list.el (org-list-struct-indent): Follow
3659         `org-list-demote-modify-bullet' specifications for ordered
3660         bullets.
3661         (org-list-indent-item-generic, org-indent-item-tree)
3662         (org-outdent-item-tree): Fix bug when operating on a region.
3663         (org-outdent-item, org-indent-item): Allow to operate on a region.
3665         * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
3666         on a region.
3668         * org-footnote.el (org-footnote-delete-definitions): Remove blank
3669         lines before the footnote definition instead of removing those
3670         after it.
3672         * org-footnote.el (org-footnote-at-definition-p): Don't grab
3673         trailing blank lines in a footnote definition.
3674         (org-footnote-delete-definitions): Remove both footnote definition
3675         and trailing blank lines.
3677 2012-09-30  Rick Frankel  <rick@rickster.com>
3679         * ob-sql.el: Add dbi engine type and pre/post processing.
3681 2012-09-30  Sean O'Halpin  <sean.ohalpin@gmail.com>  (tiny change)
3683         * ob.el (org-babel-expand-noweb-references): Capture current noweb
3684         start and end patterns then use to set buffer locals in
3685         (with-temp-buffer) form.
3687 2012-09-30  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
3689         * org.el (org-update-all-dblocks): Autoload function.
3691 2012-09-30  Simon Thum  <simon.thum@gmx.de>  (tiny change)
3693         * ob-maxima.el (org-babel-execute:maxima): Let cmdline always
3694         return a string.
3696 2012-09-30  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
3698         * org-icalendar.el (org-icalendar-timezone): Fix typo and clarify
3699         meaning.
3701 2012-09-30  Stuart Hickinbottom  <stuart@hickinbottom.com>  (tiny change)
3703         * org-clock.el (org-x11idle-exists-p): Only shell out when running
3704         on X.
3706 2012-09-30  Suhail Shergill  <suhailshergill@gmail.com>  (tiny change)
3708         * org-html.el (org-export-as-html): If possible, use the
3709         :CUSTOM_ID: property to assign unique ids to footnotes.
3711 2012-09-30  T.F. Torrey  <tftorrey@tftorrey.com>  (tiny change)
3713         * org-exp.el (org-export-remember-html-container-classes): Allow
3714         exporting a single subtree with HTML_CONTAINER_CLASS property.
3716         * org-rmail.el (org-rmail-follow-link): Use `rmail-widen' instead
3717         of `widen' and don't toggle header as `rmail-widen' already takes
3718         care of this.
3720 2012-09-30  Tim Howe  <vsync@quadium.net>  (tiny change)
3722         * org-clock.el (org-clocktable-defaults): Revert extra layer of
3723         quoting.
3725 2012-09-30  Toby S. Cubitt  <tsc25@cantab.net>
3727         * org-capture.el (org-capture-fill-template): Expand %<num> escape
3728         sequences into text entered for <num>'th %^{PROMPT} escape.
3730         * org-capture.el (org-capture-fill-template): Fixed regexp for
3731         %<n> expandos to match any positive integer.
3732         (org-capture-templates): Updated docstring accordingly.
3734         * org-agenda.el (org-agenda-skip-timestamp-if-deadline-is-shown):
3735         Skip timestamp items in agenda view if item is already shown as a
3736         deadline item.
3737         (org-agenda-skip-dealine-if-done): Pass deadline results to
3738         org-agenda-get-timestamps.
3739         (org-agenda-get-timestamps): Optionally take list of deadline
3740         results, so that timestamp results can be skipped if already
3741         included in deadline results.
3743         * org-agenda.el (org-agenda-diary-sexp-prefix): Regexp matching
3744         deadline/scheduling information to be displayed in diary sexp
3745         agenda items.
3746         (org-agenda-get-sexps): Extract deadline/scheduling information
3747         from diary sexp entries.
3749         * org-capture.el (org-capture-place-entry): Place captured entry
3750         immediately after last subheading of target, instead of just
3751         before next heading at same level as target.
3753         * org-capture.el (org-capture-templates): Document new capture
3754         template properties.
3756         * org-capture.el (org-capture-place-entry)
3757         (org-capture-empty-lines-before): Make new :empty-lines-before
3758         property override :empty-lines when inserting empty lines before
3759         captured captured entry.
3761         * org-capture.el (org-capture-finalize)
3762         (org-capture-empty-lines-after): Make new :empty-lines-after
3763         property override :empty-lines when inserting empty lines after
3764         captured captured entry.
3766         * org-agenda.el (org-agenda-skip-if, org-agenda-skip-if-todo): Add
3767         new todo-unblocked and nottodo-unblocked skip conditions.  These
3768         match as for todo and nottodo, but only for unblocked todo items.
3770 2012-09-30  Zachary Kanfer  <zkanfer@gmail.com>  (tiny change)
3772         * org.el (org-read-date-display): Fix bug when displaying the
3773         overlay.
3775 2012-09-30  Niels Giesen  <niels.giesen@gmail.com>
3777         * org-table.el (orgtbl-to-generic): Add check for :skipheadrule.
3778         When present, the :hline following the head will be skipped.  This
3779         is necessary to avoid doubling of horizontal rules in LaTeX
3780         longtable environments and consequent width problems.
3782         * org-latex.el (org-export-latex-tables-tstart)
3783         (org-export-latex-tables-hline)
3784         (org-export-latex-tables-tend): New options.
3785         (org-export-latex-tables): Use the new options.
3787 2012-09-30  tumashu  <tumashu@gmail.com>  (tiny change)
3789         * org-exp.el (org-export-language-setup): Add simplified chinese
3790         translation.
3792 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3794         Better seed support for (random).
3795         * org-id.el (org-id-uuid):
3796         Change (random t) to (random), now that the latter is more random.
3798 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
3800         Don't use the abbreviation "win" to refer to Windows (Bug#10421).
3801         * ob-lilypond.el (ly-w32-ly-path): Rename from ly-win32-ly-path.
3802         (ly-w32-pdf-path): Rename from ly-win32-pdf-path.
3803         (ly-w32-midi-path): Rename from ly-win32-midi-path.
3804         (ly-determine-ly-path, ly-determine-pdf-path, ly-determine-midi-path):
3805         Check for "windows-nt", not "win32", in system-type.
3807 2012-06-02  Chong Yidong  <cyd@gnu.org>
3809         * org-clock.el (org-clock-string-limit)
3810         (org-clock-modeline-total, org-clock-task-overrun-text)
3811         (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
3813 2012-05-27  Mark Shoulson  <mark@kli.org>  (tiny change)
3815         * org.el (org-fontify-entities): Fix bug: The entities \sup[123] and
3816         \there4 were not "prettified" when org-pretty-entities was enabled.
3818 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3820         * org.el (org-font-lock-add-priority-faces):
3821         Restrict priorities fontification to headlines and inlinetasks.
3823 2012-05-27  Jambunathan K  <kjambunathan@gmail.com>
3825         * org-odt.el (org-odt-init-outfile)
3826         (org-odt-write-manifest-file):
3827         Disable `nxml-auto-insert-xml-declaration-flag'.
3829         * org-lparse.el (org-do-lparse): Don't trigger auto-mode processing.
3831 2012-05-27  Bastien Guerry  <bzg@gnu.org>
3833         * org.el (org-scan-tags): Fix bug when building the scanner regexp.
3835 2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
3837         * ob.el (org-babel-capitalize-examplize-region-markers):
3838         Controls the capitalization of begin and end example blocks.
3839         (org-babel-examplize-region):
3840         Optionally capitalize example block delimiters.
3842         * ob-plantuml.el (org-babel-execute:plantuml):
3843         Add a :java header argument to plantuml.
3845         * org-exp-blocks.el (org-export-blocks-preprocess):
3846         Even when the body of a block is not indented the boundary markers
3847         should be indented to their original positions so things like list
3848         indentation still work.
3850         * ob.el (org-babel-parse-src-block-match):
3851         Save match data during indentation check.
3853 2012-05-27  Bastien Guerry  <bzg@gnu.org>
3855         * org.el (org-scan-tags): Correctly match TODO keywords.
3857 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3859         * org-list.el (org-list-struct): Fix white spaces.
3860         (org-list-swap-items, org-list-send-item): Fix visibility preservation.
3862         * org-list.el (org-list-swap-items, org-list-send-item):
3863         Preserve visibility when moving items.
3865 2012-05-27  Mark E. Shoulson  <mark@kli.org>  (tiny change)
3867         * org.el (org-fontify-entities): Hide {} when prettifying entities.
3869 2012-05-27  Bastien Guerry  <bzg@gnu.org>
3871         * org.el (org-cycle-internal-global): Prevent the display of
3872         messages when cycling from with a Gnus article buffer.
3874         * org-table.el (org-table-time-seconds-to-string):
3875         Fix bug about handling a negative duration value.
3877 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3879         * org.el (org-link-expand-abbrev): Fix docstring.
3881         * org.el (org-translate-link): Fix bug.
3883 2012-05-27  Bastien Guerry  <bzg@gnu.org>
3885         * org-agenda.el (org-agenda-bulk-mark-regexp):
3886         Fix bug when setting the number of marked entries.
3888         * org-table.el (org-tbl-calc-modes): Rename from `org-table-modes'.
3889         (org-set-calc-mode, org-table-eval-formula): Use it.
3891 2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
3893         * ob.el (org-babel-find-named-result):
3894         Fix bug finding empty named results.
3896 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3898         * org.el (org-set-regexps-and-options):
3899         Fix `org-planning-or-clock-line-re' regexp.  Indeed "\\>" will never
3900         match since time keywords must end with colons, which are not word
3901         constituents.
3903 2012-05-27  Bastien Guerry  <bzg@gnu.org>
3905         * org-ctags.el (org-ctags-new-topic-template):
3906         Fix the option default value back again.
3908 2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
3910         * org-bibtex.el (org-bibtex-export-to-kill-ring):
3911         Don't rely on kill-new to return a string.
3913         * org-bibtex.el (org-bibtex-headline):
3914         Remove call to bibtex-reformat which often hangs.
3916 2012-04-27  Glenn Morris  <rgm@gnu.org>
3918         * org-ctags.el (org-ctags-new-topic-template):
3919         Revert 2012-04-09 removal of * from defcustom value, not doc.
3921 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3923         * org-table.el (org-table-number-fraction): Fix typo.
3925 2012-04-27  Eric Schulte  <eric.schulte@gmx.com>
3927         * ob-python.el (org-babel-execute:python): Ensure newline precedes
3928         automatically-added returns.
3930 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3932         * org-mouse.el (org-mode-hook): Do not move point when clicking on
3933         a footnote reference.
3935 2012-04-27  Bastien Guerry  <bzg@gnu.org>
3937         * org-faces.el (org-date-selected): Fix docstring.
3939 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3941         * org-list.el (org-list-struct-indent): Follow
3942         `org-list-demote-modify-bullet' specifications for ordered
3943         bullets.
3944         (org-list-indent-item-generic, org-indent-item-tree)
3945         (org-outdent-item-tree): Fix bug when operating on a region.
3946         (org-outdent-item, org-indent-item): Allow to operate on a region.
3948         * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
3949         on a region.
3951 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3953         * org-footnote.el (org-footnote-normalize): Fix positioning in
3954         HTML export without a footnote section.
3956 2012-04-27  Madan Ramakrishnan  <madanr79@gmail.com>  (tiny change)
3958         * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
3959         advertised by the function.
3961 2012-04-27  Zachary Kanfer  <zkanfer@gmail.com>  (tiny change)
3963         * org.el (org-read-date-display): Fix bug when displaying the
3964         overlay.
3966 2012-04-27  Bastien Guerry  <bzg@gnu.org>
3968         * org.el (org-mode): Don't use `buffer-face-mode' by default.
3970 2012-04-27  Bastien Guerry  <bzg@gnu.org>
3972         * org-faces.el (org-date-selected): New face.
3974 2012-04-27  Jambunathan K  <kjambunathan@gmail.com>
3976         * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
3977         internal links destined for headlines provide a description or
3978         not.  In fact, the `org-store-link' and `org-insert-link' create
3979         internal links which do have a description.
3981 2012-04-27  Bastien Guerry  <bzg@gnu.org>
3983         * org-clock.el (org-program-exists): Fix docstring.
3985 2012-04-14  Bastien Guerry  <bzg@gnu.org>
3987         * org.el (org-point-at-end-of-empty-headline): Only try to match
3988         `org-todo-line-regexp' when the value is non-nil, e.g. in non-org
3989         modes.
3990         (org-fontify-meta-lines-and-blocks-1): Prevent errors when trying
3991         to fontify beyond (point-max).
3993         * org-clock.el (org-clock-task-overrun-text)
3994         (org-task-overrun, org-clock-get-clock-string)
3995         (org-clock-update-mode-line)
3996         (org-clock-notify-once-if-expired): Rename `org-task-overrun'
3997         and `org-task-overrun-text' to `org-clock-task-overrun' and
3998         `org-clock-task-overrun-text' respectively.
3999         (org-task-overrun-text): New alias.
4001         * org-table.el (org-table-eval-formula): Fix bug about handling
4002         remote references as durations.
4003         (org-table-get-range): Fix bug: make sure references to $0 are
4004         correctly handled.
4006         * org-pcomplete.el (pcomplete/org-mode/file-option):
4007         Fix bug in `pcomplete/org-mode/file-option'.
4008         (org-thing-at-point): Also match line options like LATEX_CLASS
4009         when pcompleting from LATEX_.
4011         * org-agenda.el (org-agenda-filter-make-matcher)
4012         (org-agenda-filter-apply): Allow filtering entries out by
4013         category.  Using `C-u <' from the agenda view will redisplay
4014         the agenda without entries from categories of the current line.
4016 2012-04-14  Eric Schulte  <eric.schulte@gmx.com>
4018         * ob-C.el (org-babel-C-ensure-main-wrap):
4019         Add an explicit return to automatically generated main methods.
4021 2012-04-14  Matt Lundin  <mdl@imapmail.org>
4023         * org.el (org-after-todo-state-change-hook):
4024         Fix docstring to reflect name change of state to `org-state'.
4026 2012-04-14  Mike Sperber  <sperber@deinprogramm.de>  (tiny change)
4028         * org-footnote.el (org-footnote-normalize):
4029         Correctly pass keyword arguments to `org-export-preprocess-string'.
4031 2012-04-03  Bastien Guerry  <bzg@gnu.org>
4033         * org.el (org-todo): Fix regression: rename `state' to
4034         `org-state'.
4035         (org-use-effective-time): Fix group and type.
4037 2012-04-02  Bastien Guerry  <bzg@gnu.org>
4039         * org-clock.el (org-clock-out-if-current): Fix regression: rename
4040         `org-clock-state' to `org-state' to match the name of the
4041         dynamically-scoped variable in `org-todo'.
4043         * org-agenda.el (entry, org-diary, org-class): Fix regression:
4044         rename `org-entry' to `entry'.
4046 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4048         * org.el (org-todo): Fix regression in `org-todo'.
4050 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4052         * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled
4053         C files on windows.
4055 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4057         * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
4058         Org-mode blocks.
4060         * ob.el (org-babel-parse-src-block-match): Make use of the new
4061         language argument to org-babel-strip-protective-commas.
4062         (org-babel-parse-inline-src-block-match): Make use of the new
4063         language argument to org-babel-strip-protective-commas.
4064         (org-babel-strip-protective-commas): Now accepts a language
4065         argument.
4067 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4069         * org.el (org-fast-tag-selection): Fix an bug when listing tags
4070         for completion.
4072 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
4074         * org.el (org-delete-property-globally): Fixed a bug that left
4075         blank line in place of the property, instead of removing the line.
4077 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4079         * ob-maxima.el (org-babel-maxima-command): Add group information
4080         to the defcustom.
4082 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4084         * org.el (org-mode): Use `buffer-face-mode' to remap the 'default
4085         face to 'org-default.
4087 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4089         * org-ascii.el (org-export-as-ascii): Fix escaping of underscores
4090         in links.
4092 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4094         * org.el: Prevent a bug while defining the menu by requiring
4095         `org-beamer' when necessary.
4097 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4099         * org-table.el (orgtbl-self-insert-command): Use
4100         `backward-delete-char' instead of `delete-backward-char' as this
4101         last command gets caught by the compiler which says to not use it
4102         in programs.  `backward-delete-char' is just an alias for
4103         `delete-backward-char' which is internally remapped to
4104         `org-delete-backward-char' for optimization purpose.
4106 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4108         * org-latex.el (org-export-latex-subcontent): Bugfix: when
4109         `org-export-latex-low-levels' is nil, do not export low levels.
4111 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4113         * ob.el (org-babel-insert-result): Fix bug in indented wrapped
4114         results insertion.
4116 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4118         * org.el (org-set-tags): Include `org-tag-alist' in the list of
4119         possible completions, even when there are tags defined in the
4120         buffer.
4122 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4124         * org-mime.el (org-mime-htmlize): Set
4125         `org-export-with-LaTeX-fragments' correctly.
4127 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4129         * org.el (org-set-tags): Don't add a column when there is only one
4130         tag offered for completion.
4132 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4134         * org.el (org-fast-tag-selection): Include tags from
4135         `org-tag-alist' when completing with the TAB key.
4137 2012-04-01  Shoji Nishimura  <nishimura.shoji@gmail.com>  (tiny change)
4139         * org.el (org-display-inline-images): Honor the ̀beg' parameter.
4141 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4143         * org-latex.el (org-export-latex-subcontent): Don't insert a
4144         linebreak when itemizing a subtree that is just a headline.
4146 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4148         * ob-lob.el (org-babel-lob-get-info): Removed extra []s when
4149         parsing inline call_foo lines.
4151 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4153         * ob-maxima.el (org-babel-maxima-command): The maxima command used
4154         should be configurable (defaults to maxima-command if defined).
4155         (org-babel-execute:maxima): The maxima command used should be
4156         configurable (defaults to maxima-command if defined).
4158 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4160         * ob-C.el (org-babel-C-execute): Add the local directory to the
4161         library search path for C/C++ block compilation.
4163 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4165         * ob.el (org-babel-where-is-src-block-result): Don't truncate
4166         results name on call line execution.
4168 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
4170         * org-colview.el (org-columns-cleanup-item): Handle case of empty
4171         headline.
4173 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4175         * org-footnote.el (org-footnote-delete-definitions): Fix LaTeX
4176         export error when a src block produces fake footnotes.
4178 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4180         * org.el (org-read-date): Don't mention `parse-time-weekdays' and
4181         `parse-time-months' in the docstring.
4183 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4185         * org-agenda.el (org-agenda-filter-apply): Bugfix: Add let
4186         binding.
4188 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4190         * org-colview.el (org-columns-compute): Also consider inline tasks
4191         when computing the sum.
4193 2012-04-01  Thomas Morgan  <tlm@ziiuu.com>  (tiny change)
4195         * org-habit.el (org-habit-insert-consistency-graphs): Fix
4196         alignment of consistency graph in filtered agenda view.
4198 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4200         * org-latex.el (org-export-as-latex): Fix bug in setting the
4201         export directory according to the LaTeX options.
4203 2012-04-01  K.Nagashima  <uni.naga@gmail.com>  (tiny change)
4205         * org.el (org-show-subtree): Make interactive.
4207 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>
4209         * org-clock.el (org-clock-get-table-data): Make sure todo-only
4210         does not leak when it is set by make-org-tags-macher.
4212 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4214         * org.el (org-cycle-internal-local): Don't try to hide drawers
4215         within subtrees in this function, it slows cycling down.
4217 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4219         * org-agenda.el (org-agenda-custom-commands-local-options): Fix
4220         incorrect custom option definition.
4222 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4224         * org-colview.el (org-columns-display-here): Bugfix: use the date
4225         as the value for the ITEM column when displaying a summary.
4227 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
4229         * ob-lilypond.el: Re-direct homepage to Worg.
4231 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
4233         * ob-lilypond.el: Leave versioning to Org.
4235 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
4237         * ob-lilypond.el: Fix compiler warning.
4239 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4241         * org-odt.el (org-odt-format-entity-caption): Enumerate entities
4242         that have either a caption or a label.
4243         (org-odt-label-styles, org-odt-category-map-alist): Add a
4244         separator between sequence number and caption.  Introduced two
4245         new label styles for handling of math formula and math label.
4246         (org-odt-format-label-definition)
4247         (org-export-odt-format-formula): Propagate above changes.
4249 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4251         * org.el (org-enforce-todo-dependencies): Fix docstring.
4253 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4255         * org-odt.el (org-export-odt-category-strings): New custom
4256         variable.
4257         (org-odt-category-map-alist): Modify interpretation.  Don't
4258         use the same field to double up as both a OpenDocument
4259         variable and a category string.  Entries in this list now
4260         specify only the OpenDocument variable.  Category strings are
4261         obtained through an indirect lookup of
4262         `org-export-odt-category-strings'.  Use same OpenDocument
4263         variables as what LibreOffice uses for various entities.  Fix
4264         docstring.
4265         (org-odt-add-label-definition)
4266         (org-odt-format-label-definition)
4267         (org-odt-format-label-reference): Propagate above changes.
4269 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4271         * org-latex.el (org-export-as-latex): Check TeX-master correctly.
4273 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4275         * org-odt.el (org-odt-category-map-alist): Update docstring.
4276         (org-export-odt-user-categories)
4277         (org-export-odt-get-category-from-label)
4278         (org-odt-get-label-category-and-style): Remove.
4279         (org-odt-add-label-definition): Propagate above changes.
4281 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4283         * org.el (org-refile): Don't allow creation of parents when using
4284         the refile command to go to a headline.
4286 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4288         * org-odt.el (org-odt-format-org-link): Resolve links to headlines
4289         as section numbers only if section numbering is on.
4291 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4293         * org.el (format-spec): Require 'format-spec.
4295 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4297         * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
4299 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
4301         * org.el (org-imenu-get-tree): Check that looking-at succeeds
4302         before using match results.
4304 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4306         * org-exp-blocks.el (org-ditaa-jar-path): Make a defcustom.
4308 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4310         * org-lparse.el (org-do-lparse): Make effective setting of
4311         `org-export-headline-levels' available to the ODT exporter.  Also
4312         remove some stale comments.
4314 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4316         * org-odt.el (org-odt-begin-toc): Handle named HTML entities in
4317         per-language string for "Table Of Contents".
4319 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4321         * org-exp-blocks.el (org-ditaa-jar-path): Fix merge conflict.
4323 2012-04-01  Shaun Johnson  <shaun@slugfest.demon.co.uk>  (tiny change)
4325         * org-exp-blocks.el (org-ditaa-jar-path): Better heuristic to find
4326         the libary name.
4328 2012-04-01  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
4330         * org-src.el (org-edit-src-code): Change let bind to let*, e.g. if
4331         case-fold-search is bound to nil globally, the
4332         (case-fold-search t) doesn't work until we get to the body.
4334 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4336         * org-latex.el (org-export-latex-tables): Allow to use
4337         sidewaystable.
4339 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4341         * ob.el (org-babel-expand-noweb-references): Fix bug in src name
4342         regexp when using *org-babel-use-quick-and-dirty-noweb-expansion*.
4344 2012-04-01  David Maus  <dmaus@ictsoc.de>
4346         * org.el (org-scan-tags): Require one or more spaces (+) between
4347         keyword and headline.
4349 2012-04-01  David Maus  <dmaus@ictsoc.de>
4351         * org-agenda.el (org-prepare-agenda): Don't reset
4352         `org-done-keywords-for-agenda' when `org-agenda-multi'.
4354 2012-04-01  Thomas Morgan  <tlm@ziiuu.com>  (tiny change)
4356         * org-habit.el (org-habit-insert-consistency-graphs): Fix bug
4357         while inserting habit graph in the agenda buffer.
4359 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4361         * org-src.el (org-src-edit-buffer-p): New function.
4363 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4365         * org-agenda.el (org-agenda-skip-if): Fix the order conditions are
4366         being checked.  Also enhance the docstring a bit.
4368 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4370         * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix the
4371         display of indirect agenda window.
4373 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4375         * org.el (org-create-formula-image, org-dvipng-color): Fix XEmacs
4376         compatibility bug.
4378 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
4380         * org-clock.el (org-clock-get-table-data): Bind org-scanner-tags
4381         to tags-list and org-trust-scanner-tags to t while evaluating the
4382         matcher, since the matcher is always evaluated at the current
4383         entry.
4385 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
4387         * org.el (org-scan-tags): Bind org-trust-scanner-tags to t while
4388         evaluating the matcher, since the matcher is always evaluated at
4389         the current entry.
4391 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
4393         * ob-lilypond.el (ly-compile-lilyfile): Fixed misplaced comma in a
4394         quoting expression.
4396 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4398         * ob.el (org-babel-merge-params): Add "eval" as acceptable noweb
4399         argument.
4400         (org-babel-noweb-p): The "eval" argument only expands during
4401         evaluation.
4403 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4405         * ob.el (org-strip-protective-commas): Declared.
4407         * org-agenda.el (org-agenda-filtered-by-category): Declared.
4408         (org-agenda-filter-apply): Capture free variable.
4410         * org-footnote.el (org-skip-whitespace): Declared.
4412         * org-mobile.el (org-agenda-filter): Declared.
4414         * org-src.el (org-strip-protective-commas): Declared.
4416 2012-04-01  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
4418         * org.el (org-version): Add autoload cookie.
4420 2012-04-01  David Maus  <dmaus@ictsoc.de>
4422         * org-attach.el (org-attach-store-link-p): Remove spurious quote
4423         in customization form choice.
4425 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4427         * ob-sh.el (org-babel-execute:sh): Pass all params to subroutine.
4428         (org-babel-sh-evaluate): Apply :shebang and :padline to shell script
4429         execution.
4431 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4433         * ob.el (org-babel-insert-result): Ensure correct order for empty
4434         result wrapping blocks.
4436 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
4438         * ob-lilypond.el: Make auditioning of midi and pdf asynchronous,
4439         and add easy pdf generation in the form of `ly-gen-pdf' variable.
4441 2012-04-01  Deech  <deech@deech-ThinkPad-X200.none>  (tiny change)
4443         * ob-tangle.el (org-babel-spec-to-string): The link generated by
4444         org-store-link is escaped twice when tangling with ":comments yes"
4445         flag.
4447 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4449         * org-html.el (org-export-as-html): Remove another useless space
4450         before tag.
4452 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4454         * org-html.el (org-export-as-html): Remove another useless space
4455         before tag.
4457 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4459         * org-html.el (org-export-as-html): Remove useless space before
4460         tag.
4462 2012-04-01  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
4464         * org.el (org-version): Add autoload cookie.
4466 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4468         * org.el (org-get-category): Save match data.
4470 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4472         * ob-tangle.el (org-babel-tangle): Don't prompt for a file name if
4473         :tangle is specified.
4475         * ob.el (org-babel-expand-noweb-references): Widen buffer when
4476         expanding noweb references.
4478 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4480         * ob-table.el (sbe): Don't accidentally leave a `t' value when
4481         variables are force interpreted as strings.
4483 2012-04-01  David Maus  <dmaus@ictsoc.de>
4485         * org-bbdb.el (org-bbdb-open, org-bbdb-open-old)
4486         (org-bbdb-open-new): Pass record name to avoid dynamic scoping.
4488 2012-04-01  David Maus  <dmaus@ictsoc.de>
4490         * org-bbdb.el (bbdb-record-get-field, bbdb-search-name)
4491         (bbdb-search-organization): Declare functions to silence byte
4492         compiler.
4494 2012-04-01  Bernt Hansen  <bernt@norang.ca>
4496         * org.el (org-clone-subtree-with-time-shift): Fix task cloning for
4497         repeating tasks using .+n and ++n syntax.
4499 2012-04-01  Karl Fogel  <kfogel@red-bean.com>  (tiny change)
4501         * org-agenda.el (org-agenda-highlight-todo): Handle the case of a
4502         heading that has a date but no todo keyword.
4504 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4506         * ob.el (org-babel-find-named-result): Fix code block replacement
4507         with results.
4509 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4511         * org-footnote.el (org-footnote-normalize): Do not normalize
4512         labels when sort-only is non-nil.
4514 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4516         * org-footnote.el (org-footnote-normalize): Remove an useless part
4517         of the function.
4518         (org-insert-footnote-reference-near-definition): Remove function.
4520 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4522         * org-footnote.el (org-footnote-normalize): Fix normalization of
4523         inline footnotes with no footnote section.
4525 2012-04-01  David Maus  <dmaus@ictsoc.de>
4527         * org-bbdb.el (org-bbdb-old): Replace `defvar' after loading 'bbdb
4528         to check for old or new version by a check for the required
4529         function in `org-bbdb-open' and `org-bbdb-store-link'.
4530         (org-bbdb-store-link, org-bbdb-open): Check which version of bbdb is
4531         to be used.
4533 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4535         * ob.el (org-babel-find-named-result): Don't miss a code block
4536         when there are confounding spaces after the result name.
4538 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4540         * ob-lob.el (org-babel-block-lob-one-liner-regexp): Less greedy
4541         regular expressions.
4542         (org-babel-inline-lob-one-liner-regexp): Less greedy regular
4543         expressions.
4545 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4547         * ob.el (org-babel-examplize-region): Fixed bug in examplization.
4549 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4551         * org.el (org-link-search): Search for #+name affiliated keywords
4552         and invisible targets.
4554 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4556         * org-lparse.el (org-lparse-end-footnote-definition): Cleanup
4557         newlines in a transcoded footnote definition.  This ensures that
4558         the line that is currently being processed by `org-do-lparse' loop
4559         doesn't get broken up into multiple lines.  Fix for the following
4560         bug -
4562 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4564         * org-footnote.el (org-footnote-normalize): Force a paragraph
4565         break after the last footnote definition.  This is an an implicit
4566         assumption made by the org-lparse.el library.  With this change,
4567         footnote definitions can reliably be exported with ODT backend.
4568         See http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg01013.html.
4570 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4572         * ob-ditaa.el (org-ditaa-jar-path): Fix a recursive load error.
4574 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4576         * org-list.el (org-list-struct): Fix small bug introduced by
4577         commit 8b7a3f249803aba612f9ad3ae50c2fc986247da4 in Org's git repo.
4579 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4581         * ob-ditaa.el (org-ditaa-jar-path): Already defined in
4582         org-exp-blocks.el.
4584         * org-exp-blocks.el (org-ditaa-jar-path): Declare appropriately
4585         for the fact that this is really now a Babel thing -- even if it
4586         is used here and the definition should remain here for reasons of
4587         load dependencies.
4589 2012-04-01  David Maus  <dmaus@ictsoc.de>
4591         * org-bbdb.el (org-bbdb-old): Wrap `defvar' so the variable gets
4592         defined after bbdb was loaded.
4594 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4596         * org-latex.el (org-export-latex-tables): Don't add spurious
4597         preceding newline if caption is not above a longtable.
4599 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4601         * org-odt.el (org-odt-insert-toc): Remove this stray,
4602         dysfunctional routine.  This possibly has crept in because of the
4603         broken merges between "maint" and "origin" branches.
4604         (org-odt-begin-table): Don't emit an empty paragraph when a table is
4605         neither labeled nor captioned.
4606         (org-odt-init-outfile): Remove reference to an unused variable.
4608 2012-04-01  Viktor Rosenfeld  <listuser36@googlemail.com>
4610         * ob-sql.el (org-babel-execute:sql): Add support for MonetDB to
4611         SQL code blocks.
4613 2012-04-01  Andreas Leha  <andreas.leha@med.uni-goettingen.de>
4615         * ob.el (org-babel-goto-named-src-block): Pushing the point to the
4616         org-mark-ring and guessing at the code block name to jump to.
4618 2012-04-01  David Maus  <dmaus@ictsoc.de>
4620         * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix handling
4621         of indirect buffer and window.
4623 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4625         * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
4626         in verse blocks.
4628 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4630         * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
4631         in verse blocks.
4633 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4635         * org-exp.el (org-table-clean-before-export): Ignore table rows
4636         defining parameters for formulas during export.
4638 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4640         * org-list.el (org-list-get-item-number): New function.
4642 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4644         * org-list.el (org-list-ending-method, org-list-end-regexp):
4645         Removed variables.
4646         (org-in-item-p, org-list-separating-blank-lines-number)
4647         (org-list-parse-list, org-list-struct): Apply changes.
4649         * org-exp.el (org-export-mark-list-end)
4650         (org-export-mark-list-properties): Apply changes.
4652         * org-latex.el (org-export-latex-lists): Apply changes.
4654 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4656         * org.el (org-cycle-internal-local): Correctly unfold headlines
4657         containing an inlinetask.
4659 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4661         * org.el (org-structure-template-alist): Fix missing angle
4662         brackets for muse export style.
4664 2012-04-01  David Maus  <dmaus@ictsoc.de>
4666         * org.el (org-recenter-calendar): Use `with-selected-window' to
4667         select calendar window and save currently selected window and
4668         current buffer.
4670 2012-04-01  Toby S. Cubitt  <tsc25@cantab.net>  (tiny change)
4672         * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
4673         argument set, otherwise not only are headlines in the current
4674         subtree excluded, but it throws an error if point happens not to
4675         be within a subtree (e.g. at start of buffer).
4677 2012-04-01  David Maus  <dmaus@ictsoc.de>
4679         * org.el (org-scan-tags): Fix highlighting in sparse-tree.
4681 2012-04-01  David Maus  <dmaus@ictsoc.de>
4683         * org-clock.el (org-in-clocktable-p): Moved to org.el.
4685         * org.el (org-in-clocktable-p): New function. Moved from
4686         org-clock.el.
4688 2012-04-01  David Maus  <dmaus@ictsoc.de>
4690         * org-exp.el (org-export-get-title-from-subtree): Don't format
4691         tags in title if title headline does not have tags.
4693 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4695         * org.el (org-cycle-internal-local): Fix bug: hide drawers in
4696         inline tasks too.
4698 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4700         * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
4701         Delay it till the end of export.
4702         (org-odt-begin-document-body): Make a note of the default
4703         position of TOC in `org-lparse-dyn-first-heading-pos'.
4704         (org-odt-insert-toc): Insert TOC as directed by
4705         [TABLE-OF-CONTENTS] line or at the default position.
4706         (org-odt-end-export): Call `org-odt-insert-toc'.
4708 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4710         * org.el (org-preview-latex-fragment): Throw an error when called
4711         from a non-file buffer.
4713 2012-04-01  David Maus  <dmaus@ictsoc.de>
4715         * org-capture.el (org-capture-place-item): Don't search for
4716         position in existing list if :exact-position was supplied.
4718 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4720         * org.el (org-set-font-lock-defaults): Fix bug in done headline
4721         fontification.
4723 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4725         * org-odt.el (org-odt-format-textbox): Honor user-specified width
4726         in captioned images.
4728 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4730         * org.el (org-update-property-plist): Fix bug in property list
4731         updates.
4733 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4735         * ob.el (org-babel-balanced-split): Explicit checking if list
4736         before calling member.
4738 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4740         * ob-sqlite.el (org-babel-execute:sqlite): Specify the use of ","
4741         as the separator to `org-table-convert-region'.  Fixes errors when
4742         only one result per line of output.
4744 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4746         * ob.el (org-babel-strip-protective-commas): Use
4747         `org-strip-protective-commas'.
4749         * org-exp.el (org-export-select-backend-specific-text): Use
4750         `org-strip-protective-commas'.
4752         * org-src.el (org-edit-src-code): Use
4753         `org-strip-protective-commas'.
4755         * org.el (org-strip-protective-commas): Single definition for this
4756         functionality.
4758 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4760         * ob-sql.el: Mention ob-sqlite in the comments of ob-sql.
4762 2012-04-01  David Maus  <dmaus@ictsoc.de>
4764         * org-capture.el (org-capture-prepare-finalize-hook): New hook.
4765         Run before the finalization process starts.
4766         (org-capture-finalize): Run new hook.
4768 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4770         * org.el (org-entry-get): Generalize to multiple "prop+"
4771         properties.
4773 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4775         * org-src.el (org-src-mode-map): Rebinding `org-edit-src-save' in
4776         the `org-src-mode-map'.
4778 2012-04-01  David Maus  <dmaus@ictsoc.de>
4780         * org.el (org-recenter-calendar): Use `with-selected-window' to
4781         select calendar window and save currently selected window and
4782         current buffer.
4784 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4786         * org-list.el (org-list-ending-method, org-list-end-regexp):
4787         Removed variables.
4788         (org-in-item-p, org-list-separating-blank-lines-number)
4789         (org-list-parse-list, org-list-struct): Apply changes.
4791         * org-exp.el (org-export-mark-list-end)
4792         (org-export-mark-list-properties): Apply changes.
4794         * org-latex.el (org-export-latex-lists): Apply changes.
4796 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4798         * org.el (org-entry-get): Accumulate properties from subtree
4799         property drawers.
4801 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4803         * org.el (org-entry-get): Accumulate properties from subtree
4804         property drawers.
4806 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4808         * org-odt.el (org-export-odt-image-size-probe-method)
4809         (org-odt-do-image-size): Use imagemagick preferentially to
4810         determine image sizes.
4812 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4814         * org-odt.el (org-export-as-odt-to-buffer)
4815         (org-replace-region-by-odt, org-export-region-as-odt): Remove
4816         these interactive functions.  They are of questionable value.
4818 2012-04-01  Toby S. Cubitt  <tsc25@cantab.net>  (tiny change)
4820         * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
4821         argument set, otherwise not only are headlines in the current
4822         subtree excluded, but it throws an error if point happens not to
4823         be within a subtree (e.g. at start of buffer).
4825 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4827         * org-exp.el (org-export-kill-product-buffer-when-displayed)
4828         (org-export-initial-scope, org-export-date-timestamp-format)
4829         (org-export-with-tasks, org-export-email-info)
4830         (org-export-table-remove-empty-lines): Add version tag.
4832 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4834         * org.el (org-cycle-internal-local): Correctly unfold headlines
4835         containing an inlinetask.
4837 2012-04-01  Bernt Hansen  <bernt@norang.ca>
4839         * org-clock.el (org-clock-out): Do not delete the current clocking
4840         task when org-clock-out-hook clocks in another task.
4842 2012-04-01  David Maus  <dmaus@ictsoc.de>
4844         * org.el (org-scan-tags): Fix highlighting in sparse-tree.
4846 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4848         * org-odt.el (org-export-odt-convert-processes): Re-define
4849         (org-export-odt-convert-capabilities): Fix an accidental
4850         regression.
4852 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4854         * org-odt.el (org-export-odt-convert-capabilities): Change the
4855         default value.
4857 2012-04-01  David Maus  <dmaus@ictsoc.de>
4859         * org-clock.el (org-in-clocktable-p): Moved to org.el.
4861         * org.el (org-in-clocktable-p): New function.  Moved from org-clock.el.
4863 2012-04-01  David Maus  <dmaus@ictsoc.de>
4865         * org-exp.el (org-export-get-title-from-subtree): Don't format
4866         tags in title if title headline does not have tags.
4868 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4870         * org-footnote.el (org-blank-before-new-entry)
4871         (org-export-footnotes-seen, org-export-footnotes-data): Fix bogus
4872         declarations.
4874 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4876         * org.el (org-beginning-of-line, org-end-of-line): Fix special C-a
4877         and C-e behaviour with visual lines.
4879 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4881         * org-exp-blocks.el (org-export-blocks): Changed the name of
4882         exporting comment blocks given that it seems regular comment
4883         blocks no longer export.
4885 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4887         * ob-exp.el (org-babel-exp-get-export-buffer): Access current
4888         export buffer.
4889         (org-babel-exp-in-export-file): Access current export buffer.
4890         (org-babel-exp-src-block): Access current export buffer.
4891         (org-babel-exp-inline-src-blocks): Access current export buffer.
4893 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4895         * ob-exp.el (org-babel-exp-in-export-file)
4896         (org-babel-exp-src-block, org-babel-exp-inline-src-blocks): Allow
4897         org-current-export-file to contain a buffer.
4899 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4901         * org-lparse.el (org-lparse-do-convert): Replace `call-process'
4902         with `shell-command-to-string'.
4904 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4906         * org-footnote.el (org-footnote-create-definition): Fix space
4907         insertion when creating a new footnote.  This fixes newline
4908         munching when `org-footnote-section' is nil and blank lines
4909         stacking when it isn't nil.
4911 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4913         * org-footnote.el (org-footnote-normalize): Make sure that
4914         footnotes are moved to a single place during export.
4916 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4918         * org-footnote.el (org-footnote-normalize): Ensure footnote
4919         definition will be inserted at the end of the section
4920         corresponding to to its first reference.
4922 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4924         * org-footnote.el (org-footnote-at-definition-p): Make sure to
4925         move point at the beginning of the separator before skiping white
4926         spaces.  Refactor code.
4928 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4930         * ob-exp.el (org-babel-exp-src-block): Strip noweb references on
4931         export when "strip-export".
4933         * ob.el (org-babel-common-header-args-w-values): New noweb
4934         header value.
4935         (org-babel-merge-params): New noweb header value.
4936         (org-babel-noweb-p): New noweb header value.
4938 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4940         * ob-tangle.el (org-babel-tangle-clean): Just use default value.
4942         * ob.el (org-babel-noweb-wrap): Add default value.
4943         (org-babel-expand-noweb-references): Just use default value.
4945 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4947         * org-exp.el (org-export-select-backend-specific-text): Always
4948         preserve original indentation as a text property so that lists do
4949         not get broken by indentation at column 0.
4951 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4953         * ob.el (org-babel-expand-noweb-references): Don't allow newlines
4954         in source names in noweb references.
4956 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4958         * org.el (org-fill-line-break-nobreak-p): New function.
4959         (org-set-autofill-regexps): Add previous function to
4960         `fill-nobreak-predicate'.
4962 2012-04-01  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
4964         * ob-R.el (org-babel-R-evaluate-session): Inhibit R evaluation
4965         visibility regardless of local user customization.
4967 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
4969         * org-inlinetask.el (org-inlinetask-show-first-star): New option.
4970         (org-inlinetask-fontify): Honor `org-inlinetask-show-first-star'.
4972         * org-indent.el (org-indent-set-line-properties): Honor
4973         `org-inlinetask-show-first-star'.
4975 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4977         * org.el (org-set-regexps-and-options): Ensure `org-drawers'
4978         doesn't contain duplicates.
4980 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4982         * org.el (org-at-drawer-p): Normalize the docstring to match other
4983         `org-at-*-p' docstrings.
4984         (org-indent-block, org-indent-drawer, org-at-block-p): New
4985         functions.
4986         (org-metaright): Use the new functions to indent a drawer or a
4987         block depending on the context.  Also update the docstring.
4989 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4991         * org.el (org-set-regexps-and-options): Set the value of
4992         `org-drawers' by adding the value of the infile #+DRAWERS option
4993         to that of the existing `org-drawers'.
4995 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4997         * org.el (org-cycle-internal-local): Fix bug: hide drawers in
4998         inline tasks too.
5000 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5002         * org-inlinetask.el (org-inlinetask-toggle-visibility): Use
5003         `org-show-entry' instead of `outline-flag-region' to keep the
5004         drawers folded when unfolding an inline task.
5006 2012-04-01  Torsten Anders  <torsten.anders@beds.ac.uk>  (tiny change)
5008         * org-beamer.el (org-beamer-environments-default): Add support and
5009         keybinding for the `exampleblock' environment.
5011 2012-04-01  Michael Brand  <michael.ch.brand@gmail.com>
5013         * org.el (org-open-link-from-string): Regard `reference-buffer'
5014         when setting `org-inhibit-startup'.
5016 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5018         * ob-exp.el (org-babel-exp-non-block-elements): Don't insert extra
5019         space between inline src block and results on export.
5021 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5023         * ob.el (org-babel-get-inline-src-block-matches): Allow *any*
5024         punctuation to proceed an inline src block.
5026 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5028         * ob.el (org-babel-get-inline-src-block-matches): Add ( to the
5029         list of characters allowed to proceed an inline src block.
5031 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5033         * ob-tangle.el (org-babel-tangle-clean): Use the customizable
5034         noweb wrappers.
5036         * ob.el (org-babel-noweb-wrap-start): Begin a noweb reference.
5037         (org-babel-noweb-wrap-end): End a noweb reference.
5038         (org-babel-noweb-wrap): Apply the customizable noweb wrappers.
5039         (org-babel-expand-noweb-references): Use the customizable noweb
5040         wrappers.
5042 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
5044         * org.el (org-beginning-of-line): Handle case when there's no
5045         character after box.
5047 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
5049         * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
5050         Delay it till the end of export.
5051         (org-odt-begin-document-body): Make a note of the default
5052         position of TOC in `org-lparse-dyn-first-heading-pos'.
5053         (org-odt-insert-toc): Insert TOC as directed by
5054         [TABLE-OF-CONTENTS] line or at the default position.
5055         (org-odt-end-export): Call `org-odt-insert-toc'.
5057 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5059         * org.el (org-preview-latex-fragment): Throw an error when called
5060         from a non-file buffer.
5062 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5064         * org.el (org-insert-property-drawer): Not an interactive
5065         command anymore.
5066         (org-insert-drawer): With a prefix argument, insert a property
5067         drawer.  Check for headline within the region before inserting the
5068         drawer.  Don't include special drawers in the completion table.
5069         (org-mode-map): New keybinding `C-c C-x d' for
5070         `org-insert-drawer'.
5072 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5074         * org.el (org-insert-drawer): Support completion over known drawer
5075         names and inserting a drawer around the current region.
5077 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5079         * org.el (org-insert-drawer): New function.
5080         (org-insert-property-drawer): Use it.
5082 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5084         * org-list.el (org-mark-list): New function.
5086 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5088         * org-pcomplete.el (pcomplete/org-mode/drawer): New function to
5089         complete drawer at point.
5090         (org-thing-at-point): Use it.
5092 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5094         * org.el (org-meta-return): Use `newline-and-indent' when in a
5095         property drawer.
5097 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5099         * org.el (org-structure-template-alist): Fix docstring: the
5100         feature is not experimental anymore.
5102 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5104         * org-agenda.el (org-agenda-show-and-scroll-up): Allow `C-u' to
5105         display the item without unfolding drawers and logbooks.
5107 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5109         * org-src.el (org-edit-src-code): Make sure `buffer-file-name' is
5110         always nil.
5112 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5114         * org.el (org-structure-template-alist): Fix missing angle
5115         brackets for muse export style.
5117 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5119         * org.el (org-read-date): New parameter `inactive' when reading
5120         for insertion of inactive timestamps.
5121         (org-time-stamp, org-read-date-display): Use the new
5122         parameter.
5124 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5126         * ob.el (org-babel-expand-noweb-references): Only allow
5127         reference names which start and end with non-whitespace characters.
5128         Also, raise errors as appropriate given org-babel-noweb-error-langs.
5130 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5132         * org-src.el (org-src-in-org-buffer): Save and restore
5133         `buffer-undo-list' after editing.
5135 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5137         * ob.el (org-babel-common-header-args-w-values): Add new header
5138         argument.
5139         (org-babel-expand-noweb-references): Use header argument rather than
5140         customization variable.
5142 2012-04-01  David Maus  <dmaus@ictsoc.de>
5144         * org-capture.el (org-capture-place-item): Don't search for
5145         position in existing list if :exact-position was supplied.
5147 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5149         * ob.el (org-babel-noweb-separator): Custom variable for
5150         accumulated noweb references.
5151         (org-babel-expand-noweb-references): Allow separator for noweb
5152         references.
5154 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
5156         * org.el (org-beginning-of-line): In an item, special position
5157         for C-a is after check-box, if any.
5158         (org-special-ctrl-a/e): Modify doc-string accordingly.
5160 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
5162         * org-odt.el (org-export-odt-format-formula): Use :style
5163         property to specify custom table styles.
5165 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5167         * ob-exp.el (org-babel-exp-call-line-template): Control export of
5168         additional call line information.
5169         (org-babel-exp-non-block-elements): Fancier call line export.
5171 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
5173         * org-odt.el (org-odt-entity-frame-styles): Add frame params
5174         for images that are anchored as character.
5175         (org-export-odt-format-image): Handle new anchor type
5176         "as-char".
5177         (org-export-odt-default-image-sizes-alist): Misc. change.
5178         (org-export-odt-format-formula): Misc. change.
5180 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5182         * ob.el (org-babel-check-src-block): Don't report valid header
5183         arguments as suspicious.
5185 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5187         * ob-exp.el (org-babel-exp-non-block-elements): Map over both
5188         inline src blocks and call lines on export.
5190 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
5192         * org-odt.el (org-odt-label-styles): Add a new style.
5193         (org-odt-category-map-alist): Use it.
5195 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
5197         * org-odt.el (org-odt-table-style-format): New.  Template for
5198         auto-generated table styles.
5199         (org-odt-automatic-styles, org-odt-object-counters): New
5200         variables.
5201         (org-odt-add-automatic-style): New function.
5202         (org-odt-write-automatic-styles): New function.  Create
5203         automatic styles for tables that have custom :rel-width.
5204         (org-odt-begin-table): Parse attributes specified with
5205         "#+ATTR_ODT: " option and use it to create an automatic table
5206         style.
5207         (org-odt-save-as-outfile): Call
5208         `org-odt-add-write-automatic-styles'.
5209         (org-odt-init-outfile): Init newly add variables.
5210         (org-odt-section-count): Remove it.
5211         (org-odt-begin-section): Use `org-odt-add-automatic-style' to
5212         generate an automatic section name.
5214 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5216         * ob.el (org-babel-map-executables): Correctly position point when
5217         mapping hits an inline code block.
5219 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5221         * ob.el (org-babel-execute-src-block): Ensure params are
5222         incorporated *before* checking if evaluation is legal.
5224 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5226         * ob-exp.el (org-babel-exp-lob-one-liners): Ensure `end' is a
5227         marker so it is updated as required during export.
5229 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5231         * org-src.el (org-src-in-org-buffer): Run commands in the parent
5232         buffer.
5233         (org-edit-src-save): Use new macro.
5234         (org-src-tangle): Tangle the parent buffer.
5236 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5238         * org.el (org-set-font-lock-defaults): Fix bug in done
5239         headline fontification.
5241 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5243         * org.el (org-set-font-lock-defaults): Fix bug in done
5244         headline fontification.
5246 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5248         * org.el (org-return): Act normally when in code blocks.
5250 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5252         * org.el (org-in-src-block-p): New function.
5253         (org-context): Return new contexts :clocktable and :src-block.
5255 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5257         * org.el (org-set-tags-command, org-set-tags): Make ̀C-u C-c
5258         C-q' do the right thing even when point is before the first
5259         heading.
5261 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5263         * ob.el (org-babel-noweb-p): Disambiguate intersection name.
5265 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
5267         * org-odt.el (org-odt-format-textbox): Honor user-specified
5268         width in captioned images.
5270 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5272         * ob.el (org-babel-map-src-blocks): Replace gensym with make-symbol.
5273         (org-babel-map-inline-src-blocks): Replace gensym with make-symbol.
5274         (org-babel-map-call-lines): Replace gensym with make-symbol.
5275         (org-babel-map-executables): Replace gensym with make-symbol.
5277 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5279         * ob-exp.el (org-babel-exp-results): Alter a copy of info.
5281 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5283         * org-html.el (org-export-as-html): Initialize
5284         `html-pre-real-contents' correctly.
5286 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5288         * org-html.el (org-export-as-html): Initialize
5289         `html-pre-real-contents' correctly.
5291 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5293         * ob-exp.el (org-babel-exp-code): Ensure code block name is a
5294         string on export.
5296 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5298         * ob-exp.el (org-babel-exp-code-template): Customizable code
5299         block export format string.
5300         (org-babel-exp-code): Customizable code block export.
5302 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5304         * ob-clojure.el (org-babel-execute:clojure): Removed dependency
5305         on deprecated swank-clojure.
5307 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5309         * ob.el (org-babel-map-src-blocks): Don't pollute symbol space.
5310         (org-babel-map-inline-src-blocks): Don't pollute symbol space.
5311         (org-babel-map-call-lines): Don't pollute symbol space.
5312         (org-babel-map-executables): Map over *all* executable Org-mode
5313         elements.
5314         (org-babel-execute-buffer): Execute elements in buffer order instead
5315         of arbitrarily.
5317 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
5319         * org.el (org-ctrl-c-ctrl-c): Fix a naive structure backup.
5320         Those must be done with `copy-tree'.
5322 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5324         * org-src.el (org-edit-src-code): Referenced code block should
5325         not be evaluated on code block edit.
5327 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5329         * org.el (org-structure-template-alist): Use uppercase for
5330         keywords.
5332 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5334         * ob.el (org-babel-insert-result): Capitalize RESULTS in :wrap'd
5335         code block results.
5337 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5339         * ob.el (org-babel-results-keyword): New user-configurable
5340         results keyword.
5341         (org-babel-where-is-src-block-result): Use new user-configurable
5342         results keyword.
5344 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
5346         * org-indent.el (org-indent-refresh-maybe): Check for new
5347         headlines from the beginning of the line to be sure to catch
5348         any newly inserted headline there.
5350 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5352         * ob-exp.el (org-babel-exp-src-block): Use `org-babel-noweb-p'.
5353         (org-babel-exp-inline-src-blocks): Use `org-babel-noweb-p'.
5355         * ob-tangle.el (org-babel-tangle-collect-blocks): Use
5356         `org-babel-noweb-p'.
5358         * ob.el (org-babel-execute-src-block): Use `org-babel-noweb-p'.
5359         (org-babel-expand-src-block): Use `org-babel-noweb-p'.
5360         (org-babel-load-in-session): Use `org-babel-noweb-p'.
5361         (org-babel-merge-params): Use `org-babel-noweb-p'.
5362         (org-babel-noweb-p): New function used to determine if noweb
5363         expansion should be carried out in a given context.
5365 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5367         * org.el (org-update-property-plist): Fix bug in property list
5368         updates.
5370 2012-04-01  François Pinard  <pinard@iro.umontreal.ca>  (tiny change)
5372         * org.el (org-kill-line): Use `kill-visual-line' in
5373         `visual-line-mode'.
5375 2012-04-01  Bernt Hansen  <bernt@norang.ca>
5377         * org-agenda.el (org-agenda-switch-to): Widen org buffer only if point
5378         is outside the current restriction.
5380 2012-04-01  Bernt Hansen  <bernt@norang.ca>
5382         * org-agenda.el (org-agenda-clock-in): Save restriction when clocking
5383         in from the agenda.
5385 2012-04-01  Bernt Hansen  <bernt@norang.ca>
5387         * org.el: Honour existing restrictions when regenerating the agenda.
5389 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5391         * org-agenda.el: New alias for `list-diary-entries-hook'.
5393 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5395         * ob.el (org-babel-common-header-args-w-values): Add the new
5396         header argument name.
5397         (org-babel-insert-result): Respect the value of the :wrap header
5398         argument when inserting results.
5399         (org-babel-result-end): Find the end of arbitrarily named result
5400         blocks.
5402 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
5404         * org-indent.el (org-indent-refresh-maybe): Check for new
5405         headlines from the beginning of the line to be sure to catch
5406         any newly inserted headline there.
5408 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5410         * org.el (org-update-property-plist): Remove old instances of
5411         property when adding a new value for property.
5413 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
5415         * ob-emacs-lisp.el: A comment on the last line of an emacs-lisp
5416         code block would cause an error when the block is was executed.
5417         This fix cures this behaviour.
5419 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5421         * ob.el (org-babel-expand-noweb-references): Resurrect dropped
5422         pieces of a previous patch.
5424 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5426         * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
5428 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5430         * ob.el (org-babel-expand-noweb-references): Resurrect dropped
5431         pieces of a previous patch.
5433 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5435         * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
5437 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5439         * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
5440         instead of (end-of-buffer).
5442 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5444         * org-bbdb.el (name): Declare variable.
5445         (bbdb-record-get-field, bbdb-search-name)
5446         (bbdb-search-organization): Declare as part of ext:bbdb.
5448 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5450         * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
5451         instead of the obsolete `org-agenda-filter'.
5453 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5455         * org-agenda.el: Add an alias for `org-agenda-filter'.
5456         (diary-list-entries-hook): Use the non-obsolete hook.
5457         (org-agenda-filter-apply): Silent compiler warning.
5459 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5461         * ob-ditaa.el (org-ditaa-jar-path): Make a defcustom.
5462         (org-ditaa-jar-option): New option.
5463         (org-babel-execute:ditaa): Use it.
5465 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5467         * ob.el (org-babel-balanced-split): Explicit checking if list
5468         before calling member.
5470 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5472         * ob.el (org-babel-balanced-split): Explicit checking if list
5473         before calling member.
5475 2012-02-14  Chong Yidong  <cyd@gnu.org>
5477         * org-footnote.el: Remove bogus defvar values (Bug#10745).
5479 2012-01-05  Eric Schulte  <eric.schulte@gmx.com>
5481         * ob.el (org-babel-expand-noweb-references): Resurrect dropped
5482         pieces of a previous patch.
5484         * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
5486 2012-01-05  Bastien Guerry  <bzg@gnu.org>
5488         * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
5489         instead of (end-of-buffer).
5491         * org-bbdb.el (name): Declare variable.
5492         (bbdb-record-get-field, bbdb-search-name)
5493         (bbdb-search-organization): Declare as part of ext:bbdb.
5495         * org-agenda.el: Add an alias for `org-agenda-filter'.
5496         (diary-list-entries-hook): Use the non-obsolete hook.
5497         (org-agenda-filter-apply): Silent compiler warnings.
5499         * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
5500         instead of the obsolete `org-agenda-filter'.
5502 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5504         * org.el (org-ctrl-c-ctrl-c): Preserve symmetry when adding
5505         and removing checkboxes with `C-u C-c C-c' on the first item
5506         of a list.  Also, don't reinitialize checkboxes that are
5507         already ticked.
5509 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5511         * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time
5512         value with only one digit for the hours.
5514 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5516         * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
5517         Remove deleted function `org-encode-for-stdout'.
5519 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5521         * org.el (org-show-context): Complete docstring.
5523 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5525         * org-agenda.el (org-agenda-filter-by-tag): Use
5526         `read-char-exclusive' instead of `read-char'.
5528 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
5530         * org-clock.el (org-clock-in, org-clock-find-position): Remove
5531         erraneous space in regexp.
5533 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5535         * ob.el (org-babel-expand-noweb-references): Rather than using
5536         a pure regexp solution to resolve noweb references, actually
5537         check the information of every code block in the buffer.  This
5538         will cause a slowdown in noweb reference expansion, but is
5539         necessary for correct behavior.
5541 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5543         * org.el (org-map-continue-from): Fix typo in docstring.
5545 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5547         * org.el (org-property-re): Also match cumulating properties
5548         like ":prop+:".
5550 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5552         * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp for
5553         matching the end of a block.
5555 2012-01-03  David Maus  <dmaus@ictsoc.de>
5557         * org.el (org-open-at-point): Escape link path for http:,
5558         https:, ftp:, news:, and doi: links only if the path contains
5559         space or non-ascii character.
5561 2012-01-03  David Maus  <dmaus@ictsoc.de>
5563         * org.el (org-refile-get-targets): Ignore headlines without a
5564         true headline.
5566 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5568         * ob.el (org-babel-map-call-lines): Moved this file from
5569         ob-lob.el into ob.el to ease dependency pains.
5571 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5573         * org-publish.el (org-publish-index-generate-theindex): Use
5574         theindex.inc for storing index entries, and theindex.org for
5575         including theindex.inc.
5577 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5579         * org-publish.el (org-publish-index-generate-theindex): Create
5580         proper file target for index entries in subdirectories.
5582 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5584         * org-protocol.el (org-protocol-check-filename-for-protocol):
5585         Fix spelling mistake.
5587 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5589         * org-odt.el (org-export-odt-default-org-styles-alist): Add styles
5590         for title and subtitle.
5591         (org-odt-format-toc): New.
5592         (org-odt-format-preamble): New.  Users can redefine this to
5593         customize what goes before the document body.  Currently it
5594         outputs title, author and email, date and toc.
5595         (org-odt-begin-document-body): Use `org-odt-format-preamble'.
5596         (org-odt-format-date): Renamed from
5597         `org-odt-iso-date-from-org-timestamp'.  Also added an
5598         additional param for format string.
5599         (org-odt-begin-annotation, org-odt-update-meta-file): Use
5600         `org-odt-format-date'.
5602 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5604         * org.el (org-at-drawer-p): New function.
5605         (org-end-of-line): Use it.
5607 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5609         * ob.el (*org-babel-use-quick-and-dirty-noweb-expansion*):
5610         Controls the method in which noweb references are expanded.
5611         (org-babel-expand-noweb-references): Bring back the option for
5612         regexp-based noweb expansion.
5614 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5616         * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time value
5617         with only one digit for the hours.
5619 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5621         * org.el (org-ctrl-c-ctrl-c): Don't make `C-c C-c' special
5622         when ticking the checkbox of the first item.
5624 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5626         * org-list.el (org-list-write-struct): Add an optional
5627         argument for structure changes happening outside the function.
5629         * org.el (org-ctrl-c-ctrl-c): Now, `C-u C-c C-c' on the first
5630         item of a sub-list should toggle check-box presence of every
5631         item in the same sub-list.  Also fix check-box insertion on a
5632         single item.
5634 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5636         * org-agenda.el (org-agenda-filter-preset): New alias.
5637         (org-agenda-filter-by-category): New command.
5638         (org-agenda-mode-map): Add the new command.
5639         (org-agenda-custom-commands-local-options): Add category
5640         filter preset.
5641         (org-agenda-mark-filtered-text): Mark both tag and filter
5642         overlays.
5643         (org-agenda-category-filter-preset): New variable.
5644         (org-finalize-agenda, org-agenda-redo)
5645         (org-agenda-filter-make-matcher, org-agenda-filter-apply): Handle
5646         both category and tag filters.
5647         (org-agenda-filter-show-all-tag): Rename from
5648         `org-agenda-filter-by-tag-show-all'.
5649         (org-agenda-filter-show-all-cat): New function.
5650         (org-agenda-set-mode-name): Show the category filter in the
5651         modeline.
5653 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5655         * org-bbdb.el (org-bbdb-old): New variable.
5656         (org-bbdb-store-link, org-bbdb-open): Check for
5657         `org-bbdb-old'.
5658         (org-bbdb-open-old, org-bbdb-open-new): New functions.
5660 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5662         * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
5663         Remove deleted function `org-encode-for-stdout'.
5665 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5667         * org.el (org-check-dates-range): New command.
5668         (org-sparse-tree): Use it.
5670 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5672         * org-agenda.el (org-agenda-write): Rename from
5673         `org-write-agenda'.
5674         (org-agenda-mode-map, org-agenda-menu)
5675         (org-batch-store-agenda-views): Use new name
5676         `org-agenda-write'.
5678 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5680         * org.el (org-loop-over-headlines-in-active-region): Fix
5681         docstring.
5682         (org-todo, org-deadline, org-schedule): Honor the 'start-level
5683         value of `org-loop-over-headlines-in-active-region'.
5685 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5687         * org-archive.el (org-archive-subtree)
5688         (org-archive-to-archive-sibling, org-toggle-archive-tag):
5689         Bugfix: use 'region-start-level.
5691 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5693         * org.el (org-show-context): Complete docstring.
5695 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5697         * org-agenda.el (org-agenda-filter-by-tag): Use
5698         `read-char-exclusive' instead of `read-char'.
5700 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5702         * org.el (org-scan-tags): Make sure `org-map-continue-from' is
5703         nil at each match.
5705 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
5707         * org-clock.el (org-clock-in, org-clock-find-position): Remove
5708         erraneous space in regexp.
5710 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5712         * org-odt.el (org-odt-lib-dir): Add docstring.
5713         (org-odt-data-dir): New variable.  Use this variable to
5714         control the locations from which the ODT exporter picks the
5715         OpenDocument styles and schema files from.  Set this variable
5716         explicitly only if the in-built heuristics for locating the
5717         above files fails.
5718         (org-odt-styles-dir-list, org-odt-schema-dir-list): New
5719         variables.  Pay specific attention to (eval-when-compile ...)
5720         form through which Makefile's $(datadir) - contained in
5721         `org-odt-data-dir' - gets compiled in as a "hard coded"
5722         constant.
5723         (org-odt-styles-dir, org-export-odt-schema-dir): Add messages to
5724         aid debugging.
5726 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5728         * org-archive.el (org-archive-subtree)
5729         (org-archive-to-archive-sibling, org-toggle-archive-tag)
5730         (org-archive-set-tag): Handle the 'start-level value for
5731         `org-loop-over-headlines-in-active-region'.
5733 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5735         * org.el (org-scan-tags): New parameter `start-level' to scan only
5736         through headlines of that level.
5737         (org-map-entries): New allowed value `region-start-level' for
5738         the `scope' parameter, to allow scanning through headlines of
5739         the same level than the first headline in the region.
5740         (org-loop-over-headlines-in-active-region): New allowed value
5741         'start-level.
5743 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5745         * org-archive.el (org-archive-subtree)
5746         (org-archive-to-archive-sibling, org-archive-set-tag)
5747         (org-toggle-archive-tag): Allow to loop over the active region by
5748         using `org-loop-over-headlines-in-active-region'.
5750 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5752         * org.el (org-todo): Allow to loop over the active region by
5753         using `org-loop-over-headlines-in-active-region'.
5755 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5757         * ob.el (org-babel-expand-noweb-references): Rather than using
5758         a pure regexp solution to resolve noweb references, actually
5759         check the information of every code block in the buffer.  This
5760         will cause a slowdown in noweb reference expansion, but is
5761         necessary for correct behavior.
5763 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5765         * org.el (org-map-continue-from): Fix typo in docstring.
5767 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5769         * org-agenda.el (org-agenda-write-buffer-name): New variable.
5770         (org-write-agenda): Use it.
5772 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5774         * org-exp.el (org-export-date-timestamp-format): New option to
5775         define the way a timestamp in #+DATE will be exported.
5776         (org-infile-export-plist): Use the new option.
5778 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5780         * org.el (org-property-re): Also match cumulating properties
5781         like ":prop+:".
5783 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5785         * org-odt.el (org-odt-styles-dir): Assume that the styles
5786         files are located under `data-directory' of Emacs distribution
5787         as etc/org/OrgOdtStyles.xml and
5788         etc/org/OrgOdtContentTemplate.xml.  Also update docstring.
5789         (org-export-odt-schema-dir): Update docstring.
5791 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5793         * org-odt.el (org-odt-format-preamble): Honor following user
5794         options: author, timestamp and email.
5796 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5798         * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp
5799         for matching the end of a block.
5801 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5803         * org-eshell.el: New file.
5805 2012-01-03  David Maus  <dmaus@ictsoc.de>
5807         * org.el (org-open-at-point): Escape link path for http:,
5808         https:, ftp:, news:, and doi: links only if the path contains
5809         space or non-ascii character.
5811 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5813         * org-beamer.el (org-beamer-fragile-re): Also recognize
5814         \lstinline and \verb as commands that make a frame fragile.
5816 2012-01-03  David Maus  <dmaus@ictsoc.de>
5818         * org.el (org-refile-get-targets): Ignore headlines without a
5819         true headline.
5821 2012-01-03  Litvinov Sergey  <slitvinov@gmail.com>
5823         * ob-octave.el: Add graphical output to png file.
5825 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5827         * ob.el (org-babel-map-call-lines): Moved this file from
5828         ob-lob.el into ob.el to ease dependency pains.
5830 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5832         * org-publish.el (org-publish-index-generate-theindex): Use
5833         theindex.inc for storing index entries, and theindex.org for
5834         including theindex.inc.
5836 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5838         * org-publish.el (org-publish-index-generate-theindex): Create
5839         proper file target for index entries in subdirectories.
5841 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5843         * org-protocol.el (org-protocol-check-filename-for-protocol):
5844         Fix spelling mistake.
5846 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5848         * org-odt.el (org-export-odt-default-org-styles-alist): Add
5849         styles for title and subtitle.
5850         (org-odt-format-toc): New.
5851         (org-odt-format-preamble): New.  Users can redefine this to
5852         customize what goes before the document body.  Currently it
5853         outputs title, author and email, date and toc.
5854         (org-odt-begin-document-body): Use `org-odt-format-preamble'.
5855         (org-odt-format-date): Renamed from
5856         `org-odt-iso-date-from-org-timestamp'.  Also added an
5857         additional param for format string.
5858         (org-odt-begin-annotation, org-odt-update-meta-file): Use
5859         `org-odt-format-date'.
5861 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5863         * ob-ref.el (org-babel-ref-split-args): Now uses
5864         `org-babel-balanced-split'.
5866 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5868         * org-html.el (org-export-html-preamble)
5869         (org-export-html-postamble): Fix docstrings.
5870         (org-export-as-html): Insert the string used by a custom
5871         function for `org-export-html-pre/postamble'.
5873 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5875         * org.el (org-block-regexp)
5876         (org-heading-keyword-regexp-format)
5877         (org-heading-keyword-maybe-regexp-format): Move up to keep the
5878         byte-compiler happy.
5880 2012-01-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
5882         * org-agenda.el (org-agenda-do-tree-to-indirect-buffer): New
5883         function.
5884         (org-agenda-tree-to-indirect-buffer): Use the new function.
5886 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5888         * org-html.el (org-export-as-html): Fix bug when inserting the
5889         output of a custom function for the pre/postamble.
5891 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5893         * org-odt.el (org-odt-format-source-code-or-example): Try
5894         loading htmlfontify safely.
5896 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5898         * org-odt.el (require): Require htmlfontify.el only if
5899         emacs-version is greater than 23.2.
5901 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5903         * org-faces.el (org-agenda-calendar-event)
5904         (org-agenda-calendar-sexp): Use the default face.
5906 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5908         * ob.el (org-babel-expand-noweb-references): Fixed regexp.
5910 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
5912         * org.el (Key bindings): Remap the Outline functions from
5913         `outline-mode-prefix-map' where possible.
5915 2012-01-03  Christian Moe  <mail@christianmoe.com>  (tiny change)
5917         * org-html.el (org-export-as-html): Apply
5918         `org-export-html-get-todo-kwd-class-name' to the class
5919         attribute of the todo-keyword span tag, not to its text
5920         content.
5922 2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
5924         * org-agenda.el (org-agenda-get-timestamps)
5925         (org-agenda-get-sexps): Use face for highlighting "calendar"
5926         events.
5928 2012-01-03  Peter Münster  <pmlists@free.fr>  (tiny change)
5930         * org.el (org-add-planning-info): Treat absolute time too.
5932 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5934         * org-table.el (org-table-transpose-table-at-point): Don't use
5935         ̀remove-if-not'.
5937 2012-01-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
5939         * org-clock.el (org-clock-out-if-current): Check the clock
5940         buffer is existing.
5942 2012-01-03  Bernt Hansen  <bernt@norang.ca>
5944         * org-clock.el (org-clock-out-if-current): Fix marker in no
5945         buffer error for task state change in an indirect buffer.
5947 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
5949         * org.el (org-offer-links-in-entry): Make list when assigning
5950         a single link.
5952 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5954         * ob.el (org-babel-expand-noweb-references): Rather than
5955         collect the info from *every* block in the current buffer,
5956         simply regexp search for those blocks which appear to match
5957         the continued source name.
5959 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5961         * ob.el (org-babel-insert-result): Do not examplize wrapped
5962         scalar results, simply wrap them.
5963         (org-babel-result-end): Find the end of results wrapped in a
5964         RESULTS drawer.
5966 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5968         * org.el (org-todo-yesterday): When called from the agenda,
5969         use `org-agenda-todo-yesterday' instead.
5971 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5973         * org-table.el (org-table-transpose-table-at-point): New command.
5975 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5977         * org-html.el (org-export-html-headline-anchor-format): New
5978         option.
5979         (org-html-level-start): Use the new option.
5981 2012-01-03  Rob Giardina  <rob@giardina.us>  (tiny change)
5983         * org-agenda.el (org-agenda-with-point-at-orig-entry): Small
5984         bugfix.
5986 2012-01-03  Christian Moe  <mail@christianmoe.com>  (tiny change)
5988         * org-special-blocks.el
5989         (org-special-blocks-convert-html-special-cookies): Close
5990         paragraph before opening or closing the <div>, and open
5991         paragraph after.  Also changed newline placement to be the same
5992         as for other blocks.
5994 2012-01-03  Roberto Huelga  <rhuelga@gmail.com>
5996         * org-clock.el (org-program-exists): Make the function
5997         compatible with darwin systems.
5999 2012-01-03  David Maus  <dmaus@ictsoc.de>
6001         * org-exp.el (org-export-normalize-links): Mark bracket links
6002         before normalization to avoid erroneous normalization of
6003         bracket link parts.
6005 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
6007         * org-odt.el (org-odt-data-dir): Removed.
6008         (org-odt-styles-dir, org-export-odt-schema-dir): New
6009         variables.
6011         * org-odt.el, org-lparse.el: New files.
6013 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6015         * org-capture.el (org-capture-set-target-location): Set the
6016         capture default time also to the prompt time.
6018 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6020         * org-exp.el (org-export-res/src-name-cleanup): Remove #+name
6021         and #+results lines during preprocess.
6023 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
6025         * ob-picolisp.el (ob-comint): Required.
6026         (comint): Required.
6027         (cl): Required.
6028         (run-picolisp): Declared.
6029         (org-babel-execute:picolisp): Capture free variable, and replace
6030         function from cl-extra with core function.
6032 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
6034         * ob-picolisp.el: New file.
6036         * org.el (org-babel-load-languages): Add Pico Lisp to the list
6037         of supported code block languages.
6039 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
6041         * org-bibtex.el (org-bibtex): Now catches bibtex errors and
6042         directs the user to the location of the error.
6044 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6046         * org-agenda.el (org-agenda-dim-blocked-tasks): Fix typo.
6048 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6050         * ob.el (org-babel-execute-src-block): Fix typo.
6052 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6054         * org-freemind.el (org-freemind-write-mm-buffer): Fix typo.
6056 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6058         * org.el (org-link-unescape, org-link-unescape-compound): Fix
6059         two typos in docstrings.
6061 2012-01-03  Thomas Dye  <dk@poto.local>
6063         * ob-R.el: Added tikzDevice support.
6065 2012-01-03  David Maus  <dmaus@ictsoc.de>
6067         * org.el (org-clone-subtree-with-time-shift): Remove clocking
6068         information and empty drawers when preparing a clone.
6070 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6072         * ob-exp.el: Don't add `org-exp-res/src-name-cleanup' to
6073         `org-export-blocks-postblock-hook'.
6075 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6077         * ob.el (org-babel-hide-result-toggle): Skip over header
6078         argument lines when toggling named code block visibility.
6080 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6082         * org-exp.el (org-export-grab-title-from-buffer): Don't
6083         license to kill text inside blocks when getting a title.
6085 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6087         * ob.el (org-babel-confirm-evaluate): Adding support for new
6088         range of :eval header arguments.
6090 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6092         * ob.el (org-babel-confirm-evaluate): Inhibit evaluation
6093         during export when eval is set to "non-export".
6095 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6097         * ob-ref.el (org-babel-update-intermediate): New custom
6098         variable.
6099         (org-babel-ref-resolve): Optionally update the in-buffer results
6100         of code blocks which are evaluated to resolve references.
6102 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6104         * ob.el (org-babel-join-splits-near-ch): Rejoins a list of a
6105         split string when a character appears on either side of the
6106         split.
6107         (org-babel-parse-multiple-vars): Rejoin splits around "=" signs.
6109 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6111         * org.el (org-reduce): Added a less functional Org-mode copy of
6112         the cl reduce function.
6114 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6116         * org.el (org-fontify-meta-lines-and-blocks-1): Recognize
6117         "name" as a valid keyword that can preceed a block.
6119 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6121         * ob-exp.el (org-babel-exp-lob-one-liners): Don't limit
6122         in-verbatim check to inline code blocks, do lob code blocks as
6123         well.
6125 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6127         * org.el (org-todo): Interpret 0 prefix arg as note inhibitor.
6129 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6131         * ob.el (org-babel-named-src-block-regexp-for-name): Ensure
6132         that partial names are not matched.
6133         (org-babel-named-data-regexp-for-name): Ensure that partial names
6134         are not matched.
6136 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6138         * ob-ref.el (org-babel-ref-resolve): Search for named code
6139         blocks before named data.
6141         * ob.el (org-babel-named-data-regexp-for-name): New function for
6142         finding named data.
6144 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6146         * ob.el (org-babel-insert-result): Gracefully handle results
6147         which are neither lists nor strings.
6149 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6151         * ob-ref.el (org-babel-ref-resolve): Don't change location when
6152         looking at the contents.
6154 2012-01-03  Milan Zamazal  <pdm@zamazal.org>
6156         * org.el (org-set-outline-overlay-data): Use
6157         outline-flag-region to make a region invisible.  This ensures
6158         all necessary actions, especially adding
6159         isearch-open-invisible property, are applied.
6161 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6163         * ob-lob.el (org-babel-in-example-or-verbatim): Fix
6164         compilation warning.
6166 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6168         * ob.el (org-babel-find-named-result): Downcase "name" before
6169         comparison.
6171 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6173         * ob-lisp.el (org-babel-execute:lisp): Fixed typo.
6174         (org-babel-lisp-vector-to-list): Fixed typo.
6176 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6178         * ob-exp.el (org-babel-in-example-or-verbatim): Some valid
6179         execution contexts (e.g., call lines) look like commented
6180         lines.
6182         * ob.el (org-babel-get-src-block-info): Empty match string doesn't
6183         count.
6184         (org-babel-process-params): Always process parameters, even if
6185         you don't to table splitting.
6187 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6189         * ob-exp.el (org-exp-res/src-name-cleanup): Updated Documentation.
6191         * ob-lob.el (org-babel-block-lob-one-liner-regexp): Updated
6192         regular expression.
6193         (org-babel-inline-lob-one-liner-regexp): Updated regular
6194         expression.
6196         * ob-ref.el (org-babel-ref-resolve): Notice when something that
6197         looks like a data results may actually be a code block.
6199         * ob-table.el: Updated documentation.
6201         * ob.el (org-babel-src-name-regexp): Simplified regexp.
6202         (org-babel-get-src-block-info): Updated match strings.
6203         (org-babel-data-names): Simplified acceptable names.
6204         (org-babel-find-named-block): Indentation.
6205         (org-babel-find-named-result): Updated to not return a code block
6206         as a result.
6208         * org.el (org-fontify-meta-lines-and-blocks-1): Removing
6209         references to old syntactic elements.
6210         (org-additional-option-like-keywords): Removing references to
6211         old syntactic elements.
6213 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6215         * org-agenda.el (org-agenda-get-todos): Swap calls to `org-trim'
6216         and `buffer-substring'.
6218 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6220         * org-agenda.el (org-agenda-get-todos): Prevent an error when
6221         encountering tasks with only the TODO keyword.
6223 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6225         * org.el (org-try-cdlatex-tab): Don't try to expand a LaTeX
6226         environment when at an item or an headline, but allow LaTeX
6227         fragments.
6228         (org-cycle): Try to call `cdlatex-tab' before cycling item's or
6229         headline's visibility, in order to catch LaTeX fragments within.
6231 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6233         * org-exp-blocks.el (org-export-blocks-preprocess): Require a
6234         newline and spaces before a code block.
6236 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6238         * ob-lob.el (org-babel-map-call-lines): Allow mapping of code
6239         over all call lines in a buffer.
6241         * ob.el (org-babel-execute-buffer): Execute call lines when
6242         executing an entire buffer.
6244 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6246         * ob.el (org-babel-process-params): Don't disassemble tables
6247         twice.
6249 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6251         * org-clock.el (org-clock-in, org-clock-find-position): Make space
6252         after date optional.
6254         * org.el (org-set-regexps-and-options)
6255         (org-ts-regexp, org-ts-regexp-both, org-ts-regexp1)
6256         (org-ctrl-c-ctrl-c): Make `C-c C-c' on date fix the time stamp.
6258 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6260         * ob-lob.el (org-babel-lob-execute-maybe): Don't execute a call
6261         inside a verbatim block.
6263         * ob-exp.el (org-babel-in-example-or-verbatim): Check for example
6264         blocks.
6266 2012-01-03  Litvinov Sergey  <slitvinov@gmail.com>
6268         * ob-maxima.el (org-babel-tangle-lang-exts): Maxima extension.
6269         (org-babel-maxima-expand): Add input variables and graphic output.
6270         (org-babel-execute:maxima): Add input variables and graphic output.
6271         (org-babel-maxima-var-to-maxima): Add input variables and graphic
6272         output.
6273         (org-babel-maxima-graphical-output-file): Add input variables and
6274         graphic output.
6275         (org-babel-maxima-elisp-to-maxima): Add input variables and graphic
6276         output.
6278 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6280         * ob-fortran.el: New file.  Adding support for Fortran code blocks.
6281         * org.el (org-babel-load-languages): Adding fortran to this list.
6283 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6285         * org-footnote.el (org-footnote-new): Cannot insert an inline
6286         footnote at beginning of line anymore.
6287         (org-footnote-at-reference-p): Don't recognize inline footnotes at
6288         beginning of line.
6290 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6292         * org.el (org-set-font-lock-defaults): Fix small error in matching
6293         group that prevented fontification of keywords like
6294         org-comment-string and stars in headlines.
6296 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6298         * org.el (org-catch-invisible-edits): New option.
6299         (org-self-insert-command, org-delete-backward-char)
6300         (org-delete-char): Call `org-check-before-invisible-edit'.
6301         (org-check-before-invisible-edit): New function.
6303 2012-01-03  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
6305         * org-exp.el (org-solidify-link-text): Respect
6306         org-export-with-tags when forming the export title during subtree
6307         export.
6309 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6311         * org.el (org-heading-regexp, org-heading-keyword-regexp-format)
6312         (org-heading-keyword-maybe-regexp-format): Globalize variables so
6313         they are accessible even in buffers not in Org mode.
6315 2012-01-03  David Maus  <dmaus@ictsoc.de>
6317         * org.el (org-insert-link): Don't use default-description if a
6318         `org-make-link-description-function' is defined.
6320 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6322         * org.el (org-set-regexps-and-options): Use property blocks for
6323         multi-line properties.
6325 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6327         * org.el (org-self-insert-command): Don't throw an error when
6328         editing takes place at the first point of the buffer.
6330 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6332         * org.el (org-self-insert-command): Unfold invisible region at
6333         point or right before point when editing.
6335 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6337         * org-faces.el (org-agenda-filter-tags): Use the 'modeline face as
6338         default.
6340 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6342         * org-html.el (org-html-expand): Prevent a nil value for STRING to
6343         return an error, just return nil.
6345 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6347         * org-latex.el (org-export-latex-set-initial-vars): Allow "/"
6348         character in the #+LaTeX_CLASS option.
6350 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6352         * org-footnote.el (org-footnote-at-reference-p)
6353         (org-footnote-at-definition-p): Don't store text-properties of
6354         footnote definitions.
6356 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6358         * org-html.el (org-export-as-html): Convert special characters in
6359         meta tag "author", "date", "keyword" and "description".
6361 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6363         * org-capture.el (org-capture-before-finalize-hook): Docstring
6364         improvement: mention that the buffer is widened when this hook is
6365         run.
6367 2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
6369         * org-html.el (org-export-as-html): Make sure the div for preamble
6370         is not inserted when the preamble is empty.
6372 2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
6374         * org-agenda.el (org-agenda-set-mode-name): Highlight tags used
6375         for filtering (shown in the mode-line).
6377 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6379         * ob.el (org-babel-parse-multiple-vars): Trimming excess white
6380         space from split variables.
6382 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6384         * org.el (org-link-search): Add an optional argument preventing
6385         function from revealing context around match.
6387 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6389         * org-agenda.el (calendar-check-holidays): Declare function.
6391 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6393         * org.el (org-return): Fix bug when matching the face property
6394         before following a link.
6396 2012-01-03  Matt Lundin  <mdl@imapmail.org>
6398         * org-agenda.el (org-class): Fix holidays symbol in org-class.
6399         This was resulting in an "Bad sexp..." warning.
6401 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6403         * org.el (org-scan-tags): Also remember
6404         `org-complex-heading-regexp' in a property.
6406 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6408         * org-latex.el (org-export-as-latex): Turn off auto-insert and set
6409         TeX-master to t when creating new TeX buffers.
6411         * org-docbook.el (org-export-as-docbook): Turn off auto-insert
6412         when creating new buffers.
6414         * org-html.el (org-export-as-html): Turn off auto-insert
6415         when creating new buffers.
6417 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6419         * org-table.el (org-table-formula-handle-first/last-rc): Do not
6420         expand pointers to first/last row/column that are inside a call to
6421         `remote'.
6422         (org-table-get-remote-range): Expand pointers to first/last
6423         row/column.
6425 2012-01-03  Michael Sperber  <sperber@deinprogramm.de>  (tiny change)
6427         * org-capture.el (org-capture-get-indirect-buffer): Fix XEmacs
6428         compatibility issue when creating an indirect buffer.
6430 2012-01-03  Christophe Rhodes  <csr21@cantab.net>
6432         * org-exp.el (org-infile-export-plist): Handle LATEX_CLASS_OPTIONS
6433         the same way than LATEX_CLASS.
6435 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6437         * org.el (org-return): Check the presence of the 'org-link face
6438         even in contexts where there is more than one face.
6440 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6442         * ob-sql.el (org-babel-header-arg-names:sql): SQL specific header
6443         argument names which should be inherited.
6445 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6447         * org.el (org-in-block-p): Return matched name of block, if any.
6448         It can be useful when a list of block names is provided as
6449         an argument.
6451 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6453         * org-docbook.el (org-export-as-docbook): Fix regexp.
6455         * org-html.el (org-export-as-html): Fix regexp.
6457 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6459         * org-agenda.el (org-class): Allow holidays to be skipped.
6461 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6463         * ob-shen.el (org-babel-execute:shen): Fix two compilation errors.
6465 2012-01-03  Peter Münster  <pmrb@free.fr>  (tiny change)
6467         * org-agenda.el (org-agenda-to-appt): Make sure filter-items are
6468         strings before calling `string-match'.
6470 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6472         * org-footnote.el (org-footnote-at-reference-p)
6473         (org-footnote-at-definition-p): Remove text-properties from label.
6475 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6477         * org-html.el (org-export-as-html): Add a "title" meta tag.
6479 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6481         * org-agenda.el (org-agenda-to-appt): Allow to refine the scope of
6482         entries to pass to `org-agenda-get-day-entries' and allow to
6483         filter out entries using a function.
6485 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6487         * org-agenda.el: Fix small display bug.
6489 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6491         * org.el (org-set-regexps-and-options): Fix small bug introduced
6492         by commit dfcb6faef11a2439b56b18a6289803361d402130.
6494 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6496         * org-agenda.el (org-search-view): Simplify regexp.
6497         (org-agenda-get-todos): Use new format string.
6499         * org-archive.el (org-archive-all-done): Simplify regexp.
6501         * org-ascii.el (org-export-as-ascii): More accurate regexp.
6503         * org-colview.el (org-columns-capture-view): Use new format string
6504         and new string.
6506         * org-docbook.el (org-export-as-docbook): More accurate
6507         regexp.  Also use new regexp to match generic headlines.
6509         * org-exp.el (org-export-protect-quoted-subtrees): More accurate
6510         regexp.  Also use new regexp to match generic headlines.
6512         * org-html.el (org-export-as-html): More accurate regexp.
6513         Also use new regexp to match generic headlines.
6515         * org-mouse.el (org-mouse-match-todo-keyword): Remove unused
6516         and now erroneous function.
6518         * org.el (org-heading-regexp, org-heading-keyword-regexp-format):
6519         New variables.
6520         (org-set-regexps-and-options): Create regexps according to the
6521         following rule: use spaces only to separate elements from an headline,
6522         while allowing mixed tabs and spaces for any indentation job.
6523         (org-nl-done-regexp, org-looking-at-done-regexp): Removed variables.
6524         (org-set-font-lock-defaults): Fontify again headlines with a keyword
6525         and no other text.  Use new format strings.
6526         (org-get-heading, org-toggle-comment, org-prepare-agenda-buffers)
6527         (org-toggle-fixed-width-section): Use new format string.
6528         (org-todo): More accurate regexps.
6529         (org-point-at-end-of-empty-headline): Simplify regexp.
6530         (org-insert-heading): Headline can sometimes be nil.
6532 2012-01-03  David Maus  <dmaus@ictsoc.de>
6534         * org-agenda.el (org-agenda-bulk-action): Bind
6535         `org-loop-over-headlines-in-active-region' to nil to avoid conflict
6536         with bulk command.
6538 2012-01-03  David Maus  <dmaus@ictsoc.de>
6540         * org.el (org-deadline, org-schedule): Skip invisible headlines when
6541         mapping over headlines in active region.
6543 2012-01-03  David Maus  <dmaus@ictsoc.de>
6545         * org.el (org-loop-over-headlines-in-active-region):
6546         New customization variable.  Loop over headlines in active region.
6547         (org-schedule, org-deadline): Apply to headlines in region depending
6548         on new customization variable.
6550 2012-01-03  David Maus  <dmaus@ictsoc.de>
6552         * org.el (org-map-entries): Immediately return if scope is 'region
6553         but no region is active.
6555 2012-01-03  David Maus  <dmaus@ictsoc.de>
6557         * org.el (org-map-entries): Extend scope 'region to include entire
6558         body of last headline in active region.
6560 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6562         * org-src.el (org-edit-src-code): Fix typo-bug.
6564 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6566         * org.el (org-format-agenda-item, org-scan-tags):
6567         Rename `org-format-agenda-item' to `org-agenda-format-item'.
6569 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6571         * org-agenda.el: Replace `category-pos' by `org-category-pos' to
6572         silent byte-compiler.
6574 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6576         * org.el: Declare external function `cdlatex-compute-tables'.
6578 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6580         * org-latex.el (org-export-latex-set-initial-vars): Fix problem
6581         when matching #+LaTeX_CLASS.
6583 2012-01-03  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
6585         * org.el (org-link-search-must-match-exact-headline): Fix typos.
6587 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6589         * org-latex.el (org-export-latex-make-header): Add some hyperref
6590         options.
6592 2012-01-03  Kai Tetzlaff  <kai.tetzlaff@web.de>  (tiny change)
6594         * org-publish.el (org-publish-file): Added 'eval'ing the value of
6595         the :publishing-directory property before using it as destination
6596         of the publishing project.  This allows to construct the publish
6597         destination directory dynamically at run-time using the return
6598         value of a function.
6600 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6602         * org-agenda.el (org-agenda-list-stuck-projects): Fix tiny bug.
6604 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6606         * org-agenda.el (org-agenda-move-date-from-past-immediately-to-today):
6607         New option.
6608         (org-agenda-date-later): Improve the logical structure.
6610 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6612         * ob-calc.el (featurep): Require calc-store.
6614         * org-agenda.el (org-agenda-list-stuck-projects): Fix regexp
6615         special handling.
6617         * org-compat.el (fboundp): Support for XEmacs.
6619         * org-exp.el (org-export): Protect XEmacs from `(redisplay)' call.
6621         * org-footnote.el (org-footnote-re): Optimize macro processing.
6623         * org.el (org-set-autofill-regexps): Xemacs compatibility.
6625 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6627         * ob.el (org-babel-balanced-split): Balance both [] and ()
6628         groupings.
6629         (org-babel-parse-header-arguments): Be sure to replace removed ":"
6630         characters.
6632 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6634         * ob.el (org-babel-parse-header-arguments): Quick fix for a
6635         tiny bug.
6637 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6639         * ob.el (org-babel-params-from-properties): Now splits
6640         multiple var arguments behind a single ":var".
6641         (org-babel-balanced-split): Separated balanced splitting of
6642         strings out into a new function.
6643         (org-babel-parse-multiple-vars): Splits multiple var arguments
6644         behind a single ":var".
6646 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6648         * org.el: Remap `outline-promote' and `outline-demote' keys to
6649         `org-promote-subtree' and `org-demote-subtree'.
6651 2012-01-03  Leo Liu  <sdl.web@gmail.com>
6653         * org-agenda.el (org-agenda-do-context-action): Check if marker is
6654         valid before use.
6656 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
6658         * org-agenda.el (org-agenda-date-later): Fix shifting of date
6659         ranges.
6661 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6663         * ob.el: Removing `org-babel-params-from-buffer' and
6664         #+PROPERTIES: entirely.
6666         * ob-exp.el (org-babel-exp-src-block): Removing
6667         `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
6669         * ob-lob.el (org-babel-lob-execute): Removing
6670         `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
6672 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6674         * ob.el (org-babel-params-from-buffer): Removing #+BABEL:
6675         lines in favor of general #+PROPERTIES: lines.
6677 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6679         * ob-sql.el (org-babel-execute:sql): Insert into a temporary
6680         buffer.
6682 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6684         * org.el (org-cdlatex-mode): Run `cdlatex-mode-hook' and
6685         update the internal cdlatex tables.
6687 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6689         * ob-sql.el (org-babel-execute:sql): Respect literal-results
6690         options.
6692 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6694         * ob.el (org-babel-disassemble-tables): Fix multi-table bug in
6695         code block colname and rowname handling.
6697 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6699         * org-publish.el (org-publish-cache-file-needs-publishing):
6700         Fix regexp to not inlcude newlines.
6702 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6704         * org.el (org-ctrl-c-ctrl-c): Remove table overlays before
6705         restart.
6707 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6709         * org.el (org-fontify-entities): Match entities before
6710         numbers, as in `\sim2'.
6712 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6714         * org-agenda.el (org-agenda-date-later): Make pushing forward
6715         a past date to jump immedialtely to today.
6717 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6719         * org-exp.el (org-store-forced-table-alignment): Parse the
6720         column cookie for both alignment and width
6721         specification.  Store the resulting value in `org-col-cookies'
6722         property.  Retire the previously used `org-forced-aligns'
6723         property for consistency.  Renamed local variable `aligns' to
6724         `cookies'.
6726         * org-html.el (org-format-org-table-html): Use
6727         `org-col-cookies'.  Renamed local variable forced-aligns to
6728         col-cookies.
6730 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6732         * org.el (org-latex-to-mathml-jar-file)
6733         (org-latex-to-mathml-convert-command): New user-customizable
6734         variables.
6735         (org-format-latex-mathml-available-p, org-create-math-formula)
6736         (org-format-latex-as-mathml): New functions.
6737         (org-format-latex): Add a new local variable block-type that notes
6738         the nature of the equation - inline or display.  Associate it's
6739         value to `org-latex-src-embed-type' property of dvipng links.  Add
6740         mathml as new processing type.
6742 2012-01-03  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
6744         * org.el (org-refile): Add tree name to prompt.
6746 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6748         * org-latex.el (org-export-latex-tables): Honor
6749         `org-export-latex-table-caption-above'
6750         (org-export-latex-table-caption-above): New option.
6752 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6754         * ob.el (org-babel-insert-header-arg): Now including language
6755         specific header arg values in insertion options.
6757 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6759         * ob.el (org-babel-insert-header-arg): Fixed typo.
6761 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
6763         * org-exp.el (org-export-number-lines): Modified.  Add a new
6764         parameter `preprocess' and use this for backend-agnostic
6765         handling of literal examples.
6767 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6769         * org.el (org-match-substring-regexp)
6770         (org-match-substring-with-braces-regexp): Allow subscripts and
6771         superscripts to start at beginning of line.
6773 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6775         * ob.el (org-babel-common-header-args-w-values): New variable to
6776         hold common header arguments and their default values.
6777         (org-babel-header-arg-names): Redefined using the new common
6778         header arg variable.
6779         (org-babel-insert-header-arg): New function to help when inserting
6780         header arguments.
6782 2012-01-03  David Maus  <dmaus@ictsoc.de>
6784         * org-html.el (org-html-handle-links): Remove unnecessary
6785         protection markers when publishing link in default format.
6787 2012-01-03  Pieter Praet  <pieter@praet.org>  (tiny change)
6789         * org-crypt.el (org-crypt-check-auto-save): New function, see
6790         next change.
6792         * org-crypt.el (org-decrypt-entry): Break the auto-save-mode
6793         check out into a separate function, and call it at a later
6794         point, to assure it only runs when visiting an encrypted
6795         entry.
6797 2012-01-03  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
6799         * org.el (org-log-note-headings): Document new %d and %D
6800         escapes.
6801         (org-store-log-note): Implement new %d and %D escapes.
6803 2012-01-03  Dave Abrahams  <dave@boostpro.com>
6805         * org-agenda.el (org-agenda-follow-indirect): New option.
6806         (org-agenda-follow-mode): Call `org-agenda-do-context-action' fro
6807         follow mode.
6808         (org-agenda-do-context-action): Also do indirect follow mode
6809         action.
6811 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6813         * ob-table.el (sbe): Fix typo in new sbe specification.
6815 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6817         * ob-table.el (sbe): If first variable is a string and not a
6818         cons cell, then interpret it as a string of header arguments
6819         to be passed to the code block.
6821 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6823         * ob-shen.el (shen-eval-defun): Declare external function.
6824         (org-babel-execute:shen): Move requirement of inf-shen into
6825         the function in which it is used to fix build error.
6827         * ob-shen.el: New file.
6829 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
6831         * org.el (org-open-at-point): Make `org-open-at-point' only
6832         ask once about creating a new headline.
6834 2012-01-03  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
6836         * org.el (org-refile-targets): Elaborated the documentation of
6837         the variable as suggested by Dave Abrahams.
6839 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
6841         * org.el (org-align-tags-here): Allow tags to be placed right
6842         after heading.
6843         (org-tags-column): Document the meaning of tags column 0.
6845 2012-01-03  Niels Giesen  <niels.giesen@gmail.com>
6847         * org-agenda.el (org-agenda-get-blocks): Show timestamp ranges
6848         in agenda if start day is same as end day.
6850 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6852         * org.el (org-refile-get-location): Ignore errors when
6853         collection heading to be excluded.
6855 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6857         * org-special-blocks.el
6858         (org-special-blocks-convert-html-special-cookies): Avoid XHTML
6859         strict problems by not enclosing special blocks in paragraph tags.
6861 2012-01-03  Bernt Hansen  <bernt@norang.ca>
6863         * org-html.el (org-export-as-html): Check string-match
6864         argument.
6865         (org-html-handle-time-stamps): Check string-match argument.
6867 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6869         * org-agenda.el
6870         (org-agenda-skip-additional-timestamps-same-entry): Change
6871         default value.
6873 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6875         * org.el (org-time-string-to-time):
6876         (org-time-string-to-absolute): Add optional arguments BUFFER and
6877         POS for error reporting.
6879         * org-agenda.el (org-get-all-dates):
6880         (org-agenda-get-timestamps, org-agenda-get-deadlines)
6881         (org-agenda-get-scheduled, org-agenda-get-blocks): Call time
6882         stamp parsing functions with information on where the
6883         timestamp was taken from.
6885 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6887         * org.el (org-tree-to-indirect-buffer): Run `org-cycle-hook'
6888         after `show-all' in indirect buffer.
6890 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6892         * org-list.el (org-list-parents-alist): When no parent is found
6893         for an item, set it as the closest less indented item above.  If
6894         none is found, make it a top level item.
6895         (org-list-write-struct): Externalize code.
6896         (org-list-struct-fix-item-end): New function.
6897         (org-list-struct): Remove a now useless fix.
6899         * org.el (org-ctrl-c-ctrl-c): Use new function.
6901 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6903         * org.el (org-end-of-line): When on an item, move point at the
6904         end of the line, but before any hidden text.  Thus, it's still
6905         possible to use commands, like `C-c C-c', acting at
6906         items.  This is still disabled if `org-special-ctrl-a/e'
6907         ignores `C-e'.
6909 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6911         * org-footnote.el (org-footnote-renumber-fn:N): Small refactoring.
6913 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6915         * org-footnote.el (org-footnote-renumber-fn:N): Fix an
6916         infloop.
6918 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6920         * org-footnote.el (org-footnote-at-definition-p): Remove
6921         useless `org-re'.
6923 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6925         * org-footnote.el (org-footnote-renumber-fn:N): Verify point
6926         is at a real footnote reference or definition before
6927         renumbering it.
6929 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6931         * org-footnote.el (org-footnote-goto-definition): This patch
6932         makes sure the function says when a definition has been
6933         found.  Thus, moving from the reference to the definition
6934         doesn't offer to create the latter again.
6936 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6938         * org-footnote.el (org-footnote-create-definition):
6939         Explicitely move point after tag, if it has just been
6940         inserted.
6942 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6944         * ob-gnuplot.el (org-babel-execute:gnuplot): Don't quote file
6945         names on Windows systems.
6947 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6949         * org-footnote.el (org-footnote-create-definition): When the
6950         tag is missing, it is created before any existing footnote, or
6951         at end of buffer.  In the latter case, the marker pointing at
6952         the position where the new footnote is going to be inserted
6953         (at end of buffer) stays before the tag.  This patch makes
6954         sure that the marker will be kept after the tag.
6956 2012-01-03  Eli Zaretskii  <eliz@gnu.org>
6958         * org.el (org-mode): Force left-to-right paragraphs in Org
6959         buffers.  For a related discussions, see
6960         https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
6962 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6964         * ob-asymptote.el (org-babel-asymptote-define-type): Silence
6965         byte-compiler.
6967 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6969         * ob-R.el (org-babel-R-evaluate): Fix bug in R session
6970         evaluation.
6972 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6974         * org-bibtex.el (org-bibtex-type-property-name): Configurable
6975         property name for bibtex entry types.
6976         (org-bibtex-headline): Use new configurable property name.
6977         (org-bibtex-check): Use new configurable property name.
6978         (org-bibtex-create): Use new configurable property name.
6979         (org-bibtex-write): Use new configurable property name.
6981 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6983         * org.el (org-paste-subtree): Remove unnecessary `concat'.
6985 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6987         * org.el (org-paste-subtree): Remove useless (concat ...).
6989 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6991         * ob-C.el (org-babel-C-var-to-C): Replacing usage of
6992         characterp with integerp (which should work w/Emacs22).
6994 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6996         * org-footnote.el (org-footnote-at-definition-p): Context must
6997         be valid at the beginning of line, not at point.
6999 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7001         * ob-tangle.el (org-babel-tangle-collect-blocks): Better
7002         delimiting of Org-mode text preceding a code block.
7004 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7006         * ob.el (org-babel-get-src-block-info): Fixing bug,
7007         accidentally deleted variable values.
7009 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7011         * ob-tangle.el (org-babel-process-comment-text): Customizable
7012         function to process comment text.
7013         (org-babel-tangle-collect-blocks): Make use of new
7014         customizable processing function.
7015         (org-babel-spec-to-string): Call customizable function rather than
7016         `org-babel-trim'.
7018 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7020         * ob-R.el (org-babel-execute:R): Collect and pass along the
7021         result-params.
7022         (org-babel-R-evaluate): Accept result-params and if "scalar" or
7023         "verbatim" don't process output.
7024         (org-babel-R-evaluate-session): Accept result-params and if
7025         "scalar" or "verbatim" don't process output.
7027 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7029         * ob.el (org-babel-merge-params): Differentiate between result
7030         types and wrappers.
7032 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7034         * ob.el (org-babel-get-src-block-info): Check that
7035         functional-syntax variables are initialized.
7037 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7039         * ob.el (org-babel-check-src-block): Adding a note for a
7040         future enhancement.
7042 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
7044         * org-exp.el (org-export): Restore point when exporting a subtree.
7046 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7048         * ob.el (org-babel-parse-src-block-match): More robust to code
7049         blocks with empty bodies.
7051 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7053         * ob.el (org-babel-parse-src-block-match): Don't error on empty
7054         code block body.
7056 2012-01-03  David Maus  <dmaus@ictsoc.de>
7058         * org.el (org-open-at-point): Unescape plain link.
7060 2012-01-03  David Maus  <dmaus@ictsoc.de>
7062         * org-html.el (org-html-handle-links): Remove unnecessary link
7063         unescape.
7065 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7067         * ob.el (org-babel-merge-params): Better error message for
7068         unassigned variables.
7070 2012-01-03  Christian Egli  <christian.egli@alumni.ethz.ch>
7072         * org-taskjuggler.el (org-export-as-taskjuggler): Clone the
7073         buffer local variables to the temporary buffer before
7074         exporting.
7076 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7078         * org-exp.el (org-export-select-backend-specific-text): Only
7079         remove commas on the front line of a code block.
7081 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7083         * ob.el (org-babel-demarcate-block): Copy headers and indent to
7084         column of point when a block is split.
7086 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7088         * ob.el (org-babel-insert-result): Corrected file insertion
7089         for inline results.
7091 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7093         * org-footnote.el (org-footnote-in-valid-context-p): No
7094         footnote in latex fragments.
7096 2012-01-03  Martin Rudalics  <rudalics@gmx.at>
7098         * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
7099         argument from `pop-to-buffer-same-window' call.
7101 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7103         * ob-R.el (org-babel-R-evaluate-session): Improve prompt
7104         detection regexp.
7106 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7108         * org-inlinetask.el (org-inlinetask-goto-end): Small
7109         refactoring.
7111 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7113         * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
7114         refactor code.
7115         (org-babel-asymptote-table-to-array): Removed function.
7117 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7119         * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
7120         recognize non-nested lists as uni-dimensional arrays.
7122 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7124         * ob.el (org-babel-params-from-properties): Don't check for
7125         header arguments in properties with leading ":"s.
7127 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7129         * org-inlinetask.el (org-inlinetask-goto-end): Correctly
7130         detect the end of an inlinetask when the next one starts
7131         immediately after the current one.  Also, return position of
7132         point.
7134 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7136         * ob.el (org-babel-inline-src-block-regexp): Allow regexp to
7137         start at bol.
7139 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7141         * ob-asymptote.el (org-babel-asymptote-define-type): Elisp
7142         floats are asymptote reals.
7144 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7146         * ob-asymptote.el (org-babel-asymptote-table-to-array):
7147         Require a new argument TYPE specifying the detected type of
7148         array.  If it's a string array, make sure every element is
7149         returned as a string.  Also improve doc-string.
7150         (org-babel-asymptote-var-to-asymptote): Fill new argument.
7151         Small refactoring.
7152         (org-babel-asymptote-define-type): Rewrite to avoid stopping
7153         search at first float found, as strings have precedence over
7154         floats.
7156 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7158         * org-footnote.el (org-footnote-normalize): Be sure to separate
7159         the last footnote definition from the rest of the buffer.
7161 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7163         * ob-awk.el (org-babel-expand-body:awk): Allow for symbolic
7164         variable names.
7166 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7168         * org.el (org-latex-regexps): Allow matching latex fragments
7169         of type "$" and "$1" at beginning of line.
7171 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7173         * org-agenda.el (org-search-view, org-agenda-get-todos)
7174         (org-agenda-get-deadlines, org-agenda-get-scheduled): Add
7175         `category-pos' in let construct.
7177 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7179         * org-footnote.el (org-footnote-get-definition): The function has
7180         to widen buffer if definition has not been found in the current
7181         narrowed part.  Be sure to restore that restriction once the
7182         definition is found.
7184 2012-01-03  Michal Sojka  <sojka@os.inf.tu-dresden.de>  (tiny change)
7186         * org-icalendar.el (org-print-icalendar-entries): Make alarm
7187         duration RFC5545 compliant.
7189 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7191         * org-agenda.el (org-agenda-get-timestamps)
7192         (org-agenda-get-sexps, org-agenda-get-progress): Correctly set
7193         the `org-category-pos' property.
7195 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7197         * org-html.el (org-export-html-divs): Improve docstring.
7199 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
7201         * org-table.el (org-table-fix-formulas): Throw error when
7202         changing formula leads to an invalid formula.
7204 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7206         * org.el (org-archive-location): Minor docstring fix.
7208 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7210         * org.el (org-block-todo-from-checkboxes):
7211         `org-list-search-forward' should be used when looking for an
7212         item, as it filters out contexts where match couldn't be in a
7213         list.  Also use a correct item regexp, taking into account
7214         alphabetical ordered lists and counters.
7216 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7218         * org-html.el (org-html-make-link): Minor fix to the
7219         docstring.
7221 2012-01-03  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
7223         * org-inlinetask.el (org-inlinetask): New customizable face
7224         for inlinetasks.
7226 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7228         * org-agenda.el (org-agenda-get-todos): Properly set
7229         `category-pos'.
7231 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7233         * org-list.el (org-list-struct-apply-struct): Don't use
7234         (copy-marker (point)) instead of (point-marker).
7236 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7238         * ob.el (org-babel-where-is-src-block-result): Don't try to
7239         resolve variables when simply checking if we're inside of a
7240         code block.
7242 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7244         * org.el (org-refresh-category-properties): New text property
7245         'org-category-position to point at the beginning of the
7246         headline from which the category is set.
7248 2012-01-03  Matt Lundin  <mdl@imapmail.org>
7250         * org.el (org-refile): Don't call `org-back-to-heading' with
7251         goto argument.
7253 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7255         * org.el (org-link-display-descriptive): Remove this option and
7256         rely on the existing `org-descriptive-links' instead.
7257         (org-toggle-link-display): Use `org-descriptive-links'.
7259 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7261         * ob-ref.el (org-babel-ref-resolve): Allow matching of results
7262         with tags after the result name.
7264 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7266         * org-table.el (org-table-get-specials): Allow the use of the
7267         underscore character in column names.
7268         (org-table-get-specials): Allow the use of the underscore
7269         character in field names.
7271 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7273         * org-exp-blocks.el (org-export-blocks-preprocess): Explicitly
7274         cleaning up markers.
7276 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7278         * ob-exp.el (org-babel-exp-inline-src-blocks): Save match data
7279         around `org-babel-exp-do-export' which now searches in this case.
7280         (org-babel-exp-results): Position the point in the inline source
7281         block during export evaluation.
7283         * ob.el (org-babel-insert-result): More readable code.
7285 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7287         * org-exp-blocks.el (org-export-blocks-preprocess): Use the built
7288         in function rather than the superfluous (and now removed)
7289         org-specific function.
7291 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7293         * ob-exp.el (org-babel-exp-inline-src-blocks): Don't examplize
7294         inline code blocks which are already escaped.
7296 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7298         * org-exp-blocks.el (org-marker-from-point): Helper function to
7299         create markers at specific points in source buffers.
7300         (org-export-blocks-preprocess): Use markers instead of points
7301         to delimit code blocks.
7303 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7305         * org-list.el (org-list-separating-blank-lines-number): The
7306         behaviour of `org-back-over-empty-lines' depends on the
7307         associated value of `headline' in
7308         `org-blank-before-new-entry', which is out of context in a
7309         list.
7311 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7313         * org-indent.el (org-indent-initialize-agent): When the current
7314         buffer isn't being watched, resume initialization of other watched
7315         buffers.  In that case, give hand to others idle timers or
7316         processes more frequently.
7317         (org-indent-agent-active-delay): Renamed from
7318         `org-indent-agent-process-duration'.
7319         (org-indent-agent-passive-delay): New variable.
7320         (org-indent-agent-resume-delay): Change value.
7321         (org-indent-initialize-buffer): Change argument name.
7322         (org-indent-add-properties): Change argument name and type
7323         expected.  It must be a time value now.
7325 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7327         * org.el (org-set-property): Bugfix.
7329 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7331         * ob.el (org-babel-remove-result): Idempotent code block
7332         evaluation and result removal.
7334 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7336         * ob-ruby.el (org-babel-ruby-initiate-session): No longer
7337         require inf-ruby when no session evaluation takes place.
7339 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7341         * org-agenda.el (org-agenda-prefix-format): Mention "%e" in
7342         the docstring.
7344 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
7346         * org-agenda.el (org-agenda-custom-commands): Set a default
7347         value for this command.
7349 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
7351         * org-agenda.el (org-agenda-include-all-todo): Declare this option
7352         as no longer working.
7353         (org-timeline): Rename the include-all argument to dotodo.
7354         (org-arg-loc): Renamed from` org-include-all-loc'.
7355         (org-agenda-list): Rename the INCLUDE-ALL argument to ARG,
7356         because its function has changed.
7358 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7360         * org.el (org-fixup-indentation): Fix various small bugs.
7362 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7364         * org-indent.el (org-indent-agent-timer)
7365         (org-indent-agentized-buffers, org-indent-agent-resume-timer)
7366         (org-indent-agent-process-duration)
7367         (org-indent-agent-resume-delay): New variables.
7368         (org-indent-initial-marker): More accurate doc-string.
7369         (org-indent-initial-timer, org-indent-initial-resume-timer)
7370         (org-indent-initial-process-duration)
7371         (org-indent-initial-resume-delay)
7372         (org-indent-initial-lock): Removed variables.
7373         (org-indent-mode): Set up an agent to watch current buffer, or
7374         add it to the list of already watched buffers.
7375         (org-indent-initialize-agent): New function.
7376         (org-indent-initialize-buffer): Now requires a mandatory
7377         buffer argument.
7378         (org-indent-add-properties): Reflect changes to variables.
7379         The resume timer is now global.
7381 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7383         * org-footnote.el (org-footnote-normalize): Refactor, and fix
7384         some blank lines deletion.
7386 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7388         * org-indent.el (org-indent-mode):
7389         `org-indent-initial-resume-timer ' needs to be local.
7391 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7393         * org.el (org-fixup-indentation): Correctly indent meta lines.
7395 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7397         * org-indent.el (org-indent-set-line-properties): Add text
7398         properties down to the beginning of the next line.
7399         (org-indent-add-properties): When last position to add
7400         properties to is at the beginning of a line, all that line
7401         will have properties.
7403 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7405         * org-indent.el (org-indent-initial-resume-timer): New variable.
7406         (org-indent-initialize-buffer): Also resume after a small break.
7407         (org-indent-add-properties): When in asynchronous mode,
7408         proceed for 2 seconds, then take a break.
7410 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7412         * org-indent.el (org-indent-set-line-properties): New function.
7413         (org-indent-add-properties): Externalize worker function.
7415 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7417         * org-indent.el (org-indent-indent-buffer): Take into account
7418         narrowing.
7420 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7422         * org-indent.el (org-indent-modified-headline-flag): Renamed from
7423         `org-indent-deleted-headline-flag'
7424         (org-indent-notify-modified-headline): Renamed from
7425         `org-indent-notify-deleted-headline'.  Handle situations when
7426         the stars of an headline are modified.
7427         (org-indent-refresh-maybe): Remove case now handled by
7428         previous function.
7429         (org-indent-mode): Apply renames.
7431 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7433         * org-indent.el (org-indent-inlinetask-first-star): New
7434         variable.
7435         (org-indent-add-properties): Set the first star of inline-tasks'
7436         virtual indentation in `org-warning' face.
7438         * org-inlinetask.el (org-inlinetask-insert-task): Create a new
7439         inline-task slightly differently, so virtual indentation can
7440         be applied normally.
7442 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7444         * org-indent.el (org-indent-initial-marker)
7445         (org-indent-initial-timer, org-indent-initial-lock): New
7446         variables.
7447         (org-indent-mode): At initialization, start an idle timer to indent
7448         the whole buffer.  When the user is asking for control, interrupt the
7449         process, and resume at the same point when idle again.
7450         (org-indent-initialize-buffer): New function.
7451         (org-indent-add-properties): Throw an interrupt when indentation of
7452         buffer is stopped during initialization.
7454 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7456         * org-indent.el (org-indent-indent-buffer): Send more
7457         appropriate messages.
7459 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7461         * org-indent.el (org-indent-notify-deleted-headline)
7462         (org-indent-refresh-maybe): Replace `org-indent-outline-re'
7463         with `org-outline-regexp-bol'.
7465 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7467         * org-indent.el (org-indent-max-levels): Modify default value and
7468         add comment.
7469         (org-indent-add-properties): Pay attention to `org-indent-max'
7470         and `org-indent-max-levels' values.
7471         (org-indent-refresh-maybe): Refactor code to avoid an unnecessary
7472         save excursion.
7474 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7476         * org-table.el (org-table-align): Remove now useless hack.
7478 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7480         * org-indent.el (org-indent-fix-section-after-idle-time): Remove
7481         variable.
7482         (org-indent-initialize): Remove timer.
7483         (org-indent-add-properties): Refactor code.
7484         (org-indent-refresh-subtree, org-indent-refresh-section)
7485         (org-indent-refresh-buffer,org-indent-set-initial-properties): Remove
7486         functions.
7487         (org-indent-deleted-headline): New variable.
7488         (org-indent-notify-deleted-headline,org-indent-refresh-maybe): New
7489         functions.
7490         (org-indent-mode): Insert new functions into a hook.
7492 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7494         * org-indent.el (org-indent-mode): Completely refresh buffer
7495         before starting org-indent-mode.  Also set idle timer to refresh
7496         only visible portion of buffer, and refresh the subtree instead of
7497         section when promoting or demoting it.
7498         (org-indent-add-properties): Rewrite function to proceed line by
7499         line, as required by `wrap-prefix' specificity.
7500         (org-indent-refresh-section,org-indent-refresh-subtree): Refactor.
7501         (org-indent-refresh-view): New function.
7502         (org-indent-refresh-to, org-indent-refresh-section): Removed
7503         functions.
7505         * org.el (org-unfontify-region): Do not remove prefix
7506         properties when unfontifying a region.
7508 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7510         * org-colview.el (org-columns-cleanup-item): Correctly remove
7511         leading stars in items displayed in the agenda column view.
7513 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7515         * org-colview.el (org-columns-display-here): Clean up items in
7516         `org-agenda-mode' too.
7517         (org-columns-cleanup-item): Take a new argument CPHR to allow
7518         passing a complex heading regexp.  Rewrite to cleanup ITEM
7519         correctly in `org-agenda-mode'.
7521 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7523         * org-clock.el (org-duration-string-to-minutes)
7524         (org-minutes-to-hh:mm-string, org-hh:mm-string-to-minutes): Move
7525         from org.el.
7527 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7529         * org.el (org-refile-active-region-within-subtree): New option to
7530         allow refiling a region that is part of a subtree without
7531         containing a subtree itself.  This default to `nil'.
7532         (org-refile): Use the new option.  Put point at the beginning
7533         of the region/subtree to be refiled, so that users understand
7534         what will be refiled.  Also improve the prompt to tell whether
7535         the user is refiling a region or a headline.
7537 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7539         * org.el (org-properties-postprocess-alist): New option to allow
7540         postprocessing the values of properties set through
7541         `org-set-property'.
7542         (org-set-property): Use this option.
7544 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7546         * org.el (org-outline-regexp, org-outline-regexp-bol): Add a
7547         docstring.
7549 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7551         * org-archive.el (org-archive-to-archive-sibling): Use
7552         `org-outline-regexp' instead of `outline-regexp'.
7554 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7556         * org.el (org-between-regexps-p): Searching up to pos may
7557         match again beginning regexp.
7559 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7561         * org-footnote.el (org-footnote-goto-definition): Don't send
7562         erroneous message: suggested bindings might not be set outside
7563         Org.
7565 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7567         * org-footnote.el (org-footnote-normalize): Effectively remove
7568         any footnote tag in non Org buffers, as detailled in the
7569         docstring of `org-footnote-tag-for-non-org-mode-files'.
7571 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7573         * org-footnote.el (org-footnote-tag-for-non-org-mode-files):
7574         notify the opportunity to set the variable to the empty string.
7575         (org-footnote-normalize, org-footnote-create-definition):
7576         Carefully check for inserted newlines and presence of the
7577         footnote tag.
7579 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7581         * org-footnote.el (org-footnote-at-definition-p): Re-use
7582         `org-footnote-definition-re'.
7584 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7586         * org-footnote.el (org-footnote-definition-re): Remove an
7587         useless group.
7588         (org-footnote-at-definition-p): Reflect removal of the group.
7590 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7592         * org.el (org-set-regexps-and-options): Enforce white space
7593         after todo keyword, as word boundary isn't sufficient (i.e. in
7594         matches * TODO/this).
7596 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
7598         * org-inlinetask.el (org-inlinetask-export-templates): Fixed
7599         template for html so that the exported file is valid
7600         xhtml.  Added template for odt.
7601         (org-inlinetask-export-handler): Fix typo in the regexp that
7602         trims content.  Make sure that the content is flanked by
7603         paragraph boundaries on either side.
7605 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7607         * org.el (org-add-planning-info): Don't insert superfluous
7608         space when updating timestamps.
7610 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7612         * org-agenda.el (org-cmp-effort): Fix docstring.
7614 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7616         * org-list.el (org-list-full-item-re): When an item has only a
7617         bullet and no space after it, list structure would not be
7618         recognized correctly.
7620 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7622         * org.el (org-overview): Use `outline-regexp' instead of
7623         `org-outline-regexp' so that global cycling using
7624         `orgstruct-mode' works outside of Org buffers.
7626 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7628         * org-table.el (org-table-eval-formula): Fix missing variable
7629         in let construct.
7630         (org-table-time-string-to-seconds): Fix missing variable in
7631         let construct.
7633 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
7635         * org-agenda.el (org-agenda-get-deadlines): Fix dfrac for the
7636         case of wdays being 0.  Don't pass wdays to
7637         org-agenda-deadline-face, like before the old fix.
7638         (org-agenda-deadline-face): Revert to old state that was without
7639         wdays.
7641 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7643         * org-latex.el (org-export-latex-fixed-width): Only add one
7644         line break after exporting verbatim environments.
7646 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7648         * org-mw.el (org-mw-export-lists): Fix list export.
7650 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7652         * org-list.el (org-list-item-trim-br): New function.
7653         (org-list-to-generic): New parameter :nobr to use the new
7654         function.
7656 2012-01-03  David Maus  <dmaus@ictsoc.de>
7658         * org.el (org-paste-subtree): Fix wrong order of lines to move
7659         before pasting.
7661 2012-01-03  David Maus  <dmaus@ictsoc.de>
7663         * org.el (org-paste-subtree): Paste subtree above target
7664         headline if point is at bol.
7666 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7668         * org-list.el (org-toggle-checkbox): Don't clear lim-down
7669         while used in the while loop.
7671 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7673         * org-list.el (org-toggle-checkbox): Lim-down must be a
7674         marker.
7676 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7678         * org.el (org-activate-code): Correct regexp so ":.*" isn't
7679         matched.
7681 2012-01-03  David Maus  <dmaus@ictsoc.de>
7683         * org-macs.el (org-with-gensyms, org-called-interactively-p)
7684         (with-silent-modifications, org-bound-and-true-p)
7685         (org-unmodified, org-re, org-preserve-lc)
7686         (org-without-partial-completion, org-with-point-at)
7687         (org-no-warnings, org-if-unprotected, org-if-unprotected-1)
7688         (org-if-unprotected-at, org-with-remote-undo)
7689         (org-no-read-only, org-save-outline-visibility)
7690         (org-with-wide-buffer, org-with-limited-levels)
7691         (org-eval-in-environment): Provide edebug specifications.
7693         * org-src.el (org-src-do-at-code-block): Dto.
7695         * org-publish.el (org-publish-with-aux-preprocess-maybe): Dto.
7697         * org-compat.el (org-xemacs-without-invisibility): Dto.
7699         * org-clock.el (org-with-clock-position, org-with-clock): Dto.
7701         * org-agenda.el (org-agenda-with-point-at-orig-entry)
7702         (org-batch-agenda, org-batch-agenda-csv)
7703         (org-batch-store-agenda-views): Dto.
7705         * ob.el (org-babel-do-in-edit-buffer)
7706         (org-babel-map-src-blocks, org-babel-map-inline-src-blocks): Dto.
7708         * ob-tangle.el (org-babel-with-temp-filebuffer): Dto.
7710         * ob-table.el (sbe): Dto.
7712         * ob-exp.el (org-babel-exp-in-export-file): Dto.
7714         * ob-comint.el (org-babel-comint-in-buffer)
7715         (org-babel-comint-with-output): Dto.
7717 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7719         * org-inlinetask.el (org-inlinetask-export-templates): Fix
7720         docstring.
7722 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7724         * org-inlinetask.el (org-inlinetask-insert-task): Error when
7725         trying to nest inline tasks.
7727 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7729         * org.el (org-activate-code, org-toggle-fixed-width-section)
7730         (org-indent-line-function): Allow "[ \t]*:$" as a special case of
7731         fixed-width section.
7733 2012-01-03  David Maus  <dmaus@ictsoc.de>
7735         * org.el (org-paste-subtree): Don't eat headline when called
7736         with point at existing headline.
7738 2012-01-03  David Maus  <dmaus@ictsoc.de>
7740         * org.el (org-paste-subtree): Fix typo in variable name.
7742 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
7744         * org-inlinetask.el (org-inlinetask-export-handler): Don't
7745         export inline tasks if the current backend has provided no
7746         entries in `org-inlinetask-export-templates'.
7748 2012-01-03  Valentin Wüstholz  <wuestholz@gmail.com>  (tiny change)
7750         * org.el (org-indent-line-function): Made the way in which
7751         example blocks are indented more flexible.
7753 2012-01-03  David Maus  <dmaus@ictsoc.de>
7755         * org-agenda.el (org-batch-agenda-csv): Fix argument to append
7756         when creating final parameter alist.
7758 2012-01-03  David Maus  <dmaus@ictsoc.de>
7760         * org-agenda.el (org-batch-store-agenda-views): Use macro
7761         `org-eval-in-environment'.
7763 2012-01-03  David Maus  <dmaus@ictsoc.de>
7765         * org-agenda.el (org-batch-agenda, org-batch-agenda-csv): Use
7766         `org-eval-in-environment.
7768 2012-01-03  David Maus  <dmaus@ictsoc.de>
7770         * org-macs.el (org-make-parameter-alist): New function.  Turn
7771         flat list of alternating symbol names and values into an alist
7772         with symbol name in car and value in cdr.
7774 2012-01-03  David Maus  <dmaus@ictsoc.de>
7776         * org-agenda.el (org-agenda-with-point-at-orig-entry): Use
7777         macro `org-with-gensyms'.
7779 2012-01-03  David Maus  <dmaus@ictsoc.de>
7781         * org-macs.el (org-substitute-posix-classes): New
7782         function.  Substitute posix classes in regular expression.
7783         (org-re): Use new function.
7785 2012-01-03  David Maus  <dmaus@ictsoc.de>
7787         * org-macs.el (org-eval-in-environment): New macro.  Evaluate FORM
7788         in ENVIRONMENT.
7790 2012-01-03  David Maus  <dmaus@ictsoc.de>
7792         * org-macs.el (org-preserve-lc, org-with-point-at)
7793         (org-with-remote-undo, org-save-outline-visibility): Use new
7794         macro `org-with-gensyms'.
7796 2012-01-03  David Maus  <dmaus@ictsoc.de>
7798         * org-macs.el (org-with-gensyms): New macro.  Wrap let-binding
7799         of SYMBOLS to new uninterned symbols around BODY.
7801 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7803         * org-inlinetask.el (org-inlinetask-export-handler): Make sure
7804         the task starts a paragraph or the HTML exporter will produce
7805         an incorrect output.
7807 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7809         * org.el (org-return): When filling happens, `newline' can
7810         change match data, hence modifying the indent column.
7812 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7814         * org-footnote.el (org-footnote-new): Only forbid non-inlined
7815         footnotes at column 0, as only them can be confused with a
7816         footnote definition.
7818 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7820         * org-footnote.el (org-footnote-new): Use `ido' or `iswitchb'
7821         when available when prompted for a label.  Also rename a local
7822         variable to avoid confusion with an existing function.
7824 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7826         * org-footnote.el (org-footnote-label-history): Removed
7827         variable
7828         (org-footnote-new): Remove call to that variable.
7830 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7832         * org.el (org-insert-heading): With `force-heading' non-nil,
7833         inserting an heading before any headline, and just after a
7834         list would return an error.
7836 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7838         * ob.el (org-babel-sha1-hash): Removed use of `copy-seq'.
7840 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7842         * org-bibtex.el (org-bibtex-get): Make the "FILE" property
7843         non-special when resolving bibtex values.
7845 2012-01-03  David Maus  <dmaus@ictsoc.de>
7847         * org.el (org-back-over-empty-lines): Don't move line upward
7848         if point is at eob.
7850 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7852         * org-footnote.el (org-footnote-in-valid-context-p): Check
7853         `org-protected' property before allowing to match a footnote.
7854         (org-footnote-at-reference-p): Remove an obsolete test.  It is now
7855         done in the previous function.
7857 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7859         * org.el (org-between-regexps-p): Previous name implied the
7860         function was related to blocks, which isn't mandatory.
7861         (org-narrow-to-block, org-in-block-p)
7862         (org-indent-line-function): Applied the rename.
7864         * ob-exp.el (org-babel-in-example-or-verbatim): Applied
7865         rename.  Also removed a white space.
7867 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7869         * org.el (org-in-regexps-block-p): Return an useful value when
7870         point is between START-RE and END-RE.  No incomplete block is
7871         allowed anymore.  Add another optional argument to bound the
7872         bottom part of the search.
7873         (org-narrow-to-block, org-in-block-p): Apply modifications.
7875 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7877         * ob.el (org-babel-src-block-regexp): If a code block has a
7878         body, its last character must be a newline.
7880 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7882         * org-footnote.el (org-footnote-next-reference-or-definition):
7883         If no more footnote is found, be sure to go back to the
7884         original position.  Otherwise, point might be left on a
7885         footnote-like element that has been dished out.
7887 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7889         * ob-exp.el (org-babel-inline-src-block-regexp): Declare this
7890         variable.
7892         * ob.el (defvar): Wrap variable declaration in
7893         `eval-when-compile'.
7895 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7897         * ob-keys.el (org-babel-key-bindings): Bound to `C-c C-v k'.
7899 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7901         * ob-java.el (org-babel-execute:java): Allow cmdline flags
7902         during compilation and evaluation.
7904 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
7906         * ob.el (org-babel-expand-body:generic, org-babel-number-p):
7907         * ob-ref.el (org-babel-ref-parse): Fix typos.
7909 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
7911         * ob.el (org-babel-execute-src-block): Fix typo.
7913 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
7915         * org.el (org-link-unescape, org-link-unescape-compound): Fix typos.
7917 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
7919         * org-list.el (org-list-send-item): Use sort instead of sort*.
7921 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
7923         * org-table.el (org-table-line-to-dline): Fix typo.
7925 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
7927         * org-agenda.el (org-agenda-add-entry-text-descriptive-links)
7928         (org-agenda-custom-commands, org-write-agenda, org-check-for-org-mode)
7929         (org-search-syntax-table, org-modify-diary-entry-string)
7930         (org-write-agenda):
7931         * org-bbdb.el (org-bbdb-anniv-export-ical):
7932         * org-bibtex.el (org-bibtex-fields):
7933         * org-icalendar.el (org-icalendar-date-time-format):
7934         * org-latex.el (org-export-latex-inline-image-extensions):
7935         * org-list.el (org-list-insert-item): Fix typos.
7937 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
7939         * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
7941 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
7943         * org.el (org-mode): Force left-to-right paragraphs in Org
7944         buffers.  For a related discussions, see
7945         https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
7947 2011-09-17  Juanma Barranquero  <lekktu@gmail.com>
7949         * org.el (org-toggle-pretty-entities): Fix typo in message.
7951 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
7953         * org-compat.el (org-pop-to-buffer-same-window): Deleted.
7955         * ob-ref.el (org-babel-ref-goto-headline-id):
7956         * org.el (org-get-location, org-tree-to-indirect-buffer)
7957         (org-mark-ring-goto, org-refile, org-add-log-note)
7958         (org-revert-all-org-buffers, org-switchb)
7959         (org-cycle-agenda-files, org-submit-bug-report)
7960         (org-goto-marker-or-bmk):
7961         * org-agenda.el (org-prepare-agenda, org-agenda-switch-to):
7962         * org-capture.el (org-capture-goto-target)
7963         (org-capture-fill-template):
7964         * org-clock.el (org-clock-goto):
7965         * org-ctags.el (org-ctags-visit-buffer-or-file):
7966         * org-exp.el (org-export-as-org):
7967         * org-feed.el (org-feed-show-raw-feed):
7968         * org-html.el (org-export-htmlize-generate-css):
7969         * org-id.el (org-id-goto):
7970         * org-irc.el (org-irc-visit-erc):
7971         * org-mobile.el (org-mobile-apply):
7972         * org-publish.el (org-publish-org-to, org-publish-find-date):
7973         * org-remember.el (org-go-to-remember-target):
7974         * org-src.el (org-src-switch-to-buffer)
7975         (org-edit-fixed-width-region): Use switch-to-buffer.
7977 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
7979         * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
7980         argument from pop-to-buffer-same-window call.
7982 2011-07-30  Carsten Dominik  <carsten.dominik@gmail.com>
7984         * ob.el (org-babel-src-block-regexp): If a code block has a body,
7985         its last character must be a newline.
7987 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7989         * org-pcomplete.el: New file.  Rename from org-complete.el.
7990         * org-complete.el: Delete file.
7992 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7994         * org-publish.el (org-publish-index-generate-theindex): Rename
7995         from `org-publish-index-generate-theindex.inc'.  Use the file
7996         theindex.org directly instead of including theindex.inc.
7997         (org-publish-projects): Don't delete .orgx files.
7998         (org-publish-aux-preprocess): Use .file.orgx.
8000 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8002         * org-html.el (org-export-html-preamble-format): New default for
8003         the HTML preamble: don't include the title.  Also improve the
8004         docstring.
8005         (org-export-html-postamble-format): Improve the docstring.
8006         (org-export-as-html): Add the title within the "content" div.
8007         This is necessary for interaction with the org-info.js script.
8009 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>
8011         * org-table.el (org-table-edit-field): Display field coordinates.
8013 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8015         * org-publish.el (org-publish-find-title): Bugfix: kill buffers
8016         unless they were already visited.
8017         (org-sitemap-sort-files, org-sitemap-sort-folders)
8018         (org-sitemap-ignore-case, org-sitemap-requested)
8019         (org-sitemap-date-format, org-sitemap-file-entry-format): Use
8020         a correct prefix.
8021         (org-publish-projects): Make sure to delete .orgx files.
8022         (org-publish-index-generate-theindex.inc): Small docstring fix.
8024 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8026         * org-table.el (org-table-duration-custom-format): New defcustom
8027         to select output format of durations computations.
8028         (org-table-time-seconds-to-string): Use the new variable.
8029         (org-table-eval-formula): Allow `t' as a flag, on top of `T'.  `t'
8030         will use the custom output format defined in
8031         `org-table-duration-custom-format'.
8033 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8035         * org-list.el: Search blank lines down to the end of the item
8036         instead of stopping at the item, in order to possibly match such
8037         lines within the item.
8039 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8041         * org-latex.el (org-export-latex-href-format): Docstring fix to
8042         reflect the fact that you can use only one "%s".
8043         (org-export-latex-links): Allow `org-export-latex-href-format' to
8044         have only one "%s".
8046 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8048         * org.el (org-org-menu): Add `org-copy-visible' to the menu.
8050 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8052         * org.el (org-copy-visible): New command.
8054 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8056         * org-capture.el (org-capture-templates): Docstring fix.
8058 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8060         * ob.el (org-babel-view-src-block-info): New function to inspect
8061         code blocks.
8063         * ob-keys.el (org-babel-key-bindings): Key bindings for
8064         `org-babel-view-src-block-info'.
8066 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8068         * org-exp.el (org-infile-export-plist): Handle recursively
8069         included setup files.  The value of the last included file always
8070         takes precedence over previous values.
8072 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8074         * org.el (org-timestamp-change): Keep point in the same category
8075         when updating a time-stamp.  This requires to be careful, as,
8076         depending on the locale, name of day might change of length during
8077         the process.
8079 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8081         * org-footnote.el (org-footnote-create-definition): When skipping
8082         already written footnotes definition, the algorithme would assume
8083         each one was only one-line long.
8085 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8087         * org-table.el (org-table-eval-formula): Fix bug when a formula
8088         "range" is just one cell.
8089         (org-table-time-string-to-seconds): Don't check whether we
8090         manipulate a string.
8092 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8094         * org-exp.el (org-export-mark-list-end)
8095         (org-export-mark-list-properties): Don't remove the ending regexp
8096         when it consists in blank lines.
8098         * org-list.el (org-list-parse-list): Ditto, but remove it
8099         completely when it isn't made of blank lines (i.e. during export
8100         process).
8102 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8104         * org-table.el (org-table-time-string-to-seconds): Match either
8105         HH:MM:SS or HH:MM (instead of MM:SS).
8107 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8109         * org.el (org-ctrl-c-ctrl-c-final-hook): New hook to be run when
8110         `org-ctrl-c-ctrl-c' cannot do anything useful in the given
8111         context.
8113 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8115         * org-html.el (org-export-html-with-timestamp)
8116         (org-export-html-html-helper-timestamp): These are obsolete
8117         variables as of Org version 7.7 as you can already export the
8118         timestamp from the preamble or the postamble.
8119         (org-export-html-before-content-div): Delete variable.
8120         (org-export-html-content-div): Obsolete variable as of 7.7.
8121         (org-export-html-divs): New variable to define divs used in
8122         HTML export.
8123         (org-export-as-html): Now the preamble and the postamble are
8124         surrounded by a <div ...>.  The name of the div is defined through
8125         `org-export-html-divs'.
8127 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8129         * org-table.el (org-table-eval-formula): Throw an error when
8130         trying to replace complex range with invalid references.
8132 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8134         * org-macs.el (org-with-limited-levels): Some functions, like
8135         `org-back-to-heading', being deeply based on outline-mode, still
8136         refer to `outline-regexp' instead of `org-outline-regexp'.
8138 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8140         * org.el (org-refile-get-targets): New optional argument
8141         `excluded-entries' to exclude entries from the targets.
8142         (org-refile-get-location): From an org-mode buffer, exclude
8143         current heading and subheadings from the list of targets when
8144         `org-refile-use-cache' is nil.
8146 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8148         * org.el (org-imenu-get-tree): Headlines start at bol.
8150 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8152         * ob-maxima.el: New file.  Fixed self-proclaimed file name.
8154 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8156         * ob.el (org-babel-sha1-hash): Only call `copy-seq' on proper
8157         lists.
8159 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8161         * org.el (org-kill-is-subtree-p): Matched string needs to start at
8162         bol.
8164 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8166         * org.el (org-paste-subtree, org-kill-is-subtree-p)
8167         (org-yank-folding-would-swallow-text, org-yank-generic): Use
8168         `org-with-limited-levels' macro.
8170 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8172         * org-macs.el (org-with-limited-levels): Also modify, when
8173         appropriate, `org-outline-regexp-at-bol'.
8175 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8177         * org.el (org-timestamp-change): Some locales don't use the same
8178         length for date abbreviations.  Set a marker at origin in case
8179         length of new timestamp is different.
8181 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8183         * org.el (org-imenu-get-tree): Browse only true headlines.
8185 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8187         * org-archive.el (org-archive-subtree): While it might be possible
8188         to archive an headline of a temporary buffer (i.e. not visiting a
8189         file), it wouldn't be really sensible.
8191 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8193         * org-archive.el (org-extract-archive-file)
8194         (org-extract-archive-heading, org-archive-subtree):
8195         `buffer-file-name' is nil in an indirect buffer.  Thus, use
8196         `(buffer-file-name (buffer-base-buffer))', which will, in any
8197         case, return the file name.
8199 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8201         * org-capture.el (org-capture): If dired isn't loaded,
8202         `dired-buffers' isn't defined, and %F will fail.
8204 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8206         * ob-java.el (org-babel-execute:java): Don't create empty package
8207         directories.
8209 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8211         * ob-java.el: New file.
8213 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8215         * ob.el (org-babel-execute-src-block): Replace call to defunct
8216         function `org-babel-result-hash'.
8218 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8220         * org-footnote.el (org-footnote-in-valid-context-p): Avoid cited
8221         lines and headers in `message-mode'.
8222         (org-footnote-at-reference-p): Remove check for cited lines, this
8223         is now handled by the previous function.  Refactor.
8225 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8227         * org-capture.el (org-capture): If no file is associated to
8228         current buffer, check dired buffer and try to retrieve a possibly
8229         directory associated.
8231 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8233         * ob-exp.el (org-babel-exp-results): Resolve hashes in the current
8234         (not original) file buffer.
8236         * ob.el (org-babel-current-result-hash): More informative name,
8237         and remove useless optional argument.
8239 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8241         * org.el (org-refile-get-location): Exclude current heading from
8242         the refile table.
8244 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8246         * org-footnote.el (org-footnote-at-reference-p): Test if match is
8247         in cited text, when replying to a message.
8248         (org-footnote-new): Do not create a new footnote at bol, as it
8249         might be seen as a definition.
8250         (org-footnote-at-definition-p): Ignore definitions in forbidden
8251         blocks, as it is already the case for references.
8253 2011-07-28  Matt Lundin  <mdl@imapmail.org>
8255         * org-bibtex.el (org-bibtex-create, org-bibtex-write): Change
8256         argument of `org-toggle-tag' to 'on.  (Other arguments, e.g., t,
8257         have no effect).
8259 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8261         * org-bibtex.el (org-bibtex-get): Don't let trimming turn nils
8262         into empty strings.
8264 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8266         * org-list.el (org-list-insert-item): Actualize code comments.
8267         (org-insert-item): For consistency, point cannot be moved at a
8268         surprising place when the user is being asked to choose a new
8269         description term to insert in the list.  Point should stay where
8270         the user called the command.
8272 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8274         * org-toc.el (org-toc-before-first-heading-p, org-toc-show)
8275         (org-toc-get-headlines-status): Use `org-outline-regexp-bol'.
8277 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8279         * org.el (org-outline-regexp-bol): New defconst.
8280         (org-outline-level, org-set-font-lock-defaults, org-cycle)
8281         (org-overview, org-content, org-flag-drawer)
8282         (org-first-headline-recenter, org-insert-todo-heading)
8283         (org-map-region, org-move-subtree-down, org-paste-subtree)
8284         (org-kill-is-subtree-p, org-context-p, org-refile)
8285         (org-refile-new-child, org-toggle-comment, org-todo)
8286         (org-add-planning-info, org-add-log-setup, org-scan-tags)
8287         (org-set-tags, org-insert-property-drawer)
8288         (org-prepare-agenda-buffers, org-preview-latex-fragment)
8289         (org-speed-command-default-hook, org-check-for-hidden)
8290         (org-toggle-item, org-toggle-heading)
8291         (org-indent-line-function, org-set-autofill-regexps)
8292         (org-fill-paragraph, org-toggle-fixed-width-section)
8293         (org-yank-generic, org-yank-folding-would-swallow-text)
8294         (org-first-sibling-p, org-goto-sibling)
8295         (org-goto-first-child, org-show-entry): Use
8296         `org-outline-regexp' and `org-outline-regexp-bol'.
8298 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8300         * org.el (org-update-parent-todo-statistics): COOKIE_DATA should
8301         be checked for parent, not current headline.  Also, this function
8302         doesn't need to be interactive.
8304 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8306         * org-list.el (org-list-send-item, org-list-struct-apply-struct)
8307         (org-apply-on-list, org-toggle-checkbox): Make markers point
8308         nowhere when they have become useless.
8310 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8312         * org-list.el (org-list-insert-item): When insertion point is in
8313         some white line after the end of the list, remove all unnecessary
8314         white lines there before proceeding.  Also refactor a snippet of
8315         code.
8317 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8319         * org-latex.el (org-export-latex-image-default-option): Change
8320         default value.
8322 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8324         * org.el (org-fontify-meta-lines-and-blocks-1): Blocks cannot be
8325         correctly fontified when the buffer is missing a final newline.
8327 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8329         * ob.el (org-babel-strip-protective-commas): Return `nil' instead
8330         of an error if no argument is given.
8331         (org-babel-parse-src-block-match): Make sure body is defined in
8332         the let construct.
8334 2011-07-28  Jon Anders Skorpen  <jonas@ifi.uio.no>  (tiny change)
8336         * org-publish.el (org-publish-cache-file-needs-publishing): Regexp
8337         did not find includes with double quoted file names.
8339 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8341         * org-footnote.el (org-footnote-normalize): Footnote section
8342         should be inserted only if there are footnotes to insert.
8344 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8346         * org-footnote.el (org-footnote-at-definition-p)
8347         (org-footnote-normalize): Do not grab signature in the definition
8348         of the last footnote.
8350 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8352         * org-bibtex.el (org-babel-trim): Declare this function to the
8353         compiler.
8354         (org-bibtex-get): Trimming whitespace off of bibtex fields read from
8355         properties.
8357 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8359         * org-exp.el (org-export-preprocess-string): Add the possibility
8360         to call recursively the function.  Also change order of some
8361         function calls.  Comment export process for footnotes.
8363         * org-footnote.el (org-footnote-normalize): Change the export
8364         specific parameter to hold properties of export.  Thus, the
8365         function can send every footnote definition in the buffer through
8366         `org-export-process-string'.
8368 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8370         * org-latex.el (org-export-latex-preprocess): First insert
8371         footnotes in the temporary buffer so their contents can properly
8372         be protected from further transformations if required.
8374 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8376         * org-list.el (org-list-indent-offset): New variable.
8377         (org-list-struct-fix-ind): Make use of the new variable.
8379 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8381         * org-latex.el (org-export-latex-list-parameters): Complete
8382         default value with cbtrans option.
8384         * org-list.el (org-list-to-latex): Set a more consistent default
8385         value.
8387 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8389         * org-list.el (org-list-swap-items): Move it to a meaningful
8390         position in source code (i.e. before any function using it), and
8391         rename it to an easier name.
8393 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8395         * org-list.el (org-list-separating-blank-lines-number): If there
8396         are blank lines already in the whole list, add a blank line.
8398 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8400         * org-list.el (org-list-use-circular-move): New variable.
8401         (org-previous-item, org-next-item): Make use of the new variable.
8402         (org-move-item-down, org-move-item-up): Make use of the new
8403         variable.  Simplify code.
8405 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8407         * org-list.el (org-list-delete-item, org-list-send-item): New
8408         functions.
8410 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8412         * org-agenda.el (org-agenda-bulk-custom-functions): New variable
8413         for custom bulk action functions.
8414         (org-agenda-bulk-action): Use it.
8416 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8418         * org-latex.el (org-export-latex-quotes): New defcustom.
8419         (org-export-latex-quotation-marks): Use it.
8421 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8423         * org-capture.el (org-capture-finalize): Bugfix about inserted
8424         blank line when killing the capture buffer and
8425         `org-blank-before-new-entry' tells to not insert anything before a
8426         heading.
8428 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8430         * org-html.el (org-export-html-content-div): Rename from
8431         `org-export-content-div'.
8432         (org-export-as-html): Use new name.
8434 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8436         * org-latex.el (org-export-latex-header-defs-re): Delete.
8438 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8440         * org.el (org-last-set-property): New variable.
8441         (org-read-property-name): Use the new variable: the prompt
8442         defaults to the last property set, unless there is a property in
8443         the line at point.
8445 2011-07-28  David Maus  <dmaus@ictsoc.de>
8447         * org-capture.el (org-capture-before-finalize-hook)
8448         (org-capture-after-finalize-hook, org-capture-mode-map)
8449         (org-capture-mode, org-capture-goto-last-stored): Fix docstring,
8450         consistently refer to capture, not remember.
8452 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8454         * ob-clojure.el (org-babel-execute:clojure): Respects "scalar" and
8455         "verbatim" results params.
8457 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8459         * ob-awk.el (org-babel-execute:awk): Use "verbatim" as synonym for
8460         "scalar".
8462         * ob-sh.el (org-babel-sh-evaluate): Use "verbatim" as synonym for
8463         "scalar".
8465         * ob-sqlite.el (org-babel-execute:sqlite): Use "verbatim" as
8466         synonym for "scalar".
8468         * ob.el (org-babel-merge-params): Use "verbatim" as synonym for
8469         "scalar".
8471 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8473         * ob.el (org-babel-script-escape): Parse odd parens when nested
8474         isnide lists.
8476 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8478         * ob-clojure.el (org-babel-execute:clojure): No longer force
8479         results into elisp if they don't naturally fit.
8481 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8483         * ob-clojure.el (org-babel-execute:clojure): Stop re-reading
8484         already parsed lisp results.
8486 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8488         * org-list.el (org-plain-list-ordered-item-terminator): Remove
8489         incorrect assumption.
8491 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8493         * org-footnote.el (org-footnote-forbidden-blocks): Add missing
8494         exporter specific blocks.
8496         * org-list.el (org-list-forbidden-blocks): Ditto.
8498 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8500         * org-latex.el (org-export-latex-tables): Bugfix: remove
8501         properties from fields.
8503 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8505         * org.el (org-shiftcontrolup, org-shiftcontroldown): New commands
8506         to use `org-clock-timestamps-change'.
8508 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8510         * org.el (org-timestamp-up, org-timestamp-down): Mention time
8511         changes in the docstring.
8513 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8515         * org-clock.el (org-clock-remove-empty-clock-drawer): New function
8516         to remove empty clock drawer.
8517         (org-clock-out-hook): Add the new function as a hook.
8519 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8521         * org-list.el (org-list-in-valid-context-p): Use `org-in-block-p'.
8523 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8525         * org.el (org-in-block-p): New function.
8527         * org-footnote.el (org-footnote-forbidden-blocks): New variable.
8528         (org-footnote-in-valid-context-p): New function.
8529         (org-footnote-at-reference-p): Use new function.  Allow inline
8530         footnotes to start at bol.
8532 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8534         * org-lparse.el (org-lparse-use-flashy-warning): New defcustom.
8535         (org-lparse-warn): Use it.
8537 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8539         * org-ascii.el (org-export-as-utf8): Fix call to
8540         `org-called-interactively-p': it requires an argument.  Also fix
8541         the docstring.
8543 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8545         * ob-lilypond.el (show-all): Declaring function from outline.el.
8546         (org-babel-default-header-args:lilypond): Declared.
8547         (ly-process-basic): Use the appropriate prefix for the temporary
8548         file, and don't call a function from ob-dot.el.
8549         (ly-version): Let-bind a free variable.
8551 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8553         * ob-lilypond.el: New file.
8555 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8557         * org-publish.el
8558         (org-publish-cache-file-needs-publishing): Only check against .org
8559         files.
8561 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8563         * org.el (org-mode): Use `org-default' as the default face in
8564         org-mode.
8566 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8568         * org-publish.el
8569         (org-publish-cache-file-needs-publishing): Takes care of more
8570         recently included files, returning `t' in case the file including
8571         them needs to be republished.
8573 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8575         * org-exp.el (org-export-preprocess-string): If the last subtree
8576         is a task, footnotes may be removed along with the subtree.  This
8577         patch ensures footnotes are put at the end of the buffer after the
8578         subtree has been removed.
8580 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8582         * org-footnote.el (org-footnote-at-reference-p): Verify that what
8583         looks like a footnote doesn't belong to a link.
8584         (org-footnote-next-reference-or-definition): Check more strictly
8585         footnote definitions.
8587 2011-07-28  Deech  <deech@deech-ThinkPad-X200.(none)>  (tiny change)
8589         * ob-tangle.el (org-babel-tangle): Ignore errors thrown by
8590         language modes.
8592 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8594         * ob-python.el (org-babel-python-evaluate-session): Inhibit return
8595         of the eoe string during session evaluation.
8597 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8599         * ob-python.el (org-babel-python-evaluate-session): Enough
8600         newlines to ensure a return when ":results output :session".
8602 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8604         * ob-python.el (org-babel-python-evaluate-session): Introduced a
8605         new local function for sending input with a slight delay to allow
8606         pythong to re-draw the prompt.  No longer removing newlines inside
8607         code block bodies (was due to a defective regexp).
8609 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8611         * org-table.el (org-table-time-seconds-to-string): Use
8612         `org-format-seconds' instead of `format-seconds'.
8614 2011-07-28  David Maus  <dmaus@ictsoc.de>
8616         * org-publish.el (org-publish-cache-ctime-of-src): Properly handle
8617         relative symlinks.
8619 2011-07-28  David Maus  <dmaus@ictsoc.de>
8621         * org-latex.el (org-export-latex-preprocess): Use function
8622         argument instead of dynamically scoped symbol.
8624 2011-07-28  David Maus  <dmaus@ictsoc.de>
8626         * org-freemind.el (org-freemind-convert-links-helper)
8627         (org-freemind-convert-text-p, org-freemind-write-mm-buffer)
8628         (org-freemind-get-node-style): Use org-string-match-p for backward
8629         compatibility with Emacs 22.
8631 2011-07-28  David Maus  <dmaus@ictsoc.de>
8633         * org-html.el (org-export-html-protect-char-alist): Add missing
8634         :group keyword in defcustom.
8636 2011-07-28  David Maus  <dmaus@ictsoc.de>
8638         * ob-haskell.el (org-babel-haskell-export-to-lhs): Call
8639         `kill-buffer' with argument indiciating to kill current
8640         buffer.  Emacs 22 compatibility.
8642 2011-07-28  David Maus  <dmaus@ictsoc.de>
8644         * org-macs.el (org-without-partial-completion): Toggle
8645         partial-completion-mode only if it is turned on.
8647 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8649         * org.el (org-add-planning-info): Fix issues with timestamps not
8650         being inserted at the same position.
8652 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8654         * org-table.el (org-table-time-string-to-seconds)
8655         (org-table-time-seconds-to-string): New functions.
8656         (org-table-eval-formula): Implement the "T" (time) flag for
8657         computing durations.
8659 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
8661         * org.el (org-modules): Add org-lparse and org-odt as contrib
8662         modules.
8664 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8666         * org.el (org-fontify-meta-lines-and-blocks-1): Include header
8667         lines.
8668         (org-additional-option-like-keywords): Include data as a synonym
8669         for results.
8671 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8673         * ob.el (org-babel-sha1-hash): Improving code layout and removing
8674         export-variable headers in cache sha1.
8676 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8678         * ob-ref.el (org-babel-ref-goto-headline-id): Don't let `org-id'
8679         rescan all IDs when trying to resolve a reference.
8681 2011-07-28  Julien Barnier  <julien@nozav.org>
8683         * org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src
8684         blocks lang attribute.
8686 2011-07-28  Eric S Fraga  <e.fraga@ucl.ac.uk>
8688         * org-latex.el (org-export-latex-timestamp-inactive-markup): New
8689         option to allow different markup for inactive timestamps.
8691 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8693         * ob-org.el (org-babel-expand-body:org): Implemented this
8694         function, only action is to expand variables.
8695         (org-babel-execute:org): Uses the new body-expansion function.
8697 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8699         * org-list.el (org-list-full-item-re): Allow counter and check-box
8700         to be separated by white spaces.
8701         (org-list-struct-apply-struct): Reflect changes made to
8702         `org-list-full-item-re'.
8704         * org-html.el (org-html-export-list-line): Recognize spaces
8705         between counter and check-boxes as valid.
8707         * org-docbook.el (org-export-docbook-list-line): Ditto.
8709 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8711         * org-list.el (org-list-insert-item): Make sure point is moved to
8712         the specified POS before starting the function.
8714 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8716         * org.el (org-activate-footnote-links): Properly fontify inline
8717         footnotes.
8718         (org-set-font-lock-defaults): Apply changes to previous function.
8720 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8722         * org-footnote.el (org-footnote-at-reference-p): First check if
8723         point is at the beginning of a footnote.  Indeed `org-in-regexp'
8724         first checks backwards and might find an incorrect footnote if
8725         they are side-by-side.
8727 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>
8729         * org-agenda.el (org-agenda-compact-blocks): Improve docstring.
8730         (org-agenda-block-separator): Add nil to docstring and customization.
8731         (org-prepare-agenda): Skip agenda block separator additionally if
8732         `org-agenda-block-separator' is nil.
8733         (org-agenda-overriding-header): Improve docstring.
8735 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8737         * org.el (org-set-tags): Remove useless
8738         `org-without-partial-completion'.
8740 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8742         * org-footnote.el (org-fill-paragraph): Declare function for the
8743         compiler.
8745 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8747         * ob-ref.el (org-narrow-to-subtree): Declare unknown function.
8749 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8751         * ob.el (org-babel-inline-lob-one-liner-regexp): Declare variable
8752         to appease compiler.
8754 2011-07-28  Michael Markert  <markert.michael@googlemail.com>
8756         * ob.el (org-babel-sha1-hash): Adding optional argument KIND to
8757         all `org-called-interactively-p' function invocations.
8759         * org-agenda.el (org-agenda-redo): Adding optional argument KIND
8760         to all `org-called-interactively-p' function invocations.
8761         (org-agenda-show-1): Adding optional argument KIND to all
8762         `org-called-interactively-p' function invocations.
8763         (org-agenda-set-tags): Adding optional argument KIND to all
8764         `org-called-interactively-p' function invocations.
8766         * org-ascii.el (org-export-as-latin1): Adding optional argument
8767         KIND to all `org-called-interactively-p' function invocations.
8768         (org-export-as-latin1-to-buffer): Adding optional argument KIND to
8769         all `org-called-interactively-p' function invocations.
8770         (org-export-as-utf8-to-buffer): Adding optional argument KIND to all
8771         `org-called-interactively-p' function invocations.
8772         (org-export-region-as-ascii): Adding optional argument KIND to all
8773         `org-called-interactively-p' function invocations.
8775         * org-docbook.el (org-export-region-as-docbook): Adding optional
8776         argument KIND to all `org-called-interactively-p' function
8777         invocations.
8779         * org-html.el (org-export-region-as-html): Adding optional
8780         argument KIND to all `org-called-interactively-p' function
8781         invocations.
8783         * org-latex.el (org-export-region-as-latex): Adding optional
8784         argument KIND to all `org-called-interactively-p' function
8785         invocations.
8787         * org-table.el (org-table-blank-field): Adding optional argument
8788         KIND to all `org-called-interactively-p' function invocations.
8789         (org-table-current-column): Adding optional argument KIND to all
8790         `org-called-interactively-p' function invocations.
8791         (org-table-current-dline): Adding optional argument KIND to all
8792         `org-called-interactively-p' function invocations.
8793         (org-table-sort-lines): Adding optional argument KIND to all
8794         `org-called-interactively-p' function invocations.
8795         (org-table-sum): Adding optional argument KIND to all
8796         `org-called-interactively-p' function invocations.
8797         (org-table-rotate-recalc-marks): Adding optional argument KIND to
8798         all `org-called-interactively-p' function invocations.
8799         (org-table-eval-formula): Adding optional argument KIND to all
8800         `org-called-interactively-p' function invocations.
8801         (orgtbl-send-table): Adding optional argument KIND to all
8802         `org-called-interactively-p' function invocations.
8804         * org.el (org-mode): Adding optional argument KIND to all
8805         `org-called-interactively-p' function invocations.
8806         (org-copy-subtree): Adding optional argument KIND to all
8807         `org-called-interactively-p' function invocations.
8808         (org-paste-subtree): Adding optional argument KIND to all
8809         `org-called-interactively-p' function invocations.
8810         (org-store-link): Adding optional argument KIND to all
8811         `org-called-interactively-p' function invocations.
8812         (org-todo): Adding optional argument KIND to all
8813         `org-called-interactively-p' function invocations.
8814         (org-occur): Adding optional argument KIND to all
8815         `org-called-interactively-p' function invocations.
8817 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8819         * org-footnote.el (org-footnote-action): Offer to create
8820         definition when none is found.
8822 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8824         * org-footnote.el (org-footnote-re): Avoid matching inactive
8825         time-stamps or check-box cookies.
8826         (org-footnote-next-reference-or-definition): Adapt to the new regexp.
8828 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8830         * org-exp.el (org-export-preprocess-string): If the last subtree
8831         is commented, footnotes inserted during normalizing at the end of
8832         the buffer may get deleted.  This patch ensures deletion comes
8833         first, normalization second.
8835 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8837         * org-exp.el (org-export-footnotes-data): Change docstring.
8838         (org-export-footnotes-seen): Rename from
8839         org-export-footnotes-markers.
8841         * org-ascii.el (org-export-as-ascii): Apply change.
8843         * org-docbook.el (org-export-as-docbook): Apply change.
8845         * org-footnote.el (org-footnote-normalize): Apply change.
8847         * org-html.el (org-export-as-html): Apply change.
8849         * org-latex.el (org-export-as-latex): Apply change.
8851 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8853         * org-latex.el (org-export-latex-preprocess): Rely on
8854         `org-export-footnotes-markers' to retrieve definition of the
8855         current footnote during export.
8857 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8859         * org-footnote.el (org-footnote-normalize): Remember footnotes
8860         seen so far by the exporter when choosing the new marker.
8862 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8864         * org-footnote.el (org-footnote-normalize): Make use of
8865         `org-footnote-insert-pos-for-preprocessor'.
8867 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8869         * org-footnote.el (org-footnote-normalize): Add `org-footnote'
8870         property to footnote markers when preparing for exportation.
8872         * org-html.el (org-export-as-html): Read new property to decide
8873         when to export a footnote.
8875         * org-docbook.el (org-export-as-docbook): Read new property to
8876         decide when to export a footnote.
8878         * org-latex.el (org-export-latex-preprocess): Ensure footnote at
8879         column 0 cannot end a list containing it by adding
8880         `original-indentation' property to it.
8882 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8884         * org-exp.el (org-export-preprocess-string): Normalize footnotes
8885         before marking lists ending.
8887         * org-latex.el (org-export-latex-preprocess): Work with labels as
8888         strings and not as numbers.
8890 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8892         * org-docbook.el (org-export-docbook-footnote-separator): New
8893         variable.
8894         (org-export-as-docbook): Add a separator between footnotes.
8896         * org-html.el (org-export-html-footnote-separator): New variable.
8897         (org-export-as-html): Add a separator between footnotes.
8899         * org-latex.el (org-export-latex-footnote-separator): New
8900         variable.
8901         (org-export-latex-preprocess): Add a separator between footnotes.
8903 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8905         * org-exp.el (org-export-footnotes-markers)
8906         (org-export-footnotes-data): New variables.
8907         (org-export-preprocess-string): Use a more explicit argument.
8909 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8911         * org-footnote.el (org-footnote-goto-definition): Now, determining
8912         if point is at a footnote reference is entirely determined by
8913         `org-footnote-at-reference-p'.  No need to check if pattern isn't
8914         at beginning of the line elsewhere.
8916 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8918         * org-footnote.el (org-footnote-next-reference-or-definition): New
8919         function.
8921         * org.el (org-activate-footnote-links): Activate the whole
8922         footnote, but only fontify its label.
8924 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8926         * org-footnote.el (org-footnote-normalize): Make use of changes to
8927         `org-footnote-at-reference-p' and creation of various functions..
8928         Also comment code.
8929         (org-footnote-get-next-reference, org-footnote-delete-references)
8930         (org-footnote-delete-definitions): New functions.
8931         (org-footnote-goto-previous-reference, org-footnote-all-labels)
8932         (org-insert-footnote-reference-near-definition, org-footnote-delete):
8933         Rewrite to use org-footnote-get-next-reference.
8935 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8937         * org-footnote.el (org-footnote-re): Don't end an inline footnote
8938         at unrelated closing square brackets.
8939         (org-footnote-at-reference-p): Improve accuracy of the function to
8940         determine if point is at a reference and to extract definition of an
8941         inline footnote.
8942         (org-footnote-all-labels, org-footnote-action, org-footnote-delete)
8943         (org-footnote-auto-adjust-maybe): Make use of previous function.
8945 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8947         * org.el (org-deadline, org-schedule):
8948         keep warning cookie when rescheduling/redeadlining.
8949         (org-time-stamp): Fix problem with warning cookie.
8951 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8953         * ob-clojure.el (org-babel-execute:clojure): Force escaping of
8954         clojure source into elisp source.
8956 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8958         * ob.el (org-babel-script-escape): Treats {} in the same manner as
8959         [] and allows for forcing string conversion.
8961 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8963         * org-exp.el (org-export-select-backend-specific-text): Strip
8964         protective commas from literal code blocks.
8966 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8968         * ob-ref.el (org-babel-ref-goto-headline-id): Fix bug.
8970 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8972         * ob-ref.el (org-babel-ref-goto-headline-id): Split out into its
8973         own function.
8974         (org-babel-ref-headline-body): Split out into its own function.
8975         (org-babel-ref-resolve): Using new functions, and alignment.
8977         * ob.el (org-babel-ref-goto-headline-id): Declare function.
8978         (org-babel-ref-headline-body): Declare function.
8979         (org-babel-expand-noweb-references): Now expands noweb references to
8980         headlines during expansion.
8982 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8984         * ob-ref.el (org-babel-ref-resolve): Now resolves references to
8985         headlines by either global or custom id, in which case the
8986         contents of the headline are returned literally.
8988 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8990         * ob-exp.el (org-babel-in-example-or-verbatim): Also check for in
8991         verbatim emphasis.
8992         (org-babel-exp-lob-one-liners): Cleaner checking for escaped call
8993         lines.
8995 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8997         * org-list.el (org-cycle-item-indentation): Cycling back to
8998         original position deleted any additional information in the item,
8999         like a counter or a tag.
9001 2011-07-28  Pieter Praet  <pieter@praet.org>
9003         * org-crypt.el (org-crypt-disable-auto-save): New defcustom.
9004         (org-decrypt-entry): Before decrypting, check whether
9005         `auto-save-mode' is enabled for the current buffer, and act on it
9006         according to how `org-crypt-disable-auto-save' is set.  Remove
9007         comment re "encrypt[ing] Org auto-saved buffers".  Remove on-init
9008         check for `auto-save-default'.
9010 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9012         * ob.el (org-babel-merge-params): Ensure variable parameters are
9013         not reversed.
9015 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9017         * ob.el (org-babel-insert-result): Fix results insertion for
9018         inline blocks which happen to start a line.
9020 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9022         * ob-exp.el (org-babel-exp-lob-one-liners): Fix the logic checking
9023         if a call line is commented.
9025 2011-07-28  Vincent Belaïche  <vincentb1@users.sourceforge.net>
9027         * org.el (org-read-property-name): Propose default property name.
9029 2011-07-28  Achim Gratz  <stromeko@nexgo.de>
9031         * org.el (org-log-into-drawer): Correct typo.
9033         * org-clock.el (org-clock-into-drawer): New function to change the
9034         location of clock events based on properties CLOCK_INTO_DRAWER or,
9035         as fallback, LOG_INTO_DRAWER, like it is already possible for
9036         state change logs.
9038         * org-clock.el (org-clock-jump-to-current-clock): Add statement to
9039         let clause to bind `org-clock-into-drawer' to result of function
9040         eval.
9042         * org-clock.el (org-clock-find-position): Add statement to let
9043         clause to bind `org-clock-into-drawer' to result of function eval,
9044         change let to let* since the binding is used later in the same
9045         clause.
9047 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9049         * ob-lob.el (require): Ensure 'cl is loaded during compilation so
9050         we can use flet.
9052 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9054         * ob-lob.el (org-babel-lob-get-info): Correctly indent results of
9055         non-inline call lines.
9057 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9059         * ob-exp.el (org-babel-exp-lob-one-liners): Don't export inline
9060         call_ blocks which aren't whitespace padded.
9062 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9064         * ob.el (org-babel-merge-params): Do not reverse variable order,
9065         and be sure to increment variable index as appropriate.
9067 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9069         * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Updated to
9070         successfully match optional trailing header arguments in square
9071         brackets.
9072         (org-babel-lob-get-info): Updated to match the new regexp.
9074 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9076         * ob-lob.el (org-babel-lob-get-info): If the arguments are empty,
9077         then allow them to be so.
9079 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9081         * ob.el (org-babel-merge-params): If variables are not named they
9082         are assigned in order.
9084 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9086         * ob.el: Remove code comment about online documentation.
9088         * ob-exp.el: Remove code comment about online documentation.
9090         * ob-lob.el: Remove code comment about online documentation.
9092 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
9094         * org-exp.el (org-export-format-source-code-or-example): Fix
9095         signature of org-<backend>-format-source-code-or-example function.
9097 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9099         * ob.el (org-babel-sha1-hash): Replace call to
9100         called-interactively-p with backwards-compatible interactive-p.
9102 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9104         * ob-exp.el (org-babel-exp-lob-one-liners): Appropriate
9105         replacement of inline call blocks with their results.
9107 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9109         * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Removing this
9110         trailing space ensures that the insertion of the results looks
9111         nice.
9113         * ob.el (org-babel-insert-result): Insert inline lob line results
9114         as inline results.
9116 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9118         * ob-exp.el (org-babel-exp-lob-one-liners): Calculate length
9119         appropriately given the style (block or inline) of the lob line.
9121         * ob-lob.el (org-babel-block-lob-one-liner-regexp): New regexp
9122         specific for block lob lines.
9123         (org-babel-inline-lob-one-liner-regexp): New regexp specific for
9124         inline lob lines.
9125         (org-babel-lob-one-liner-regexp): Combination of two lob regexps.
9126         (org-babel-lob-get-info): Return info from *either* the block or
9127         inline lob lines.
9129 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9131         * ob-exp.el (org-babel-exp-lob-one-liners): Corrected the
9132         structure of the resulting info list.
9134         * ob-lob.el (org-babel-default-lob-header-args): Export the
9135         results of call lines by default.
9137 2011-07-28  Niels Giesen  <niels.giesen@gmail.com>  (tiny change)
9139         * org-icalendar.el (org-print-icalendar-entries): Add 'uid text
9140         property based on the ID property of the org entry to the first
9141         character of the diary entry.
9143 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
9145         * org-footnote.el
9146         (org-footnote-insert-pos-for-preprocessor): New variable.
9147         (org-footnote-normalize): Use it.
9149 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
9151         * org-exp.el (org-export-format-source-code-or-example):
9152         Simplify.  Also add `org-native-text' as a text property to the
9153         formatted text and throw error for unknown backends.
9155 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
9157         * org-exp.el (org-export-format-source-code-or-example): Add
9158         support for: - custom formatters for existing backends - seamless
9159         plugging in of new backends.
9161 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
9163         * org-exp.el (org-export-backends): New variable.
9164         (org-export-select-backend-specific-text): Use above
9165         variable.  Also mark text between #+BACKEND and
9166         #+BEGIN_BACKEND...#+END_BACKEND with org-native-text property.
9167         This text property is currently used only by the new line-oriented
9168         generic exporter (which is not yet part of the repo).
9170 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
9172         * org-exp.el (org-export): Reserve keys 'o' and 'O' for
9173         OpenDocumentText export and bind them to `org-export-as-odt' and
9174         `org-export-as-odt-and-open'.
9176 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9178         * ob-exp.el (org-babel-exp-src-block): Less verbose when in batch
9179         mode.
9181 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9183         * ob-clojure.el (org-babel-execute:clojure): Convert vectors to
9184         lists before reading into emacs-lisp.
9186 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9188         * ob-C.el (ob-tangle): Initialize variable from `ob-tangle'.
9190         * ob-asymptote.el (ob-tangle): Initialize variable from `ob-tangle'.
9192         * ob-awk.el (ob-tangle): Initialize variable from `ob-tangle'.
9194         * ob-clojure.el (ob-tangle): Initialize variable from `ob-tangle'.
9196         * ob-haskell.el (ob-tangle): Initialize variable from `ob-tangle'.
9198         * ob-latex.el (ob-tangle): Initialize variable from `ob-tangle'.
9200         * ob-lisp.el (ob-tangle): Initialize variable from `ob-tangle'.
9202         * ob-ocaml.el (ob-tangle): Initialize variable from `ob-tangle'.
9204         * ob-perl.el (ob-tangle): Initialize variable from `ob-tangle'.
9206         * ob-python.el (ob-tangle): Initialize variable from `ob-tangle'.
9208         * ob-ruby.el (ob-tangle): Initialize variable from `ob-tangle'.
9210         * ob-tangle.el (ob-tangle): Initialize variable from `ob-tangle'.
9212 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9214         * ob-awk.el: New file.
9216 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9218         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respects
9219         ":results verbatim".
9221 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9223         * org-agenda.el (org-float): Aliases for `diary-float'.
9225 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9227         * ob-python.el (org-babel-python-evaluate-session): Send
9228         comint-send-input after every line when interacting with an
9229         interactive python process.
9231 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9233         * org-list.el (org-reset-checkbox-state-subtree): Make the command
9234         more robust, and correctly update check-boxes in the whole
9235         sub-tree.
9236         (org-update-checkbox-count): Fix bug accumulating count of checkboxes
9237         when walking a subtree.
9238         (org-update-checkbox-count-maybe): Add an optional argument passed to
9239         org-update-checkbox-count.
9241 2011-07-28  Ted Zlatanov  <tzz@lifelogs.com>
9243         * org.el (org-fontify-meta-lines-and-blocks): Ignore errors.
9245 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9247         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respect the
9248         ":results scalar" header argument combination.
9250 2011-07-28  Dan Davison  <dandavison7@gmail.com>
9252         * org-src.el: Append a space character to copied text so that the
9253         final text property change is picked up correctly.
9255 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9257         * ob-tangle.el (org-babel-tangle-file): Use the new argument list
9258         to org-babel-tangle.
9259         (org-babel-tangle): Now when called with a prefix argument, only the
9260         current code block is tangled.
9262 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9264         * org-list.el (org-list-parse-list): Replace transitional
9265         check-boxes with "[CBTRANS]" string during parsing.
9266         (org-list-to-generic): Use the new property `:cbtrans' to configure
9267         export string for transitional check-boxes.
9269 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9271         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
9272         Use stable internal `org-anniversary' instead of
9273         diary-anniversary.
9274         (org-class): New function.
9275         (org-diary-class): Use `org-class'.
9276         (org-anniversary, org-cyclic, org-date, org-block): New functions.
9278 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9280         * ob.el (org-babel-header-arg-names): Adding noweb-ref to the list
9281         of header argument names.
9283 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9285         * ob.el (org-babel-expand-noweb-references): Concatenating all
9286         bodies with the appropriate name or :noweb-ref header argument.
9288 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
9290         * org.el (org-find-dblock, org-clocktable-try-shift): Make regexp
9291         work also when #+begin line is indentex.
9293 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9295         * ob.el (org-babel-src-block-regexp): Babel: code block may have
9296         empty bodies.
9298 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9300         * org-macs.el (org-without-partial-completion): Avoid calling by
9301         name a function unknown to the compiler but explicitly checked by
9302         program logic.
9304 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9306         * org-mouse.el (org-agenda-earlier): Declaring previously unknown
9307         function.
9308         (org-agenda-later): Declaring previously unknown function.
9309         (org-agenda-mode-map): Declaring previously unknown variable.
9311         * org.el (org-read-date-analyze): Explicitly ignore the return
9312         value of a function.
9314 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9316         * org-agenda.el (org-agenda-mode): Globally replace
9317         buffer-substring-filters with filter-buffer-substring-functions.
9319         * org-indent.el (org-indent-mode): Globally replace
9320         buffer-substring-filters with filter-buffer-substring-functions.
9322 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9324         * org-ascii.el (org-export-as-ascii): Replacing '(λ...) with
9325         #'(λ...).
9327         * org-attach.el: Replacing '(λ...) with #'(λ...).
9328         (org-attach-commit): Replacing '(λ...) with #'(λ...).
9330         * org-exp.el: Replacing '(λ...) with #'(λ...).
9331         (org-export-handle-include-files): Replacing '(λ...) with #'(λ...).
9333         * org-html.el: Replacing '(λ...) with #'(λ...).
9334         (org-export-as-html): Replacing '(λ...) with #'(λ...).
9336         * org-mouse.el: Replacing '(λ...) with #'(λ...).
9337         (org-mouse-popup-global-menu): Replacing '(λ...) with
9338         (org-mode-hook): Replacing '(λ...) with #'(λ...).
9339         (org-agenda-mode-hook): Replacing '(λ...) with #'(λ...).
9341         * org-src.el: Replacing '(λ...) with #'(λ...).
9342         (org-src-mode-configure-edit-buffer): Replacing '(λ...) with #'(λ...).
9344         * org-table.el: Replacing '(λ...) with #'(λ...).
9345         (org-table-fix-formulas-confirm): Replacing '(λ...) with #'(λ...).
9347         * org.el: Replacing '(λ...) with #'(λ...).
9348         (org-confirm-shell-link-function): Replacing '(λ...) with
9349         (org-category): Replacing '(λ...) with #'(λ...).
9351 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9353         * org.el (mailcap-parse-mailcaps): Declaring functions used by
9354         `org-open-file'.
9355         (mailcap-extension-to-mime): Declaring functions used by
9356         `org-open-file'.
9357         (mailcap-mime-info): Declaring functions used by `org-open-file'.
9359 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9361         * org-agenda.el (org-agenda-redo): Replacing call to now-defunct
9362         function `interactive-p'.
9363         (org-agenda-show-1): Replacing call to now-defunct function
9364         `interactive-p'.
9365         (org-agenda-set-tags): Replacing call to now-defunct function `interactive-p'.
9367         * org-ascii.el: Replacing call to now-defunct function
9368         `interactive-p'.
9369         (org-export-as-latin1): Replacing call to now-defunct function
9370         `interactive-p'.
9371         (org-export-as-latin1-to-buffer): Replacing call to now-defunct
9372         function `interactive-p'.
9373         (org-export-as-utf8): Replacing call to now-defunct function
9374         `interactive-p'.
9375         (org-export-as-utf8-to-buffer): Replacing call to now-defunct function
9376         `interactive-p'.
9377         (org-export-region-as-ascii): Replacing call to now-defunct
9378         function `interactive-p'.Replacing call to now-defunct function
9379         `interactive-p'.
9381         * org-docbook.el: Replacing call to now-defunct function
9382         `interactive-p'.
9383         (org-export-region-as-docbook): Replacing call to now-defunct
9384         function `interactive-p'.Replacing call to now-defunct function
9385         `interactive-p'.
9387         * org-html.el: Replacing call to now-defunct function
9388         `interactive-p'.
9389         (org-export-region-as-html): Replacing call to now-defunct
9390         function `interactive-p'.Replacing call to now-defunct function
9391         `interactive-p'.
9393         * org-latex.el: Replacing call to now-defunct function
9394         `interactive-p'.
9395         (org-export-region-as-latex): Replacing call to now-defunct
9396         function `interactive-p'.Replacing call to now-defunct function
9397         `interactive-p'.
9399         * org-macs.el: Replacing call to now-defunct function
9400         `interactive-p'.
9401         (org-called-interactively-p): Replacing call to now-defunct
9402         function `interactive-p'.Replacing call to now-defunct function
9403         `interactive-p'.
9405         * org-table.el: Replacing call to now-defunct function
9406         `interactive-p'.
9407         (org-table-blank-field): Replacing call to now-defunct function
9408         `interactive-p'.
9409         (org-table-current-column): Replacing call to now-defunct function
9410         `interactive-p'.Replacing call to now-defunct function
9411         `interactive-p'.
9412         (org-table-current-dline): Replacing call to now-defunct function
9413         `interactive-p'.Replacing call to now-defunct function
9414         `interactive-p'.
9415         (org-table-sort-lines): Replacing call to now-defunct function
9416         `interactive-p'.
9417         (org-table-sum): Replacing call to now-defunct function
9418         `interactive-p'.
9419         (org-table-rotate-recalc-marks): Replacing call to now-defunct
9420         function `interactive-p'.
9421         (org-table-eval-formula): Replacing call to now-defunct function
9422         `interactive-p'.
9423         (orgtbl-send-table): Replacing call to now-defunct function `interactive-p'.
9425         * org.el: Replacing call to now-defunct function `interactive-p'.
9426         (org-mode): Replacing call to now-defunct function
9427         `interactive-p'.
9428         (org-copy-subtree): Replacing call to now-defunct function
9429         `interactive-p'.
9430         (org-paste-subtree): Replacing call to now-defunct function
9431         `interactive-p'.
9432         (org-store-link): Replacing call to now-defunct function
9433         `interactive-p'.
9434         (org-todo): Replacing call to now-defunct function `interactive-p'.
9435         (org-occur): Replacing call to now-defunct function `interactive-p'.
9437 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9439         * ob-R.el (ess-local-process-name): This variable wasn't known to
9440         be defined.
9442         * ob-lisp.el (org-babel-lisp-dir-fmt): This defcustom now has a
9443         group specified.
9445         * ob-tangle.el (org-bracket-link-regexp): This variable wasn't
9446         known to be defined.
9447         (org-babel-tangle-combine-named-blocks): Roll my own version of a
9448         forbidden common lisp function.
9450         * ob.el (org-babel-sha1-hash): Using a non-deprecated version of
9451         called-interactively.
9453 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9455         * org-latex.el (org-export-latex-tables): Check for the
9456         "multiline" option and set the `floatp' option to true when
9457         multicolumn tables are requested.
9459 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9461         * org-html.el (org-export-as-html, org-html-level-start): Only
9462         convert section number underscores to dashes.
9464 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9466         * org-agenda.el (org-agenda-bulk-action): Fix bug caused by
9467         `days-to-time, converting relative to 1 BC, while the code assumed
9468         it would return a time relative to 1970.
9470 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9472         * ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
9473         inserting newlines between appended code blocks.
9475 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9477         * ob-exp.el: We may no longer need to export names along with code
9478         blocks.
9480 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9482         * org-exp-blocks.el (org-export-blocks-preprocess): Ensure
9483         balanced nested begin/end blocks in block bodies.
9485 2011-07-28  Dan Davison  <dandavison7@gmail.com>
9487         * org-latex.el: Add -shell-escape to pdflatex commands.
9489 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9491         * ob-tangle.el (org-babel-tangle-named-block-combination): Block
9492         combination can now take a number of values.
9493         (org-babel-tangle-combine-named-blocks): More sophisticated block
9494         combination behavior.
9496 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9498         * ob-tangle.el (org-babel-tangle-do-combine-named-blocks): Switch
9499         to turn on the combination of code blocks of the same name.
9500         (org-babel-tangle-combine-named-blocks): Combine blocks of the same
9501         name.
9503 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9505         * ob-ruby.el (xmp): Declaring this function to appease the
9506         compiler.
9507         (org-babel-execute:ruby): "xmp" result option for outputting
9508         annotated source code.
9510 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>  (tiny change)
9512         * org-list.el (org-list-to-latex): The enumerate environment in
9513         latex increments the counter before using it.  Therefore, org-mode
9514         should set the enumeration counter to the desired value minus one.
9516 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>  (tiny change)
9518         * org.el (org-toggle-heading): More comments and fix number of
9519         stars when toggling from list items.
9521 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
9523         * org-taskjuggler.el (org-taskjuggler-clean-effort): Handle any
9524         effort that is accepted by `org-duration-string-to-minutes´.
9526 2011-07-28  Julien Barnier  <julien@nozav.org>
9528         * ob-sh.el (org-babel-sh-evaluate): When sending input to comint,
9529         wait until previous line execution is finished.
9531         * ob-comint.el (org-babel-comint-with-output): When looking for
9532         end-of-evaluation indicator, search forward for the indicator
9533         before searching forward for the prompt.
9535 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9537         * org-entities.el (org-entities): Fix HTML entity for degree.
9539 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9541         * org.el (org-auto-align-tags): Change docstring.
9542         (org-update-parent-todo-statistics): Keep tags aligned even when
9543         statistics cookies are shifting them.
9545         * org-list.el (org-update-checkbox-count): Keep tags aligned even
9546         when statistics cookies are shifting them.
9548 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
9550         * ob.el (org-babel-sha1-hash): Don't modify info argument by
9551         side-effect when sorting result-params list.
9553 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
9555         * ob.el (org-babel-result-regexp): Use non-shy group around
9556         `org-babel-data-names'.
9558 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9560         * org.el (org-insert-link): Set truncate-line in the *Org Link*
9561         buffer and make sure that it really is set there.
9563 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9565         * ob-lisp.el (org-babel-lisp-dir-fmt): Defcustom for use in
9566         changing how/if the current directory is represented to lisp code.
9567         (org-babel-execute:lisp): More general handling of the default
9568         directory value.
9570 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9572         * ob-lisp.el (org-babel-execute:lisp): Setting the value of
9573         *default-pathname-defaults* to either the value of the :dir header
9574         argument or the directory of the containing Org-mode file.
9576 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9578         * ob-lisp.el (org-babel-execute:lisp): No real functional change,
9579         just aesthetic.
9581 2011-07-28  Sébastien Delafond  <sdelafond@gmail.com>  (tiny change)
9583         * org.el (org-mode-flyspell-verify): This is useful when using
9584         flyspell with a non-English dictionary, or if some of your
9585         keywords are in another language.
9587 2011-07-28  David Maus  <dmaus@ictsoc.de>
9589         * org-exp.el (org-export): Use new compatibility function
9590         `org-activate-mark'.
9592         * org-compat.el (org-activate-mark): New function.  Provide
9593         `activate-mark' if not present (e.g. Emacs 22).
9595 2011-07-28  David Maus  <dmaus@ictsoc.de>
9597         * org-table.el (org-table-follow-field-mode): Declare variable to
9598         keep byte compiler happy.
9600 2011-07-28  David Maus  <dmaus@ictsoc.de>
9602         * org-footnote.el (org-id-uuid): Declare function, silence byte
9603         compiler.
9605 2011-07-28  David Maus  <dmaus@ictsoc.de>
9607         * org-bibtex.el (org-bibtex-headline): Don't use equalp at
9608         run-time, compare downcased strings.
9610 2011-07-28  David Maus  <dmaus@ictsoc.de>
9612         * org-bibtex.el (org-id-locations): Declare variable to silence
9613         byte compiler.
9615 2011-07-28  David Maus  <dmaus@ictsoc.de>
9617         * org-id.el (org-id-locations): Fix docstring, remove reference to
9618         non-existent option.
9620 2011-07-28  David Maus  <dmaus@ictsoc.de>
9622         * org.el (org-self-insert-command): Use `delete-char' instead of
9623         `delete-backward-char'.
9625         * org-table.el (orgtbl-self-insert-command): Ditto.
9627 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9629         * org-latex.el (org-export-latex-special-chars): Save match data
9630         when checking for table.el table.
9632 2011-07-28  David Maus  <dmaus@ictsoc.de>
9634         * org.el (org-re-property): Move before its first use.
9636 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9638         * org-latex.el (org-export-latex-preprocess): Add
9639         `original-indentation' property to footnotes so they cannot
9640         possibly end a list by being less indented than the item they
9641         belong to.
9643 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9645         * ob-lisp.el (org-babel-expand-body:lisp): No longer wraps biddies
9646         in `progn'.
9647         (org-babel-execute:lisp): Wraps bodies in `progn' as they are passed
9648         to swank.
9650 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9652         * org-clock.el (org-clocktable-write-default): Implement adding
9653         property columns to the clock table.
9655 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9657         * org.el (org-toggle-item): Move parenthesis to correct location.
9659 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9661         * org.el (org-default-priority):
9662         (org-priority-start-cycle-with-default): Improve docstring.
9663         (org-priority): Throw error when priority is out of range.
9665 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9667         * org.el (org-self-insert-command): Catch the case of
9668         `buffer-undo-list' eq t.
9670 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9672         * org.el (org-toggle-heading): Region should be considered as made
9673         of full lines, without the last one if region-end is at bol.
9674         Removed unused variables.  Refactored and commented code.
9676 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9678         * org.el (org-toggle-item): When region includes an headline less
9679         indented than first one, set it as the new reference.
9681 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9683         * org-list.el (org-list-to-subtree): If the list is before first
9684         heading and `org-odd-levels-only' is non-nil, the first item gets
9685         two stars instead of one.
9687         * org.el (org-reduced-level): A level of 0 was reduced to 1 with
9688         `org-odd-levels-only' non-nil.
9690 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9692         * org.el (org-toggle-item): Converting an heading to an item would
9693         sometimes insert unnecessary spaces before it, and unwanted space
9694         with `org-indent-mode' on.  Changing some text into an item
9695         wouldn't always preserve indentation.
9697 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9699         * org-capture.el (org-capture-current-plist): Improve docstring.
9700         (org-capture-put): Add docstring.
9701         (org-capture-get): Add docstring.
9702         (org-capture-member): Add LOCAL argument.  Add docstring.
9703         (org-capture-set-target-location): Store the time received from a
9704         date prompt into the :prompt-time property.
9706 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9708         * org-exp.el (org-export-mark-list-properties): Even if context is
9709         invalid, mark list item with `list-context' property.
9711         * org-list.el (org-list-forbidden-blocks): Add exporters specific
9712         blocks to the list of forbidden blocks.
9714 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9716         * org-list.el (org-sort-list): Function tries to intern
9717         getkey-func before it is defined, so it's always nil.
9719 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9721         * org.el (org-babel-load-languages): Adding ob-awk to the list of
9722         executable languages.
9724 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9726         * org-table.el (org-table-get-field): Make sure the new field
9727         content is at least one space character.
9729 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9731         * org-crypt.el: Check for `daemonp' before using it.
9733 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9735         * ob-sh.el (ob-ref): Uses `ob-ref' to resolve the value of the
9736         :stdin header argument.
9737         (org-babel-execute:sh): Use the :stdin header argument.
9738         (org-babel-sh-var-to-sh): Split the bulk of this function off into a
9739         new sub-function.
9740         (org-babel-sh-var-to-string): New function for converting elisp
9741         values to strings that make sense for parsing with sh.
9742         (org-babel-sh-evaluate): Adding "stdin" option to session and
9743         external evaluation options.
9745 2011-07-28  Roland Kaufmann  <rlndkfmn+orgmode@gmail.com>  (tiny change)
9747         * org-exp.el (org-remove-formatting-on-newlines-in-region): New
9748         function.
9749         (org-export-format-source-code-or-example): Call
9750         `org-remove-formatting-on-newlines-in-region'.
9752 2011-07-28  David Maus  <dmaus@ictsoc.de>
9754         * org.el (org-entry-put): Prevent adding of extra space to value
9755         if property already exists.
9757 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
9759         * org-html.el (org-export-as-html): Don't expand non-data lines of
9760         table.el tables.
9761         (org-html-expand): Removed the (buggy) test for non-data lines
9762         in table.el tables.  The test is now done as part of
9763         org-export-as-html.
9764         (org-format-table-table-html-using-table-generate-source):
9765         Added test for spanning of cells in table.el tables using
9766         table.el's own library routine.  Optionally suppress export of
9767         simple table.el tables.
9768         (org-format-table-html): Removed the (buggy) test for spanned
9769         table.el tables.  The test is now done as part of
9770         org-format-table-table-html-using-table-generate-source.
9772 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9774         * org-latex.el (org-export-latex-special-chars): Do nothing in
9775         table.el tables.
9777 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9779         * org-capture.el (org-capture): Ignore errors when creating a
9780         link.
9782 2011-07-28  Nick Dokos  <nick@dokosmarshall.org>  (tiny change)
9784         * org-exp.el (org-export-define-heading-targets): Use dash instead
9785         of underscore to make labels valid.
9787 2011-07-28  Dan Davison  <dandavison7@gmail.com>
9789         * ob-R.el (org-babel-R-write-object-command): Ensure that all data
9790         is written to the results file before Emacs notices that the file
9791         exists.
9793 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9795         * ob-exp.el (org-babel-exp-code): Remove usage of a macro which is
9796         defined locally on my system, but not globally in Emacs.
9798 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9800         * ob-exp.el (org-babel-exp-do-export): Use `org-babel-exp-code' to
9801         generate code block output.
9802         (org-babel-exp-code): Re-create the code block body for exporting
9803         source code.
9805 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
9807         * org.el (org-read-date): Bury Calendar buffer after using it for
9808         selecting a date.
9810 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9812         * org-list.el (org-list-separating-blank-lines-number): Fix
9813         confusion between point and item beginning.  Now, if no
9814         information is available, truly follow user preference when it
9815         inserts blank lines manually.
9816         (org-list-insert-item): Send correct argument to the preceding
9817         function.
9819 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9821         * ob.el (org-babel-src-block-regexp): Keep the now-mandatory
9822         newline inside of the code block body.
9824 2011-07-28  Sean O'Halpin  <sean.ohalpin@gmail.com>  (tiny change)
9826         * ob.el: Avoid spurious matches to literal.
9828 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9830         * org.el (org-indent-line-function): Don't include #+include
9831         lines.
9833 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9835         * ob-keys.el (org-babel-key-bindings): Adding key sequence for
9836         org-babel-check-src-block.
9838         * ob.el (org-babel-expand-src-block): Fit within 80 cols.
9839         (org-babel-edit-distance): Returns the edit distance of two
9840         strings.
9841         (org-babel-check-src-block): Check a code block for errors.
9843 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
9845         * org-capture.el (org-capture-templates): Fix bug in customization
9846         setup.
9848 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9850         * org-table.el
9851         (org-table-exit-follow-field-mode-when-leaving-table): New option.
9852         (org-table-check-inside-data-field): New optional argument
9853         `noerror'.  When set, the function will only return nil instead of
9854         throwing an error.
9855         (org-table-edit-field): Interpret double prefix argument, and improve
9856         the properties of the editing window.
9857         (org-table-follow-field-mode): New minor mode.
9858         (org-table-follow-fields-with-editor): New function.
9860 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9862         * org-agenda.el (org-agenda-get-todos): Call `org-agenda-skip'
9863         first, then check if timestamps cause exclusion.
9865         * org.el (org-scan-tags): Call `org-agenda-skip' first, then check
9866         if timestamps cause exclusion.
9868 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9870         * org-list.el (org-list-full-item-re): Allow description term to
9871         have a newline character after the colons.
9873 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9875         * org-list.el (org-sort-list): No longer ignore with-case
9876         argument: the function sorted case-sensitively, regardless of
9877         argument.
9879 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9881         * ob-ref.el (org-babel-ref-resolve): Using the new result regexp.
9883         * ob.el (org-babel-data-names): Configurable list of names of
9884         data.
9885         (org-babel-result-regexp): Using new results regexp.
9887 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9889         * org.el (org-special-properties): Add CLOCKSUM to the special
9890         properties.
9892 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
9894         * ob-exp.el (org-babel-exp-in-export-file): Bind
9895         `org-link-search-inhibit-query' to t to inhibit prompts.
9897 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9899         * org-exp.el (org-export-add-options-to-plist): Use the right
9900         match group.
9902 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9904         * org-latex.el (org-export-latex-preprocess): Protect index string.
9906 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9908         * org-latex.el (org-export-latex-preprocess): Pipe index entries
9909         through `org-export-latex-fontify-headline'.
9911 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9913         * org-exp.el (org-export-add-options-to-plist): Fix the option
9914         parser.
9916 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
9918         * org-latex.el (org-export-latex-preprocess): Replace index
9919         entries.
9921 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
9923         * org.el (org-structure-template-alist): Add an easy template for
9924         index (i), and move include file to I from i.
9926 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9928         * org-agenda.el (org-agenda-open-link): Pass entire text of agenda
9929         line to `org-offer-links-in-entry'.
9931 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9933         * org-bibtex.el (org-bibtex-search): New function.
9934         (org-bibtex-export-to-kill-ring): New function.  Export to kill
9935         ring.
9936         (org-bibtex-create-in-current-entry): New function
9937         (org-bibtex-create): Make it easier to add bib fields to an
9938         existing headline.
9939         (org-bibtex-export-arbitrary-fields)
9940         (org-bibtex-treat-headline-as-title): Fix typos
9941         (org-bibtex-fleshout): Don't upcase optional field; remove ":"
9942         from type completion.
9944 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9946         * org-bibtex.el (org-bibtex-treat-headline-as-title): New
9947         defcustom.
9948         (org-bibtex-headline): Only use headline text (not TODO or other
9949         metadata) to generate title field and auto key.
9950         (org-bibtex-fleshout): Allow user to choose whether to treat
9951         headline as title.
9953 2011-07-28  Tom Dye  <tsd@tsdye.com>
9955         * org-bibtex.el: Added crossref field to other fields.
9957 2011-07-28  Tom Dye  <tsd@tsdye.com>
9959         * org-bibtex.el: Add crossref option to incollection.
9961 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9963         * org-bibtex.el (org-bibtex-headline): Don't export TYPE property
9964         as field.
9966 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9968         * org-bibtex.el (org-bibtex-key-property): When storing key in ID,
9969         warn if a duplicate ID is generated.
9971 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9973         * org-bibtex.el (org-bibtex-tags): New variable.
9974         (org-bibtex-tags-are-keywords): New variable.
9975         (org-bibtex-no-export-tags): New variable.
9976         (org-bibtex-headline): Export tags as comma-separated bibtex
9977         keywords.
9978         (org-bibtex-read): Import bibtex keywords field as tags.
9980 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
9982         * org-publish.el (org-publish-find-date): Optimization.
9984 2011-07-28  Tassilo Horn  <tassilo@member.fsf.org>
9986         * org-gnus.el (org-gnus-follow-link): Don't request scan of group
9987         when following link.
9989 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
9991         * org-publish.el (org-publish-project-alist): Document new
9992         :sitemap-sans-extension property.
9993         (org-publish-org-sitemap): Use new `sitemap-sans-extension'
9994         setting.
9996 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9998         * org.el (org-remove-uninherited-tags): Renamed from
9999         `org-remove-iniherited-tags'.
10000         (org-scan-tags): Fix typo in function call.
10001         (org-get-tags-at): Fix typo in function call.
10003 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10005         * org.el (org-get-tags-at): Don't include filetags if local is t.
10007 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10009         * ob-clojure.el (org-babel-expand-body:clojure): Qualify pp
10010         dispatch functions, wrap body in `(do )'.
10012 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10014         * org.el (org-fontify-meta-lines-and-blocks): Fix bug which
10015         resulted in the creation of multiple overlays in src blocks.
10017 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10019         * ob-clojure.el (org-babel-execute:clojure): If results are not
10020         readable by lisp, then return them as a string.
10022 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10024         * org-bibtex.el (org-bibtex): Now prompts for a file name.
10026 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10028         * org-bibtex.el (org-bibtex-create): Adding prefix argument which
10029         will result in prompting for optional fields.
10031 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10033         * org-bibtex.el (org-bibtex-headline): Renamed flet function `get'
10034         which was causing compile problems.
10035         (org-bibtex-fleshout): Renamed flet function `get' which was causing
10036         compile problems.
10037         (org-bibtex-write): Renamed flet function `get' which was causing
10038         compile problems.
10040 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
10042         * org-taskjuggler.el (org-taskjuggler-clean-id): Make sure an id
10043         never starts with a number.
10045 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10047         * org-bibtex.el (org-bibtex-export-arbitrary-fields): New option.
10048         (org-bibtex-key-property): New option.
10049         (org-bibtex-put): Make use of new `org-bibtex-key-property'
10050         variable.
10051         (org-bibtex-headline): Make use of new
10052         `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
10053         variables.
10054         (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
10055         variable.
10056         (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
10057         variable.
10058         (org-bibtex-write): Make use of new `org-bibtex-key-property'
10059         variable.
10061 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10063         * org-bibtex.el: Updating Copyright dates, author information,
10064         commentary and history notes.
10065         (org-bibtex-types): List of bibtex types with descriptions and
10066         required and optional fields.
10067         (org-bibtex-fields): List of bibtex fields with descriptions.
10068         (*org-bibtex-entries*): Special variable to hold parsed bibtex
10069         entries.
10070         (org-bibtex-autogen-keys): Custom variable controlling whether
10071         bibtex keys are automatically generated
10072         (org-bibtex-prefix): Custom variable allowing use of optional prefix
10073         for bibtex properties in Org-mode headlines.
10074         (org-bibtex-get): Helper function for accessing bibtex elements of a
10075         property list.
10076         (org-bibtex-put): Helper function for inserting bibtex element into
10077         a property list.
10078         (org-bibtex-headline): Return a bibtex entry of the given headline
10079         as a string.
10080         (org-bibtex-ask): Prompt the user to fill in the value of a bibtex
10081         field.
10082         (org-bibtex-autokey): Generate a bibtex key for the current
10083         headline.
10084         (org-bibtex-fleshout): Fill in missing bibtex properties of the
10085         current headline.
10086         (org-bibtex): Export the current Org-mode buffer to a bibtex buffer.
10087         (org-bibtex-check): Check that all bibtex properties are present in
10088         the current headline.
10089         (org-bibtex-check-all): Check all headlines in the current buffer.
10090         (org-bibtex-create): Create a new bibtex headline at the current
10091         level.
10092         (org-bibtex-read): Read the current bibtex entry from a bibtex file.
10093         (org-bibtex-write): Write the most recently read bibtex entry into
10094         an Org-mode file.
10096 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10098         * org-agenda.el (org-agenda-clock-consistency-checks): Allow to
10099         set properties.
10100         (org-agenda-show-clocking-issues): Handle faces.
10102 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10104         * ob-ditaa.el (org-babel-default-header-args:ditaa): Specify utf8
10105         content by default with "-Dfile.encoding=UTF-8".
10107 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10109         * ob-ditaa.el (org-babel-execute:ditaa): New ":java" header
10110         argument.
10112 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10114         * org-exp.el (org-export-preprocess-string): Mark list end before
10115         expanding macros.  Thus, a macro inside a list and containing
10116         blank lines cannot break the list structure.
10117         (org-export-preprocess-apply-macros): Multi-lines macros get
10118         indented with the same indentation as the first line.  Thus, we
10119         are sure that every line belongs to the same list as the first
10120         line, if such list exists.  Also add comments in code.
10122 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10124         * org-agenda.el (org-agenda-clock-consistency-checks): New option.
10125         (org-agenda-list): Handle display change to clock check.
10126         (org-agenda-get-progress): Show only clock entries if we are doing
10127         the consistency check.
10128         (org-agenda-show-clocking-issues): New function.
10129         (org-agenda-check-clock-gap): New function.
10130         (org-agenda-view-mode-dispatch): Offer consistency check.
10131         (org-agenda-log-mode): Handle switch to clock only display.
10132         (org-agenda-set-mode-name): Show lighter for Clockcheck.
10134         * org.el (org-hh:mm-string-to-minutes): Accept an integer argument
10135         and return it unchanged.
10137 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10139         * org-list.el (org-list-struct): When walking down the list, the
10140         function would not pay attention to drawers or blocks indentation.
10141         Thus, such constructs couldn't consistently end an item or a list.
10142         This patch ensures line indentation is stored (if applicable)
10143         before skipping them.  Also fixed doc-string and comments.
10145 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10147         * org-exp.el (org-export): Add EXPORT_FILE_NAME to the enclosing
10148         tree properties.
10150 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10152         * org-exp.el (org-export): Define a bound for finding enclosing
10153         tree with class/title definition.
10155 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10157         * org-exp.el (org-export): Go to next heading before searching
10158         backward, so make this also work if we are on the headline of the
10159         entry with the property.
10161 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10163         * org.el (org-promote):
10164         (org-demote): Soften the previous change, by only removing the
10165         flyspell function from after-change functions, because that was
10166         the one causing the slowdown - at least much of it.
10168 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10170         * org.el (org-promote, org-demote): Turn off
10171         after-change-functions to speed up the reindentation of text.
10173 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10175         * ob-ocaml.el (org-babel-ocaml-read-list): Use
10176         `org-babel-script-escape'.
10177         (org-babel-ocaml-read-array): Use `org-babel-script-escape'.
10179 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
10181         * org-html.el (org-html-handle-links): Add an alternate for inline
10182         images.
10184 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10186         * org-agenda.el (org-agenda-bulk-action): Do not use the entries
10187         variable before it is defined.
10189 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10191         * org-src.el (org-src-lang-modes): Added a language alias of "C"
10192         to "c".
10194 2011-07-28  Shaun Johnson  <shaun@slugfest.demon.co.uk>  (tiny change)
10196         * ob-tangle.el (org-babel-tangle): Make it work in an indirect
10197         buffer.
10199 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
10201         * org-html.el (org-html-make-link): Correct a bug in coderef link.
10203 2011-07-28  Bernt Hansen  <bernt@norang.ca>
10205         * org-agenda.el (org-agenda-filter-by-tag): Fix variable name
10206         typo.
10208 2011-07-28  Bernt Hansen  <bernt@norang.ca>
10210         * org-agenda.el (org-agenda-get-timestamps): Fix agenda display
10211         when headlines are missing.
10213 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10215         * org-mobile.el (org-mobile-push): Move call to hook, make it the
10216         first thing of the push operation.
10218 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10220         * ob.el (org-babel-params-from-buffer): Now looking for header
10221         arguments in #+Properties: as well as #+Babel:.  Also, we're no
10222         longer caching these results into a file local variable.
10224 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10226         * ob-python.el (org-babel-python-evaluate-external-process): Allow
10227         parsing as a table in the case of ":results output table".
10228         (org-babel-python-evaluate-session): Allow parsing as a table in
10229         the case of ":results output table".
10231 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10233         * org-agenda.el (org-agenda-bulk-action): Allow bulk scatter in
10234         all possible agenda views.  Use `org-agenda-schedule' instead of
10235         `org-agenda-date-later'.
10237 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10239         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Now supports
10240         ":results output".
10242 2011-07-28  Julien Danjou  <julien@danjou.info>
10244         * org.el (org-entry-get, org-entry-delete, org-entry-put)
10245         (org-property-values, org-delete-property-globally): Use
10246         `org-re-property'.
10247         (org-re-property): New function allowing to build a regexp to
10248         match a property.
10250 2011-07-28  Julien Danjou  <julien@danjou.info>
10252         * org.el (org-property-values): Enhance docstring.
10254 2011-07-28  Ethan Ligon  <ligon@are.berkeley.edu>  (tiny change)
10256         * org-html.el (org-html-export-list-line): Fix regexp for
10257         detecting description lists to allow "::" marker to be last
10258         visible element at end of line.
10259         * org-docbook.el (org-docbook-export-list-line): Fix regexp for
10260         detecting description lists to allow "::" marker to be last
10261         visible element at end of line.
10263 2011-07-28  Julien Danjou  <julien@danjou.info>
10265         * org-table.el (org-table-cleanup-narrow-column-properties): Use
10266         point-min rather than 1 when moving in the buffer.
10268 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10270         * org-list.el (org-list-in-valid-context-p): Renamed from
10271         `org-list-in-valid-block-p'.
10272         (org-at-item-p,org-list-search-generic): Use renamed function.
10274 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10276         * org.el (org-set-font-lock-defaults): Be more strict when
10277         recognizing description items, and do not fontify wrong cases
10278         like: "- term ::description" or "1. term :: description".
10280 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10282         * org-latex.el: Pay attention to end of footnote.  Before closing
10283         the command, ensure that list is properly closed or that last link
10284         is separated from the curly brace.
10286 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10288         * org.el (org-indent-line-function): Footnote definition must stay
10289         at column 0 to be recognized as such.  Body below can have normal
10290         indentation, so it should ignore its definition when computing
10291         indentation.
10293 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10295         * org-protocol.el (org-protocol-remember, org-protocol-capture):
10296         More appropriate message.
10298 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10300         * org-capture.el (org-capture-clock-keep): New local variable.
10301         (org-capture, org-capture-finalize): Use it and fix a bug when
10302         :clock-keep is set to `t'.
10304 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
10306         * org-exp.el (org-export-preprocess-string): Handle include files
10307         before processing macros.
10309 2011-07-28  Bernt Hansen  <bernt@norang.ca>
10311         * org-agenda.el: Remove obsolete code for adding todo list in
10312         front of the agenda.
10314 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10316         * org-latex.el (org-export-latex-convert-table.el-table): Fix
10317         format-string for insertion of captions.
10319 2011-07-28  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
10321         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Fix
10322         regexp.
10324 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
10326         * org.el (org-read-date-analyze): Help matching dotted European
10327         dates, like 31. 12. 2007
10329 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10331         * ob-lisp.el (org-babel-execute:lisp): Fix typo.
10333 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10335         * ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
10336         before reading by elisp.
10337         (org-bable-lisp-vector-to-list): Stub of a vector->list function,
10338         should be replaced with a cl-vector->el-vector function.
10340 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10342         * ob-lisp.el (org-babel-execute:lisp): Now using
10343         `org-babel-reassemble-table' to apply the appropriate header
10344         arguments to results.
10346 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10348         * org.el (org-end-of-meta-data-and-drawers): New function.
10350         * org-capture.el (org-capture-place-plain-text): Implement adding
10351         plain text templates to Org nodes.
10353 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10355         * org-beamer.el (org-beamer-environments-extra): Fix docstring.
10357 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10359         * org-exp.el (org-export-handle-comments): Add the org-protected
10360         property to the replacement string.
10362 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10364         * org-html.el (org-export-as-html, org-html-level-start): Fix
10365         logic for section number printing when NUM is an integer.
10367 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10369         * org-latex.el (org-export-latex-special-chars): Fix regexp for
10370         `single' special characters and ellipsis.
10372 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10374         * org.el (org-point-at-end-of-empty-headline): Bind
10375         `case-fold-search' to nil.
10377 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10379         * org-capture.el (org-capture-fill-template): Resolve new %<...>
10380         template escape.
10381         (org-capture-templates): Document new %<...> template escape.
10383 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10385         * ob.el (org-babel-process-params): Make this function idempotent,
10386         as it will sometimes be called multiple times.
10388 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10390         * org.el (org-ts-regexp-both): Add "]" to class of characters that
10391         should not be matched.
10392         (org-ts-regexp0, org-ts-regexp1): Do not start a class with
10393         "^]-+", because that tries to (not) match characters between "]"
10394         and "+".  Instead, move the "-" to the end of the class where it
10395         causes no harm.
10397 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10399         * ob-R.el (org-babel-edit-prep:R): Associate the appropriate R
10400         process with the edit buffer when :session is specified.
10402 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10404         * ob-tangle.el (org-babel-tangle-collect-blocks): Brought the link
10405         extraction code into line with a newer version of the
10406         `org-store-link' function.
10408 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10410         * ob-lisp.el (org-babel-expand-body:lisp): New body expansion
10411         wrapping the expression in either a let or progn, and possibly a
10412         pretty-print function invocation.
10413         (org-babel-execute:lisp): Greatly simplified method of executing
10414         lisp code blocks.
10416 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10418         * org-list.el: Move `org-update-checkbox-count-maybe' call outside
10419         of ̀save-excursion' to get back to original position.
10421 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10423         * org.el (org-numbered-action-format): New option.
10424         (org-new-numbered-action): New command.
10425         (org-collect-todos-in-subtree): New command.
10427 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10429         * org-exp.el (org-export-with-tasks): New option.
10430         (org-export-plist-vars): Add :tasks property.
10432 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10434         * org-ascii.el (org-export-as-ascii): Pass the :done-tasks
10435         property to the export preprocessor.
10437         * org-docbook.el (org-export-as-docbook): Pass the :done-tasks
10438         property to the export preprocessor.
10440         * org-html.el (org-export-as-html): Pass the :done-tasks property
10441         to the export preprocessor.
10443         * org-latex.el (org-export-as-latex): Pass the :done-tasks
10444         property to the export preprocessor.
10446         * org-exp.el (org-export-with-done-tasks): New option.
10447         (org-export-plist-vars): Add entry for :done-tasks.
10448         (org-export-preprocess-string): Call `org-export-remove-done-tasks'.
10449         (org-export-remove-done-tasks): New function.
10451 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10453         * org-latex.el (org-export-latex-keywords-maybe): Protect # in
10454         tags.
10456 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10458         * org.el (org-find-olp): Use the level of the correct match to
10459         continue search.
10461 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10463         * org-list.el (org-toggle-checkbox): Build value of
10464         org-keyword-time-regexp instead of using it directly, as it's
10465         buffer-local, and function might be called outside Org.
10467 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10469         * org-list.el (org-list-struct,org-in-item-p): Don't assume end of
10470         blocks or drawers necessarily start somewhere.  It it isn't the
10471         case, treat them as normal text.
10473 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10475         * ob-exp.el (org-babel-exp-results): Use code block name when
10476         finding cached results.
10478 2011-07-28  Julien Danjou  <julien@danjou.info>
10480         * org-latex.el (org-export-latex-date-format): Change default date
10481         format to \today.  This has the same result but respects the
10482         language set in the document by default.
10484 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10486         * org-list.el (org-list-checkbox): When called from an headline,
10487         function would normally skip drawers, but not if a SCHEDULED or
10488         DEADLINE keyword is standing before the drawer.  Also avoid
10489         problems if function is called in buffers not is Org mode.
10491 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10493         * org-clock.el (org-clock-report): Change the scope of the
10494         inserted clock report depending on whether the point is within a
10495         subtree (:scope subtree) or not (:scope file).
10497 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
10499         * org-html.el (org-export-as-html): Fix export of footnotes
10500         containing lists, tables, quotes, etc.
10502 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10504         * org-latex.el (org-export-latex-preprocess): Correctly match
10505         starred command names.
10507 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10509         * org-html.el (org-export-as-html): Get local value of
10510         org-export-with-section-numbers from the buffer's plist.  Deal
10511         specially with the case the resulting value is an integer.
10512         (org-html-level-start): New optional argument of the option plist used
10513         instead of `org-export-with-section-numbers'.  Also deal specially
10514         with the case that the value is an integer.
10516 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10518         * org-latex.el (org-export-latex-subcontent): Deal specially with
10519         the case that NUM is an integer.
10521 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10523         * org-protocol.el (org-protocol-do-capture): Allow template keys
10524         of two characters.
10525         (org-protocol-default-template-key): Update the docstring to
10526         reflect the change in `org-protocol-do-capture'.
10528 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
10530         * org-taskjuggler.el: Fix a typo in the commentary.
10532 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
10534         * org-taskjuggler.el (org-taskjuggler-open-task): Only emit a
10535         "purge allocations" statement if we are not targeting tj3.
10537 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
10539         * org-taskjuggler.el (org-taskjuggler-assign-resource-ids):
10540         Replace recursive implementation with an iterative one.
10542 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10544         * ob-sh.el (org-babel-sh-var-to-sh): Fixed insertion of tabular
10545         data into shell variables.
10547 2011-07-28  David Maus  <dmaus@ictsoc.de>
10549         * org-html.el (org-html-handle-time-stamps): Protected linebreak
10550         element after timestamp markup.
10552 2011-07-28  David Maus  <dmaus@ictsoc.de>
10554         * org-html.el (org-html-handle-links): Don't protect img tag in
10555         link description.
10557 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10559         * org-table.el (org-table-formula-handle-first/last-rc): Bind
10560         `char'.
10562 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10564         * org-list.el (org-in-item-p): Re-build `org-drawer-regexp',
10565         whatever the major mode is.
10567 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10569         * org-inlinetask.el (org-inlinetask-export-templates): Fix default
10570         templates.
10571         (org-inlinetask-export-handler): Ensure contents of inline task,
10572         if any, starts and ends with a newline character.  Refactor and
10573         comment code.
10575 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10577         * org-capture.el (org-datetree-find-date-create): Lower-case for
10578         variable names in `define-function' form.
10580 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10582         * org-table.el (org-table-convert-region): Throw error when
10583         SEPARATOR is smaller than 1.
10585 2011-07-28  Julien Danjou  <julien@danjou.info>
10587         * org-colview.el (org-columns-display-here): Fix heading retrieval
10588         in Org buffers.
10590 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10592         * org-latex.el (org-export-latex-preprocess): Last brace shouldn't
10593         be on the same line as a list end marker.
10595 2011-07-28  Julien Danjou  <julien@danjou.info>
10597         * org.el (org-icompleting-read): Do not use useless lambda.
10599 2011-07-28  Julien Danjou  <julien@danjou.info>
10601         * org-agenda.el (org-format-agenda-item): Fix length computing.
10603 2011-07-28  Julien Danjou  <julien@danjou.info>
10605         * org-agenda.el (org-format-agenda-item): Fix comment and use
10606         `add-text-properties'.
10608 2011-07-28  Julien Danjou  <julien@danjou.info>
10610         * org-agenda.el (org-agenda-highlight-todo): Remove useless
10611         `concat'.
10613 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10615         * org-list.el (org-list-to-generic): Set a default term for
10616         ill-formed description lists.  Do not insert newline characters
10617         unless told to.
10618         (org-list-to-texinfo,org-list-to-html): Apply changes to
10619         `org-list-parse-liste'.
10621 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10623         * org-clock.el (org-clock-clocktable-language-setup): Add a
10624         string.
10625         (org-clocktable-write-default): Use the new localized string
10626         in `org-clock-clocktable-language-setup'.
10628 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10630         * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
10631         (org-taskjuggler-assign-resource-ids): Replace recursive
10632         implementation with an iterative one.
10634 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
10636         * org-taskjuggler.el (org-taskjuggler-components): Escape quotes
10637         in headlines.
10639 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
10641         * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
10642         Compute the leafiness of a node.
10643         (org-taskjuggler-open-task, org-export-as-taskjuggler): Mark a
10644         node as a milestone if it is a leaf and has no effort.
10646 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
10648         * org-taskjuggler.el (org-export-taskjuggler-target-version):
10649         (org-taskjuggler-targeting-tj3-p): Add some minimal infrastructure
10650         to handle export to both tj2 and tj3.
10651         (org-taskjuggler-open-task): Use a different way to purge
10652         allocations for tj2 and tj3.
10654 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10656         * org-footnote.el (org-footnote-auto-label): New random option.
10658         * org-footnote.el (org-footnote-new): Create random footnote
10659         labels with unique ids.
10661 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10663         * org-footnote.el (org-footnote-create-definition): Allow for
10664         footnote sections above the current footnote insertion point.
10666 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10668         * org-footnote.el (org-footnote-create-definition): Don't search
10669         for last footnote when in org-mode file.
10671 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10673         * org-html.el (org-export-as-html): Handle links with
10674         `org-html-handle-links' after we handle special characters
10675         conversions.
10676         (org-html-make-link, org-export-html-format-image): Don't
10677         protect html with @ anymore, as links are now handled after
10678         special characters conversions.
10680 2011-07-28  Julien Danjou  <julien@danjou.info>
10682         * org-agenda.el (org-agenda-get-timestamps):
10683         (org-agenda-get-scheduled): Fix call to `org-format-agenda-item'.
10684         (org-format-agenda-item): Remove no-prefix argument.
10685         (org-agenda-change-all-lines): Call org-format-agenda-item without the
10686         no-prefix argument.
10688 2011-07-28  Julien Danjou  <julien@danjou.info>
10690         * org-agenda.el (org-agenda-highlight-todo): Stop using
10691         prefix-length.
10692         (org-cmp-alpha): Stop using prefix-length.
10693         (org-agenda-open-link): Stop using prefix-length.
10694         (org-agenda-change-all-lines): Stop using prefix-length.
10696         * org-colview.el (org-columns-display-here): Stop using
10697         prefix-length.  Always return claned items.
10699         * org-mobile.el (org-mobile-write-agenda-for-mobile): Stop using
10700         prefix-length.
10702 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10704         * ob-tangle.el (org-babel-tangle-collect-blocks): Don't call
10705         `org-store-link' interactively as it can confuse the setting of
10706         `org-link-to-org-use-id' and cause undue edits to the org-mode
10707         buffer during tangling.
10709 2011-07-28  David Maus  <dmaus@ictsoc.de>
10711         * org-html.el (org-export-html-format-image): Protect <p> element
10712         of image caption.
10714 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10716         * org.el (org-read-date-force-compatible-dates): New option.
10717         (org-read-date, org-read-date-analyze): Check representable date range.
10719 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10721         * org-html.el (org-export-as-html): Fix export of email.
10723 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10725         * ob-tangle.el (org-babel-spec-to-string): Check value of padline
10726         on tangling, no longer use the now-removed variable
10727         `org-babel-tangle-pad-newline'.
10729         * ob.el (org-babel-header-arg-names): Add padline to the list of
10730         header argument names.
10731         (org-babel-default-header-args): Set the default value of padline to
10732         "yes".
10733         (org-babel-merge-params): Cleaned up the merge logic, added padline.
10735 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10737         * ob.el (org-babel-header-arg-names): Adding "shebang" to known
10738         code block header argument names.
10740 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10742         * org-crypt.el: Remove useless TODO in comments.
10744 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10746         * org-html.el (org-export-as-html): The default postamble now only
10747         export a date paragraph if `org-export-time-stamp-file' is
10748         non-nil.
10750 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10752         * org-exp.el (org-export-xml): Remove the defgroup of
10753         org-export-xml.
10755 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10757         * org-html.el (org-export-html-insert-plist-item): Remove.
10758         (org-export-html-preamble): Default to `t'.  Accept functions.
10759         (org-export-html-postamble): Default to `auto'.  Accept
10760         functions and distinguish between 'auto (no formatting string)
10761         and `t' (default formatting string).
10762         (org-export-as-html): Handle org-export-html-preamble and
10763         org-export-html-postamble new defaults/allowed values.
10764         Define email and creator-info before using them.
10766 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10768         * org-html.el (org-export-html-protect-char-alist): Fix typo in
10769         custom type definition.
10771 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10773         * ob-exp.el (org-babel-exp-do-export): Now runs for empty :session
10774         arguments.
10776 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10778         * org-list.el (org-list-parse-list): Fixed regexp.
10780 2011-07-28  David Maus  <dmaus@ictsoc.de>
10782         * org-html.el (org-export-html-format-image): Protect image
10783         elements.
10785 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10787         * ob-tangle.el (org-babel-tangle-body-hook): Hook for changing the
10788         contents of a code block body on export.
10789         (org-babel-tangle-collect-blocks): Apply
10790         `org-babel-tangle-body-hook' to the collected bodies of code blocks.
10792 2011-07-28  David Maus  <dmaus@ictsoc.de>
10794         * org-html.el (org-html-make-link, org-html-handle-links): Protect
10795         generated XHTML elements.
10796         (org-export-as-html): Expand character entities after creating markup
10797         for links and timestamps.
10799 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10801         * org-html.el (org-export-as-html): Bugfix: insert email
10802         correctly.
10804 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10806         * org-html.el: Bugfix: prevent infinite matching of the `&'
10807         character.
10809 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10811         * org.el (org-fill-paragraph): `fill-forward-paragraph' function
10812         has been introduced with emacs 23.1.
10814 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10816         * org-attach.el: Allow to store a link to the attach-dir location.
10818 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
10820         * org-agenda.el (org-agenda-bulk-action): Allow the user to run a
10821         function.
10823 2011-07-28  Bernt Hansen  <bernt@norang.ca>
10825         * org-clock.el (org-clock-in): Allow clocking in new tasks
10826         inserted before the current clocking task.
10828 2011-07-28  Bernt Hansen  <bernt@norang.ca>
10830         * org-clock.el (org-clock-in): Set default clocking task when
10831         already clocking the task.
10833 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10835         * org.el (org-adaptive-fill-function): When a region is specified
10836         first line of paragraph isn't skipped, so fill-paragraph have to
10837         be computed even if point is at an item.
10839 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10841         * org-list.el (org-list-in-valid-block-p): New function.
10842         (org-at-item-p,org-list-search-generic): Use new function.
10844 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10846         * org.el (org-indent-line-function): Text in both a list and a
10847         valid block is indented with regards to current item, not to block
10848         boundaries.
10850 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
10852         * org-html.el (org-format-org-table-html): Fix anchors in HTML
10853         export (thanks to <aankhen@gmail.com>)
10854         (org-html-protect): Fix a  bug that prevents some target to be
10855         rendered correctly.
10857 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10859         * org.el (org-default-properties): Add EXPORT_TEXT.
10861 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10863         * org-footnote.el (org-footnote-create-definition)
10864         (org-insert-footnote-reference-near-definition): Fix sorting
10865         of footnotes.
10867 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
10869         * org-html.el (org-export-as-html): Bugfix: don't insert closing
10870         HTML tags when exporting body only.
10872 2011-07-28  Jason Dunsmore  <emacs-orgmode@deathroller.dunsmor.com>  (tiny change)
10874         * org.el (org-back-over-empty-lines): Bugfix.  Honor
10875         `org-blank-before-new-entry' correctly in various contexts.
10877 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10879         * org-macs.el (org-with-wide-buffer): Bugfix: use `save-excursion'
10880         and `save-restriction'.
10882 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10884         * org-timer.el (org-timer-item): `save-excursion' prevents
10885         `org-list-struct' to get the list structure when point isn't on
10886         the first line of the item.
10888 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10890         * org-capture.el (org-capture-templates): New option
10891         :no-clock-out.
10892         (org-capture): Use the new option.
10894 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10896         * org-list.el (org-update-checkbox-count): Ensure cookies on an
10897         heading are correctly updated when checkboxes are hidden.  It
10898         allows, for example, to use C-c C-x C-b on a collapsed tree and
10899         still get the update.
10901 2011-07-28  David Maus  <dmaus@ictsoc.de>
10903         * org-exp.el (org-export-visible): Accept keys for
10904         `org-export-as-html-to-buffer' and `org-export-region-as-html'.
10906 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10908         * org.el (org-duration-string-to-minutes): Don't use
10909         `rx-to-string'.
10911 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10913         * org.el (org-effort-durations): New variable.
10915         * org.el (org-duration-string-to-minutes): New function.
10917         * org-agenda.el (org-agenda-filter-effort-form)
10918         (org-format-agenda-item): Use it.
10920         * org-clock.el (org-clock-notify-once-if-expired)
10921         (org-clock-modify-effort-estimate, org-clock-get-clock-string): Use it.
10923 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10925         * org-agenda.el (org-agenda-run-series): Rename from
10926         `org-run-agenda-series'.
10928 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10930         * org-capture.el: Don't allow currentfile anymore.
10932 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10934         * org-agenda.el (org-agenda-list): Fix bug: don't rely on
10935         `org-agenda-current-span' when calling `org-agenda-list'.
10937 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10939         * org-capture.el (org-capture-put-target-region-and-position):
10940         New function to store information about the target buffer.
10941         (org-capture-set-target-location): Use it.
10942         (org-capture-finalize): Restore the target buffer in its
10943         possibly narrowed state.  Also restore the cursor position.
10945 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10947         * org-crypt.el (auto-save-default): Make sure entries are
10948         encrypted before auto-saving.
10950 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10952         * org-inlinetask.el (org-inlinetask-promote)
10953         (org-inlinetask-demote): New functions.
10955 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10957         * org.el (org-demote-subtree,org-promote-subtree): Wrap
10958         `org-map-tree' into `org-with-limited-levels' macro, so it avoids
10959         operating on inline tasks.
10961 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10963         * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading'
10964         will move point to a real heading and not an inline task by
10965         wraping function into a `org-with-limited-levels' macro.
10967 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10969         * org-capture.el (org-capture-finalize): New argument clock-out,
10970         to tell whether finalizing the capture process should clock out
10971         the running clock.
10972         (org-capture): Use the new argument.
10974 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10976         * org.el (org-refile-get-targets): Rename from
10977         `org-get-refile-targets'.
10979 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10981         * org-exp.el (org-export-table-remove-empty-lines): New custom
10982         variable.
10983         (org-export-remove-special-table-lines): Use it.
10985 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10987         * org-table.el (org-table-fix-formulas-confirm): New custom
10988         variable.
10989         (org-table-insert-column, org-table-delete-column)
10990         (org-table-move-column, org-table-move-row)
10991         (org-table-insert-row, org-table-kill-row): Use it.
10993 2011-07-28  Tassilo Horn  <tassilo@member.fsf.org>
10995         * org.el (org-refile-get-location): Set and show default value.
10996         (org-goto, org-refile): Adapt calls.
10998 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11000         * org-mobile.el (org-mobile-files-exclude-regexp): New custom
11001         variable.
11002         (org-mobile-files-alist): Use it.
11004 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11006         * org.el (org-todo): Bugfix: use `org-with-wide-buffer' to check
11007         against headings outside of a narrowed buffer.
11009 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11011         * org.el (org-confirm-shell-link-not-regexp)
11012         (org-confirm-elisp-link-not-regexp): New custom variables.
11013         (org-open-at-point): Use the new custom variables.
11015 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
11017         * org-latex.el: Place \title \author \date before
11018         \begin{document}.
11020 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11022         * org-html.el (org-export-html-preamble)
11023         (org-export-html-postamble): Now default to `nil'.
11024         (org-export-as-html): When :html-pre/postamble is nil, fall
11025         back on the default pre/postamble, which depends on the
11026         :author-info, :email-info, :creator-info options.
11028 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11030         * ob-exp.el (org-babel-exp-results): Don't use cached results if
11031         there is no hash.
11033 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11035         * org-table.el (org-table-eval-formula): Treat relative column
11036         refs.
11038 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11040         * org-table.el (org-table-use-standard-references): Change default
11041         to `from'.
11043 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11045         * org.el (org-move-subtree-down): Leave the cursor at the same
11046         column we were at.
11048 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11050         * org-attach.el (org-attach-store-link-p): New variable.
11051         (org-attach-store-link): New function.
11052         (org-attach-attach): When `org-attach-store-link-p' is
11053         non-nil, store a link in `org-stored-links' to a newly
11054         attached file.
11056 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11058         * org-exp.el (org-export-remove-headline-metadata): Bugfix: don't
11059         case-fold-search to avoid mixing TODO keywords with real headline
11060         words.
11062 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11064         * org-table.el (org-table-fedit-finish): Read more general LHS of
11065         formulas.
11066         (org-table-formula-handle-@L): New function to hanle @L references.
11067         (org-table-current-ncol): New variable.
11068         (org-table-line-to-dline): New function.
11069         (org-table-get-stored-formulas): Accept range formulas as matches.
11070         (org-table-get-specials): Compute and store the number of columns.
11071         (org-table-get-range): New optional argument CORNERS-ONLY, to retrieve
11072         only the region marked by the range, not the content.
11073         (org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand
11074         range targets.  Also check for duplicate access to fields.
11075         (org-table-expand-lhs-ranges): New funktion.
11076         (org-table-get-remote-range): Bind `org-table-current-ncol' to protect
11077         the caller's value.
11078         (org-table-edit-formulas): Support highlighting of range targets.
11079         (org-table-field-info): Handle renge formulas.
11081 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11083         * org-html.el (org-export-html-postamble-format)
11084         (org-export-html-preamble-format): Explain how to escape the
11085         `%' character.
11087 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11089         * org-exp-bibtex.el (org-export-bibtex-preprocess): Use
11090         `org-export-current-backend'.
11092 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11094         * ob.el (org-babel-read): Read string variable values wrapped in
11095         double quotes, removing the quotes.
11097 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11099         * ob-exp.el (org-babel-exp-results): Ensure that processed params
11100         are send to org-babel-execute-src-block.
11102 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11104         * org-special-blocks.el
11105         (org-special-blocks-make-special-cookies): Use
11106         `org-export-current-backend'.
11108 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11110         * ob-exp.el (org-babel-exp-in-export-file): Now takes the language
11111         as an argument.
11112         (org-babel-exp-src-block): Explicitly pass language to
11113         `org-babel-exp-in-export-file'.
11114         (org-babel-exp-inline-src-blocks): Removed unused code.
11115         (org-babel-exp-results): Explicitly pass language to
11116         `org-babel-exp-in-export-file'.
11118 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11120         * ob-calc.el (org-babel-execute:calc): Unquote quoted vectors
11121         returned from calc-eval.
11123 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11125         * ob.el (org-babel-read): Pass elisp vectors through to code
11126         blocks.
11128 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11130         * ob.el (org-src-lang-modes): Defvar.
11131         (org-at-item-p): Declare function.
11133         * ob-calc.el (calc-store): Require.
11134         (var-syms): Defvar.
11136         * ob-python.el (py-default-interpreter): Defvar.
11138 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11140         * org-exp-blocks.el (backend): defvar.
11142 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11144         * org-agenda.el (org-agenda-get-scheduled):
11145         (org-agenda-get-timestamps): Bind local variable `show-all'.
11147 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11149         * ob-ref.el (org-at-item-p): Declare function.
11151         * org-agenda.el (diary-time-regexp): defvar.
11153         * org-archive.el (org-archive-subtree): Bind local variable
11154         `infile-p'.
11156         * org-capture.el (org-capture-insert-template-here): Get template
11157         text from property list, to avoid byte compiler message.
11159         * org-latex.el (org-export-latex-tables): Bind local variable
11160         `width'.
11162         * org-special-blocks.el (org-compat): Add require statement.
11164         * org-table.el (orgtbl-ctrl-c-ctrl-c): Bind local variable
11165         `const-str'.
11167         * org.el (org-eval): Moved function here from org-agenda.el.
11169 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11171         * ob.el (org-babel-read-table): Inhibit lisp evaluation of values
11172         when reading from tables.
11173         (org-babel-read-list): Inhibit lisp evaluation of values when
11174         reading from lists.
11175         (org-babel-read): Add optional argument which can be used to inhibit
11176         lisp evaluation of value.
11178 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11180         * ob-table.el (sbe): Ensure that ob-trim is only called on
11181         strings.
11183 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11185         * ob-exp.el (org-babel-exp-results): On export, ensure that the
11186         result hash is resolved in the original org-mode file.
11188 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11190         * org-exp.el (org-export-mark-list-end): Change end marker.
11192         * org-docbook.el (org-export-docbook-list-line): Use new marker.
11194         * org-html.el (org-html-export-list-line): Use new marker.
11196         * org-latex.el (org-export-latex-lists): Use new marker.
11198 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11200         * org-latex.el (org-export-latex-lists): Make sure markers used
11201         for export are taken into account by temporarily setting an
11202         appropriate value for `org-list-ending-method'.
11204 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11206         * org-exp-blocks.el (org-exp-blocks-block-regexp): Wrapping block
11207         regexp into its own variable, also allowing match of empty bodies.
11208         (org-export-blocks-preprocess): Using new regexp variable.
11210 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11212         * ob.el (org-babel-src-block-regexp): Code block regexp now
11213         matches blocks with empty bodies.
11215 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11217         * ob.el (org-babel-script-escape): If script escaped value doesn't
11218         parse cleanly, then return it literally.
11220 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11222         * ob-exp.el (org-babel-exp-src-block): When block will eventually
11223         be evaluated, pre-calculate the hash before noweb expansion, and
11224         expand the parameters before hash calculation.
11225         (org-babel-exp-do-export): Pass pre-calculated hash through to
11226         `org-babel-exp-results'.
11227         (org-babel-exp-results): Compare pre-calculated hash to results hash.
11229 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11231         * ob.el (org-babel-sha1-hash): Sort list values to header
11232         arguments, and sort the words in strings.
11234 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11236         * ob-ref.el (org-babel-ref-index-list): Special handling of hline
11237         rows.
11239 2011-07-28  Julien Danjou  <julien@danjou.info>
11241         * org-macs.el (org-with-point-at): Store evaluated version of
11242         pom.  This fixes a potential bug when using (org-with-point-at
11243         (func) …), where (func) would be evaluated multiple times,
11244         therefore might return different results if a marker was returned
11245         and different each time.
11247 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11249         * org.el (org-open-at-point): If a link to a radio target is the
11250         first, (resp. the last), element of a buffer, function cannot find
11251         the property change required to get its boundaries, and
11252         `buffer-substring' is called with an invalid nil argument.
11254 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11256         * org-table.el (org-table-copy-down): Fix docstring.
11258 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11260         * ob-latex.el (org-babel-execute:latex): Add imagemagick options,
11261         and for file types other than png and PDF it uses imagemagick to
11262         convert a compiled PDF file to the desired file type.
11263         (convert-pdf): Convert a PDF file to a new file type using
11264         imagemagick.
11266 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
11268         * org-capture.el (org-capture-fill-template): Fix bug with the
11269         display of interactive prompt in templates expansion.
11271 2011-07-28  Reiner Steib  <reiner.steib@gmx.de>
11273         * org-clock.el (org-clock-display): Document how to remove subtree
11274         times.
11276 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11278         * org-exp-blocks.el (org-export-blocks-format-comment): Explicitly
11279         append a newline to the body.
11281 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11283         * org-list.el (org-list-insert-item): When computing size of item
11284         being inserted, function has to take into account that indentation
11285         may not only be made of spaces.
11287 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11289         * org-clock.el (org-clock-find-position): If a list was adjacent
11290         to some clocks and a drawer was going to be created, only the
11291         first element of the list would make it into the drawer.
11293 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11295         * org-list.el (org-toggle-checkbox): Fix bug where top item in
11296         list was omitted when checking boxes.
11298 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11300         * ob-R.el: Don't print result to echo area after evaluation.
11302 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11304         * org-capture.el (org-capture-refile): Fix typo in docstring.
11306 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11308         * ob-calc.el (org-babel-execute:calc): Call out to new function
11309         for variables resolution.
11310         (ob-calc-maybe-resolve-var): Resolve (possibly recursively)
11311         variables in calc expressions.
11313 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11315         * ob-C.el (org-babel-tangle-lang-exts): Replace "c++" with "C++".
11316         (org-babel-C++-compiler): Replace "c++" with "C++".
11317         (org-babel-execute:cpp): Replace "c" with "C++".
11318         (org-babel-execute:C++): Replace "c" with "C++".
11319         (org-babel-expand-body:C++): Replace "c" with "C++".
11320         (org-babel-C-execute): Replace "c" with "C++".
11322 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11324         * ob-ref.el (org-babel-ref-at-ref-p): Only try to read results as
11325         a list if at the *beginning* of a list item.
11327         * ob.el (org-babel-read-result): Only try to read results as a
11328         list if at the *beginning* of a list item.
11330 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11332         * org-list.el (org-cycle-item-indentation): Do not break an
11333         indentation cycle because visibility cycling is requested.  This
11334         happens when an item becomes a parent, due to indentation change.
11335         Not considered empty anymore, the function cannot change its
11336         indentation again.
11338 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11340         * org-clock.el (org-clocktable-write-default): Bugfix: falls back
11341         on `org-export-default-language' when no :lang parameter is set.
11343 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11345         * org-capture.el (org-capture-expand-file): New function.
11346         (org-capture-target-buffer):
11347         (org-capture-set-target-location): Use `org-capture-expand-file'.
11349 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11351         * ob.el (org-babel-read-list): Reading the value of a list has
11352         been updated to reflect the new structure of org-mode lists in
11353         elisp.
11354         (org-babel-insert-result): Writing code block results to lists has
11355         been updated to reflect the new list structure.
11356         (org-babel-result-end): Remove a previous change to end-of-list
11357         marker detection.
11359 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11361         * org-list.el (org-cycle-item-indentation): Each time the function
11362         moves item back to child position, a white space is added to the
11363         line.
11365 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11367         * ob.el (org-babel-process-params): Allow elisp code in
11368         specification of results header arguments.
11370 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11372         * org-agenda.el (org-agenda-append-agenda): New command.
11373         (org-agenda-mode-map): New keybinding to this new command.
11375 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11377         * org.el (org-ctrl-c-ctrl-c): Call `org-list-send-list' only when
11378         cursor it at very first item of the list, as specified in the
11379         manual.  Also refactored the list part of the function a bit.
11381 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11383         * org-agenda.el (org-agenda): Set the 'last-args property to nil
11384         when calling `org-agenda'.  Don't kill the local variable
11385         `org-agenda-current-span'.
11386         (org-run-agenda-series): Use the new property 'last-args.
11387         (org-agenda-change-time-span): Use the dynamically set
11388         `org-agenda-overriding-arguments' variable when non-nil.
11390 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11392         * ob.el (org-babel-result-end): Adjust marker of list end to
11393         changes in the list format.
11395 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11397         * org-list.el (org-toggle-checkbox, org-update-checkbox-count): No
11398         need to wrap `org-entry-get' in `ignore-errors'.
11400 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11402         * org.el (org-toggle-item, org-toggle-heading): Make sure every
11403         sub-item in a list is changed into a sub-heading and sub-headings
11404         are translated into sub-items.  Also ignore inline tasks in the
11405         process.
11407 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11409         * org-exp.el (org-export-select-backend-specific-text): Add
11410         `original-indentation' property when replacing #+begin_backend and
11411         #+backend blocks with their content.  This is needed for lists, as
11412         they must know if the block belonged to them.
11414 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11416         * org-html.el (org-html-export-list-line): Insert a newline
11417         character before ending an item, as anchor could be on a line
11418         going to be deleted, like a drawer ending string.
11420         * org-list.el (org-list-to-html): Same.
11422 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11424         * org.el (org-set-autofill-regexps): Use `org-item-re' in
11425         `paragraph-start' to recognize alphabetical lists.
11426         (org-fill-paragraph): Enforce a pre-computed fill-prefix before
11427         calling `fill-paragraph' when point is in an item.  Also prevent
11428         paragraphs getting merged into an adjacent list upon filling.
11429         (org-adaptive-fill-function): Make sure to determine real
11430         fill-prefix for auto-fill.
11431         (org-auto-fill-function): Use a pre-computed fill-prefix before
11432         calling `do-auto-fill'.
11434         * org-list.el (org-list-item-body-column): New function.
11436 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11438         * org-inlinetask.el (org-inlinetask-at-task-p)
11439         (org-inlinetask-toggle-visibility): New functions.
11441         * org-list.el (org-list-set-item-visibility): New function.
11443         * org.el (org-cycle, org-cycle-internal-local): Separate lists and
11444         inline tasks from headlines.
11445         (org-outline-level): Do not consider lists as headlines.  Cycling
11446         visibility is using different tools.
11448 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11450         * org-list.el (org-list-struct): Mark items less indented than top
11451         item of the list, so that they will be modified.
11452         (org-list-struct-apply-struct): Compare struct's indentation with
11453         line's indentation instead of old-struct's.  This is needed
11454         because `org-list-struct' automatically fixes indentation so
11455         changes might not be seen otherwise.
11457         * org.el (org-ctrl-c-ctrl-c): Small refactoring.
11459 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11461         * org-list.el (org-update-checkbox-count): When a part of the
11462         buffer is processed to count checkboxes, lists are read from top
11463         to bottom, but inside lists (in drawers, blocks, or inline tasks)
11464         are skipped.  Thus, cookies cannot be updated.  This patch
11465         enforces reading of such lists if counter is itself in a special
11466         context.
11468 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11470         * org-list.el (org-list-struct-apply-struct): Inline tasks along
11471         with their content must stay at column 0 even if the item is
11472         gaining indentation.  Moreover, fix indentation of text in an
11473         inline task, now it can be in such a task within a list.
11475 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11477         * org-list.el (org-at-item-p): Also verify context is valid.
11478         Otherwise it would recognize valid items where `org-in-item-p'
11479         wouldn't.
11480         (org-in-item-p, org-list-struct-apply-struct): Use shorter version
11481         of org-at-item-p.
11482         (org-cycle-list-bullet): Fix typo.
11483         (org-list-parse-list): Avoid calling `org-at-item-p' two times by
11484         using an appropriate regexp.
11486         * org.el (org-indent-line-function): Use an appropriate regexp
11487         instead of calling `org-at-item-p' two times.
11489 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11491         * org-list.el (org-in-item-p): When point was just after
11492         org-list-end-re, check wouldn't be done for starting line.  So, if
11493         the first line was an item, it wouln't be noticed and function
11494         would return nil.  Simplify and comment code.
11496 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11498         * org.el (org-toggle-item): When used on normal text, ensure every
11499         line in region is included in the new item, regardless of its
11500         original indentation.
11502 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11504         * org-list.el (org-list-struct-apply-struct): If end of list was
11505         at eol, for example, with list inside a block, the last list
11506         wouldn't be shifted.  Thus, the patch ensures no blank lines is
11507         skipped.
11509 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11511         * org.el (org-toggle-item): Now accepts a prefix argument.  When
11512         used without argument on normal text, it will make the whole
11513         region one item.  With an argument, it defaults to old behavior:
11514         change each line in region into an item.
11516 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11518         * org.el (org-return): When called from inside an item with the
11519         indent flag, function should keep text moved inside the item.
11520         This allows to use C-j to separate lines in an item: cursor won't
11521         go back to column 0.
11523 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11525         * org-list.el (org-list-struct): When a line has org-example
11526         property, skip the entire block.  This is needed during export,
11527         for example when src blocks in org markup contain lists, and are
11528         returned verbatim because org isn't in the list of interpreted
11529         languages.
11531 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11533         * org-list.el (org-in-item-p): Handle special cases when function
11534         is called with cursor amidst `org-list-end-re' or at an inline
11535         task.
11537 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11539         * ob.el (org-babel-result-end): Apply renaming.
11541         * org-exp.el (org-export-mark-list-properties): Apply renaming.
11543         * org-list.el (org-list-prevs-alist): Renamed from
11544         `org-list-struct-prev-alist'.
11545         (org-list-parents-alist): Renamed from `org-list-struct-parent-alist'.
11546         (org-list-write-struct): Renamed from `org-list-struct-fix-struct'.
11547         (org-list-parse-list, org-sort-list, org-list-indent-item-generic)
11548         (org-toggle-checkbox, org-update-checkbox-count)
11549         (org-cycle-list-bullet, org-list-repair, org-insert-item)
11550         (org-move-item-up, org-move-item-up, org-move-item-down)
11551         (org-next-item, org-previous-item, org-end-of-item-list)
11552         (org-beginning-of-item-list, org-apply-on-list): Apply renaming.
11553         (org-get-bullet): Removed function, as it is not needed anymore.
11555 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11557         * org-list.el (org-list-insert-item-generic): Change arguments.
11558         The function now accepts structure and previous items alist.  This
11559         allows to insert an item programmatically more easily.
11560         (org-insert-item): Apply changes to
11561         `org-list-insert-item-generic'.  The function now takes care about
11562         repairing structure and updating checkboxes.
11564         * org-timer.el (org-timer-item): Apply changes to
11565         `org-list-insert-item-generic'.  The function now takes care about
11566         repairing structure.
11568 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11570         * org-list.el (org-list-make-subtree): Function now uses
11571         `org-list-parse-list mechanism'.
11572         (org-list-make-subtrees): Removed function.
11573         (org-list-to-generic): Added a parameter and every parameter can
11574         be a sexp returning a string, for finer control.
11575         (org-list-to-html, org-list-to-latex, org-list-to-texinfo): Slight
11576         modifications to apply changes to `org-list-to-generic'.
11577         (org-list-to-subtree): New function.
11579 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11581         * org.el (org-beginning-of-line): Apply changes to
11582         `org-item-beginning-re' to correct sub-expression reference.
11584 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11586         * org-docbook.el (org-export-docbook-list-line): Even with
11587         alphabetical lists, Org shouldn't enforce a particular list type
11588         to exporters.  This is a job for style files.
11590         * org-html.el (org-html-export-list-line): Ib idem.
11592 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11594         * org-list.el (org-at-item-counter-p): New function.
11595         (org-list-parse-list): Handle counters and list depth.
11596         (org-list-to-generic): A special string is used when an item has a
11597         counter.
11598         (org-list-to-latex): Use new special string for counters.  This
11599         fixes the counter bug in LaTeX export, as the enumi counter was
11600         the only one modified.
11602         * org-latex.el (org-export-latex-lists): Use new
11603         `org-list-parse-list' output.
11605 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11607         * org-list.el (org-list-get-list-type): New function.
11608         (org-list-parse-list): Use new function.
11610         * org-html.el (org-html-export-list-line): Use new function.
11612         * org-docbook.el (org-export-docbook-list-line): Use new function.
11614 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11616         * org-list.el (org-alphabetical-lists): New variable
11617         (org-item-re, org-list-full-item, org-cycle-list-bullet)
11618         (org-list-struct-fix-bul, org-list-inc-bullet-maybe): Reflect
11619         introduction of the new variable.
11620         (org-item-beginning-re): Changed into a function, so any
11621         modification of `org-alphabetical-lists' will not require
11622         reloading Org.
11623         (org-at-item-p, org-toggle-checkbox, org-update-checkbox-count)
11624         (org-list-parse-list, org-list-send-list): Reflect changes to
11625         `org-item-beginning-re'.
11626         (org-list-use-alpha-bul-p): New function.
11628         * org.el (org-check-for-hidden): Reflect changes to
11629         `org-item-beginning-re'.
11631         * org-capture.el (org-capture-place-item): Reflect changes to
11632         `org-item-beginning-re'.
11634         * org-docbook.el (org-export-docbook-list-line): Handle New type
11635         of items.
11637         * org-exp.el (org-export-mark-list-end)
11638         (org-export-mark-list-properties): Reflect changes to
11639         `org-item-beginning-re'.
11641         * org-html.el (org-html-export-list-line): Handle new type of
11642         items.
11644         * org-latex.el (org-export-latex-lists): Handle new type of items
11645         and reflect changes to `org-item-beginning-re'.
11647         * org-ascii.el (org-export-ascii-preprocess): Handle new counters.
11649 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11651         * org-list.el (org-list-end-re): Removed function and made it a
11652         variable.  There's no need for the overhead of calling the
11653         function every at every line in a list.  User will have to reload
11654         Org if he change value of either `org-list-end-regexp' or
11655         `org-empty-line-terminates-plain-lists'.
11656         (org-in-item-p,org-list-struct,org-list-parse-list): Apply change.
11658         * org-exp.el (org-export-mark-list-end)
11659         (org-export-mark-list-properties): Apply change.
11661         * org-latex.el (org-export-latex-lists): Apply change.  Also
11662         prevent items with org-example property to be considered as real
11663         items.
11665 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11667         * org-inlinetask.el (org-inlinetask-export-templates): Slightly
11668         modify templates so environment boundaries don't interfere with
11669         content of task.  Unprotect content of task so it might benefit
11670         from further transformations.  Set original-indentation property to
11671         a high value to ensure that task is always in the last item of the
11672         list.  Also, apply templates later in export process.
11674         * org-list.el (org-list-struct): Fix inline task skipping.
11676 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11678         * org-latex.el (org-export-latex-lists): Search for unprotected
11679         items only, and redefine `org-at-item'.  This change is required
11680         when verbatim lists are inserted during export, usually by Babel.
11682 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11684         * ob.el (org-babel-result-end): End position is end of current
11685         sublist instead of bottom point, as results might be inserted in a
11686         list themselves.
11688 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11690         * org-list.el (org-list-automatic-rules): Removed insert rule.
11691         (org-list-insert-item-generic): Removed code preventing user to
11692         insert another item in a block within a list.  It is because new
11693         list context make it impossible to see if a point in a block is
11694         also in a list.
11696 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11698         * org-exp.el (org-export-preprocess-string): Mark list endings
11699         before babel blocks preprocessing starts, so blank lines that may
11700         be inserted do not break list's structure.  Then, mark list with
11701         special properties required by exporters.  Thus output from babel
11702         can easily be included in lists.
11703         (org-export-mark-list-end): New function.
11704         (org-export-mark-list-properties): New function.
11705         (org-export-mark-lists): Removed function.  It was split into the
11706         two preceding functions.
11708 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11710         * org-list.el (org-update-checkbox-count): Do not recompute every
11711         list before next heading when there are more than one cookie in an
11712         headline.  Moreover, ignore the case where cookie is inserted
11713         neither at an heading nor at an item.
11715 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11717         * org-list.el (org-sort-list): Fix number of arguments to
11718         `org-list-repair', plus make `end-record' go to end of item before
11719         any blank line to keep them from being swallowed in the sorting.
11721 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11723         * org-list.el (org-list-forbidden-blocks): Renamed from
11724         `org-list-blocks'.
11725         (org-list-export-context): New variable.
11727 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11729         * org-list.el (org-list-search-generic): Renamed form
11730         `org-search-unenclosed-generic' to reflect the new behavior.  Now,
11731         match can only be in a valid context for lists, as determined by
11732         `org-list-context'.
11733         (org-list-search-backward): Renamed from
11734         `org-search-backward-unenclosed'.
11735         (org-list-search-forward): Renamed from
11736         `org-search-forward-unenclosed'.
11737         (org-toggle-checkbox,org-update-checkbox-count): Use new
11738         functions.
11739         (org-sort-list): Using default regexp search functions as context
11740         is not required in this case.
11742 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11744         * org-exp.el (org-export-mark-lists): New function, replacing
11745         org-export-mark-list-ending.  It adds information as text
11746         properties to every list, before changes done by exporter destruct
11747         them.
11749 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11751         * org-list.el (org-list-get-first-item): New alias for
11752         `org-list-get-list-begin'.
11753         (org-list-get-last-item): New function.
11754         (org-list-get-list-end): Use `org-list-get-last-item'.
11756 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11758         * org.el (org-get-string-indentation): Moved in generally useful
11759         functions section, as it wasn't specific to plain lists and that
11760         no code was using it in org-list.el.
11762 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11764         * org.el (org-skip-over-state-notes,org-store-log-note): Use new
11765         accessors.
11767 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11769         * org-list.el (org-list-indent-item-generic): Remove error
11770         messages happening before process.  This belongs to interactive
11771         functions.
11772         (org-indent-item,org-indent-item-tree)
11773         (org-outdent-item,org-outdent-item-tree): Ensure point or region
11774         is correct before computing list structure.  Return an error
11775         message otherwise.
11777 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11779         * org-list.el (org-apply-on-list): Use new structures.  Function
11780         is now applied in reverse order so modifications do not change
11781         positions of items in buffer.
11783 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11785         * org-list.el (org-list-parse-list): Rewrite of function to allow
11786         text following a sub-list in the same item.  See docstring for an
11787         example of output.
11788         (org-list-to-generic): Use new parsing function.
11789         (org-list-to-latex,org-list-to-html): Minor change for clearer
11790         export.
11792 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11794         * org-list.el (org-list-has-child-p): Renamed from
11795         `org-list-get-child'.  Returning first child is only useful as a
11796         predicate, as we are allowing an item to have more than one
11797         sub-list.
11798         (org-list-indent-item-generic): Use `org-list-has-child-p' instead
11799         of org-list-get-child.
11800         (org-in-item-p): Also return item beginning when list starts at
11801         context beginning.
11802         (org-list-get-parent): Use of `org-list-struct-parent-alist'
11803         helper function is not optional anymore.
11804         (org-list-get-all-items): Shorten code with the help of cl.el.
11805         (org-list-get-children): Now returns all children of item, even if
11806         they do not belong to the same list.  Renamed from
11807         `org-list-get-all-children'.
11808         (org-list-get-list-begin): Function wasn't return value when item
11809         was already the first item of the list at point.
11810         (org-list-get-list-end): Function wasn't return value when item
11811         was already the last item of the list at point.
11812         (org-list-struct-fix-box,org-update-checkbox-count): Now uses
11813         `org-list-get-children'.
11815 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11817         * org.el (org-indent-line-function): Indentation of item's body
11818         starts just after the bullet, not after a checkbox.  Moreover, As
11819         `org-in-item-p' also returns item beginning position when point is
11820         in a list, do not compute it a second time.
11822 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11824         * org.el (org-ctrl-c-ctrl-c): When called at a list item, replace
11825         usage `org-repair-list', forcing another reading of the list, with
11826         only needed subroutines.
11828 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11830         * org-list.el (org-list-separating-blank-lines-number): Use new
11831         accessors.
11832         (org-list-insert-item-generic): Use list structures to insert a
11833         new item.
11834         (org-list-exchange-items): Refactor and comment code.  Now return
11835         new struct instead of modifying it, as list sorting would
11836         sometimes eat first item.
11837         (org-move-item-down,org-move-item-up): Reflect changes to
11838         `org-list-exchange-items'.
11839         (org-insert-item): As `org-in-item-p' also computes item beginning
11840         when applicable, reuse the result.
11842 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11844         * org-list.el (org-list-in-item-p): Unify methods for this
11845         predicate.
11846         (org-list-in-item-p-with-indent): Removed function.
11847         (org-list-ending-between): Removed function.
11848         (org-list-maybe-skip-block): Removed function.
11849         (org-list-in-item-p-with-regexp): Removed function.
11850         (org-list-top-point-with-regexp): Removed function.
11851         (org-list-top-point-with-indent): Removed function.
11852         (org-list-bottom-point-with-indent): Removed function.
11853         (org-list-bottom-point-with-regexp): Removed function.
11854         (org-list-get-item-same-level): Removed function.
11855         (org-list-top-point): Removed function.
11856         (org-list-bottom-point): Removed function.
11857         (org-get-item-beginning): Renamed to `org-list-get-item-begin' to
11858         be consistent with naming policy of non-interactive functions.
11859         (org-get-beginning-of-list): Removed function.
11860         (org-beginning-of-item-list): Use new accessors.
11861         (org-get-end-of-list): Removed function.
11862         (org-end-of-list): Use new accessors.
11863         (org-get-end-of-item): Removed function.
11864         (org-end-of-item): Use new accessors.
11865         (org-get-previous-item): Removed function.
11866         (org-previous-item): Use new accessors.
11867         (org-get-next-item): Removed function.
11868         (org-next-item): Use new accessors.
11869         (org-list-get-item-end-before-blank): Use new accessors.
11871 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11873         * org-list.el (org-list-repair): Removed optional argument
11874         FORCE-BULLET.  The job of this interactive function is to
11875         completely fix a list at point.  Changing bullets is a separate
11876         task.  Also removed others optional arguments TOP and BOTTOM to
11877         follow the new structures.
11878         (org-list-indent-item-generic): Remove need for TOP and BOTTOM.
11879         STRUCT is a new required argument.  This avoids computing a list
11880         structure many times when function is called more than once in a
11881         row, for example in `org-cycle-item-indentation'.  Use new
11882         accessors.  Now, also call `org-update-checkbox-count-maybe'.
11883         (org-outdent-item, org-indent-item, org-outdent-item-tree)
11884         (org-indent-item-tree): Remove need for TOP and BOTTOM.
11885         (org-list-insert-item-generic): Reflect changes to `org-list-repair'.
11886         (org-list-exchange-items): Use new accessors.  Now modify struct
11887         to avoid re-reading it later.
11888         (org-move-item-down): Reflect changes to `org-list-repair'.  Use
11889         new accessors.
11890         (org-move-item-up): Reflect changes to `org-list-repair'.  Use new
11891         accessors.
11892         (org-cycle-list-bullet): Use new structures.  Also use a shortcut
11893         to `org-list-struct-fix-struct' in order to avoid unnecessary
11894         fixes, like `org-list-struct-fix-box'
11895         (org-sort-list): Use of new structures.  Renamed an internal
11896         function for a little more clarity.
11897         (org-cycle-item-indentation): Remove dependency on
11898         `org-list-repair'.  Use new accessors.
11899         (org-list-get-child): Correct bug when asking for the child of the
11900         last item.
11901         (org-list-exchange-items): Use new accessors.
11903 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11905         * org-list.el (org-list-blocks): New variable.
11906         (org-list-context): New function.
11907         (org-list-full-item-re): New variable.
11908         (org-list-struct-assoc-at-point): Use new variable.
11909         (org-list-struct): Rewrite of function.  Now, list data is
11910         collected by looking at the list line after line.  It reads the
11911         whole list each time because reading only a subtree was not enough
11912         for some operations, like fixing checkboxes.  It also removes the
11913         need to get `org-list-top-point' and `org-list-bottom-point'
11914         first.  An added data is the position of item ending.  This aims
11915         to be able to have list followed by text inside an item.
11916         (org-list-struct-assoc-end): New function.
11917         (org-list-struct-parent-alist): New function.
11918         (org-list-get-parent): New function.
11919         (org-list-get-child): New function.
11920         (org-list-get-next-item): New function.
11921         (org-list-get-prev-item): New function.
11922         (org-list-get-subtree): Use helper function `org-list-struct-prev-alist'.
11923         (org-list-get-all-items): New function.
11924         (org-list-get-all-children): New function.
11925         (org-list-get-top-point): New function.
11926         (org-list-get-bottom-point): New function.
11927         (org-list-get-counter): New function.
11928         (org-list-get-item-end): New function.
11929         (org-list-struct-fix-bul): Rewrite for cleaner code.  Make use of
11930         new accessors.
11931         (org-list-struct-fix-ind): Make use of new accessors.
11932         (org-list-struct-fix-box): New function.
11933         (org-list-struct-fix-checkboxes): Removed function.
11934         (org-list-struct-outdent): Use new accessors.  Use the fact that
11935         there is no longer a virtual item at beginning of structure.
11936         (org-list-struct-indent): Use helper functions
11937         `org-list-struct-prev-alist' and `org-list-struct-parent-alist'.
11938         Also use new accessors.
11939         (org-list-struct-fix-struct): Comment function.  Call directly
11940         `org-list-struct-apply-struct', without removing unchanged items
11941         first.
11942         (org-list-struct-apply-struct): Comment function.  Rewrite using
11943         new accessors.  Use new variable `org-list-full-item-re'.
11944         (org-list-shift-item-indentation): Removed function, now included
11945         in `org-list-struct-apply-struct' because it is too specific.
11947 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11949         * org-list.el (org-toggle-checkbox): Use structures to fix
11950         checkboxes of a list.
11951         (org-update-checkbox-count): Use structures to update cookies.
11953 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11955         * org-list.el (org-list-struct-fix-checkboxes): New function.
11956         (org-checkbox-blocked-p): Removed function.
11958 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11960         * org-list.el (org-list-get-all-items): New function.
11961         (org-list-get-all-children): New function.
11962         (org-list-get-nth): New function.
11963         (org-list-set-nth): New function.
11964         (org-list-get-ind): New function.
11965         (org-list-set-ind): New function.
11966         (org-list-get-bullet): New function.
11967         (org-list-set-bullet): New function.
11968         (org-list-get-checkbox): New function.
11969         (org-list-set-checkbox): New function.
11970         (org-list-struct-fix-bul): Use new accessors.
11971         (org-list-repair): Use new accessors.
11972         (org-list-indent-item-generic): Make use of accessors.
11973         (org-list-get-parent): Renamed from `org-list-struct-get-parent'.
11974         (org-list-get-child): Renamed from `org-list-struct-get-child'.
11975         (org-list-struct-fix-ind): Make use of accessors.
11976         (org-list-get-next-item): New function.
11977         (org-list-get-subtree): New function.
11979 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11981         * org-list.el (org-list-struct-assoc-at-point): Add checkbox to
11982         list structure.
11984         * org-list.el (org-list-struct-assoc-at-point): Add checkbox as
11985         value in structure.
11987         * org-list.el (org-list-struct-apply-struct): Also apply
11988         checkboxes.
11990 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11992         * org-latex.el (org-export-latex-content): Bind local variables
11993         for export in the temporary export buffer.
11995 2011-07-28  David Maus  <dmaus@ictsoc.de>
11997         * org-protocol.el (org-protocol-unhex-single-byte-sequence)
11998         (org-protocol-unhex-string, org-protocol-unhex-compound): Change
11999         date of obsolete declaration to 2011-02-17.
12001 2011-07-28  David Maus  <dmaus@ictsoc.de>
12003         * org.el (org-link-escape): Throw error if encoding character in
12004         utf8 fails.
12006 2011-07-28  David Maus  <dmaus@ictsoc.de>
12008         * org-protocol.el (org-protocol-split-data)
12009         (org-protocol-open-source): Use `org-link-unescape' instead of
12010         obsolete unhex string function.
12012 2011-07-28  David Maus  <dmaus@ictsoc.de>
12014         * org.el (org-link-escape, org-link-escape-chars-browser)
12015         (org-link-escape-chars): Always percent escape the percent sign.
12017 2011-07-28  David Maus  <dmaus@ictsoc.de>
12019         * org.el (org-link-unescape): Simpler algorithm for replacing
12020         percent escapes.
12021         (org-link-unescape-compound): Use cond statements instead of nested
12022         if, convert hex string with string-to-number, save match data.
12023         (org-link-unescape-single-byte-sequence): Use mapconcat and
12024         string-to-number for unescaping single byte sequence.
12026 2011-07-28  David Maus  <dmaus@ictsoc.de>
12028         * org.el (org-link-escape): Rename lambda argument.
12030 2011-07-28  David Maus  <dmaus@ictsoc.de>
12032         * org.el (org-link-escape-chars-browser, org-link-escape-chars):
12033         Add percent sign to list of escape chars.
12035 2011-07-28  David Maus  <dmaus@ictsoc.de>
12037         * org-mobile.el (org-mobile-escape-olp): Use new percent escape
12038         character table format.
12040 2011-07-28  David Maus  <dmaus@ictsoc.de>
12042         * org-mobile.el (org-mobile-locate-entry): Remove obsolete
12043         argument in call to org-link-unescape.
12045 2011-07-28  David Maus  <dmaus@ictsoc.de>
12047         * org-protocol.el (org-protocol-unhex-string)
12048         (org-protocol-unhex-compound)
12049         (org-protocol-unhex-single-byte-sequence): Declare obsolete and
12050         alias to respective org-link-unescape-* functions.
12052 2011-07-28  David Maus  <dmaus@ictsoc.de>
12054         * org.el (org-link-unescape, org-link-unescape-compound)
12055         (org-link-unescape-single-byte-sequence): Functions moved and renamed
12056         from org-protocol.el.
12058 2011-07-28  David Maus  <dmaus@ictsoc.de>
12060         * org-macs.el (org-char-to-string): Inline function to properly
12061         decode utf8 characters in Emacs 22.  Moved and renamed from
12062         org-protocol.el.
12064 2011-07-28  David Maus  <dmaus@ictsoc.de>
12066         * org.el (org-link-escape): New optional argument.  Merge user
12067         table with default table.
12069 2011-07-28  David Maus  <dmaus@ictsoc.de>
12071         * org.el (org-link-escape): Fixup doc string.
12073 2011-07-28  David Maus  <dmaus@ictsoc.de>
12075         * org.el (org-link-escape-chars, org-link-escape-chars-browser):
12076         New format of percent escape table.
12077         (org-link-escape): Use new table format.
12079 2011-07-28  David Maus  <dmaus@ictsoc.de>
12081         * org.el (org-link-escape): New Unicode aware percent encoding
12082         algorithm.
12084 2011-07-28  Sebastian Rose  <sebastian_rose@gmx.de>
12086         * org-protocol.el (org-protocol-unhex-single-byte-sequence): New
12087         function.  Decode hex-encoded singly byte sequences.
12088         (org-protocol-unhex-compound): Use new function if decoding sequence
12089         as Unicode character failed.
12091 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12093         * org-html.el (org-export-as-html): Expand the HTML title.
12095 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12097         * org-publish.el (org-publish-cache-ctime-of-src): Improve
12098         docstring.
12099         (org-publish-find-title): New option to explicitly reset the title
12100         in the cache.
12101         (org-publish-format-file-entry): Use this new option.
12103 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12105         * org-exp.el (org-export-preprocess-string): Set the source buffer
12106         and use `org-clone-local-variables' to get local variables from
12107         it.
12109 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12111         * org-exp.el (org-export-format-source-code-or-example): Allow
12112         empty string as second element in minted/listings options.
12114 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12116         * org-exp.el (org-export-format-source-code-or-example): Support
12117         new user-customizable options.
12118         (org-export-latex-custom-lang-environments): Ensure new variable
12119         is defined.
12120         (org-export-latex-listings-options): Ensure new variable is defined.
12121         (org-export-latex-minted-options): Ensure new variable is defined.
12123 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12125         * org-html.el (org-export-as-html): Handle the case when
12126         `org-export-html-validation-link' is nil to keep backward
12127         compatible with the old default value of this variable.
12129 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12131         * ob.el (org-babel-insert-result): Don't choke if indent is not a
12132         number.
12134 2011-07-28  Christian Moe  <mail@christianmoe.com>  (tiny change)
12136         * org-bbdb.el (org-bbdb-export): When a link description has been
12137         added by `org-export-normalize-links', use path instead (remove
12138         the `bbdb:' prefix).
12140 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12142         * org-ascii.el (org-export-ascii-underline): Put the level's
12143         characters in the right order, as documented by the docstring.
12144         (org-ascii-level-start): Select the right char for underlining
12145         headlines.
12147 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12149         * org-src.el (org-edit-src-code): Allow to edit source code from
12150         modes derived from Org.
12152 2011-07-28  Niels Giesen  <niels.giesen@gmail.com>
12154         * org-clock.el (org-clock-clocktable-language-setup): Add list of
12155         dutch strings.
12157 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12159         * org-beamer.el: Mark frame as fragile when it is using minted for
12160         src block export.
12162 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12164         * org-agenda.el (org-agenda-date-later)
12165         (org-agenda-date-earlier): Enhance docstrings.
12166         (org-agenda-bulk-mark-regexp): Only match against headlines.
12167         Send a message when no entry is marked.
12168         (org-agenda-bulk-action): Fix bug about scattering deadlines.
12169         Send an error when trying to scatter outside an agenda or a
12170         timeline view.  Silently fail when trying to scatter sexp entries.
12172 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12174         * org-clock.el (org-clock-clocktable-language-setup): New custom
12175         variable.
12176         (org-clocktable-defaults): Set the default language.
12177         (org-clocktable-write-default): Use the new variable.
12179 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12181         * ob.el (org-babel-src-block-names): Don't strip text properties
12182         from search hits.
12183         (org-babel-result-names): Don't strip text properties from search
12184         hits.
12186 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12188         * ob-python.el (org-babel-python-evaluate-session): Pass nil as
12189         remove-echo part of META argument to
12190         `org-babel-comint-with-output'.
12192 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12194         * ob.el (org-babel-script-escape): Use `substring' comparison
12195         instead of regexp matching.
12197 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12199         * org-src.el (org-edit-src-code): When generating the code edit
12200         buffer, it is necessary for several variables to inherit their
12201         values from the parent org buffer.  These changes collect all such
12202         variables together into a single association list of
12203         `(variable-name value)' pairs.  In addition, a new variable is
12204         added to the list: `org-edit-src-content-indentation'.  This has
12205         the effect that a buffer local value can be used for that
12206         variable.
12208 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12210         * ob-table.el (sbe): Don't truncate sbe results.
12212 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
12214         * org-exp.el (org-export-add-options-to-plist): Require match to
12215         start at a word-boundary.
12217 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12219         * org-latex.el (org-export-latex-hyperref-format): Update
12220         docstring.
12222 2011-07-28  Tom Dye  <tsd@tsdye.com>
12224         * org.el: Update documentation of `org-add-link-type'.
12226 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12228         * org.el (org-open-at-point): Fix bug when using prefix arg to
12229         construct `org-link-search' call.  Rename prefix arg with a more
12230         generic name, to reflect its diverse uses in this function.
12232 2011-07-28  Rémi Vanicat  <vanicat@debian.org>
12234         * org-icalendar.el (org-icalendar-use-UTC-date-time): Remove.
12235         (org-icalendar-date-time-format): New custom variable.
12236         (org-icalendar-use-UTC-date-timep): New function.
12237         (org-ical-ts-to-string): Use the new variable.
12239 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12241         * org-vm.el (org-vm-store-link): Make sure the buffer is
12242         associated with a file when trying to store an Org link.
12244 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12246         * ob.el (org-babel-params-from-properties): Test for
12247         "header-arg-name" and ":header-arg-name", in that order.
12249 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12251         * org-capture.el (org-capture-templates): Document "currentfile"
12252         for capture template.
12253         (org-capture-templates): Allow to use currentfile for capture
12254         templates.
12255         (org-capture-set-target-location): Handle currentfile as a way to
12256         setting the capture buffer.
12258 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12260         * ob.el (org-babel-params-from-properties): Don't wrap
12261         `org-entry-get' into `condition-case'.
12263 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12265         * org.el (org-entry-get): Don't look for a property drawer if we
12266         are before the first heading in the file.
12267         (org-entry-get-with-inheritance): Don't attempt to move up the
12268         tree if we are before the first heading in the file.  Also,
12269         enclose less of the function in the `save-excursion'.
12271 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12273         * ob.el (org-babel-params-from-buffer): Return desired value
12274         rather than nil from failed re search.
12276 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12278         * org-agenda.el (org-get-entries-from-diary): Put multiline diary
12279         entries on a single line when lines don't start with a diary time.
12281 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12283         * org-html.el (org-export-html-protect-char-alist): New custom
12284         variable to define characters to be HTML protected.
12285         (org-html-protect): Use the new variable.
12287 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12289         * org-info.el (org-info-store-link): Use "#" to separate the info
12290         file and the node.
12291         (org-info-follow-link): Use both "#" to separate the info file and
12292         the node.  Continue to use ":" for backward compatibility.
12294 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12296         * org-icalendar.el (org-icalendar-honor-noexport-tag): New custom
12297         variable.
12298         (org-print-icalendar-entries): Use this new variable to prevent
12299         export of entries with a :noexport: tag.
12301 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12303         * org-exp.el (org-export-initial-scope): New custom variable.
12304         (org-export): Use this new variable.  If there is an active
12305         region, tell it when prompting the user for an export command.
12306         Also change the way the function handles selection of buffer and
12307         subtree export.
12309 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12311         * org-html.el (org-export-html-auto-preamble)
12312         (org-export-html-auto-postamble): Remove.
12313         (org-export-html-preamble, org-export-html-postamble): Turn into
12314         custom variables.  Update the docstrings.
12315         (org-export-html-preamble-format)
12316         (org-export-html-postamble-format): New custom variables.
12317         (org-export-as-html): Use `org-export-html-postamble-format' and
12318         `org-export-html-preamble-format'.
12319         (org-export-html-title-format): Delete.
12321 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12323         * org-exp-blocks.el (org-export-blocks-format-ditaa): This
12324         function is begin deprecated in favor of begin_src blocks.
12325         (org-export-blocks-format-dot): This function is begin deprecated in
12326         favor of begin_src blocks.
12328 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12330         * ob.el (org-babel-header-arg-names): no-expand is now part of the
12331         default header argument names list.
12333 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
12335         * org-publish.el (org-publish-sitemap-date-format)
12336         (org-publish-sitemap-file-entry-format): New custom variables.
12337         (org-publish-projects): Use these variables to format the sitemap
12338         entries.
12340 2011-07-28  Ulf Stegemann  <ulf-news@zeitform.de>
12342         * org-gnus.el (org-gnus-store-link): Allow `org-link' creation
12343         from `message-mode'.
12345 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12347         * org-agenda.el (org-agenda-filter-by-tag): Refresh agenda when
12348         updating the filter while the clock report is following the
12349         filter.
12351 2011-07-28  Julien Danjou  <julien@danjou.info>
12353         * org-agenda.el (org-agenda): Kill all local variables.  This
12354         assures we are not keeping buffer variable from an old agenda view
12355         when switching to a new custom agenda.
12357 2011-07-28  Julien Danjou  <julien@danjou.info>
12359         * org-crypt.el (org-encrypt-string): New function.
12360         (org-encrypt-entry): Use org-encrypt-string to encrypt, so we use
12361         cached crypted values.
12362         (org-decrypt-entry): Store crypted text in decrypted text.
12364 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12366         * ob-exp.el (org-babel-exp-lob-one-liners): Only replace the match
12367         if a non-nil result is returned.
12369 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12371         * org-agenda.el (org-agenda-get-day-entries): Compare DATE with
12372         modified today.
12374 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12376         * org.el (org-update-parent-todo-statistics): Fix bug when
12377         updating statistics from the column view.
12379 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12381         * org-agenda.el (org-agenda-bulk-mark-regexp): New command.
12382         (org-agenda-menu): Add the new command to the menu.
12383         (org-agenda-mode-map): Add % as the keybinding for the new
12384         command.
12386 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12388         * org-exp.el (org-export-target-internal-links): Locally turn on
12389         `org-link-search-must-match-exact-headline' to match exact
12390         internal links.
12392 2011-07-28  Julien Danjou  <julien@danjou.info>
12394         * org-faces.el (org-special-keyword): Make it inherited from
12395         `font-lock-keyword-face'.
12397 2011-07-28  Julien Danjou  <julien@danjou.info>
12399         * org-faces.el (org-link): Make `org-link' inherits from `link'
12400         face.
12402 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12404         * org.el (org-narrow-to-block): New function to narrow to block.
12405         Bound this function to `C-x n b'.
12407 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12409         * org.el (org-schedule, org-deadline): Fix bug: take care of
12410         repeating timestamps like ".+1d/3d" or "+1d 10d".
12412 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12414         * org-agenda.el (org-agenda-repeating-timestamp-show-all): Allow
12415         to use a list of TODO keywords as the value of this variable.  The
12416         agenda will show repeating stamps for entries matching these TODO
12417         keywords.
12418         (org-agenda-get-timestamps, org-agenda-get-deadlines)
12419         (org-agenda-get-scheduled): Allow the use of a list of keywords in
12420         `org-agenda-repeating-timestamp-show-all'.
12422 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12424         * org-latex.el (org-export-latex-emph-format): Don't use
12425         `org-export-latex-use-verb'.  Remove this variable.
12427 2011-07-28  Jason Dunsmore  <emacs-orgmode@dunsmor.com>  (tiny change)
12429         * org-html.el (org-html-handle-time-stamps): Fix bug when
12430         exporting inactive timestamps.
12432 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12434         * org-archive.el (org-archive-save-context-info): Fix docstring
12435         typo.
12436         (org-archive-subtree-add-inherited-tags): New variable to control
12437         whether inherited tags should be appended to local tags when
12438         archiving subtrees.
12439         (org-archive-subtree): Use the new variable.
12441 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12443         * org-archive.el (org-archive-save-context-info): Fix docstring.
12445 2011-07-28  Julien Danjou  <julien@danjou.info>
12447         * org-crypt.el (org-decrypt-entry): Delete \n on top level
12448         heading.  This avoids a display bug showing the heading outlined
12449         where the text is not since it does not have the outline property.
12450         Restore subtree visibility state after decryption.
12452 2011-07-28  Julien Danjou  <julien@danjou.info>
12454         * org-agenda.el (org-agenda-list): Use `org-agenda-current-span'
12455         as a possible default span if it is set.
12457 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12459         * org-src.el (org-edit-src-persistent-message): Change docstring.
12460         (org-edit-src-code): Get rid of help message in echo area.
12462         * ob.el (org-babel-do-in-edit-buffer): Do not pass 'quietly
12463         argument to org-edit-src-code as this has been removed.
12465 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12467         * org-latex.el (org-export-latex-emphasis-alist): Use
12468         \protectedtexttt for the =...= emphasis and \verb for the ~...~
12469         emphasis.
12470         (org-export-latex-use-verb): Now defaults to t.
12471         (org-export-latex-emph-format): Distinguish between =...= and
12472         ~...~ emphasis.
12474 2011-07-28  Julien Danjou  <julien@danjou.info>
12476         * org.el (org-link-expand-abbrev): Allow any type of character in
12477         link expand.
12479 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12481         * ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
12483 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12485         * ob-ref.el (org-babel-ref-resolve): `save-window-excursion' when
12486         resolving references.
12488 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12490         * org-html.el (org-export-html-html-helper-timestamp): Use <hr/>
12491         instead of <hr> to keep w3c validator happy.
12493 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12495         * ob.el (org-babel-where-is-src-block-head): Detect src block if
12496         point is on a #+header line.
12498 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12500         * ob.el (org-babel-where-is-src-block-head): Skip over intervening
12501         #+header lines when searching for block associated with block name
12502         line.
12504 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12506         * ob.el (org-babel-result-end): Replace call to `org-in-item-p' to
12507         the more specific `org-at-item-p'.
12509 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12511         * org-latex.el (org-latex-default-figure-position): New defcustom
12512         for default placement of latex figures.
12513         (org-export-latex-tables): Positioning tables using the new
12514         defcustom variable.
12515         (org-export-latex-format-image): Positioning images using the new
12516         defcustom variable.
12518 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12520         * ob-ditaa.el (org-babel-execute:ditaa): Throw error when
12521         evaluated and :file header argument is missing.
12523 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12525         * ob-exp.el (org-babel-exp-do-export): Simplified, no longer need
12526         to do anything to export code.
12527         (org-babel-exp-results): No longer returns a replacement for the
12528         code block.
12529         (org-babel-exp-inline-src-blocks): Simplified.
12530         (org-babel-exp-src-block): Removed unnecessary pluralization from
12531         function name.
12533 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12535         * ob-exp.el (org-babel-exp-inline-src-blocks): Simplified
12536         exportation of inline code blocks using normal code block
12537         execution mechanism to insert results.
12538         (org-babel-exp-results): Results exportation mechanism is unified
12539         for both inline and regular code blocks.
12541         * ob.el (org-babel-where-is-src-block-result): Returns the point
12542         after an inline code block for inline code blocks.
12544 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12546         * ob.el (org-babel-insert-result): Special handling of the
12547         position of results of inline code blocks.
12548         (org-babel-examplize-region): Now able to comment inline regions.
12550 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
12552         * org-exp.el (org-export-with-LaTeX-fragments): Fix docstring so
12553         that \\[ a = b \\] is not interpreted as a keybinding by
12554         `substitute-command-keys'.
12556 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12558         * org-latex.el (org-export-as-latex): Process export property list
12559         with `org-export-process-option-filters' early in latex export.
12561 2011-07-28  Julien Danjou  <julien@danjou.info>
12563         * org.el: Remove `org-invisible-p': `outline-invisible-p' is
12564         available in Emacs 22 and in recent XEmacs 21.  Replace in various
12565         files.
12567 2011-07-28  Julien Danjou  <julien@danjou.info>
12569         * org-agenda.el (org-agenda-get-progress): Fix regexp for statep:
12570         it must has \\ at the end of the line.  This avoid matching the
12571         following heading when there's no newline between the logged state
12572         and the next heading.
12574 2011-07-28  Julien Danjou  <julien@danjou.info>
12576         * org-agenda.el (org-format-agenda-item): Simplify time comuting.
12578 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
12580         * org.el (org-current-level, org-store-link, org-mark-subtree):
12581         Use `org-with-limited-levels'.
12583 2011-07-28  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12585         * org-publish.el (org-publish-get-base-files): Add sitemap file.
12587 2011-07-28  Matt Lundin  <mdl@imapmail.org>
12589         * org-agenda.el (org-agenda-todo-ignore-deadlines): New option.
12590         (org-agenda-todo-ignore-scheduled): New option.
12591         (org-agenda-todo-ignore-timestamp): New option.
12592         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
12593         Allow user to specify custom distance to ignore (future or past).
12594         (org-agenda-todo-custom-ignore-p): New function.
12596 2011-07-28  Matt Lundin  <mdl@imapmail.org>
12598         * org-habit.el (org-habit-parse-todo) Don't parse more days than
12599         needed.
12601 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12603         * ob.el (org-babel-map-inline-src-blocks): Macro for executing
12604         code in each inline code block.
12605         (org-babel-execute-buffer): Executes inline code blocks as well as
12606         regular code blocks.
12608 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12610         * ob.el (org-babel-result-end): Now recognizes "#+begin_org"
12611         blocks for removal.
12613 2011-07-28  Benjamin Drieu  <bdrieu@april.org>  (tiny change)
12615         * org-clock.el (org-clock-before-select-task-hook): New hook.
12616         (org-clock-select-task): Run new hook.
12618 2011-07-28  Julien Danjou  <julien@danjou.info>
12620         * org-agenda.el (org-agenda-get-blocks): Fix time of start/end of
12621         events with range.  This display things like: <2011-01-22 Sat
12622         14:00>--<2011-01-23 Sun 20:00> correctly, with the event starting
12623         at 14:00 and ending at 20:00.
12625 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12627         * ob.el (org-babel-inline-src-block-regexp): Character preceding
12628         "src_" can now be anything as long as it is neither alphanumeric
12629         nor '-'.
12631 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12633         * ob.el (org-babel-merge-params): Docstring typo.
12635 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12637         * ob.el (org-babel-params-from-buffer): Process all #+babel: lines
12638         in the buffer.
12640 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12642         * ob.el (org-babel-get-src-block-info): Alter order of merge
12643         arguments.
12645 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12647         * ob-python.el: Test whether non-nil buffer is #<killed buffer>.
12649 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12651         * ob.el (org-babel-insert-result): Ensure all parts of result
12652         wrappers end in newlines.
12654 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12656         * ob-tangle.el (org-babel-tangle): New :mkdirp header argument
12657         optionally creates parent directories of tangle targets.
12659 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12661         * org-ascii.el (org-ascii-level-start): Catch the case of levels
12662         which do not have an equivalent in the list of underline
12663         characters.
12665 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12667         * ob-sh.el (org-babel-sh-var-quote-fmt): Now possible to customize
12668         the format string used to escape arguments to shell code blocks.
12670 2011-07-28  Julien Danjou  <julien@danjou.info>
12672         * org-agenda.el (org-agenda-reset-view): New function.
12673         (org-agenda-view-mode-dispatch): Bind space to org-agenda-reset-view.
12675 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
12677         * org-exp.el (org-export-handle-include-files): Support :lines
12678         property.
12679         (org-get-file-contents): New argument lines to include specify a
12680         range of lines to include.
12682 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12684         * org.el (org-fast-tag-selection): Fix bug when assigning keys.
12686 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
12688         * org-latex.el (org-export-latex-make-header): Export email in
12689         author line if `org-export-email-info' is non-nil.
12691 2011-07-28  Julien Danjou  <julien@danjou.info>
12693         * org-agenda.el (org-agenda-goto-today): Respect current span.
12695 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12697         * org-complete.el (pcomplete/org-mode/link)
12698         (pcomplete/org-mode/todo, pcomplete/org-mode/prop): Copy list
12699         before uniquifying.
12701 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12703         * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
12704         linking comment type
12705         (org-babel-tangle-comment-links): Returns comment links for the
12706         source code block at point.
12708 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12710         * org.el (org-refile-check-position): Send a more explicit message
12711         on how to clear the cache before refiling again.
12713 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12715         * org-agenda.el (org-agenda-skip-function-global): New option.
12716         (org-agenda-skip-eval): New function.
12717         (org-agenda-skip): Use `org-agenda-skip-eval' and also check for
12718         the global skipping condition.
12720 2011-07-28  David Maus  <dmaus@ictsoc.de>
12722         * org-html.el (org-export-as-html): Handle timestamps after
12723         handling links.
12725 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12727         * ob-tangle.el (org-babel-tangle-jump-to-org): Ever wider searches
12728         until either a matching block is found, or the limits of the file
12729         are reached.
12731 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12733         * ob.el (org-babel-update-block-body): Literal argument to
12734         `replace-match' to allow insertion of text containing '\'.
12736 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12738         * ob-ref.el (org-babel-ref-parse): Allow passing empty strings
12739         into code blocks.
12741 2011-07-28  David Maus  <dmaus@ictsoc.de>
12743         * test-org-table.el
12744         (test-org-table/org-table-convert-refs-to-rc/3)
12745         (test-org-table/org-table-convert-refs-to-rc/2)
12746         (test-org-table/org-table-convert-refs-to-rc/1)
12747         (test-org-table/org-table-convert-refs-to-an/3)
12748         (test-org-table/org-table-convert-refs-to-an/2)
12749         (test-org-table/org-table-convert-refs-to-an/1): Provide tests for
12750         table formular format conversion.
12752 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12754         * org.el (org-sort-entries): Fix sorting with a bold emphasis at
12755         bol.
12757 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12759         * ob.el (org-babel-open-src-block-result): Must collect result
12760         *before* jumping to the result buffer.
12762 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12764         * ob.el (org-babel-src-block-names): Fix bug, wrong match-string
12765         used after update to regexp.
12767 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12769         * ob.el (org-babel-temp-file): Ensure that
12770         `org-babel-temporary-directory' is bound before using.
12771         (org-babel-remove-temporary-directory): Safer error throwing.
12773 2011-07-28  niels giesen  <niels.giesen@gmail.com>
12775         * org-docbook.el (org-export-docbook-finalize-table): Do literal
12776         replacements.
12778 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12780         * ob.el (org-babel-execute-src-block): Uses org-src-lang-modes to
12781         resolve language names for evaluation.
12783 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12785         * org-capture.el (org-capture-templates): Add %f and %F escapes
12786         (org-capture): Add more information to capture property list
12787         (org-capture-fill-template): Handle %f and %F escapes.
12789 2011-07-28  David Maus  <dmaus@ictsoc.de>
12791         * org-publish.el (org-publish-cache-ctime-of-src): Use mtime of
12792         symlink target.
12794 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12796         * org.el (org-occur-next-match): New function.
12797         (org-mode): Set the variable `next-error-function'.
12798         (org-highlight-new-match): Add an `org-type' property to the
12799         overlays.
12801 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12803         * ob-calc.el: No longer require `calc-trail' on XEmacs.
12805 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12807         * org.el (org-modules): Add `org-eshell'.
12809 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12811         * org-special-blocks.el (htmlp, latexp, line): Add defvars for
12812         dynamically scoped variables.
12814         * org.el (org-modules): Move `org-special-blocks' into the core
12815         modules section.
12817 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12819         * org-special-blocks.el: New file.
12821 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12823         * org.el (org-plist-delete): Remove duplicate definition.
12825 2011-07-28  Bernt Hansen  <bernt@norang.ca>
12827         * org-agenda.el (org-agenda-goto): Display invisible entry text.
12829         * org-agenda.el (org-agenda-switch-to): Display invisible entry
12830         text.
12832 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12834         * org.el (org-get-category): New optional argument FORCE-REFRESH.
12835         Automatically refresh if the property is not there.
12836         (org-entry-properties): Remove refresh - this is now done in
12837         org-get-category.
12839         * org-clock.el (org-clock-insert-selection-line): Let
12840         `org-get-category' do the property refresh.
12842         * org-archive.el (org-archive-subtree): Force a refresh of
12843         category properties.
12845 2011-07-28  Julien Danjou  <julien@danjou.info>
12847         * org-icalendar.el (org-print-icalendar-entries): Do not manually
12848         refresh categories.
12850 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12852         * org.el (org-display-inline-images): Check for clear-image-cache
12853         before using it.
12855 2011-07-28  Bernt Hansen  <bernt@norang.ca>
12857         * org.el: Document missing value for org-link-frame-setup.
12859 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12861         * ob-R.el (org-babel-R-write-object-command): Force evaluation of
12862         user code prior to the R exception-handling, so that errors in
12863         user code are unhandled.
12865 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12867         * org-src.el (org-src-font-lock-fontify-block): Test, early on,
12868         that a major-mode function corresponding to the language string
12869         exists.
12871 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
12873         * org-exp.el (org-export-mark-list-ending): Insert additional
12874         newline characters if end-list-marker is at a wrong position.
12876 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12878         * ob.el (org-babel-script-escape): Replace commas with spaces for
12879         better list reading when list items are packed with commas,
12880         e.g. Haskell list output.
12882 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12884         * ob-sass.el (org-babel-execute:sass): Uses ob-eval for better
12885         error reporting.
12887 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12889         * ob.el (org-babel-confirm-evaluate): Fix for the case when
12890         org-confirm-babel-evaluate is a function (used to always ask no
12891         matter what the function returns).
12893 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12895         * ob-R.el: Delete duplicated function.
12897 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12899         * ob.el (org-babel-execute-src-block): Removed unused flet
12900         function.
12902 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12904         * ob-asymptote.el (org-babel-execute:asymptote): Return nil to
12905         signal that the intended content has been written to file.
12907         * ob-ditaa.el (org-babel-execute:ditaa): Return nil to signal that
12908         the intended content has been written to file.
12910         * ob-dot.el (org-babel-execute:dot): Return nil to signal that the
12911         intended content has been written to file.
12913         * ob-gnuplot.el (org-babel-execute:gnuplot): Return nil to signal
12914         that the intended content has been written to file.
12916         * ob-latex.el (org-babel-execute:latex): Return nil to signal that
12917         the intended content has been written to file.
12919         * ob-mscgen.el (org-babel-execute:mscgen): Return nil to signal
12920         that the intended content has been written to file.
12922         * ob-octave.el (org-babel-execute:octave): Return result; not name
12923         of output file.
12925         * ob-plantuml.el (org-babel-execute:plantuml): Return nil to
12926         signal that the intended content has been written to file.
12928         * ob-python.el (org-babel-execute:python): Return result; not name
12929         of output file.
12931         * ob-ruby.el (org-babel-execute:ruby): Return result; not name of
12932         output file.
12934         * ob-sass.el (org-babel-execute:sass): Return nil if result has
12935         been written to file.
12937 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12939         * ob-R.el (org-babel-R-graphical-output-file): New function
12940         returns the name of the output file iff R has been instructed to
12941         send graphical output to file by means of the ":results graphics"
12942         directive.
12943         (org-babel-expand-body:R): Use `org-babel-R-graphical-output-file'
12944         when constructing the R code to evaluate, which may be augmented
12945         with code implementing the writing of graohical output to file.
12946         (org-babel-execute:R): Use `org-babel-R-graphical-output-file' to
12947         determine whether R is taking responsibility for writing output to
12948         file; if so, this is signaled to ob.el by returning a nil result.
12950 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12952         * ob.el (org-babel-format-result): New function to format results
12953         of src block execution.
12954         (org-babel-execute-src-block): Use `org-babel-format-result' when
12955         writing to file.
12956         (org-babel-open-src-block-result): Use `org-babel-format-result'
12957         when displaying results in a buffer.  Name results buffer
12958         differently.
12960 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12962         * ob.el (org-babel-execute-src-block): Avoid calling
12963         `orgtbl-to-generic' on number results.
12965 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12967         * ob.el (org-babel-execute-src-block): Allow specification of
12968         table separator with :sep header argument.
12969         (org-babel-open-src-block-result): Allow specification of table
12970         separator with :sep header argument.
12972 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12974         * ob.el (org-babel-execute-buffer): Wipe error buffer at outset of
12975         executing buffer (note that this handles execute subtree also).
12977 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
12979         * org-inlinetask.el (org-inlinetask-in-task-p): Small refactoring,
12980         do not modify match data either.
12981         (org-inlinetask-goto-end): Small refactoring, remove
12982         case-sensitivity.
12983         (org-inlinetask-goto-beginning): Small refactoring, remove
12984         case-sensitivity.
12986 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12988         * org-capture.el (org-capture-set-target-location): Use
12989         `current-time'.
12991 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12993         * org-capture.el (org-capture-set-target-location): Use
12994         `current-time'.
12996 2011-07-28  Bernt Hansen  <bernt@norang.ca>
12998         * org.el (org-before-first-heading-p): If point is on an org-mode
12999         heading line then we are not before the first heading.
13001 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
13003         * org-timer.el (org-timer-continue-hook): Define the variable
13004         (org-timer-pause-or-continue): Run hook after relative timer is
13005         continued.
13007 2011-07-28  Julien Danjou  <julien@danjou.info>
13009         * org-agenda.el (org-compile-prefix-format): Allow %() expression.
13011 2011-07-28  Julien Danjou  <julien@danjou.info>
13013         * org-capture.el (org-capture-fill-template): Use org-eval.
13015 2011-07-28  Julien Danjou  <julien@danjou.info>
13017         * org-agenda.el (org-eval): New function.
13019 2011-07-28  Dan Davison  <dandavison7@gmail.com>
13021         * ob.el (org-babel-execute-src-block): With :results file, when
13022         :file is not supplied, interpret result as a file link as long as
13023         it is a string.
13025 2011-07-28  David Maus  <dmaus@ictsoc.de>
13027         * org-latex.el (org-export-latex-preprocess): Don't convert link
13028         description parts that look like numeric footnote.
13030 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13032         * org-latex.el (org-export-latex-tables): Allowing specification
13033         of tabular[xy] inner environments through the ATTR_LaTeX line.
13035 2011-07-28  Julien Danjou  <julien@danjou.info>
13037         * org-capture.el (org-capture-fill-template): Use
13038         `org-set-property' directly.
13040 2011-07-28  Julien Danjou  <julien@danjou.info>
13042         * org-agenda.el (org-agenda-prefix-format): Add missing `search'
13043         item in docstring.
13045 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13047         * org-exp.el (org-export-string): Use `format' to construct
13048         function call to allow symbolic or string arguments.
13050 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
13052         * org-capture.el (org-capture-place-entry):
13053         (org-capture-insert-template-here): Check tree for validity before
13054         pasting it.
13056 2011-07-28  Julien Danjou  <julien@danjou.info>
13058         * org-gnus.el (org-gnus-store-link): Trim date.
13060 2011-07-28  Julien Danjou  <julien@danjou.info>
13062         * org.el (org-email-link-description): Allow to retrieve email
13063         link date.
13065 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
13067         * org.el (org-make-target-link-regexp): `regexp-quote' target
13068         before replacing whitespace.
13070 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13072         * ob.el (org-babel-expand-noweb-references): Noweb references can
13073         now be resolved from the library of babel.
13075 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13077         * ob.el (org-babel-result-end): No longer leaving trailing new
13078         line after block removal.
13080 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
13082         * org-latex.el (org-export-latex-first-lines): Anchor outline
13083         regexp during LaTeX tree export.
13085 2011-07-28  Konrad Hinsen  <konrad.hinsen@fastmail.net>
13087         * ob-python.el (org-babel-python-initiate-session-by-key): Make
13088         sure that py-which-bufname is initialized, as otherwise it will be
13089         overwritten the first time a Python buffer is created.
13091 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13093         * ob-sh.el (org-babel-sh-var-to-sh): Better escaping of variables
13094         with spaces.
13096 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13098         * ob-org.el (org-babel-execute:org): Padding code block with an
13099         empty title on LaTeX export.
13101 2011-07-28  Matt Lundin  <mdl@imapmail.org>
13103         * org.el (org-entry-properties): Stop scanning for timestamps if a
13104         specific timestamp property (e.g., DEADLINE, SCHEDULED, etc.) is
13105         requested and a match is found.  Also, if a specific timestamp
13106         property is requested, do not push non-relevant timestamps onto
13107         property list.
13109 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
13111         * org-agenda.el (org-agenda-add-time-grid-maybe): Show time only
13112         when grid is being made for today.
13114 2011-07-28  Matt Lundin  <mdl@imapmail.org>
13116         * org-agenda.el (org-agenda-get-scheduled): Don't call
13117         `org-is-habit-p' until after checking for
13118         `org-agenda-skip-scheduled-if-done'.
13120 2011-07-28  Achim Gratz  <Stromeko@nexgo.de>
13122         * org.el: Remove spurious linebreak introduced by earlier patch.
13124         * ob.el, ob-ref.el: Remove double fix of the same problem.
13126 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
13128         * org-table.el (orgtbl-ctrl-c-ctrl-c): Parse buffer for constants.
13130 2011-07-28  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
13132         * org-html.el (org-export-html-mathjax-template): Displaymath
13133         environment and MathJax.
13135 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
13137         * org-faces.el (org-agenda-current-time): New face.
13139         * org-agenda.el (org-agenda-show-current-time-in-grid):
13140         (org-agenda-current-time-string): New options.
13141         (org-agenda-add-time-grid-maybe): Add current time to time grid.
13143 2011-05-10  Jim Meyering  <meyering@redhat.com>
13145         Fix doubled-word typos.
13146         * org-agenda.el (org-agenda-entry-types): the the -> the
13147         * org-table.el (org-table-get-remote-range): or or -> or
13148         * org-wl.el (org-wl-folder-type): the the -> the
13149         * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
13151 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13153         * org-src.el (org-src-switch-to-buffer):
13154         * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
13155         * org-mouse.el (org-mouse-agenda-type):
13156         * org-freemind.el (org-freemind-node-to-org):
13157         * ob-sql.el (org-babel-execute:sql):
13158         * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
13159         * ob-ref.el (org-babel-ref-resolve): Fix use of case.
13161 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
13163         * Version 23.3 released.
13165 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
13167         * org.el (org-blank-before-new-entry, org-context-in-file-links)
13168         (org-refile-targets, org-log-repeat, org-insert-link)
13169         (org-speed-command-default-hook, org-speed-command-hook)
13170         (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
13171         Fix typos in docstrings.
13172         (org-toggle-pretty-entities): Fix typo in message.
13174 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
13176         * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
13178 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13180         * org-remember.el (org-remember-mode-map):
13181         * org-src.el (org-src-mode-map): Move initialization into declaration.
13183 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13185         * org-remember.el (org-remember-mode):
13186         * org-capture.el (org-capture-mode): Don't run hook redundantly.
13188 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
13190         * org-faces.el (org-link): Inherit from link face.
13191         Suggested by Joakim Verona.
13193 2010-12-11  Tassilo Horn  <tassilo@member.fsf.org>
13195         * org-footnote.el (org-footnote-create-definition): Place
13196         Footnotes section before message-signature-separator also in modes
13197         derived from message-mode.
13199 2010-12-11  Julien Danjou  <julien@danjou.info>
13201         * org.el (org-make-tags-matcher): Remove useless cat-p value.
13203 2010-12-11  Julien Danjou  <julien@danjou.info>
13205         * org.el (org-entry-properties): Enhance docstring.
13207 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13209         * org-list.el (org-list-top-point-with-indent)
13210         (org-list-bottom-point-with-indent): Pay also attention to
13211         'original-indentation property of text, as blocks are put to
13212         column 0 upon exporting.
13214 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13216         * ob.el (org-babel-remove-temporary-directory): Handle exception
13217         with message informing of failure to remove directory.
13219 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13221         * ob-clojure.el (org-babel-header-arg-names:clojure): Add
13222         `package' to the list of Clojure header arguments which will be read
13223         from heading properties.
13225 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13227         * org-inlinetask.el (org-inlinetask-export-templates): Add
13228         Sébastien Vauban's suggestion for LaTeX export in docstring.  This is
13229         not default as it requires an additional LaTeX package: "todonotes".
13231 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13233         * org-inlinetask.el (org-inlinetask-export-templates): New variable.
13235         * org-inlinetask.el (org-inlinetask-export-handler): Make use of
13236         templates to export inline tasks.
13238 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13240         * org.el (org-current-level): Ignore inline tasks when getting current
13241         level of entry.
13243 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13245         * org.el (org-indent-line-function): Ignore drawers inside inline
13246         tasks  if the line to indent isn't inside an inline task itself.
13248 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13250         * org-inlinetask.el (org-inlinetask-get-task-level): New function.
13252         * org-indent.el (org-indent-add-properties): Find true level of
13253         indentation wrt inline tasks.
13255 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13257         * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
13259         * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
13261         * org-inlinetask.el (org-inlinetask-goto-end): New function.
13263         * org.el (org-mark-subtree): New command.
13265         * org.el (org-speed-commands-default, org-mode-map): Make use of
13266         new command.
13268 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13270         * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
13271         from @<span class...> so it can be removed during LaTeX export.
13273 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13275         * ob.el (org-babel-insert-result): More informative code block
13276         evaluation messages.
13278 2010-12-11  Matt Lundin  <mdl@imapmail.org>
13280         * org.el (org-make-heading-search-string): Optionally limit number
13281         of lines stored in file link search strings.
13282         (org-context-in-file-links): Add option to set to integer specifying
13283         number of lines.
13285 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13287         * org-capture.el (org-capture-finalize): New prefix argument
13288         STAY-WITH-CAPTURE.
13289         (org-capture-refile): Improve docstring.
13291 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13293         * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
13294         interaction engine.
13296 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13298         * org-agenda.el (org-agenda-list):
13299         (org-agenda-goto-today): Use `org-today'.
13301 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13303         * org-latex.el (org-export-latex-make-header): Swap \begin{document}
13304         and the title/author definitions.
13306 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13308         * org-macs.el: Better backup definition for
13309         `with-silent-modifications'.
13311 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13313         * ob-python.el (org-babel-execute:python): Rename "prefix" to
13314         "preamble".
13315         (org-babel-python-evaluate): Rename "prefix" to "preamble".
13316         (org-babel-python-evaluate-external-process): Rename "prefix" to
13317         "preamble".
13319 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13321         * ob.el (org-babel-examplize-region): Check if `end' is a marker
13322         or a point and handle appropriately.
13324 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13326         * ob-sql.el (org-babel-execute:sql): Explicitly set field
13327         separator to \t when importing tabular data.
13329 2010-12-11  Julien Danjou  <julien@danjou.info>
13331         * org-agenda.el (org-agenda-custom-commands-local-options):
13332         Allow org-agenda-span to be a symbol.
13333         (org-agenda-ndays): Make obsolete.
13334         (org-agenda-span): New variable superseding org-agenda-ndays.
13335         (org-agenda-menu): Use org-agenda-current-span.
13336         (org-agenda-current-span): New local variable storing current
13337         span.
13338         (org-agenda-list): Take a span instead of ndays as argument.
13339         This function is now responsible for computing the ndays based
13340         on span.
13341         (org-agenda-ndays-to-span): Return span only if number of days
13342         really matches.
13343         (org-agenda-span-to-ndays): New function.
13344         (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
13345         (org-agenda-goto-today): Use org-agenda-compute-starting-span.
13346         (org-agenda-later): Do not give compute a new span, use the
13347         current one.
13348         (org-agenda-day-view, org-agenda-week-view)
13349         (org-agenda-month-view, org-agenda-year-view): Stop touching
13350         org-agenda-ndays.
13351         (org-agenda-change-time-span): Only compute starting-span.
13352         (org-agenda-compute-starting-span): New function derived from
13353         the old org-agenda-compute-time-span.
13354         (org-agenda-set-mode-name): Compute mode based on
13355         org-agenda-current-span.
13356         (org-agenda-span-name): New function.
13358 2010-12-11  Robert Pluim  <rpluim@gmail.com>  (tiny change)
13360         * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
13362 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13364         * org-clock.el (org-quarter-to-date): Define variables.
13365         (org-clock-special-range): Defin variables.  Use org-floor*.
13366         (org-clocktable-write-default): Define tcol.
13368         * org-compat.el (org-floor*): New function.
13370 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13371             John Wiegley  <jwiegley@gmail.com>
13373         * org-complete.el: New file.
13375 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13377         * org-clock.el (org-clocktable-write-default): Fix the % formula.
13379 2010-12-11  Matt Lundin  <mdl@imapmail.org>
13381         * org-agenda.el (org-format-agenda-item): The value of
13382         org-category is not converted to a string unless it is defined.
13384 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13386         * ob-python.el (org-babel-execute:python): Pass the new "prefix"
13387         header argument through to external evaluation.
13388         (org-babel-python-evaluate): Pass the new "prefix" header argument
13389         through to external evaluation.
13390         (org-babel-python-evaluate-external-process): When specified prepend
13391         "prefix" to the file used in external evaluation.
13393 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13395         * ob-python.el (org-babel-python-evaluate-session): Change python
13396         module name from 'pp' to 'pprint'.
13398 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13400         * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
13401         from R session output, these are often the result of variable
13402         assignments.
13404 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13406         * ob-sql.el (orgtbl-to-csv): Declaring an external function to
13407         fix a compiler warning.
13409 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13411         * ob-eval.el (require): No longer require ob.el to allow
13412         requiring by ob.el.
13414         * ob.el (ob-eval): Require ob-eval.
13416 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13418         * ob.el (org-babel-confirm-evaluate): Show code block's name when
13419         it is available during evaluation query.
13421 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13423         * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
13424         code block.
13425         (org-babel-execute:sql): Use sql specific body expansion function.
13426         (org-babel-sql-expand-vars): Insert variables into a sql code block.
13428 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13430         * ob.el (org-babel-insert-result): Using markers instead of
13431         points for more robust buffer anchors.
13433 2010-12-11  Julien Danjou  <julien@danjou.info>
13435         * org-capture.el: Use org-today.
13437 2010-12-11  Julien Danjou  <julien@danjou.info>
13439         * org-habit.el: Use org-today.
13441 2010-12-11  Julien Danjou  <julien@danjou.info>
13443         * org.el (org-auto-repeat-maybe): Use org-today.
13445 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13447         * org-clock.el (org-day-of-week): New function.
13448         (org-quarter-to-date): New function.
13449         (org-clock-special-range): Implement quarters.
13451 2010-12-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
13453         * org.el (org-complete-tags-always-offer-all-agenda-tags):
13454         Fix docstring.
13456 2010-12-11  Julien Danjou  <julien@danjou.info>
13458         * org-agenda.el (org-format-agenda-item): Convert category to a string
13459         if it is a symbol.  This fixes the following call to
13460         org-agenda-get-category-icon which fails if category is not a string.
13462 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13464         * ob-clojure.el: Updated requirements documentation to mention
13465         the minimum version of Clojure.
13466         (org-babel-expand-body:clojure): Fully qualified function name.
13468 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13470         * org-latex.el (org-export-latex-lists): Do not add an
13471         unnecessary newline character after a list.
13473         * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
13474         point is just after a non blank line.
13476 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13478         * ob.el (org-babel-examplize-region): Remove old assertion which
13479         no longer applies to the result insertion code.
13481 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13483         * ob-python.el (org-babel-execute:python): Use a :return header
13484         argument for external evaluation in which the code block body need
13485         to be wrapped in a function.
13487 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13489         * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
13490         variable.
13492 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13494         * org.el (org-edit-special): Edit formulas when in TBLMF line.
13496 2010-12-11  Allen S. Rout  <asr@ufl.edu>  (tiny change)
13498         * org-capture.el (org-capture-after-finalize-hook): New hook.
13499         (org-capture-finalize): Run the new hook.
13501 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13503         * ob-clojure.el (org-babel-expand-body:clojure): Support for
13504         pretty printing of Clojure code and data.
13506 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13508         * ob.el (org-babel-insert-result): No longer escape results which
13509         will be wrapped in a block.
13511 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13513         * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
13514         warning and added documentation string.
13516 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13518         * ob-clojure.el (org-babel-execute:clojure): Remade using slime
13519         for all code evaluation.
13521 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13523         * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
13524         the column as well.
13526 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13528         * ob.el (org-babel-confirm-evaluate): More descriptive message
13529         when evaluation is aborted or disabled.
13531 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13533         * ob.el (org-babel-insert-result): Responds to new "wrap" header
13534         argument.
13535         (org-babel-merge-params): Includes new "wrap" header argument in
13536         one of the results header argument exclusive groups.
13538 2010-12-11  David Maus  <dmaus@ictsoc.de>
13540         * org-macs.el (with-silent-modifications): Fix condition for
13541         with-silent-modification.
13543 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13545         * ob.el (org-babel-parse-header-arguments): Stripping trailing
13546         spaces off of header arguments (even the first one).
13548 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13550         * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
13551         single quotes which is the best practice.
13552         (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
13553         more robust parsing of shell output.
13555 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13557         * org.el (org-additional-option-like-keywords): Add more keywords,
13558         and colons to some old ones.
13560 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13562         * ob-eval.el (org-babel-error-buffer-name): Define new variable.
13564 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13566         * ob-python.el (org-babel-python-table-or-string):
13567         Using `org-babel-script-escape' for reading string input from scripting
13568         languages.
13570 2010-12-11  Achim Gratz  <Stromeko@nexgo.de>  (tiny change)
13572         * org-macs.el (org-called-interactively-p): Wrap function call in
13573         with-no-warnings.
13574         (with-silent-modifications): Declare macro for Emacs < 23.2.
13576 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13578         * ob.el (org-babel-parse-header-arguments): Remove addition of
13579         ":" to singleton first header arguments as it was leading to errors.
13581 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13583         * org-latex.el (org-export-latex-make-header): Run the title through
13584         `org-export-latex-fontify-headline'.
13585         (org-export-latex-fontify-headline): Do the protection of math
13586         snippets also here.
13588 2010-12-11  Richard Lawrence  <richard.lawrence@berkeley.edu>
13590         * org-latex.el (org-export-as-latex): Sent the section title
13591         through the preprocessor.
13593 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13595         * org-html.el (org-html-level-start): Mark listified headings
13596         with a custom id.
13598 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13600         * org.el (org-open-at-point): Don't do footnote action if cursor is
13601         on a bracket link.
13603 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13605         * org.el (org-edit-special): Check also for TBLFM line.
13607 2010-12-11  Achim Gratz  <Stromeko@Stromeko.DE>  (tiny change)
13609         * org-clock.el (org-get-clocktable): Previous patch incorrectly
13610         required whitespace in front of #+BEGIN: and #+END:.
13612 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13614         * org-src.el (org-edit-src-code): Allow region to be inherited by
13615         edit buffer when mark is one character beyond end of src block.
13617 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13619         * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
13620         checking item indentation.
13622 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13624         * ob.el (org-babel-map-src-blocks): Move to earlier in the file
13625         and now autoloading.
13627 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13629         * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
13630         for testing list membership.
13632         * ob.el (org-babel-read-result): Use higher level function for
13633         testing list membership.
13634         (org-babel-result-end): Use higher level function for testing list
13635         membership.
13637 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13639         * ob-sqlite.el (ob-eval): Require ob-eval for external command
13640         execution.
13641         (org-babel-execute:sqlite): No longer uses the init option for
13642         passing commands to sqlite.
13644 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13646         * org.el (org-indent-line-function): Drawers and blocks have no
13647         influence on indentation of text below.  Also fix indentation
13648         problem with a block at column 0 and add a special case for
13649         literal examples.
13651 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13653         * ob.el (org-babel-map-src-blocks): Ensure that the file argument
13654         is only evaluated once.
13656 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13658         * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
13659         type of data
13660         (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
13662 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13664         * ob-tangle.el (org-babel-load-file): Can be called interactively.
13666 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
13668         * org-table.el (orgtbl-after-send-table-hook): New hook.
13669         (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
13670         table was sent.
13671         (orgtbl-send-table): Return the number of sent tables, or nil if no
13672         sending has happened.
13674 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13676         * org.el (org-get-priority-function): New option.
13677         (org-get-priority): Call `org-get-priority-function' if that
13678         has been set.
13680 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13682         * ob-table.el (org-babel-table-truncate-at-newline): Only add
13683         "..." if there is something after the newline.
13685 2010-12-11  Achim Gratz  <Stromeko@nexgo.de>  (tiny change)
13687         * org-clock.el (org-get-clocktable):
13688         (org-in-clocktable-p):
13689         (org-clocktable-shift):
13690         (org-clocktable-steps): Fix regexp to allow for indented clock tables.
13692 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
13694         * org-exp.el (org-export-handle-include-files): Support :minlevel
13695         property.
13696         (org-get-file-contents): New argument minlevel to demote included
13697         content.
13699 2010-12-11  Noorul Islam  <noorul@noorul.com>
13701         * org-latex.el (org-export-latex-hyperref-format): New option.
13702         (org-export-latex-href-format): Rename the existing variable
13703         `org-export-latex-hyperref-format' as `org-export-latex-href-format'
13704         (org-export-latex-links): Use `org-export-latex-hyperref-format' and
13705         `org-export-latex-href-format'.
13707 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13709         * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
13710         buffer exists before it is used.
13712 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13714         * org-exp.el (org-export-preprocess-string): Delay code block
13715         processing a bit to allow correct list parsing in the export string.
13717 2010-12-11  Christopher Allan Webber  <cwebber@dustycloud.org>
13719         * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
13720         (org-agenda-time-of-day-to-ampm): New function.
13721         (org-agenda-time-of-day-to-ampm-maybe): New function.
13722         (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
13724 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13726         * org-faces.el (org-cycle-level-faces): New option.
13728         * org.el (org-get-level-face): Honor org-cycle-level-faces.
13730 2010-12-11  Julien Danjou  <julien@danjou.info>
13732         * org-agenda.el (org-agenda-today): New function.
13733         (org-agenda-get-day-face): New function.
13734         (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
13735         (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
13736         (org-todo-list): Use org-agenda-today.
13737         (org-get-all-dates): Use org-agenda-today.
13738         (org-agenda-day-face-function): New variable.
13739         (org-agenda-get-day-face): Use org-agenda-day-face-function.
13741 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13743         * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
13744         in Org.
13746 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13748         * org-html.el (org-export-as-html): Do not treat partially
13749         protected lines as if they were fully protected.
13751 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13753         * org-exp.el (org-export-format-source-code-or-example):
13754         Remove hard-wired configuration of minted export
13755         (org-export-latex-minted-with-line-numbers): Remove variable.
13757 2010-12-11  Bastien Guerry  <bzg@gnu.org>
13759         * org-clock.el (org-dblock-write:clocktable): Fix double
13760         reference to `link' in let construct.
13761         (org-clock-clocktable-formatter): Fix typo in docstring.
13762         (org-clocktable-write-default): Fix typo in docstring.
13764 2010-12-11  David Maus  <dmaus@ictsoc.de>
13766         * org-protocol.el (org-protocol-unhex-string): Normalize percent
13767         escape sequence to upper case letters.
13769 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13771         * ob-lob.el (org-babel-lob-get-info): Include pass-through
13772         header arguments in results variable header argument string.
13774 2010-12-11  David Maus  <dmaus@ictsoc.de>
13776         * org-exp.el (org-export-visible): Limit search for in-buffer options
13777         beginning of first headline.
13779 2010-12-11  David Maus  <dmaus@ictsoc.de>
13781         * org.el (org-open-at-point): Remove stale link handler for news:
13782         links.
13784 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13786         * org-clock.el (org-clocktable-write-default): Better handling of
13787         narrowing.
13789 2010-12-11  Julien Danjou  <julien@danjou.info>
13791         * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
13793 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13795         * org.el (org-indent-line-function): Simplify code and remove bug that
13796         would insert a tab at the beginning of the line when trying to
13797         indent the item.
13799 2010-12-11  Julien Danjou  <julien@danjou.info>
13801         * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
13803 2010-12-11  Julien Danjou  <julien@danjou.info>
13805         * org-agenda.el (org-agenda-prefix-format): Insert place holder
13806         for icon.
13807         (org-agenda-category-icon-alist): New option.
13808         (org-agenda-get-category-icon): New function.
13809         (org-format-agenda-item): Support for icons.
13810         (org-compile-prefix-format): Support for icons.
13812 2010-12-11  Julien Danjou  <julien@danjou.info>
13814         * org-compat.el: Create defalias for `string-match-p' and
13815         looking-at-p.
13817 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13819         * ob-calc.el (org-babel-execute:calc): Support for variables --
13820         converts :var variables in calc variables.
13822 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13824         * org.el (org-sparse-tree): Mention [r] in dispatch menu.
13826 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13828         * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
13830 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13832         * org-id.el (org-id-store-link): Test for org-mode before checking
13833         for IDs.
13835 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13837         * org.el (org-shorten-string): New function.
13839         * org-exp.el (org-export-convert-protected-spaces): New function.
13840         (org-export-preprocess-string):
13841         Call `org-export-convert-protected-spaces' to handle new hard spaces.
13843 2010-12-11  David Maus  <dmaus@ictsoc.de>
13845         * org.el (org-narrow-to-subtree): Check for heading that ends at end
13846         of buffer.
13848 2010-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
13850         * org-capture.el (org-capture-templates): Remove autoload from
13851         defcustom.
13853         * ob-lisp.el (slime): Don't expect slime to be present.
13855 2010-11-11  Dan Davison  <dandavison7@gmail.com>
13857         * ob.el: `copy-sequence' suffices to copy alist; no need for
13858         `copy-tree'.
13860 2010-11-11  Dan Davison  <dandavison7@gmail.com>
13862         * ob.el (org-babel-execute-src-block): If ":results file" is in
13863         effect, then ensure that the value of :file is returned as the
13864         result; don't rely on language files for this.
13866 2010-11-11  Dan Davison  <dandavison7@gmail.com>
13868         * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
13869         structure by side-effects of `sort'.
13871 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13873         * org-list.el (org-list-bottom-point-with-indent): Do not check
13874         indentation of a non-empty blank line.
13876         * org-list.el (org-sort-list): Sort a list with point anywhere
13877         inside it.
13879 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13881         * ob-calc.el (org-babel-execute:calc): Safer evaluation and
13882         hopefully better error messages.
13884 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13886         * org.el (org-babel-load-languages): Adding calc.
13888 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13890         * ob.el (org-babel-initiate-session): Don't resolve variable
13891         references unless prefix arg is supplied.
13893 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13895         * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
13896         refers to the correct stack.
13898 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13900         * ob-calc.el: Adding the beginnings of support for calc code
13901         blocks.
13903 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13905         * ob-tangle.el (org-babel-update-block-body): Declaring function
13906         for updating code block bodies.
13907         (org-babel-spec-to-string):
13908         (org-babel-detangle): Detangle all tangled and commented code
13909         blocks in the current file back to org.
13910         (org-babel-tangle-jump-to-org): Jump from a tangled and commented
13911         file back to the originating org-mode code block ob-tangle:
13912         detangle changes in code files back to the original org files.
13914 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13916         * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
13917         (org-babel-tangle-comment-format-end): Fix typo.
13919 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13921         * org-exp.el (org-export-format-source-code-or-example):
13922         Use minted for latex source code export if `org-export-latex-listings'
13923         has the value 'minted.
13925         * org-latex.el (org-export-latex-listings): Document special value
13926         'minted.
13928         * org-latex.el (org-export-latex-minted): Delete variable.
13930 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13932         * ob.el (org-babel-get-src-block-info): Retrieve contents of
13933         parentheses, excluding parentheses themselves.
13935 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13937         * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
13938         Fix bug in gnuplot data file assignment using user variables.
13940 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13942         * ob-latex.el (org-babel-execute:latex): Adding new :headers
13943         header argument for latex code blocks.
13945 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13947         * org-capture.el (org-capture-templates): New capture property
13948         `:kill-buffer'.
13949         (org-capture-finalize): Kill target buffer if that is desired.
13950         (org-capture-target-buffer): Remember if we have to make the buffer.
13952 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13954         * org-clock.el (org-dblock-write:clocktable): Fix bug when
13955         computing clock tables.
13957 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13959         * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
13960         to caller even if no table is generated.
13962 2010-11-11  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
13964         * org-agenda.el (org-agenda-get-sexps): Handle lists as return
13965         values from diary entries.
13967         * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
13968         anniversaries.
13970         * org.el (org-diary-sexp-entry): Handle lists as return values
13971         from diary entries.
13973 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13975         * org-capture.el (org-capture-empty-lines-before):
13976         (org-capture-empty-lines-after): Make sure the n=0 does not insert
13977         any newlines.
13979 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13981         * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
13982         message when clojure binary is not found.
13984 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13986         * org-html.el (org-format-table-html): New argument DOCBOOK.
13987         (org-format-org-table-html): New argument DOCBOOK.  When set, use
13988         align instead of class to align table fields.
13990         * org-docbook.el (org-export-as-docbook): Specify the docbook
13991         argument for the table converter.
13993 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13995         * org-macs.el (org-called-interactively-p): New macro.
13997         * org-freemind.el: No longer require 'rx.
13998         (org-freemind): New customization group, use it for all the
13999         variables.
14000         (org-export-as-freemind): Add docstring.
14001         (org-freemind-show): Improve filen naming.
14002         (org-freemind-convert-links-helper): New function.
14003         (org-freemind-bol-helper-base-indent): New variable.
14004         (org-freemind-bol-helper): New function.
14005         (org-freemind-node-css-style): New option.
14006         (org-freemind-node-pattern): New variable.
14007         (org-freemind-from-org-mode): Better docstring.
14009 2010-11-11  David Maus  <dmaus@ictsoc.de>
14011         * ob-haskell.el (org-babel-variable-assignments:haskell):
14012         Don't pass more than two arguments to mapc.
14014 2010-11-11  David Maus  <dmaus@ictsoc.de>
14016         * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
14018 2010-11-11  David Maus  <dmaus@ictsoc.de>
14020         * org-footnote.el (message-signature-separator): Defvar to silence
14021         byte compiler.
14023 2010-11-11  David Maus  <dmaus@ictsoc.de>
14025         * org-exp.el (org-export-string): Fix reference to wrong symbol.
14027 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>
14029         * org.el (org-link-search): Return 'dedicated on successful match
14030         when org-link-search-must-match-exact-headline is set to t.
14032 2010-11-11  Daniel Clemente  <n142857@gmail.com>
14034         * org-html.el (org-html-make-link): Append fragment to file: links
14035         if present.
14037 2010-11-11  Tassilo Horn  <tassilo@member.fsf.org>
14039         * org-footnote.el (org-footnote-create-definition)
14040         (org-footnote-goto-local-insertion-point): Add footnotes before
14041         signature when in message-mode.
14043 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14045         * org.el (org-display-inline-images): Improve regexp.
14047 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14049         * org.el (org-cycle): Make sure resetting to startup visibility
14050         works after another cycle command.
14052 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14054         * org-exp.el (org-export-string): New function org-export-string
14055         can be used to convert a string of test in org-mode markup to a
14056         specified format.
14058 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14060         * org.el (org-display-inline-images): Allow non-ASCII characters
14061         in image file names.  Save match data.
14063 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14065         * org.el (org-auto-repeat-maybe): Fix shifting multiple time
14066         stamps.
14068 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14070         * org-exp.el (org-store-forced-table-alignment):
14071         (org-export-remove-special-table-lines): Allow the "c" cookie for
14072         table alignment.
14074         * org-html.el (org-export-table-header-tags):
14075         (org-export-table-data-tags): Add another %s format for the
14076         alignment.
14077         (org-export-html-table-align-individual-fields): New option.
14078         (org-format-org-table-html): Implement field-by-field alignment
14079         and support centering.
14080         (org-format-table-table-html): Make sure the new table tag formats
14081         don't break this function.
14083         * org-table.el (org-table-cookie-line-p):
14084         (org-table-align): Allow for the <c> cookie.
14086         * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
14088 2010-11-11  David Maus  <dmaus@ictsoc.de>
14090         * org-exp.el (org-export-normalize-links): Skip normalization of
14091         plain links that are part of another link.
14093 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14095         * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
14097 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14099         * org-indent.el (org-indent-add-properties):
14100         Use `with-silent-modifications'.
14101         (org-indent-remove-properties): Use `with-silent-modifications'.
14103 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14105         * org-table.el (org-table-cookie-line-p): Fix indentation.
14107         * org-exp.el (org-store-forced-table-alignment): New function.
14108         (org-export-preprocess-string):
14109         Call `org-store-forced-table-alignment'.
14111         * org-html.el (org-format-org-table-html): Use stored alignment
14112         information.
14114 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14116         * ob.el (org-babel-execute-src-block): Respects prefix argument
14117         (which forces re-calculation).
14119 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14121         * ob.el (org-babel-execute-src-block): Remove needless param
14122         sorting from ob-execute-src-block, the params are sorted already
14123         by ob-sha1-hash.
14125 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14127         * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
14128         header argument level.
14130 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14132         * ob.el (org-babel-sha1-hash): Consider words in different order
14133         as different input.
14135 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14137         * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
14139 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14141         * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
14142         structure of an Org-mode table (list of lists).
14144 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14146         * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
14147         (reference to unassigned variable `src-lang' and avoid calling
14148         org-babel-get-src-block-info twice.
14150 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14152         * ob.el (org-babel-demarcate-block): Updated to reflect the new
14153         info list contents.
14155 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14157         * org-src.el (org-edit-src-code): Supply non-nil argument to
14158         `org-babel-get-src-block-info' to avoid resolving variable
14159         references.
14161 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14163         * ob.el (org-babel-map-src-blocks): Fix minor bug in and
14164         improved efficiency of org-babel-map-src-blocks.
14166 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14168         * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
14169         checks that a code block will actually be tangled before
14170         collecting it's full information (a process which could involve
14171         the execution of other code blocks).
14173 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14175         * ob.el (org-babel-demarcate-block): Use light version of
14176         `org-babel-get-src-block-info'.
14178 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14180         * ob.el (org-babel-sha1-hash): Now handles more complex types in
14181         params.
14183 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14185         * ob.el (org-babel-execute-src-block): Generally using the new
14186         more informative params
14187         (org-babel-process-params): Don't forget the :var portion of
14188         variable assignments.
14190 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14192         * ob-table.el (sbe): Simplified to reflect to var resolution.
14194 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14196         * ob-ref.el (org-babel-ref-resolve): Bringing the referent
14197         arguments back to their params before evaluation.
14199 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14201         * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
14202         indentation.
14204 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14206         * ob-table.el (sbe): Use `org-babel-process-params params' instead
14207         of `org-babel-expand-variables'.
14209 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14211         * ob-C.el (org-babel-C-execute): Remove call to
14212         org-babel-process-params which should no longer be called from
14213         within a language file.
14215         * ob-R.el (org-babel-execute:R): Remove call to
14216         org-babel-process-params which should no longer be called from
14217         within a language file
14218         (org-babel-R-variable-assignments): Remove call to
14219         org-babel-process-params which should no longer be called from
14220         within a language file.
14222         * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
14223         org-babel-process-params which should no longer be called from
14224         within a language file.
14226         * ob-clojure.el (org-babel-execute:clojure): Remove call to
14227         org-babel-process-params which should no longer be called from
14228         within a language file.
14230         * ob-dot.el (org-babel-execute:dot): Remove call to
14231         org-babel-process-params which should no longer be called from
14232         within a language file.
14234         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
14235         call to org-babel-process-params which should no longer be called
14236         from within a language file
14237         (org-babel-execute:emacs-lisp): Remove call to
14238         org-babel-process-params which should no longer be called from
14239         within a language file.
14241         * ob-haskell.el (org-babel-execute:haskell): Remove call to
14242         org-babel-process-params which should no longer be called from
14243         within a language file.
14245         * ob-js.el (org-babel-execute:js): Remove call to
14246         org-babel-process-params which should no longer be called from
14247         within a language file.
14249         * ob-lisp.el (org-babel-execute:lisp): Remove call to
14250         org-babel-process-params which should no longer be called from
14251         within a language file.
14253         * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
14254         org-babel-process-params which should no longer be called from
14255         within a language file.
14257         * ob-octave.el (org-babel-execute:octave): Remove call to
14258         org-babel-process-params which should no longer be called from
14259         within a language file.
14261         * ob-perl.el (org-babel-execute:perl): Remove call to
14262         org-babel-process-params which should no longer be called from
14263         within a language file.
14265         * ob-python.el (org-babel-execute:python): Remove call to
14266         org-babel-process-params which should no longer be called from
14267         within a language file.
14269         * ob-ruby.el (org-babel-execute:ruby): Remove call to
14270         org-babel-process-params which should no longer be called from
14271         within a language file.
14273         * ob-scheme.el (org-babel-execute:scheme): Remove call to
14274         org-babel-process-params which should no longer be called from
14275         within a language file.
14277         * ob-screen.el (org-babel-execute:screen): Remove call to
14278         org-babel-process-params which should no longer be called from
14279         within a language file
14280         (org-babel-prep-session:screen): Remove call to
14281         org-babel-process-params which should no longer be called from
14282         within a language file.
14284         * ob-sh.el (org-babel-execute:sh): Remove call to
14285         org-babel-process-params which should no longer be called from
14286         within a language file.
14288         * ob-sql.el (org-babel-execute:sql): Remove call to
14289         org-babel-process-params which should no longer be called from
14290         within a language file.
14292         * ob-haskell.el (org-babel-execute:haskell): Remove reference to
14293         processed params.
14295         * ob-clojure.el (org-babel-execute:clojure): Remove reference to
14296         processed params.
14298         * ob-R.el (org-babel-execute:R): Remove reference to processed
14299         params.
14301 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14303         * ob-sql.el (org-babel-execute:sql): Use generic expansion
14304         function
14305         (org-babel-expand-body:sql): Delete function.
14307 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14309         * ob-sh.el (org-babel-execute:sh): Use generic expansion function
14310         (org-babel-expand-body:sh): Delete function
14311         (org-babel-prep-session:sh): Change name of called function
14312         (org-babel-variable-assignments:sh): Change function name.
14314 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14316         * ob-screen.el (org-babel-execute:screen): Use generic expansion
14317         function
14318         (org-babel-expand-body:screen): Delete function
14319         (org-babel-prep-session:screen): Remove references to processed
14320         params.
14322 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14324         * ob-sass.el (org-babel-execute:sass): Use generic expansion
14325         function
14326         (org-babel-expand-body:sass): Delete function.
14328 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14330         * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
14331         function
14332         (org-babel-prep-session:ruby): Use new variable assignment
14333         function
14334         (org-babel-variable-assignments:ruby): New function
14335         (org-babel-expand-body:ruby): Delete function.
14337 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14339         * ob-python.el (org-babel-execute:python): Use generic expansion
14340         function
14341         (org-babel-prep-session:python): Change name of called function
14342         (org-babel-variable-assignments:python): Change function name
14343         (org-babel-expand-body:python): Delete function.
14345 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14347         * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
14348         (automatically handled by generic version).
14350 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14352         * ob-perl.el (org-babel-execute:perl): Use generic expansion
14353         function
14354         (org-babel-expand-body:perl): Delete function
14355         (org-babel-variable-assignments:perl): New function.
14357 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14359         * ob-org.el (org-babel-expand-body:org): Delete function
14360         (automatically handled by generic version).
14362 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14364         * ob-octave.el (org-babel-execute:octave): Use generic expansion
14365         function
14366         (org-babel-variable-assignments:octave): Change name of function
14367         (org-babel-variable-assignments:matlab): New defalias
14368         (org-babel-prep-session:octave): Change name of function
14369         (org-babel-expand-body:matlab): Delete function
14370         (org-babel-expand-body:octave): Delete function.
14372 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14374         * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
14375         function
14376         (org-babel-variable-assignments:ocaml): New function
14377         (org-babel-expand-body:ocaml): Delete function.
14379 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14381         * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
14382         (automatically handled by generic version).
14384 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14386         * ob-js.el (org-babel-execute:js): Use new variable assignment
14387         function
14388         (org-babel-expand-body:js): Delete function
14389         (org-babel-prep-session:js): Use new variable assignment function
14390         (org-babel-variable-assignments:js): New function.
14392 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14394         * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
14395         function
14396         (org-babel-expand-body:haskell): Delete function
14397         (org-babel-prep-session:haskell): Use variable assignment function
14398         (org-babel-variable-assignments:haskell): New function.
14400 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14402         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
14403         assignment function
14404         (org-babel-prep-session:gnuplot): Use variable assignment function
14405         (org-babel-variable-assignments:gnuplot): New function.
14407 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14409         * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
14410         (automatically handled by generic version).
14412 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14414         * ob-css.el (org-babel-expand-body:css): Delete function
14415         (automatically handled by generic version).
14417 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14419         * ob-asymptote.el (org-babel-execute:asymptote): Use generic
14420         expansion function
14421         (org-babel-expand-body:asymptote): Delete function
14422         (org-babel-variable-assignments:asymptote): New function.
14424 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14426         * ob-R.el (org-babel-expand-body:R): Use new function
14427         `org-babel-variable-assignments:R'; don't trim body.
14428         (org-babel-execute:R): Respond to changes in
14429         `org-babel-expand-body:R'
14430         (org-babel-prep-session:R): Called function is now named
14431         `org-babel-variable-assignments:R'
14432         (org-babel-variable-assignments:R): Receives processed-params as
14433         new optional argument.
14435 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14437         * ob-C.el (org-babel-C-expand): Don't trim body.
14439 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14441         * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
14442         obtaining variable references.
14444 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14446         * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
14447         assignment lines to generic expansion command.
14449 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14451         * ob.el (org-babel-expand-src-block): Supply variable assignment
14452         lines to generic expansion function
14453         (org-babel-expand-body:generic): Prepend body with optional
14454         variable assignment lines.
14456 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14458         * ob-exp.el (org-babel-exp-results): Replaced old function call.
14460 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14462         * ob-lob.el (org-babel-lob-execute): Now expanding variable
14463         references before execution.
14465 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14467         * ob.el (org-babel-execute-src-block): Only sort parameters if
14468         it's required for caching.
14470 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14472         * ob-table.el (sbe): Reworking for better indentation and to
14473         integrate the new variable resolution.
14475 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14477         * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
14478         variables when resolving references.
14480 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14482         * ob.el (org-babel-merge-params): Fix order or precedence for
14483         variables.
14485 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14487         * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
14488         * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
14489         (org-babel-R-variable-assignments):
14490         * ob-asymptote.el (org-babel-expand-body:asymptote)
14491         (org-babel-execute:asymptote):
14492         * ob-clojure.el (org-babel-expand-body:clojure)
14493         (org-babel-execute:clojure):
14494         * ob-css.el (org-babel-expand-body:css):
14495         * ob-ditaa.el (org-babel-expand-body:ditaa):
14496         * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
14497         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
14498         (org-babel-execute:emacs-lisp):
14499         * ob-gnuplot.el (org-babel-expand-body:gnuplot)
14500         * ob-haskell.el (org-babel-expand-body:haskell)
14501         (org-babel-execute:haskell, org-babel-load-session:haskell)
14502         (org-babel-prep-session:haskell):
14503         * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
14504         * ob-latex.el (org-babel-expand-body:latex):
14505         * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
14506         * ob-mscgen.el (org-babel-expand-body:mscgen):
14507         * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
14508         * ob-octave.el (org-babel-expand-body:matlab)
14509         (org-babel-expand-body:octave, org-babel-execute:octave)
14510         (org-babel-octave-variable-assignments):
14511         * ob-org.el (org-babel-expand-body:org):
14512         * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
14513         * ob-plantuml.el (org-babel-expand-body:plantuml):
14514         * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
14515         (org-babel-python-variable-assignments):
14516         * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
14517         * ob-sass.el (org-babel-expand-body:sass):
14518         * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
14519         * ob-screen.el (org-babel-expand-body:screen):
14520         * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
14521         (org-babel-sh-variable-assignments):
14522         * ob-sql.el (org-babel-expand-body:sql):
14523         * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
14524         * ob.el (org-babel-expand-body:generic):
14525         Remove obsoleted optional third argument.
14527 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14529         * ob-clojure.el (org-babel-prep-session:clojure): Purging all
14530         calls to removed org-babel-ref-variables.
14532 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14534         * ob-lob.el (org-babel-lob-ingest): Now returns the count of
14535         ingested code blocks.
14537 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14539         * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
14540         information from within the original export file.
14542 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14544         * ob.el (org-babel-get-src-block-info): Small but crucial fix)
14545         (this should return nil if not match found.
14547 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14549         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
14550         Whitespace (org-babel-execute:emacs-lisp): Whitespace.
14552 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14554         * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
14555         docstring.
14557         * ob-python.el (org-babel-python-variable-assignments):
14558         Provide missing docstring.
14560 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14562         * ob-octave.el (org-babel-expand-body:octave): Refactor: break
14563         variable assignment part out into a separate function
14564         (org-babel-octave-variable-assignments): New function constructing
14565         list of variable assignment statements
14566         (org-babel-prep-session:octave): Use new function
14567         `org-babel-octave-variable-assignments' instead of previous
14568         (incorrect) variable assignment code.
14570 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14572         * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
14573         assignment part out into a separate function
14574         (org-babel-sh-variable-assignments): New function constructing
14575         list of variable assignment statements
14576         (org-babel-prep-session:sh): Use new function
14577         `org-babel-sh-variable-assignments' instead of previous
14578         (incorrect) variable assignment code.
14580 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14582         * ob-python.el (org-babel-expand-body:python): Refactor: break
14583         variable assignment part out into a separate function
14584         (org-babel-python-variable-assignments): New function constructing
14585         list of variable assignment statements
14586         (org-babel-prep-session:python): Use new function
14587         `org-babel-python-variable-assignments' instead of previous
14588         (incorrect) variable assignment code.
14590 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14592         * ob-R.el (org-babel-expand-body:R): Refactor: break variable
14593         assignment part out into a separate function
14594         (org-babel-R-variable-assignments): New function constructing list
14595         of variable assignment statements
14596         (org-babel-prep-session:R): Use new function
14597         `org-babel-R-variable-assignments' instead of previous
14598         (incorrect) variable assignment code.
14600 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14602         * ob.el (org-babel-initiate-session): Better variable names.
14604 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14606         * ob.el (org-number-sequence):
14607         Declared * ob-R.el (org-number-sequence): Declared.
14609 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14611         * ob.el (org-babel-map-src-blocks): Store correct value of
14612         `end-block'.
14614 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14616         * ob.el (org-babel-mark-block): New function to mark the body of a
14617         src block in the style of `mark-defun'.
14619 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14621         * org-compat.el (org-number-sequence): New function.
14623         * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
14625         * ob.el (org-babel-where-is-src-block-result):
14626         Use `org-number-sequence'.
14627         (org-babel-current-buffer-properties): Fix variable definition.
14629         * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
14631         * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
14632         version of `shell-command'.
14634         * org-latex.el (org-export-as-pdf): Use the 2-argument version of
14635         `shell-command'.
14637 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14639         * org-list.el (org-list-search-unenclosed-generic): Replace call
14640         to booleanp.
14642 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14644         * org.el (org-agenda-jump-prefer-future): New option.
14646         * org-agenda.el (org-agenda-goto-date):
14647         Use `org-agenda-jump-prefer-future'.
14649 2010-11-11  Noorul Islam  <noorul@noorul.com>
14651         * org-latex.el (org-export-latex-links): Replaced hard coded
14652         hyperref format with custom variable
14653         `org-export-latex-hyperref-format'.
14655 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14657         * org.el (org-insert-heading): Fix docstring.
14659 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
14661         * org-capture.el (org-capture-place-entry): If the first line is
14662         already a headline, just stay there.
14664 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14666         * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
14667         are non-nil.
14669 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14671         * org-ascii.el (org-ascii-replace-entities): Match an optional {}
14672         after an entity.
14674 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14676         * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
14677         table fields.
14679 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14681         * org.el (org-insert-heading): When on the headline of an inline
14682         task, insert another inline tasks.
14684 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14686         * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
14687         links for blocks that will actually tangle.
14689 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14691         * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
14692         in expanded shell bodies.
14694 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14696         * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
14697         newline characters.
14699 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14701         * ob-sh.el (org-babel-expand-body:sh): Align code.
14703 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14705         * ob.el (org-babel-params-from-properties): Max line with at <=80.
14707 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14709         * org-latex.el (org-export-latex-listings-langs): Clojure is now
14710         recognized as a lisp.
14712 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14714         * ob.el (org-babel-params-from-properties): Use `org-babel-read'
14715         to interpret property as header argument value.
14717 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14719         * ob.el (org-babel-parse-header-arguments): Simplify reading of
14720         header arg value.
14722 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14724         * org-publish.el (org-publish-org-to-ascii):
14725         (org-publish-org-to-latin1):
14726         (org-publish-org-to-utf8): New functions.
14728 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14730         * org.el (org-insert-heading): Skip inline tasks when trying to
14731         insert a new heading after the end of the subtree.
14733 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14735         * org-inlinetask.el (org-inlinetask-min-level): Set customization
14736         type to integer or nil.
14738         * org.el (org-insert-heading): When after an inline task, do not
14739         use level but go back to headline level before the inline task.
14741 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14743         * org-inlinetask.el (org-inlinetask-in-task-p): New function.
14745         * org.el (org-indent-line-function): Fix indentation of inline
14746         tasks.
14748 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14750         * org.el (org-activate-links): Fix customize type.
14752 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14754         * org-latex.el (org-latex-to-pdf-process): Add rubber as another
14755         default option.
14757 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14759         * org-latex.el (org-export-latex-minted): Document pygments
14760         dependency.
14762 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14764         * org-mobile.el (org-mobile-create-index-file): Encrypt the index
14765         file if encryption has been turned on.
14766         (org-mobile-copy-agenda-files): Avoid double encryption of
14767         `mobileorg.org'.
14769 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14771         * org-exp.el (org-export-latex-minted-with-line-numbers):
14772         Ensure that variable is declared.
14774 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14776         * ob-python.el (org-src-preserve-indentation): Fix compiler
14777         warning.
14779 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14781         * org-exp.el (org-export-format-source-code-or-example):
14782         Latex formatting of source code blocks using the minted package
14783         (org-export-plist-vars): Add :latex-minted property
14784         (org-export-latex-minted): Ensure variable is defined
14785         (org-export-latex-minted-langs): Ensure variable is defined.
14787 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14789         * org-src.el (org-edit-src-code): Use `org-region-active-p'.
14791 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14793         * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
14795 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14797         * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
14798         when `org-src-preserve-indentation' is non-nil.
14800 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14802         * ob-lob.el (org-babel-lob-ingest): Provide message stating number
14803         of blocks added to Library of Babel.
14805 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14807         * ob-lob.el (org-babel-lob-ingest): Check for nil source block
14808         name.
14810 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14812         * org-beamer.el (org-beamer-place-default-actions-for-lists):
14813         Fix typo in regexp.
14815 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14817         * org-list.el (org-toggle-checkbox): Avoid some boundary error
14818         when inserting a checkbox in an empty last item of a list.
14820 2010-11-11  David Maus  <dmaus@ictsoc.de>
14822         * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
14823         Query article number from file is nil by default.
14825 2010-11-11  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
14827         * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
14829 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14831         * org-capture.el (org-capture-place-entry): Move to `beg' before
14832         searching for `%?'.
14834 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14836         * org.el (org-format-latex): Fix mathjax treatment of single
14837         letters in between dollars.
14839 2010-11-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
14841         * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
14842         run.
14844 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14846         * org.el (org-blank-before-new-entry): Improve docstring.
14848 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14850         * org-mobile.el (org-mobile-force-id-on-agenda-items):
14851         Fix docstring.
14852         (org-mobile-write-agenda-for-mobile): Use outline path if we do
14853         not have an ID and are not allowed to make one.
14854         (org-mobile-get-outline-path-link): New function.
14856 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14858         * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
14859         file.
14860         (org-mobile-write-agenda-for-mobile): Use the right name, even if
14861         the file get encrypted.
14862         (org-mobile-move-capture): Only delete tempfile if it does exist.
14864 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14866         * ob.el (org-babel-number-p): Fix documentation string.
14868 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14870         * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
14871         "tangle" as a positive argument for the :noweb header argument
14872         during tangling.
14874 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14876         * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
14877         have links, with tests.
14879 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14881         * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
14882         available.
14883         (org-export-latex-get-error): New function.
14884         (org-export-as-pdf): Give an indication of the errors that
14885         happened during processing.
14887 2010-11-11  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
14889         * org-exp.el (org-export-language-setup): Fix Polish entries.
14891 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14893         * org.el (org-set-tags): Allow comma as a separator when
14894         specifying tags at the completion interface.
14895         (org-tags-completion-function): Allow comma as a separator when
14896         specifying tags at the completion interface.
14898 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14900         * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
14901         export-file if exporting from a buffer which is not visiting a
14902         file.
14904 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14906         * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
14907         name in link construction if there is a heading to follow it.
14909 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14911         * org-html.el (org-export-html-inline-image-extensions): Add "svg"
14912         as an allowed extension.
14914 2010-11-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
14916         * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
14917         with zeros.  Start applying face earlier.
14919 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14921         * ob.el (or): Don't create org-babel-temporary-directory in batch
14922         as it won't be removed by emacs-kill-hook
14923         (org-babel-remove-temporary-directory): Only try to remove this
14924         directory if it exists.
14926 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14928         * ob.el (org-babel-temporary-directory): Fixing byte-compilation
14929         warning in ob.el.
14931 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14933         * ob-tangle.el (org-babel-tangle): Now sharing the file name in
14934         the tangling message.
14936 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14938         * ob.el (org-babel-load-languages): Fixes compiler warning.
14940 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14942         * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
14943         output.
14945 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14947         * org-ascii.el (org-export-as-ascii): Use the correct match group.
14949 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14951         * ob.el (boundp): Uncommenting defvar form for
14952         org-babel-temporary-directory
14953         (org-babel-temp-file): Now using the org-babel-temporary-directory
14954         for holding new babel temporary files
14955         (org-babel-remove-temporary-directory): Removes the babel temp dir
14956         when Emacs shutsdown
14957         (kill-emacs-hook): Now removing the babel temp dir on Emacs
14958         shutdown.
14960 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14962         * org-capture.el (org-capture-fill-template): Initialize history
14963         variable.
14965 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14967         * org-src.el (org-edit-src-code): Don't move point when generating
14968         edit buffer.
14970 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14972         * org-src.el (org-edit-src-code): Deal with point being in
14973         #+end_src line.
14975 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14977         * org-table.el (org-table-current-column): Add interactive to turn
14978         this into a command.
14980 2010-11-11  Bernt Hansen  <bernt@norang.ca>
14982         * org.el (org-insert-heading): Run org-insert-heading-hook when
14983         creating the first heading in a file.
14985 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14987         * org.el (org-startup-with-inline-images): New option.
14988         (org-startup-options): Add new keywords inlineimages and
14989         noinlineimages.
14990         (org-mode): Inline images when this has been configured.
14992 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14994         * ob.el (org-babel-get-src-block-info): Remove optional
14995         HEADER-VARS-ONLY argument; further simplification.
14997 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14999         * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
15000         prompt in ob-confirm-evaluate in some cases.
15002 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15004         * ob.el (org-babel-demarcate-block): Visible region and completion
15005         during language selection.
15007 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15009         * ob.el (org-babel-get-src-block-info): Remove comment.
15011 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15013         * ob.el (org-babel-get-src-block-info): Simplify function.
15015 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15017         * ob.el (org-babel-get-src-block-info): Form info list correctly
15018         when parenthesized arguments are missing.
15020 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15022         * ob-exp.el (org-export-babel-evaluate): Docstring typo
15023         (org-babel-exp-code): Docstring typo.
15025 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15027         * org-mobile.el (org-mobile-encryption-password):
15028         Improve docstring.
15029         (org-mobile-encryption-password-session): New variable.
15030         (org-mobile-encryption-password): New function.
15031         (org-mobile-check-setup):
15032         (org-mobile-encrypt-file):
15033         (org-mobile-decrypt-file): Use the new function.
15035 2010-11-11  David Maus  <dmaus@ictsoc.de>
15037         * org-capture.el (org-capture-place-template): Widen to remove
15038         possible restrictions in target buffer.
15040 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>
15042         * org.el (org-speed-command-hook): Add org-speed-command-hook
15043         (org-babel-speed-command-hook): Hook for Babel's speed commands.
15045 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15047         * ob.el (org-babel-execute-buffer): Re-implement using
15048         `org-babel-map-src-blocks'.
15050 2010-11-11  David Maus  <dmaus@ictsoc.de>
15052         * org-capture.el (org-capture-templates): Update doc string with
15053         new message date related escapes.
15055 2010-11-11  David Maus  <dmaus@ictsoc.de>
15057         * org-wl.el (org-wl-store-link-message): Define properties %:date)
15058         (%:date-timestamp, and %:date-timestamp-inactive.
15060         * org-mew.el (org-mew-store-link): Dto.
15062         * org-mhe.el (org-mhe-store-link): Dto.
15064         * org-rmail.el (org-rmail-store-link): Dto.
15066         * org-vm.el (org-vm-store-link): Dto.
15068 2010-11-11  David Maus  <dmaus@ictsoc.de>
15070         * org-wl.el (org-wl-message-field): Always get literal content of
15071         header fields.
15073 2010-11-11  David Maus  <dmaus@ictsoc.de>
15075         * org-gnus.el (org-gnus-store-link): Define properties
15076         %:date-timestamp and %:date-timestamp-inactive.
15078 2010-11-11  David Maus  <dmaus@ictsoc.de>
15080         * org-gnus.el (org-gnus-store-link): Handle empty date header
15081         field.
15083 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
15085         * org.el (org-speed-command-hook): New.  Hook for installing
15086         additional speed commands.  Use this for enabling speed commands on
15087         src blocks.
15088         (org-speed-command-default-hook): The default hook for
15089         org-speed-command-hook.  Factored out from org-self-insert-command
15090         and mimics existing behavior.
15091         (org-self-insert-command): Modified to use org-speed-command-hook.
15093 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15095         * org-agenda.el (org-search-view): Recover spaces in search words
15096         if they were escaped with \ or inside a regexp.
15098 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15100         * org.el (org-additional-option-like-keywords): Add PROPERTIES to
15101         the list of completable meta line words.
15102         (org-complete): Complete property names after #+PROPERTY.
15104 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15106         * ob-python.el (org-babel-python-evaluate-session): Make temp file
15107         names consistent.
15109 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15111         * ob-clojure.el (org-babel-clojure-evaluate-external-process):
15112         Delete extra format argument.
15114 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15116         * ob-org.el (org-babel-org-export): Typo in docstring.
15118 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15120         * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
15121         variable.
15123 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15125         * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
15127 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15129         * ob.el (org-babel-process-file-name): New function
15130         (org-babel-maybe-remote-file): Delete function.
15132 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15134         * ob-C.el (org-babel-C-execute): Remove unused variable.
15136 2010-11-11  David Maus  <dmaus@ictsoc.de>
15138         * org.el (org-make-link-string): Prevent superfluous colon.
15140 2010-11-11  David Maus  <dmaus@ictsoc.de>
15142         * org.el (org-make-org-heading-search-string): Leave headline
15143         intact.
15145 2010-11-11  David Maus  <dmaus@ictsoc.de>
15147         * org.el (org-make-link-string): Don't escape characters in link
15148         type.
15150 2010-11-11  Bastien Guerry  <bzg@gnu.org>
15152         * org-capture.el (org-capture-templates): Update docstring to
15153         advertise %:org-date.
15155 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15157         * ob-dot.el (org-babel-execute:dot): Automatically specifies
15158         "-T<ext>" based on file name extension.
15160 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15162         * ob-org.el (org-babel-org-export): Raise error on nested export
15163         call.
15165 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15167         * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
15168         output files.
15170 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15172         * ob.el (org-babel-demarcate-block): Better initialization of
15173         stars.
15175 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15177         * org-src.el (org-src-tab-acts-natively): Add customize interface.
15179 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15181         * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
15182         New variable allowing prevention of automatic stripping of leading and
15183         trailing blank lines when exiting edit buffer.
15184         (org-edit-src-exit): Respect value of
15185         `org-src-strip-leading-and-trailing-blank-lines'
15186         (org-src-native-tab-command-maybe):
15187         Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
15188         this function.
15190 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15192         * org-src.el (org-edit-src-code): If mark was inside code block
15193         then code edit buffer inherits mark with active region.
15195 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15197         * ob.el (org-babel-demarcate-block): Fix compiler warnings.
15199 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15201         * ob.el (org-babel-demarcate-block): Better handling of empty
15202         space around demarcated area.
15204 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15206         * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
15207         this command.
15209 2010-11-11  David Maus  <dmaus@ictsoc.de>
15211         * org-gnus.el (org-gnus-open-nntp): New function.
15213 2010-11-11  David Maus  <dmaus@ictsoc.de>
15215         * org-wl.el (org-wl-open-nntp): New function.
15217 2010-11-11  David Maus  <dmaus@ictsoc.de>
15219         * org-wl.el (org-wl-open): Open message by numeric reference if
15220         article part is not a message id.
15222 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15224         * org-agenda.el (org-agenda-filter-apply): Move cursor to a
15225         visible line.
15227 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15229         * ob.el (org-babel-demarcate-block): Interactive demarcation of
15230         code blocks.
15232         * ob-keys.el (org-babel-key-bindings): Key bindings for block
15233         demarcation.
15235 2010-11-11  Bastien Guerry  <bzg@gnu.org>
15237         * org.el (org-link-types): Add the "message" link type.
15239 2010-11-11  David Maus  <dmaus@ictsoc.de>
15241         * org.el (org-link-types): Add 'message:' link type to default
15242         link types.
15244 2010-11-11  Bastien Guerry  <bzg@gnu.org>
15246         * org-gnus.el (org-gnus-store-link): Add the :date property to
15247         gnus links, allowing the use of %:date in capture templates.
15249 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15251         * org-list.el (org-cycle-list-bullet): Follow order of bullets
15252         indicated in doc-string.
15254         * org-list.el (org-list-bottom-point-with-indent): List is ended
15255         when a line is less indented that the last item, not the less
15256         indented item.
15258 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15260         * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
15261         original file before resolving code block parameters to ensure
15262         headline and buffer wide parameters are taken into consideration
15263         when only a narrowed portion of the file is exported.
15265 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15267         * org.el (org-forward-same-level): Fix docstring.
15269 2010-11-11  Sebastian Rose  <sebastian_rose@gmx.de>
15271         * org-publish.el (org-publish-attachment): Put the attachment into
15272         the right directory.
15274 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
15276         * org.el (org-goto-first-child): New command.
15278 2010-11-11  Matt Lundin  <mdl@imapmail.org>
15280         * org-agenda.el (org-prepare-agenda): If the agenda is called from
15281         within the agenda via an elisp link, such as
15282         [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
15283         of the file containing the link, since that buffer is current
15284         during org-prepare agenda (due to a with-current-buffer in
15285         org-agenda-open-link).  An additional test now ensures that the
15286         agenda buffer is in fact current when the buffer is erased and
15287         local variables for the agenda are set.
15289 2010-11-11  David Maus  <dmaus@ictsoc.de>  (tiny change)
15291         * org-exp.el (org-infile-export-plist): Define property macro.
15293 2010-11-11  David Maus  <dmaus@ictsoc.de>
15295         * org-mhe.el (org-mhe-get-header): Remove possible folding white
15296         space in message header field.
15298 2010-11-11  David Maus  <dmaus@ictsoc.de>
15300         * org-feed.el (org-feed): Fix typo in customization group :tag
15301         property.
15303 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15305         * org-latex.el (org-export-latex-tag-markup): New option.
15306         (org-export-latex-keywords-maybe):
15307         Use `org-export-latex-tag-markup'.
15309 2010-11-11  Rémi Vanicat  <vanicat@debian.org>  (tiny change)
15311         * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
15312         (org-ical-ts-to-string): Use UTC time when requested.
15314 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
15316         * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
15317         from 'file' to 'http'.
15319 2010-11-11  David Maus  <dmaus@ictsoc.de>
15321         * org.el (org-store-log-note): Fix wrong usage
15322         of`org-adapt-indentation'.
15324 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15326         * org.el (org-skip-over-state-notes): Do not compute bottom point
15327         at each item.
15329         * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
15330         instead of moving to each item.
15332 2010-11-11  David Maus  <dmaus@ictsoc.de>
15334         * org-capture.el (org-capture-templates): Small fix in doc string.
15336 2010-11-11  aaa bbb  <dominik@powerbook-g4-12-van-aaa-bbb.local>
15338         * org-archive.el (org-get-local-archive-location):
15339         Use `org-carchive-location' as default.
15341 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15343         * ob-C.el (org): No longer requires org.
15345         * ob-ledger.el (org): No longer requires org.
15347 2010-11-11  David Maus  <dmaus@ictsoc.de>
15349         * org.el (org-priority): Save match data before call to
15350         `read-char-exclusive'.
15352 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15354         * org-list.el (org-list-to-generic): Descriptions labels can be
15355         any suit of symbols, and will end at double colons.
15357 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15359         * org.el (org-indent-line-function): Indent past [@num] and
15360         [@start:num], consistently with what is already done with
15361         checkboxes.
15363 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15365         * org.el (org-store-log-note): Indent new notes to the right
15366         column.  Also take `org-list-two-spaces-after-bullet-regexp' into
15367         consideration when creating the note.
15369 2010-11-11  David Maus  <dmaus@ictsoc.de>
15371         * org-gnus.el (nnimap-group-overview-filename): Declare function
15372         to silence byte compiler.
15374 2010-11-11  David Maus  <dmaus@ictsoc.de>
15376         * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
15377         New customization variable.
15378         (org-gnus-nnimap-cached-article-number): New function.
15379         (org-gnus-follow-link): Try to fetch cached article number of
15380         message-id.
15382 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15384         * ob-org.el (org-babel-org-default-header): Used to insert a dummy
15385         first line into code blocks before export so that the first line
15386         is not interpreted as a title
15387         (org-babel-org-export): Use new dummy code block prefix.
15389 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15391         * ob.el (org-babel-insert-result): No longer throws error when
15392         inserting an empty result.
15394 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15396         * ob-tangle.el: Autoload org-babel-tangle-lang-exts from ob-tangle.
15398 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15400         * ob.el (org-babel-do-in-edit-buffer):
15401         Use `org-babel-where-is-src-block-head' to test for source block at
15402         point.
15404 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15406         * ob-keys.el (org-babel-key-bindings): Adding key-binding for
15407         `org-babel-goto-src-block-head'.
15409         * ob.el (org-babel-goto-src-block-head): Jump to the head of the
15410         current code block.
15412 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15414         * ob.el (org-babel-next-src-block): Now raising more informative
15415         error when no further code blocks can be found.
15416         (org-babel-previous-src-block): Now raising more informative error
15417         when no previous code blocks can be found.
15419 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15421         * org-exp-blocks.el
15422         (org-export-preprocess-after-include-files-hook): Now using this
15423         hook instead of `org-export-preprocess-hook'.
15425 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15427         * ob-plantuml.el (org-babel-execute:plantuml): ????
15429 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15431         * ob-python.el (org-babel-python-evaluate): Refactor as call to
15432         either `org-babel-python-evaluate-external-process' or
15433         `org-babel-python-evaluate-session'.
15434         (org-babel-python-evaluate-external-process): New function to
15435         handle evaluation in external process.
15436         (org-babel-python-evaluate-session): New function to handle
15437         evaluation in emacs inferior process.
15439 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15441         * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
15442         or html respecting :results header arg
15443         (org-babel-org-export): Exports a string of text to an output
15444         format.
15446 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15448         * ob.el (org-babel-insert-result): Remove existing results when
15449         nil results are returned.
15451 2010-11-11  David Maus  <dmaus@ictsoc.de>
15453         * org-ascii.el (org-export-as-ascii): Bind and set link path for
15454         link type specific markup function.
15456 2010-11-11  David Maus  <dmaus@ictsoc.de>
15458         * org-clock.el (notifications-notify): Properly declare function
15459         to silence byte compiler.
15461 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15463         * org-list.el (org-insert-item): Check invisibility of point at a
15464         meaningful location.
15466 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15468         * org-list.el (org-list-insert-item-generic): Updating checkboxes
15469         can modify bottom point of a list, so make it a marker before
15470         calling `org-update-checkbox-count-maybe'.
15472 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15474         * org.el (org-src-fontify-natively): Set to nil by default.
15475         Supply customize interface.
15477 2010-11-11  Bastien Guerry  <bzg@gnu.org>
15479         * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
15480         `org-bracket-link-analytic-regexp++' to match the link type.
15482 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15484         * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
15485         `language'.
15487 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15489         * ob-tangle.el (org-babel-tangle-comment-format-beg):
15490         Format string specifying the link-comment preceding a code block
15491         (org-babel-tangle-comment-format-end): Format string specifying
15492         the link-comment following a code block
15493         (org-babel-tangle-collect-blocks): Storing more information in the
15494         spec of a tangling code block
15495         (org-babel-spec-to-string): Now makes use of customizable
15496         link-comment formats.
15498 2010-11-11  Achim Gratz  <Stromeko@stromeko.net>  (tiny change)
15500         * org.el (org-delete-backward-char): Check for nil overwrite-mode
15501         before inserting spaces.
15503 2010-11-11  David Maus  <dmaus@ictsoc.de>
15505         * org-icalendar.el (org-print-icalendar-entries): Exclude tags
15506         from summary of non-TODO ical entries.
15507         (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
15508         exclude tags from summary of TODO ical entries.
15510 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15512         * ob.el (org-babel-map-src-blocks): Now exposes much information
15513         about the code block in the form of let-bound local variables.
15515 2010-11-11  David Maus  <dmaus@ictsoc.de>
15517         * org-list.el (org-outline-regexp, org-ts-regexp)
15518         (org-ts-regexp-both, org-in-regexps-block-p)
15519         (org-level-increment, org-at-heading-p)
15520         (outline-previous-heading, org-icompleting-read)
15521         (org-time-string-to-seconds): Declare to fix compiler warning.
15523 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15525         * org-list.el (org-toggle-checkbox): Ignore items in drawers when
15526         used from an heading.  Send an error when no item is in region.
15528 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15530         * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
15531         ensure that edit buffer is exited.
15533 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15535         * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
15536         control the amount of extra newlines inserted into tangled code
15537         (org-babel-tangle-collect-blocks): Now conditionally collects
15538         information to be used for "org" style comments
15539         (org-babel-spec-to-string): Now inserts "org" style comments, and
15540         obeys the newline configuration variable when inserting whitespace.
15542 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15544         * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
15545         hook
15546         (org-babel-tangle): Calls new tangle hook.
15548 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15550         * org-capture.el (org-capture): Compute the length of the correct
15551         string when removing properties.
15553 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15555         * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
15556         names before shell quoting.
15558 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15560         * org-src.el (org-src-tab-indents-natively): New variable
15561         controlling whether language-native TAB action should be performed
15562         (org-src-native-tab-command-maybe): New function to perform
15563         language-native TAB action.
15564         (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
15566 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15568         * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
15569         `org-plantuml-jar-path' before use.
15571 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15573         * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
15574         language major mode buffers during fontification.
15576 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15578         * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
15579         match code blocks with switches and header args.  Call
15580         `org-src-font-lock-fontify-block' for automatic fontification of
15581         code in code blocks, controlled by variable
15582         `org-src-fontify-natively'.
15583         (org-src-fontify-natively): New variable.
15585 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15587         * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
15588         inf-ruby.
15590 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
15592         * org-html.el (org-html-make-link): (expand-file-name) removes
15593         one "/" from "///path-to-file", so add one.  Anything other than
15594         'file' type should be exported along with the type.
15596 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
15598         * org.el (org-insert-subheading): Fix compiler warning
15599         (org-insert-todo-subheading): Fix compiler warning.
15601 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15603         * org-capture.el (org-capture): Remove read-only text properties
15604         from capture text.
15605         (org-capture-set-target-location): Throw an error if file+headline
15606         target does not point into a file which is in Org mode.
15608 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15610         * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
15612 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15614         * org-src.el (org-edit-src-code): Improve docstring.
15616 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15618         * ob.el (org-babel-execute-src-block): Document prefix argument in
15619         docstring.
15621 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15623         * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
15624         org-ditaa-jar-path with expand-file-name.
15626 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15628         * ob.el (org-babel-execute-subtree): Pass prefix arg through to
15629         `org-babel-execute-src-block'.
15631 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15633         * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
15634         [@x] syntax for list numbering.
15636 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15638         * org.el (org-indent-line-function): Indentation of source block
15639         is left to `org-edit-src-exit' and shouldn't be modified by
15640         `org-indent-line-function'.  Indentation of others blocks should be
15641         the same as the #+begin line.
15643 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15645         * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
15646         forms on source blocks in current buffer; restore point in current
15647         buffer.
15649 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15651         * org-list.el (org-list-struct): Accept list boundaries as an
15652         argument in order to avoid computing `org-list-top-point' and
15653         `org-list-bottom-point' twice when indenting.
15655 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15657         * org-list.el (org-list-ending-method): Default value is now
15658         `both', to ensure maximum compatibility before previous
15659         implementation.
15661 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15663         * org-list.el (org-list-in-item-p-with-indent): Test if first line
15664         is the item beginning.
15666         * org-list.el (org-list-top-point-with-indent): Test if first line
15667         is a valid list beginning.
15669 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15671         * org-list.el (org-list-ending-method): New customizable variable
15672         to tell Org Mode how lists end.  See docstring.
15674 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15676         * org-list.el (org-indent-item-tree): Shifting step of top-level
15677         item depends on `org-level-increment'.
15679 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15681         * org.el (org-indent-line-function): Indent first non blank line
15682         after a list according to current heading level.
15684 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15686         * org-docbook.el (org-export-as-docbook): Remove check for
15687         indentation on lines that do not start with a list bullet.
15689         * org-html.el (org-export-as-html): Same thing.
15691 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15693         * org-list.el (org-list-bottom-point): Take into consideration
15694         that bound of search can be before true ending of the list.
15696 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15698         * org-list.el (org-list-struct-apply-struct): No longer shift
15699         item's body twice: one after replacing bullet and one after
15700         changing indentation.
15702 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15704         * org-list.el (org-list-struct-indent): Add code to replace
15705         bullets if needed when indenting.
15707 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15709         * org-list.el (org-list-insert-item-generic): A single item
15710         already counting blank lines in his body should be separated with
15711         the next one by a blank line.  Moreover, if user already provided
15712         blank lines, follow his wishes.
15714 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15716         * org-list.el (org-indent-item-tree): When moving top item of a
15717         *-list to column 0, only the first item had its bullet changed to
15718         -.  It now changes all items of the top-level list, as expected.
15720 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15722         * org-list.el (org-toggle-checkbox): Go to beginning of line
15723         before processing.
15725 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15727         * org-list.el (org-list-struct-apply-struct): Check if ancestor
15728         exists.
15730 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15732         * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
15733         done at each item.
15735 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15737         * org-list.el : Removed unused variable
15738         `org-suppress-item-indentation'.
15740         * org-list.el (org-renumber-ordered-list): Skip item if bullet
15741         number is already good.
15743 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15745         * org-list.el (org-list-automatic-rules): Doc-string reflects this
15746         change.
15748         * org-list.el (org-indent-item-tree): Prevent whole list from
15749         being moved when user is not moving subtree.  Thus
15750         `org-cycle-item-indentation' will not allow to move the list.
15752 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15754         * org-list.el (org-indent-item-tree): Remove region code.  It was
15755         prone to errors and undocumented.
15757         * org-list.el (org-item-indent-positions): Better heuristics to
15758         determine what bullet the item will have when demoted.
15760 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15762         * org-list.el (org-list-bullet-string): First check if
15763         `org-list-two-spaces-after-bullet-regexp' isn't nil.
15765 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15767         * org-list.el (org-list-bullet-string): Do not modify match-data.
15769         * org.el (org-toggle-item): Now working again when changing list
15770         items into plain text.  Moreover take into consideration
15771         `org-list-two-spaces-after-bullet-regexp'.
15773 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15775         * org-list.el (org-indent-item-tree): Remove unnecessary bullets
15776         fix, and improved heuristics to determine bullet when indenting.
15778         * org-list.el (org-item-indent-positions): Function now returns
15779         sane results when there are two lists separated with blank lines
15780         only.
15782 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15784         * org-docbook.el (org-export-as-docbook): Use override="num" in
15785         any listitem matching [@start:num].
15787         * org-html.el (org-export-as-html): Use value="num" in any li
15788         matching [@start:num].
15790 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15792         * org.el (org-set-font-lock-defaults): Correct fontification for
15793         checkboxes found after [@start:?].
15795         * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
15796         [@start:?]  when looking at a regex after a bullet.
15798         * org-list.el (org-toggle-checkbox): Correct insertion of
15799         checkboxes when there is already a [@start:?] in the item.
15801         * org-list.el (org-checkbox-blocked-p): Properly check if there's
15802         an unchecked item before.
15804         * org-list.el (org-list-parse-list): Function handles items having
15805         both a counter and a checkbox.
15807 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15809         * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
15810         stores both indentation and bullet when cycle started.
15812 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15814         * org-list.el: `org-at-description-p' renamed to
15815         `org-at-item-description-p', `org-first-list-item-p' renamed to
15816         `org-list-first-item-p', `org-end-of-item-text-before-children'
15817         renamed to `org-end-of-item-or-at-child'.
15819 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15821         * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
15822         of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
15823         before toggling a checkbox.
15825 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15827         * org-list.el (org-list-bullet-string): New function returning
15828         bullet concatenated with an appropriate number of white spaces.
15830         * org-list.el (org-list-insert-item-generic): Insert the right
15831         bullet, with help of `org-list-bullet-string'.
15833         * org-list.el (org-indent-item-tree):
15834         Use `org-list-bullet-string'.
15836         * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
15838         * org-list.el (org-toggle-checkbox): Send an error when
15839         `org-toggle-checkbox' is trying to insert a checkbox at a
15840         description item.
15842         * org-list.el (org-item-re): Modified regexp so it can catch
15843         correct number of white space before item body.
15845         * org-list.el (org-list-at-regexp-after-bullet-p): Take into
15846         consideration new `org-item-re'.
15848 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15850         * org-list.el (org-list-insert-item-generic): The second item in a
15851         list will be separated from its predecessor with the number of
15852         blank lines separating the first item from its parent, if any, or
15853         no blank line.
15855 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15857         * org-list.el (org-indent-item-tree): Fix and reorder every list
15858         and sublist, from parent of list that has moved if indenting, or
15859         from list at point if outdenting.
15861 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15863         * org-list.el (org-indent-item-tree): Try to keep relative
15864         position on line.  It can't if point is in white spaces before
15865         bullet because mixed tabs and spaces make some columns
15866         unattainable.
15868 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15870         * org-list.el (org-cycle-item-indentation): Cycle when the whole
15871         item only contains bullet and maybe a checkbox.  Previously, TAB
15872         would cycle when the first line of the item was blank.
15874 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15876         * org-list.el (org-cycle-item-indentation): Allow a point just
15877         after a description item or a checkboxed item to start cycling.
15879 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15881         * org-list.el (org-cycle-list-bullet):
15882         Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
15883         as valid bullets when cycling.
15885 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15887         * org-list.el (org-cycle-item-indentation): Do return t if and
15888         only if cycling is possible and succeded.
15890 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15892         * org-list.el (org-indent-item-tree): When outdenting a subtree,
15893         the last item shouldn't have a children.
15895 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15897         * org-list.el (org-cycle-item-indentation): Cycling should play
15898         nicely with indent rule in `org-list-automatic-rules'.
15900 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15902         * org-list.el (org-indent-item-tree): If indent rule is activated,
15903         it should be impossible to outdent an item having children without
15904         moving its subtree.  Improved reordering of lists modified by
15905         cycling indentation.
15907 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15909         * org-list.el (org-maybe-renumber-ordered-list): Remove call for
15910         `org-fix-bullet-type' to prevent infinite loop, and some checks
15911         already done in `org-renumber-ordered-list'.
15913         * org-list.el (org-fix-bullet-type): Remove a check and call
15914         directly `org-maybe-renumber-ordered-list'.
15916 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15918         * org-list.el (org-indent-item-tree): It shouldn't be possible to
15919         indent the first item of a sublist (though outdent is possible) as
15920         it would break list's structure.
15922 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15924         * org-list.el (org-list-insert-item-generic): When local search
15925         doesn't help, search the list globally for blank lines.  Moreover,
15926         don't bother with new lists, and add 1 blank line.
15928 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15930         * org-capture.el (org-capture-place-item):
15931         Use `org-search-forward-unenclosed' and
15932         `org-search-backward-unenclosed' and new variable
15933         `org-item-beginning-re'.
15935         * org-list.el (org-item-beginning-re): Regexp matching beginning
15936         of an item.
15938 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15940         * org-list.el (org-cycle-list-bullet): Put back support for
15941         'previous argument.
15943 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15945         * org-list.el (org-in-item-p): Handle case when point is at an
15946         heading.
15948         * org-list.el (org-list-make-subtree): Add protection when used
15949         outside of list.
15951         * org-list.el (org-insert-item): Remove useless hack now
15952         `org-in-item-p' is fixed.
15954         * org-timer.el (org-timer-item): Remove useless hack now
15955         `org-in-item-p' is fixed.
15957 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15959         * org-list.el (org-cycle-list-bullet): Prevent description items
15960         from being numbered.  String argument is also recognized now, as
15961         long as it is a valid bullet.
15963 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15965         * org-list.el (org-indent-item-tree): Moving indentation of top
15966         list item will make the whole list move.
15968         * org-list.el (org-apply-on-list): Function is less sensitive to
15969         changes of indentation.
15971 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15973         * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
15974         of the regexp.
15976         * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
15978         * org-list.el (org-cycle-item-indentation): Allow cycling
15979         description items and checkbox items.
15981         * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
15983         * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
15984         regexp.
15986 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15988         * org-list.el (org-insert-item-internal): Guessing of blank lines
15989         number is made by looking at neighboring items, if any.
15991 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15993         * org-list.el (org-sort-list): Add the possibility to sort timer
15994         lists with the ?t or ?T options.
15996 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15998         * org-list.el (org-search-unenclosed-internal): New function to
15999         handle both `org-search-forward-unenclosed' and
16000         `org-search-backward-unenclosed'.
16002         * org-list.el (org-search-backward-unenclosed): Can send errors
16003         now.  Removed useless usage of COUNT.
16005         * org-list.el (org-search-forward-unenclosed): Can send errors
16006         now.  Removed useless usage of COUNT.
16008         * org-list.el (org-update-checkbox-count):
16009         Use `org-search-forward-unenclosed' and
16010         `org-search-backward-unenclosed' instead of `re-search-forward'
16011         and `re-search-backward'.
16013         * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
16014         and `org-search-backward-unenclosed' instead of
16015         `re-search-forward' and `re-search-backward'.
16017         * org-list.el (org-list-make-subtree):
16018         Use `org-search-forward-unenclosed' and
16019         `org-search-backward-unenclosed' instead of `re-search-forward'
16020         and `re-search-backward'.
16022 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16024         * org-list.el (org-insert-item-internal): Fixes the problem when
16025         point was before the first char of the item's body.
16027 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16029         * org-timer.el (org-timer-item): Refactoring.  Compute timer string
16030         before inserting it in the buffer.
16032         * org-timer.el (org-timer): Add an optional argument to return
16033         timer string instead of inserting it.
16035 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16037         * org-list.el (org-insert-item-internal): New function to handle
16038         positioning and contents of an item being inserted at a specific
16039         pos.  It is not possible anymore to split a term in a description
16040         list or a checkbox when inserting a new item.
16042         * org-list.el (org-insert-item): Refactored by using the new
16043         `org-insert-item-internal' function.
16045         * org-timer.el (org-timer-item): Refactored by using the new
16046         `org-insert-item-internal' function.
16048 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16050         * org-list.el (org-list-bottom-point): Be sure to check real
16051         ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
16053         * org.el (org-cycle-internal-local): Cycle up to end of subtree or
16054         end of item if we are in a list.
16056 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16058         * org-list.el (org-insert-item): Move before any special block in
16059         a list prior to add a new item.
16061         * org-timer.el (org-timer-item): When in a timer list, insert a
16062         new timer item like `org-insert-item'.  If in another list, send an
16063         error.  Otherwise, start a new timer list.
16065 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16067         * org-list.el: Minor refactoring.
16069 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16071         * org-timer.el (org-timer-item): Insert description list item at
16072         the right column.
16074         * org-list.el (org-insert-item): Insert the right number of blank
16075         lines before a relative timer.
16077 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16079         * org-list.el (org-insert-item): Remove restriction on latex
16080         blocks.
16082 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16084         * org-list.el (org-search-backward-unenclosed): Do not stop in
16085         protected places.
16087         * org-list.el (org-search-forward-unenclosed): Do not stop in
16088         protected places.
16090         * org-latex.el (org-export-latex-lists): Use the fact that
16091         org-search-forward do not stop anymore at protected places.
16093 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16095         * org-list.el (org-search-backward-unenclosed): Do not prevent
16096         list items from being inside LaTeX blocks.
16098         * org-list.el (org-search-forward-unenclosed): Do not prevent list
16099         items from being inside LaTeX blocks.
16101 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16103         * org-list.el (org-in-item-p): Do not widen before checking if we
16104         are in item.
16106         * org-list.el (org-list-send-list): We cannot count on
16107         `org-list-top-point' and `org-list-bottom-point' before buffer is
16108         narrowed.  Find bounds of list otherwise.
16110 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16112         * org-list.el (org-list-end-regexp): By default, list ending is
16113         exactly 2 blank lines.
16115 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16117         * org-docbook.el (org-export-as-docbook): When we find an empty
16118         line, we do not need to check for
16119         `org-empty-line-terminates-plain-lists' because we would have
16120         found end-list marker before.
16122         * org-html.el (org-export-as-html): Same.
16124 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16126         * org-list.el (org-insert-item): Simplify count of blank lines to
16127         insert.
16129 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16131         * org-list.el (org-list-end-regexp): New customizable variable to
16132         define what string should end lists.
16134         * org-list.el (org-list-end-re): Function is now aware of
16135         `org-list-end-regexp'.
16137 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16139         * org-html.el (org-export-as-html): Code cleanup.
16141 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16143         * org-docbook.el (org-export-as-docbook): Properly close any open
16144         list when seeing ORG-LIST-END.  Removed any reference to now
16145         unneeded DIDCLOSE variable.
16147 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16149         * org-exp.el (org-export-mark-list-ending): Fix number of blank
16150         lines inserted after a list.
16152         * org-list.el (org-list-parse-list): Fix case when
16153         `org-list-end-re' would have an indentation greater than current
16154         list.
16156 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16158         * org-exp.el (org-export-mark-list-ending): Differentiate between
16159         export backends, and replace `org-list-end-re' by a blank line
16160         upon exporting.
16162 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16164         * org-html.el (org-export-as-html): Delete didclose and everything
16165         related to it, as it is no longer needed.
16167 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16169         * org-html.el (org-export-html-preprocess): Remove unneeded
16170         insertion of list end marker, as it is now handled by
16171         `org-export-mark-list-ending'.
16173         * org-html.el (org-export-as-html): Cleaner termination of lists.
16175         * org-exp.el (org-export-mark-list-ending): New function to insert
16176         specific markers at the end of lists when exporting to a backend
16177         not using `org-list-parse-list'.  This function is called early in
16178         `org-export-preprocess-string', while it is still able to
16179         recognize lists.
16181         * org-latex.el (org-export-latex-lists): Better search for
16182         lists.  It now only finds items not enclosed and not protected.
16184 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16186         * org-list.el: Replaced `re-search-forward' by
16187         `org-search-forward-unenclosed' where it made sense.
16189 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16191         * org-list.el (org-apply-to-list): Now a return value is handed at
16192         each new call of the function applied.
16194         * org-list.el (org-fix-bullet-type): Use the new
16195         `org-apply-to-list' format.
16197         * org-list.el (org-renumber-ordered-list): Use the new
16198         `org-apply-to-list' format.
16200 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16202         * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
16203         correctly used.
16205         * org-list.el (org-search-forward-unenclosed): Better regexp used.
16207         * org-list.el (org-search-backward-unenclosed): Better regexp
16208         used.
16210 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16212         * org-list.el (org-sort-list): End-rec function was ill-defined.
16214 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16216         * org-list.el (org-search-forward-unenclosed): Fix behavior when
16217         last occurrence was enclosed.
16219         * org-list.el (org-search-backward-unenclosed): Fix behavior when
16220         last occurrence was enclosed.
16222 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16224         * org.el (org-in-regexps-block-p): Fix documentation.
16226 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16228         * org-list.el (org-search-backward-unenclosed): Fix block regexp.
16230         * org-list.el (org-search-forward-unenclosed): Fix block regexp.
16232         * org-list.el (org-list-parse-list): Minor fix.
16234 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16236         * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
16237         called with t argument.
16239 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16241         * org-html.el (org-export-html-preprocess):
16242         Replace `org-list-end-re' by a blank line during pre-process.
16244 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16246         * org-list.el (org-list-bottom-point): No need for square brackets
16247         for `skip-chars-backward'.
16249 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16251         * org-html.el: Do not delete space between end of list and
16252         beginning of the following.
16254 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16256         * org-html.el: Preprocess buffer string and add ORG-LIST-END where
16257         needed.  Lists should not end before seeing this.
16259 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16261         * org-html.el: Notice end of lists.
16263 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16265         * org-list.el (org-list-parse-list): Better handling of
16266         restrictions when function is called on a list with sublists.
16268         * org-list.el (org-list-send-list): Find the true ending of the
16269         list being sent.
16271         * org-list.el (org-list-radio-list-templates): Templates are more
16272         specific to lists.
16274 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16276         * ob-js.el (org-babel-js-eoe): Indicate end of input
16277         (org-babel-execute:js): Support for session evaluation
16278         (org-babel-prep-session:js): Fleshed out definition
16279         (org-babel-js-initiate-session): Can initiate a session using
16280         mozrepl.
16282 2010-11-11  David Maus  <dmaus@ictsoc.de>
16284         * org.el (org-set-regexps-and-options): Protect escape char in
16285         `org-complex-heading-regexp-format'.
16287 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16289         * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
16290         session-based evaluation
16291         (org-babel-execute:scheme): Now supports session-based evaluation
16292         (org-babel-prep-session:scheme): Now works and defines variables
16293         (org-babel-scheme-initiate-session): Now works using run-scheme
16294         from cmuscheme.
16296 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16298         * org.el (org-export-latex-default-packages-alist): Remove the
16299         t1enc package - this is already covered by fontenc.
16301 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16303         * ob.el (with-parsed-tramp-file-name): Declared
16304         (org-babel-tramp-localname): Ensure variable name exists locally.
16306 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16308         * ob.el (org-babel-temp-file): Don't use babel temporary directory
16309         in remote case; use make-temp-file with remote file name so that
16310         temp file is guaranteed not to exist previously on remote machine.
16311         (org-babel-tramp-localname): New function to return local name
16312         portion of possibly remote file specification.
16314 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16316         * ob-R.el (org-babel-R-write-object-command): New unified R
16317         command for writing results to file
16318         (org-babel-R-wrapper-method): Remove variable
16319         (org-babel-R-wrapper-lastvar): Remove variable
16320         (org-babel-R-evaluate-external-process): Use new R command
16321         (org-babel-R-evaluate-session): Use new R command.
16323 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16325         * ob-comint.el
16326         (org-babel-comint-eval-invisibly-and-wait-for-file): New function
16327         to evaluate code invisibly and block until output file exists.
16329         * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
16330         evaluate R code in session for :results value.  Write result to
16331         file invisibly using new function
16332         `org-babel-comint-eval-invisibly-and-wait-for-file'.
16334 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16336         * org-capture.el (org-capture-fill-template): Align tags after
16337         insertion.
16339 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16341         * org-exp.el (org-export-concatenate-multiline-emphasis):
16342         Ignore matches that start in a headline.
16344 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16346         * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
16347         and out-file in shell-quote-argument.
16349 2010-11-11  David Maus  <dmaus@ictsoc.de>
16351         * org-docview.el (org-docview-store-link): Use expanded macro to
16352         get current page.
16353         (doc-view-goto-page, image-mode-window-get): Declare functions for
16354         byte compiler.
16356 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16358         * ob-scheme.el: Very preliminary support for evaluating scheme
16359         code blocks.
16361         * org.el (org-babel-load-languages): Adding scheme.
16363 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16365         * ob.el (require): Remove circular (require 'org).
16367 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16369         * ob-R.el (ess-make-buffer-current): Declared.
16370         (ess-ask-for-ess-directory): Declared.
16371         (ess-local-process-name): Declared.
16372         * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
16374         * ob.el (org-edit-src-code): Fixing arguments.
16375         (org-edit-src-exit): Declared.
16376         (org-outline-overlay-data): Declared.
16377         (org-set-outline-overlay-data): Declared.
16379 2010-11-11  Glenn Morris  <rgm@gnu.org>
16381         * ob.el: Require org when compiling.
16382         (org-save-outline-visibility): Remove macro declaration.
16384         * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
16385         Remove unnecessary/macro declarations.
16387         * org-docview.el: Require doc-view when compiling.
16388         (doc-view-goto-page): Autoload rather than declaring.
16389         (doc-view-current-page): Remove macro declaration.
16391         * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
16392         (org-entry-get, org-table-import): Fix declarations.
16393         (org-match-string-no-properties): Remove declaration.
16395         * ob-sh.el (org-babel-comint-in-buffer)
16396         (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
16397         (org-babel-comint-with-output): Remove unnecessary declarations.
16399         * ob-R.el (orgtbl-to-tsv): Fix declaration.
16401         * org-list.el (org-entry-get): Fix declaration.
16403 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16405         * ob.el (org-babel-remove-temporary-directory): Remove explicit
16406         second argument.
16408 2010-11-11  Magnus Henoch  <magnus.henoch@gmail.com>  (tiny change)
16410         * org-clock.el (org-clocktable-steps): Allow ts and te to be day
16411         numbers.
16413 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16415         * org-macs.el (org-save-outline-visibility): Move from org.el.
16417 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16419         * ob-org.el (org-babel-default-header-args:org): Additional
16420         ":results silent" default header argument for org code blocks.
16422 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16424         * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
16425         which is now an alias to ":eval no".
16427 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16429         * ob.el (org-babel-remove-temporary-directory): The version of
16430         `delete-directory' found in files.el can not be assumed to be
16431         present on all versions, so this copies the recursive behavior of
16432         that command in such a way that all calls to delete-directory will
16433         also work with the built-in internal C implementation of that
16434         function.  This is not overly difficult as all elements of the
16435         directory can be assumed to be files.
16437 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16439         * ob-C.el (org-babel-C-execute): Corrected arguments to
16440         org-babel-temp-file.
16442 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16444         * ob.el (org-babel-temporary-directory): Variable to hold the
16445         value of the Babel temporary directory.
16447 2010-11-11  Aditya Siram  <aditya.siram@gmail.com>
16449         * ob.el (org-babel-load-in-session): Expanding noweb references
16450         when appropriate.
16452 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16454         * org.el (org-make-link-regexps): Modified regexp of
16455         org-plain-link-re.
16457 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
16459         * org-habit.el (org-habit-parse-todo): Find sr-days only if
16460         scheduled-repeat is non nil.  Use 4th element of the list returned
16461         by (org-heading-components) as habit-entry.  Modify the error
16462         message to be more meaningful.
16464 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16466         * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
16467         ":border" header arguments which both use the "preview" latex
16468         package to fit the resulting PDF image to the figure.
16470 2010-11-11  David Maus  <dmaus@ictsoc.de>
16472         * org-wl.el (org-wl-store-link): Don't try to store link if point
16473         is at end of buffer.
16475 2010-11-11  Harri Kiiskinen  <harkiisk@gmail.com>
16477         * org-publish.el (org-publish-project-alist): Document the new
16478         body-only property.
16479         (org-publish-org-to): Use the body-only property.
16481 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
16483         * org.el (org-store-link): Return link when invoked
16484         non-interactively from an agenda buffer.
16486 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
16488         * org.el (org-store-link): Storing of links to headlines in
16489         indirect buffers was broken.  Fix it.
16491 2010-11-11  Aidan Kehoe  <kehoea@parhasard.net>
16493         * ob-tangle.el (org-babel-tangle): Change the MODE argument to
16494         #'set-file-modes to use integer, not character syntax, avoiding
16495         compile problems with recent XEmacs.
16497 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16499         * org-agenda.el (org-agenda-add-entry-text): Make sure we move
16500         forward even if there is no text to be added.
16502 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16504         * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
16505         tags/property matcher.
16507 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16509         * org-exp.el (org-infile-export-plist): Bind case-fold-search to
16510         t.
16512 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16514         * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
16516 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16518         * org-latex.el (org-export-latex-set-initial-vars):
16519         Bind `case-fold-search' to t around the search for special LaTeX setup.
16521         * org-beamer.el (org-beamer-after-initial-vars):
16522         Bind `case-fold-search' to t around the search for special BEAMER
16523         setup.
16525 2010-11-11  David Maus  <dmaus@ictsoc.de>
16527         * org-agenda.el (org-write-agenda): Delete PostScript file after
16528         creating conversion to PDF.
16530 2010-11-11  David Maus  <dmaus@ictsoc.de>
16532         * org-agenda.el (org-write-agenda): Move require statements to
16533         proper place in evaluated lisp expression.
16535 2010-11-11  David Maus  <dmaus@ictsoc.de>
16537         * org-agenda.el (org-write-agenda): Rename temporary buffer to
16538         remove dependency of `flet' macro.
16540 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16542         * ob-lob.el (org-babel-lob-get-info): Edit docstring.
16544 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16546         * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
16547         from all standard sources when executing #+lob/#+call lines.
16549 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16551         * ob-R.el (org-babel-R-evaluate): Break the two branches into two
16552         separate functions
16553         (org-babel-R-evaluate-external-process): New function to handle
16554         external process evaluation
16555         (org-babel-R-evaluate-session): New function to handle session
16556         evaluation.
16558 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16560         * ob.el (org-babel-initiate-session): New function derived from
16561         previous `org-babel-switch-to-session'
16562         (org-babel-switch-to-session): Refactored to use new
16563         `org-babel-initiate-session'.
16565 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16567         * ob.el (org-babel-switch-to-session): Supply missing "P" argument
16568         to (interactive).
16570 2010-11-11  David Maus  <dmaus@ictsoc.de>
16572         * org-feed.el (org-feed-format-entry): Decode entry according to
16573         its character encoding.
16575 2010-11-11  David Maus  <dmaus@ictsoc.de>  (tiny change)
16577         * org-feed.el (xml-substitute-special): Declare function for byte
16578         compiler.
16579         (org-feed-unescape): Removed.
16580         (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
16581         Use `xml-substitute-special' to unescape XML entities.
16583 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16585         * ob.el (org-babel-switch-to-session): Throw error if block if
16586         :session not in effect for the block.
16588 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16590         * org-table.el (org-table-create-with-table.el): Align table
16591         before converting.
16593 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16595         * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
16596         that org-src buffer is current before attempting exit.
16598 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16600         * org-src.el (ob-comint): Require 'ob-comint
16601         (org-src-babel-info): Define variable.
16603 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16605         * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
16606         in the language major mode edit buffer.
16607         (org-babel-do-key-sequence-in-edit-buffer): New function to call
16608         an arbitrary key sequence in the language major mode edit buffer.
16610         * org-src.el (org-src-switch-to-buffer): Add new allowed value
16611         'switch-invisibly for `org-src-window-setup'.
16613 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16615         * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
16616         is used.
16617         (org-src-do-at-code-block): New macro to evaluate lisp with point
16618         at the start of the Org code block containing the code in this
16619         edit buffer.
16620         (org-src-do-key-sequence-at-code-block): New function to execute
16621         command bound to key at the Org code block containing the code in
16622         this edit buffer.
16624 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16626         * ob-R.el (org-babel-R-associate-session): New function to
16627         associate R code edit buffers with ESS comint session.
16629 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16631         * org-src.el (org-edit-src-code): If at src block, store babel
16632         info as buffer local variable.
16633         (org-src-associate-babel-session): New function to associate code
16634         edit buffer with comint session.  Does nothing unless a
16635         language-specific function named
16636         `org-babel-LANG-associate-session' exists.
16637         (org-src-babel-configure-edit-buffer): New function to be called
16638         in `org-src-mode-hook'.
16639         (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
16640         hook.
16642 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16644         * ob.el (org-babel-switch-to-session-with-code): New function to
16645         generate split frame displaying edit buffer and session.
16647 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16649         * org.el (org-set-tags): Consider org-indent-mode when computing
16650         the tags column.
16652 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16654         * org-compat.el (org-looking-at-p): Only use looking-at-p when
16655         defined.
16657 2010-11-11  David Maus  <dmaus@ictsoc.de>
16659         * org-agenda.el (org-finalize-agenda-entries): Delete excluded
16660         lines directly after call to sorting filter function.
16662 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16664         * org.el (org-complex-heading-regexp-format): Document the
16665         variable.
16666         (org-get-refile-targets): Use `org-complex-heading-regexp-format'
16667         to make the regular expression for matching the headline.
16669 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16671         * org.el (org-refile-check-position): New function.
16672         (org-goto):
16673         (org-refile-get-location): Call `org-refile-check-position'.
16675 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16677         * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
16678         instead of equal to compare symbols.
16680 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16682         * org-agenda.el (org-agenda-before-sorting-filter-function):
16683         New hook function.
16684         (org-finalize-agenda-entries):
16685         Apply `org-agenda-before-sorting-filter-function'.
16687 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16689         * org-latex.el (org-export-latex-first-lines): Do not protect meta
16690         lines that have nothing to do with babel.
16692 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16694         * org-capture.el (org-capture-place-template): Handle the
16695         checkitem case.
16696         (org-capture-place-item): Provide boundaries for the search to
16697         make sure we do not get a match in a different tree.
16699 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16701         * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
16702         argument parser.
16704 2010-11-11  Noorul Islam  <noorul@noorul.com>
16706         * org-latex.el (org-latex-to-pdf-process): Add output-directory
16707         option for the command pdflatex.
16708         (org-export-as-pdf): Respect directory in path of
16709         EXPORT_FILE_NAME.
16711 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16713         * org-exp.el (org-export-with-LaTeX-fragments): New default t,
16714         which now means to use MathJax processing for HTML.  Also allow
16715         new value `dvipng' to force the old image processing.
16716         (org-infile-export-plist): Parse for MATHJAX setup line.
16718         * org-html.el (org-export-html-mathjax-options): New option.
16719         (org-export-html-mathjax-config): New function.
16720         (org-export-html-mathjax-template): New option.
16721         (org-export-html-preprocess): Call the LaTeX snippet processor
16722         with an additional argument to declare special ways of processing.
16723         (org-export-as-html): Bind the dynamical variable
16724         `org-export-have-math'.  Insert the MathJax script template when
16725         it is needed by the document.
16727         * org.el (org-preview-latex-fragment): Call `org-format-latex'
16728         with the additional processing argument.
16729         (org-export-have-math): New variable, for dynamic scoping.
16730         (org-format-latex): Implement specific ways of processing.
16731         New function argument for processing type.
16732         (org-org-menu): Remove the entry to configure LaTeX snippet
16733         processing.
16735 2010-11-11  Bastien Guerry  <bzg@gnu.org>
16737         * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
16738         `org-clock-goto' and `J' for `org-agenda-clock-goto'.  If the
16739         heading currently clocked in is not listed in the agenda, display
16740         this entry in another buffer.  If there is no running clock,
16741         display a help message.
16743 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16745         * org-latex.el (org-export-latex-tables): Return "" instead of nil
16746         when no label is attached.
16748 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16750         * org-agenda.el (org-agenda-menu-show-match): New option.
16751         (org-agenda-menu-two-column): New option.
16752         (org-agenda-get-restriction-and-command): Implement dispatch menu
16753         without showing the matcher, and with two-column display.
16755 2010-11-11  Bernt Hansen  <bernt@norang.ca>
16757         * org-indent.el (org-indent-mode): Fix grammar for message when
16758         mode is refused.
16760 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16762         * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
16763         no previous result exists.
16765 2010-11-11  Noorul Islam  <noorul@noorul.com>
16767         * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
16768         warning.
16770 2010-11-11  Noorul Islam  <noorul@noorul.com>
16772         * org.el (org-set-visibility-according-to-property): Use backward
16773         search instead of forward, so that top hierarchy gets priority.
16775 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16777         * org-agenda.el (org-timeline): Allow indirect buffer.
16779 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16781         * org-exp.el (org-export-preprocess-after-radio-targets-hook):
16782         (org-export-define-heading-targets-headline-hook): New hooks.
16784         * org.el (org-modules): Add entry for org-wikinodes.el.
16785         (org-font-lock-set-keywords-hook): New hook.
16786         (org-open-at-point-functions): New hook.
16787         (org-find-exact-headling-in-buffer):
16788         (org-find-exact-heading-in-directory): New functions.
16789         (org-mode-flyspell-verify): Better cursor position for checking if
16790         flyspell should ignore a word.
16792 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16794         * org-indent.el (org-indent-remove-properties):
16795         (org-indent-add-properties): Make sure changing these properties
16796         does not trigger modification hooks.
16798 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16800         * org.el (org-link-search-must-match-exact-headline): New option.
16801         (org-link-search-inhibit-query): New variable.
16802         (org-link-search): Search for exact headline match in Org files.
16804 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16806         * ob.el (org-babel-execute-src-block-maybe): Remove check for
16807         `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
16808         function `org-babel-execute-safely-maybe'.
16810 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16812         * ob.el (org-babel-load-in-session): Set directory in case :dir
16813         arg is in effect.
16815 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16817         * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
16818         errors when we're not under of a headline.
16820 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16822         * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
16823         write delimited text instead of save -ascii
16824         (org-babel-octave-import-elisp-from-file): Specify that data
16825         written to file is tab-delimited.
16827 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16829         * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
16830         tab-delimited.
16832 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16834         * ob.el (org-babel-import-elisp-from-file): Allow separator to be
16835         specified.
16837 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16839         * ob-python.el (org-babel-python-table-or-string): Fix recognition
16840         of lists and tuples.
16842 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16844         * ob-octave.el (org-babel-octave-evaluate-external-process):
16845         Allow remote files.
16847 2010-11-11  Juan Pechiar  <pechiar@computer.org>
16849         * ob-octave.el (org-babel-octave-evaluate-external-process):
16850         Use `org-babel-octave-import-elisp-from-file' instead of
16851         `org-babel-eval-read-file'.
16852         (org-babel-octave-var-to-octave): Separate matrix rows with ';',
16853         and use '%s' as format specifier instead of '%S'.
16855 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16857         * ob-octave.el: Only (require 'matlab) when necessary.
16858         (org-babel-octave-initiate-session): (require) octave-inf or matlab
16859         as appropriate.
16860         (org-babel-execute:matlab): Remove (require).
16861         (org-babel-prep-session:matlab): Remove (require).
16862         (org-babel-matlab-initiate-session): Remove (require).
16864 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16866         * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
16867         list.
16869 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16871         * ob-python.el (org-babel-python-table-or-string): Can now handle
16872         VERY long result lines.
16874 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16876         * org-latex.el (org-export-latex-tables): Add label if any.
16878         * org-latex.el (org-export-latex-convert-table.el-table):
16879         Fix little mistake when inserting label.
16881 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16883         * org.el (org-cycle-internal-local): Remove an unnecessary call
16884         to `org-back-to-heading' that was preventing point to stay at its
16885         column when cycling visibility.
16887 2010-11-11  Noorul Islam  <noorul@noorul.com>
16889         * org-capture.el (org-capture-finalize): Make messages consistent.
16891 2010-11-11  Noorul Islam  <noorul@noorul.com>
16893         * org-gnus.el: Suppress compiler warning by declaring outside
16894         function nnimap-retrieve-headers-from-file.
16896 2010-11-11  Noorul Islam  <noorul@noorul.com>
16898         * org-colview.el Use org-beamer-select-environment instead of
16899         org-beamer-set-environment-tag.
16901 2010-11-11  Matt Lundin  <mdl@imapmail.org>
16903         * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
16904         that the value of org-last-inserted-timestamp includes time range.
16906 2010-11-11  David Maus  <dmaus@ictsoc.de>
16908         * org-wl.el (org-wl-store-link-message): Provide link property for
16909         message-id without angle brackets.
16911 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16913         * ob-R.el (org-babel-R-evaluate): Improved prompt-stripping regexp.
16915 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16917         * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
16918         file ensuing that the latest changes on disk are represented.
16920 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16922         * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
16923         arguments w/o quotes.
16925 2010-11-11  Bernt Hansen  <bernt@norang.ca>
16927         * org-capture.el (org-capture-finalize): Fix clock in of
16928         interrupted task during capture finalize.
16930 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16932         * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
16933         session output.
16935 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16937         * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
16938         expression for matching main function.
16940 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16942         * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
16943         regexp -- it wasn't matching lob lines w/o indices.
16945 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16947         * org-exp.el (org-export-latex-listings-w-names): Fix compiler
16948         warning in org-exp.el.
16950 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16952         * org-publish.el (org-publish-file): Better error message if
16953         base-directory or publishing-directory are not defined.
16955 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16957         * org-colview.el (org-columns-display-here): Use overlays to
16958         overrule line prefix properties during column view.
16960 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16962         * org-agenda.el (org-agenda-filter-preset): Document the
16963         limitation for the filter preset - it can only be used for an
16964         entire agenda view, not in an individual block in a block agenda.
16966 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16968         * ob-table.el (sbe): Now able to accept range references from
16969         tables.
16971 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16973         * ob.el (org-babel-pick-name): If colnames or rownames contain a
16974         list of names, then use those directly.
16976 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16978         * org-exp.el (org-export-format-source-code-or-example):
16979         Escape underscores in code block names on latex listings export.
16981 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16983         * ob-tangle.el (org-babel-with-temp-filebuffer):
16984         Use find-file-noselect to avoid excess buffer movement.
16986 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16988         * org-html.el (org-html-should-inline-p): Only inline images if
16989         they should be.
16991 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16993         * org-id.el (org-id-store-link): Autoload.
16995         * org.el ("org-id"): Autoload `org-id-store-link'.
16997 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16999         * org-html.el (org-html-should-inline-p): Only inline images if
17000         they should be.
17002 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
17004         * org-icalendar.el (org-icalendar-alarm-time): New option.
17006         * org-icalendar.el (org-print-icalendar-entries): Timed events are
17007         exported with alarm events, a.k.a. reminders.
17009 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
17011         * org-capture.el (org-capture-target-buffer): Throw an error if we
17012         have no target file.
17013         (org-capture-select-template): Use a default template if the user
17014         has not specified any.
17016 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
17018         * org.el (org-modules): Add entry for org-velocity.
17020 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
17022         * ob-lob.el (org-babel-lob-execute): Changing indentation to
17023         improve line length.
17025 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
17027         * org-exp.el (org-export-handle-table-metalines): Choose a better
17028         position for checking protectedness.
17030 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
17032         * org-table.el (org-table-convert-region): Don't continue csv
17033         importation which the point catches the end, this fixes an
17034         infinite loop which was caused by the (point) never catching up
17035         with the "end" marker.
17037 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
17039         * org-macs.el (org-string-nw-p): New function.
17041         * org-capture.el (org-capture-import-remember-templates):
17042         Interpret an empty string as request to use
17043         `org-default-notes-file'.
17044         (org-capture-target-buffer): If the FILE is not a (non-empty)
17045         string, use `org-default-notes-file'.
17047 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
17049         * org-capture.el (org-capture-templates): Fix customize type.
17051 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
17053         * org.el (org-refile-targets):
17054         * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
17056 2010-08-19  Glenn Morris  <rgm@gnu.org>
17058         * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
17059         (org-save-outline-visibility): Move to org-macs.
17060         * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
17061         (org-save-outline-visibility): Move here from org.el.
17062         (show-all): Autoload it.
17063         * ob.el: Don't require org when compiling.
17065 2010-08-18  Glenn Morris  <rgm@gnu.org>
17067         * ob.el: Require org when compiling.
17068         (org-save-outline-visibility): Remove macro declaration.
17069         * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
17070         Remove unnecessary/macro declarations.
17071         * org-docview.el: Require doc-view when compiling.
17072         (doc-view-goto-page): Autoload rather than declaring.
17073         (doc-view-current-page): Remove macro declaration.
17075 2010-08-17  Glenn Morris  <rgm@gnu.org>
17077         * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
17078         (org-entry-get, org-table-import): Fix declarations.
17079         (org-match-string-no-properties): Remove unnecessary declaration.
17080         * ob-sh.el (org-babel-comint-in-buffer)
17081         (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
17082         (org-babel-comint-with-output): Remove unnecessary declarations.
17083         * ob-R.el (orgtbl-to-tsv): Fix declaration.
17084         * org-list.el (org-entry-get): Fix declaration.
17086 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17088         * ob-C.el: New file.
17089         * ob-R.el: New file.
17090         * ob-asymptote.el: New file.
17091         * ob-clojure.el: New file.
17092         * ob-comint.el: New file.
17093         * ob-css.el: New file.
17094         * ob-ditaa.el: New file.
17095         * ob-dot.el: New file.
17096         * ob-emacs-lisp.el: New file.
17097         * ob-eval.el: New file.
17098         * ob-exp.el: New file.
17099         * ob-gnuplot.el: New file.
17100         * ob-haskell.el: New file.
17101         * ob-keys.el: New file.
17102         * ob-latex.el: New file.
17103         * ob-lob.el: New file.
17104         * ob-matlab.el: New file.
17105         * ob-mscgen.el: New file.
17106         * ob-ocaml.el: New file.
17107         * ob-octave.el: New file.
17108         * ob-perl.el: New file.
17109         * ob-python.el: New file.
17110         * ob-ref.el: New file.
17111         * ob-ruby.el: New file.
17112         * ob-sass.el: New file.
17113         * ob-screen.el: New file.
17114         * ob-sh.el: New file.
17115         * ob-sql.el: New file.
17116         * ob-sqlite.el: New file.
17117         * ob-table.el: New file.
17118         * ob-tangle.el: New file.
17119         * ob.el: New file.
17121 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17123         * org-mks.el: New file.
17124         * org-capture.el: New file.
17126 2010-07-19  Christian Egli  <christian.egli@sbszh.ch>
17128         * org-taskjuggler.el: New file.
17130 2010-07-19  Matt Lundin  <mdl@imapmail.org>
17132         * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
17133         in org-agenda-text-search-extra-files.
17135 2010-07-19  David Maus  <dmaus@ictsoc.de>
17137         * org-list.el (org-list-send-list): Locally bind variable `txt'.
17139 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17141         * org.el (org-reload): Now also reloading babel files.
17143 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17145         * org-capture.el (org-capture-set-plist): Make sure txt is a string
17146         before calling `string-match'.
17147         (org-capture-templates): Fix customization type.
17149 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17151         * org-latex.el (org-export-latex-preprocess): Make a special case
17152         for \nbsp.
17153         (org-latex-entities): Remove the entry for \nbsp.
17154         (org-latex-entities-exceptions): Variable removed.
17156 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17158         * org-capture.el (org-capture-refile): Do not try to manipulate
17159         bookmark list.
17161         * org.el (org-refile): Use the correct bookmark here.
17163 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17165         * org-list.el (org-list-send-list): Parse list from its true beginning.
17167         * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
17169 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17171         * org.el (org-insert-link): Correctly determine if we should use
17172         a relative path.
17174 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
17176         * org-list.el (org-list-radio-list-templates): Fix templates.
17178 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
17180         * org-list.el (org-list-send-list): Regexp defining the start of
17181         a radio list is now on par with the one used for radio tables.
17183 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17185         * org-entities.el (org-entities-help): Add a headline for
17186         the user-defined entities.
17188 2010-07-19  Dirk-Jan C. Binnema  <djcb.bulk@gmail.com>  (tiny change)
17190         * org-agenda.el (org-agenda-action): Document capture key and add it
17191         to the prompt.
17193 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17195         * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
17197 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17199         * org-latex.el (org-export-latex-first-lines): Do not mark
17200         meta lines for removal.  Do not remove BABEL config lines during export.
17202 2010-07-19  David Maus  <dmaus@ictsoc.de>
17204         * org-capture.el (org-capture): Check if
17205         `org-capture-link-is-already-stored' is bound before evaluating.
17207 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17209         * org.el: Add autoload for org-babel-do-load-languages.
17211 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17213         * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
17215 2010-07-19  David Maus  <dmaus@ictsoc.de>
17217         * org-feed.el: Change indentation to match coding style
17218         guideline.
17220 2010-07-19  David Maus  <dmaus@ictsoc.de>
17222         * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
17223         library if necessary.
17225 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17227         * org-beamer.el (org-beamer-amend-header): Standardize the
17228         header cookie for the beamer extra stuff.
17230 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17232         * org-beamer.el (org-beamer-amend-header): Put extra header
17233         last in header.
17235 2010-07-19  David Maus  <dmaus@ictsoc.de>
17237         * org-exp-blocks.el (org-export-blocks-format-ditaa)
17238         (org-export-blocks-format-dot): Remove text properties of body before
17239         calculating cache hash.
17241 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17243         * org-latex.el (org-export-latex-tabular-environment): New option.
17244         (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
17246 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17248         * org-compat.el (org-version-check): New function.
17250         * org-indent.el (org-indent-mode): Check for exact emacs version.
17252 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17254         * org-capture.el (org-capture-templates): Allow the template
17255         to come from a file or function call.
17256         (org-capture-place-entry): Get the template from file or function.
17258 2010-07-19  David Maus  <dmaus@ictsoc.de>
17260         * org-agenda.el (org-agenda-bulk-action): Don't create marker for
17261         position if target is entire file.
17263 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17265         * org.el (org-autoload): Autoload a few more org-table functions.
17267 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17269         * org.el (org-babel-load-languages): Add ob-mscgen.
17271 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17273         * org-latex.el (org-export-latex-tables): Format string now
17274         matches options.
17276 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17278         * org.el (org-babel-load-languages): This variable controls which
17279         languages will be loaded by org-babel.  It is customizable through
17280         the customize interface.
17282 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17284         * org-latex.el (org-export-latex-format-image): Update number of
17285         arguments to allow for an optional short-name.
17287 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17289         * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
17291 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17293         * org-capture.el (org-capture-set-target-location):
17294         Store exact positions for file+regexp and file+function targets.
17295         (org-capture-place-entry, org-capture-place-item)
17296         (org-capture-place-table-line, org-capture-place-plain-text):
17297         Respect exact positions.
17298         (org-capture-finalize): Make sure we are at the beginning of a line
17299         when fixing the empty lines after the entry.
17301 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17303         * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
17304         (org-entry-get): Pass `literal-nil' into
17305         `org-entry-get-with-inheritance'.
17306         (org-todo): React to nil values of the LOGGING property.
17308 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17310         * org.el (org-default-notes-file): Update docstring.
17312 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17314         * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
17316 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17318         * org-exp.el (org-export-attach-captions-and-attributes):
17319         Add a shortname attribute to caption strings under the symbol name
17320         org-caption-shortn.
17322 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17324         * org.el (org-switchb): Rename from `org-iswitchb'.
17325         Improve docstring.
17326         (org-iswitchb): New alias.
17327         (org-ido-switchb): Make alias point to `org-switchb'.
17329 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17331         * org-capture.el (org-capture-fill-template):
17332         Respect time-of-day preference in template prompt.
17334 2010-07-19  David Maus  <dmaus@ictsoc.de>
17336         * org-feed.el (org-feed-unescape): Remove superfluous lambda.
17338 2010-07-19  David Maus  <dmaus@ictsoc.de>
17340         * org-wl.el (org-wl-disable-folder-check): New customization
17341         variable.
17342         (org-wl-open): Disable folder check depending on
17343         `org-wl-disable-folder-check'.
17345 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17347         * org-capture.el (org-capture-set-target-location):
17348         Fix file+function interpretation.
17350 2010-07-19  David Maus  <dmaus@ictsoc.de>
17352         * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
17353         content.
17355 2010-07-19  David Maus  <dmaus@ictsoc.de>
17357         * org-feed.el (xml-entity-alist): Declare variable
17358         `xml-entity-alist' for byte compiler.
17360 2010-07-19  David Maus  <dmaus@ictsoc.de>
17362         * org-feed.el (org-feed-unescape): New function.
17363         Unescape protected entities.
17364         (org-feed-parse-atom-entry): Use function for atom:content
17365         type text and html.
17367 2010-07-19  David Maus  <dmaus@ictsoc.de>
17369         * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
17370         element names.
17372 2010-07-19  Bernt Hansen  <bernt@norang.ca>
17374         * org.el (org-time-string-to-absolute): Ignore cyclic repeater
17375         when displaying items on todays agenda date.
17377 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17379         * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
17380         value of EXTRA.
17382 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17384         * org-publish.el (org-publish-initialize-cache):
17385         Make timestamp directory, the entire path to it.
17387 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17389         * org-exp.el (org-export-handle-comments): Make sure to check
17390         for protection in the comment line, and not in the line after it.
17392 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17394         * org-html.el (org-export-html-preprocess): Call org-format-latex,
17395         possibly with a protect-only argument.
17397         * org.el (org-format-latex): New argument PROTECT-ONLY.
17399 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17401         * org-exp.el (org-export-handle-table-metalines): This function
17402         removes table specific meta-lines, now that we aren't wiping
17403         everything that looks remotely like a comment at the end of the
17404         export process we have to be sure to catch all of the specific lines
17405         in org-exp.el.
17407 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
17409         * org-exp.el (org-export-select-backend-specific-text): Properly
17410         get rid of #+Backend and #+ATTR_Backend specifics to backends not
17411         matching the one we're exporting to.
17413 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17415         * org-table.el (orgtbl-to-generic): Add the :remove-newlines
17416         option which will strip newline characters from the text of table
17417         cells and replace then with "\n".
17419 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17421         * org.el (org-confirm-shell-link-function)
17422         (org-confirm-elisp-link-function): Limit the values that can be set by
17423         file variables.
17425 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17427         * org.el (org-compute-latex-and-specials-regexp): Deal with
17428         string elements by discarding them.
17430 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17432         * org.el (org-iswitchb): Make sure to use at least iswitchb.
17434 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17436         * org-capture.el (org-capture-position-for-last-stored)
17437         (org-capture-bookmark-last-stored-position): New functions.
17438         (org-capture-place-table-line): Better error catching.
17439         (org-capture-place-item, org-capture-place-entry)
17440         (org-capture-place-plain-text):
17441         Call `org-capture-position-for-last-stored'.
17442         (org-capture-finalize): Just call
17443         `org-capture-bookmark-last-stored-position'.
17445 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17447         * org-exp.el (org-export-mark-blockquote-verse-center):
17448         Fix small bug, now grabbing match data before overwritten by looking-at
17449         this fixes a problem with remainders of #+end_quote lines appearing
17450         in exported output.
17452 2010-07-19  David Maus  <dmaus@ictsoc.de>
17454         * org.el (org-link-frame-setup): Add customization option for
17455         Wanderlust.
17457 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17459         * org-latex.el (org-export-latex-fixed-width): Now check
17460         org-example rather than org-protected on verbatim export, because by
17461         default all ": " prefixed lines are marked protected.
17463 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17465         * org-latex.el (org-export-latex-fixed-width): Check for
17466         protection before wrapping ": " lines as verbatim.
17468 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17470         * org-exp.el (org-export-handle-comments): Check for protection
17471         before removing comments.
17473 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17475         * org-entities.el (org-entities): Restructure the list.
17476         (org-entities-help): Turn the help output into a buffer
17477         in Org-mode, so that it becomes easier to find a symbol
17478         in the structure.
17479         (org-entities-create-table): Deal with new structure.
17481 2010-07-19  David Maus  <dmaus@ictsoc.de>
17483         * org-agenda.el (org-write-agenda): Use backquotes to expand
17484         `flet' at compile time.
17486 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17488         * org.el (org-entry-properties): Make sure that standard property
17489         names are used even if the user has customized time keywords.
17491 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17493         * org-macs.el (org-not-nil): Return the value if not interpreted
17494         as nil.
17496         * org.el (org-entry-get)
17497         (org-entry-get-with-inheritance): Interpret the value "nil"
17498         as nil for properties.
17500 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17502         * org.el (org-switch-to-buffer-other-window): Return the buffer.
17504 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17506         * org-macs.el (org-not-nil): New function.
17508         * org.el (org-block-todo-from-children-or-siblings-or-parent):
17509         Use `org-not-nil' to interpret a property value of nil.
17511 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17513         * org.el (org-truely-invisible-p): New function.
17514         (org-beginning-of-line): Use `org-truely-invisible-p'.
17516 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17518         * org-agenda.el (org-agenda-get-timestamps): No errors
17519         while getting TODO state.
17520         (org-agenda-highlight-todo): No error when no keyword has
17521         been matched.
17523 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17525         * org.el (org-timestamp-change): New optional argument UPDOWN.
17526         Use this to identify calls from org-timestamp-up/down, so that we can
17527         skip by rounding minutes in this case.
17528         (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
17529         (org-timestamp-down-day): Call org-timestamp-change with the
17530         updown argument.
17532 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17534         * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
17536         * org-capture.el: New file.
17538         * org-compat.el (org-get-x-clipboard): Function moved here from
17539         remember.el.
17541         * org-mks.el: New file.
17543         * org.el (org-set-regexps-and-options): Allow statistic cookies as
17544         part of complex headlines.
17545         (org-find-olp): New argument THIS-BUFFER.  When set, assume that the
17546         OLP does not contain a file name.
17548 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17550         * org.el (org-mode): Set `comment-start' instead of changing the
17551         syntax of the `#' character.
17553 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17555         * org-exp.el (org-export-format-source-code-or-example): Mark examples
17556         by a property.
17558         * org-html.el (org-export-html-close-lists-maybe): Check if raw
17559         HTML stuff was actually made from an example.
17561 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17563         * org-latex.el: Items are no longer skipped when their first line
17564         ends on a protected element.
17566         * org-list.el: Protected environments looking like lists are not
17567         exported anymore.
17569 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17571         * org-exp-blocks.el (org-export-blocks-preprocess):
17572         Cleanup trailing newline after block.
17574 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17576         * org-exp.el: Comment regexp now matches documentation.  No more
17577         protection check when deleting comments before export.
17579 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17581         * org-exp.el (org-export-preprocess-string):
17582         Now using `org-export-handle-include-files-recurse' to resolve
17583         included files.
17585 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17587         * org-agenda.el (org-agenda-get-deadlines)
17588         (org-agenda-get-scheduled):
17589         * org.el (org-time-string-to-seconds):
17590         For deadline and scheduled agenda display ignore the cyclic repeater
17591         when calculating how many days late the task is.  If you have a weekly
17592         task and miss the date the agenda view will show more than a week late
17593         now instead of resetting on the cyclic repeating date.  This makes it
17594         much more obvious when you missed a repeating task after the repeater.
17596 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17598         * org-exp.el (org-export-mark-blockquote-verse-center):
17599         Consider environments that end at eob.
17601 2010-07-19  Mikael Fornius  <mfo@abc.se>
17603         * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
17604         with face `org-special-keyword'.  Make property keys as :LAST_REPEAT:
17605         display correctly.
17607 2010-07-19  Mikael Fornius  <mfo@abc.se>
17609         * org.el (org-at-property-p): Use save-match-data macro instead of let.
17611 2010-07-19  Mikael Fornius  <mfo@abc.se>
17613         * org.el (test): Remove unused test function.
17615 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17617         * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
17619 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17621         * org-exp-blocks.el (org-export-blocks-postblock-hook):
17622         Add documentation to and turn into a defcustom.
17624 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17626         * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
17627         instead of to nil we avoid errors when :prefix1 is defined, but
17628         prefix is not.
17630 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
17632         * org-latex.el (org-export-latex-preprocess): Environments coming
17633         from latex backend specific instructions (#+LaTeX) are already
17634         protected and won't be treated as normal environments.
17636 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17638         * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
17640 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17642         * org-timer.el (org-timer-set-timer): Use a prefix argument.
17643         See the docstring of the function.
17645 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17647         * org-timer.el (org-timer-set-timer): Fix bug about canceling
17648         timers.
17650 2010-07-19  David Maus  <dmaus@ictsoc.de>
17652         * org-w3m.el (org-w3m-copy-for-org-mode)
17653         (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
17654         Get text property directly, not using macro `w3m-anchor'.
17656 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17658         * org.el (org-emph-re): Document the match groups.
17660 2010-07-19  Bernt Hansen  <bernt@norang.ca>
17662         * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
17663         t before calling `org-clock-out', so that that function can
17664         know its call context.
17666 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17668         * org-timer.el (org-timer-default-timer): New variable.
17669         (org-timer-set-timer): Use the new variable.  Also offer the
17670         possibility to replace the current timer by a new one.
17672 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17674         * org.el (org-kill-note-or-show-branches): Hide subtree before
17675         exposing the headings.
17677 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17679         * org.el (org-add-planning-info): Remove the empty line also
17680         if there is no whitespace at all in there.
17682         * org-table.el (org-table-align): Fix alignment of strings
17683         with invisible characters.
17685 2010-07-19  David Maus  <dmaus@ictsoc.de>
17687         * org.el (org-refile-cache-get): Return empty list of targets
17688         when cache was cleared.
17689         (org-clone-subtree-with-time-shift): Maybe create ID property
17690         in cloned subtrees.
17691         (org-clone-delete-id): New customization variable.
17692         (org-clone-subtree-with-time-shift): Use customization
17693         variable `org-clone-delete-id'.
17694         (org-clone-subtree-with-time-shift): Remove empty property
17695         drawer in cloned subtrees.
17697 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17699         * org.el (org-refile-use-cache): New option.
17700         (org-refile-cache, org-refile-markers): New variable.
17701         (org-refile-marker, org-refile-cache-clear)
17702         (org-refile-cache-check-set, org-refile-cache-put)
17703         (org-refile-cache-get): New function.
17704         (org-get-refile-targets): Use the refile cache.
17706         * org-clock.el (org-clock-sum): Don't include running clock if
17707         the time block is wrong.
17709 2010-07-19  John Wiegley  <jwiegley@gmail.com>
17711         * org-clock.el (org-clock-clock-in, org-clock-in):
17712         Add parameter `start-time'.
17713         (org-clock-resolve-clock): Add parameter `clock-out-time'.
17714         If set, and resolve-to is a past time, then the clock out
17715         event occurs at `clock-out-time' rather than at `resolve-to'.
17716         In this case, `resolve-to' becomes the clock in time.
17717         (org-clock-jump-to-current-clock): Create new global command
17718         to reveal the current clock.
17719         (org-clock-resolve): Add new commands g/G and j/J, and a
17720         help window describing all commands and their meaning.
17721         (org-clock-resolve-expert): New customization variable.
17722         (org-find-open-clocks): Fix a bug that caused discovered
17723         clocks not to match up with the currently active clock.
17724         (org-resolve-clocks): Change the argument
17725         `also-non-dangling-p' to `only-dangling-p', since due to a bug
17726         this was the default behavior all along.
17728 2010-07-19  David Maus  <dmaus@ictsoc.de>
17730         * org-id.el (org-id-uuid): New function.  Return string with
17731         random (version 4) UUID.
17732         (org-id-method): Make 'uuid the new default value.
17733         (org-id-new): Use `org-id-uuid' if call to uuidgen program
17734         does not return a UUID.
17736 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17738         * org-latex.el (org-export-latex-format-image): Add support
17739         for multicolumn figures in LaTeX.
17741 2010-07-19  David Maus  <dmaus@ictsoc.de>
17743         * org.el (org-clone-subtree-with-time-shift): Remove ID
17744         property of original subtree in cloned subtrees.
17746 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17748         * org-exp.el (org-export-format-source-code-or-example):
17749         XEmacs compatibility.
17751         * org-latex.el (org-export-latex-tables): Accept comma in
17752         align string.
17754         * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
17755         (org-export-docbook-xslt-proc-command): Fix docstring.
17756         (org-export-docbook-xsl-fo-proc-command): Fix docstring.
17757         (org-export-as-docbook-pdf):
17758         Improve formatting of the xslt command.
17760         * org-exp.el (org-infile-export-plist): Check for XSLT setting.
17762         * org.el (org-file-contents): Improve error message.
17763         (org-set-regexps-and-options): Remove spaces at both ends.
17765 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17767         * org-docbook.el (org-export-as-docbook-pdf):
17768         Improve formatting of the xslt command.
17770 2010-07-19  Sebastian Rose  <sebastian_rose@gmx.de>
17772         * org-publish.el (org-publish-cache): Use one big hashmap for
17773         each project defined in `org-publish-project-alist'.
17774         (initialize-files-alist): Function removed.
17775         (org-publish-validate-link): Function removed.
17776         (org-publish-get-base-files): Add variable `sitemap-requested'
17777         to avoid sorting where possible.
17778         (org-publish-get-files): Function removed.
17779         (org-publish-get-project-from-filename): Make independent of
17780         file list.
17781         (org-publish-file): New argument NO-CACHE.
17783 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17785         * org.el (org-beginning-of-defun, org-end-of-defun):
17786         New functions.
17787         (org-mode): Install the `org-beginning-of-defun' and
17788         `org-end-of-defun' functions.
17789         (org-pretty-entities): New option.
17790         (org-toggle-pretty-entities): New command.
17791         (org-fontify-entities): New function.
17792         (org-startup-options): New keywords for pretty entities.
17793         (org-set-font-lock-defaults): Call the pretty entities
17794         function.
17796         * org-latex.el (org-export-latex-keywords-maybe): Protect the
17797         TODO markup.
17799 2010-07-19  Mikael Fornius  <mfo@abc.se>
17801         * org-habit.el (org-habit-build-graph): Help-echo date when
17802         mouse is over stars.
17804 2010-07-19  Jan Böker  <jan.boecker@jboecker.de>
17806         * org.el (org-file-apps): Improve docstring to reflect
17807         grouping matches.
17809 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17811         * org.el (org-set-startup-visibility): Fix empty line display.
17813         * org-latex.el (org-export-latex-links): Use the formatting
17814         function of the link type, if it is available.
17816         * org-table.el (org-table-get-remote-range): Return to
17817         original buffer when retrieving remote reference.
17819         * org.el (org-display-inline-images): Do the entire buffer,
17820         not just the narrowed region.  Clear the cache.
17821         (org-display-inline-images): Match mode file paths.
17823 2010-07-19  David Maus  <dmaus@ictsoc.de>
17825         * org-wl.el (org-wl-store-link-folder): Don't throw error when
17826         called on WL folder group.
17828 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17830         * org.el (org-replace-escapes): Make sure the cdr is not nil.
17831         (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
17832         (org-mode): Revert comment syntax changes.
17834 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17836         * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
17837         keywords, and `C-c / T' for a specific one.
17839 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17841         * org.el (org-mode): Fix comment syntax settings.
17843         * org-src.el (org-edit-src-allow-write-back-p):
17844         Define variable.
17846         * org.el (org-inline-image-overlays): New variable.
17847         (org-toggle-inline-images, org-display-inline-images)
17848         (org-remove-inline-images): New commands.
17849         (org-mode-map): Define a key for `org-toggle-inline-images'.
17851 2010-07-19  David Maus  <dmaus@ictsoc.de>
17853         * org-wl.el (org-wl-message-field): New function.
17854         Return content of header field in message entity.
17855         (org-wl-store-link): Call `org-wl-store-link-folder' or
17856         `org-wl-store-link-message' depending on major-mode.
17857         (org-wl-store-link-folder): New function.  Store link to
17858         Wanderlust folder.
17859         (org-wl-store-link-message): New function.  Store link to
17860         Wanderlust message.
17861         (org-wl-store-link-message): Store link to message while
17862         visiting message.
17863         (org-wl-open): Don't try to jump to message when opening a
17864         folder link.
17866 2010-07-19  David Maus  <dmaus@ictsoc.de>
17868         * org.el (org-replace-escapes): Avoid infinite loop when
17869         replace string contains escape sequence it replaces.
17871 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17873         * org-crypt.el (org-crypt-key-for-heading): Use symmetric
17874         encryption when now key is set.
17876 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17878         * org-table.el (org-table-recalculate-buffer-tables)
17879         (org-table-iterate-buffer-tables): New commands.
17881         * org.el (org-check-for-hidden): When there is a region, skip
17882         the check.
17884 2010-07-19  Dan Davison  <davison@stats.ox.ac.uk>
17886         * org-src.el (org-edit-src-code): allow-write-back-p had
17887         erroneously been omitted from let binding.
17889 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17891         * org-agenda.el (org-sorting-choice): New sorting type alpha.
17892         (org-cmp-alpha): New defsubst.
17893         (org-em): New defsubst.
17894         (org-entries-lessp): Only compute needed comparisons.
17896 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17898         * org-html.el (org-format-org-table-html): Test all columns
17899         for number content.
17901 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17903         * org-latex.el (org-export-latex-treat-sub-super-char):
17904         Make sure parenthesis matching is consistent.
17906         * org-table.el (org-table-colgroup-line-p)
17907         (org-table-cookie-line-p): New functions.
17909         * org-exp.el (org-table-clean-before-export): Better tests for
17910         colgroup and cookie lines.
17912 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17914         * org-agenda.el (org-agenda-goto): Push a mark before changing
17915         the position.
17917         * org-footnote.el (org-footnote): New group.
17918         (org-footnote-section)
17919         (org-footnote-tag-for-non-org-mode-files): Fix typos.
17921         * org-list.el (org-end-of-item-text-before-children): Also do
17922         the right thing at the end of a file.
17924         * org.el (org-set-packages-alist, org-get-packages-alist):
17925         New function.
17926         (org-export-latex-default-packages-alist)
17927         (org-export-latex-packages-alist): Add extra flag to
17928         each package, indicating if it should be used for snippets.
17929         (org-create-formula-image): Add the snippet argument.
17930         (org-splice-latex-header): New argument SNIPPET-P, pass it
17931         through to `org-latex-packages-to-string'.
17932         (org-latex-packages-to-string): New argument SNIPPET-P.
17934         * org-latex.el (org-export-latex-make-header): Add the snippet
17935         argument.
17937         * org-docbook.el (org-export-as-docbook): Implement ordered
17938         lists starting at some offset.
17940 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17942         * org.el (org-link-types, org-open-at-point): Add doi links.
17944         * org-ascii.el (org-export-ascii-preprocess): Remove list
17945         startcounter cookies.
17947         * org-list.el (org-renumber-ordered-list): Respect counter
17948         start values.
17950         * org-latex.el (org-export-latex-lists): Accept ordered list
17951         item offset cookie.
17953         * org-html.el (org-export-as-html): Accept ordered list
17954         item offset cookie.
17956         * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
17957         which messes up alignment of tags.
17959 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17961         * org-clock.el (org-clock-cancel, org-clock-out): Make sure
17962         the modeline display is removed.
17964         * org-exp.el (org-export-format-drawer-function):
17965         Fix docstring.
17967         * org-agenda.el (org-agenda-refile): New optional argument
17968         NO-UPDATE.
17969         (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
17970         is set.
17971         (org-agenda-bulk-action): Call the refile command with updates
17972         suppressed - but arrange for `org-agenda-redo' to be called at
17973         the end.
17975         * org.el (org-mode): Make table mapping quiet.
17976         (org-table-map-tables): New optional argument QUIETLY.
17978         * org-ascii.el (org-export-ascii-preprocess): Make table
17979         mapping quiet.
17981         * org-html.el (org-export-as-html, org-html-level-start):
17982         Change XHTML IDs to not use dots.
17984         * org-exp.el (org-export-define-heading-targets):
17985         Change XHTML IDs to not use dots.
17987         * org-docbook.el (org-export-docbook-level-start):
17988         Change XHTML IDs to not use dots.
17990         * org-latex.el (org-export-as-latex): Make sure that the
17991         result buffer is in latex-mode.
17993         * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
17994         (org-shiftleft-final-hook, org-shiftright-final-hook):
17995         New hooks.
17997 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17999         * org-table.el (org-table-justify-field-maybe): Make sure that
18000         inserting a value does not turn a line into a hline.
18002 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18004         * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
18005         (org-clock-sum): Add property to selected headlines.
18006         (org-dblock-write:clocktable): Make tags matcher.
18008         * org.el (org-set-autofill-regexps): XEmacs compatibility.
18010         * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
18011         in latex class definitions.
18013         * org.el (org-shiftup-hook, org-shiftdown-hook)
18014         (org-shiftleft-hook, org-shiftright-hook): New hooks.
18016         * org-entities.el (org-entities): Use \land and \lor for logical
18017         operators.
18019         * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
18020         indentation commands.
18021         (org-hidden-tree-error): New defsubst.
18022         (org-metaleft, org-metaright): Check for hidden stuff and throw an
18023         error.
18024         (org-check-for-hidden): New function.
18026         * org-list.el (org-item-re): New function.
18027         (org-at-item-p): Use `org-item-re'.
18028         (org-end-of-item-text-before-children): New function.
18029         (org-outdent-item, org-indent-item): Arrange for leaving the
18030         subtree alone.
18031         (org-outdent-item-tree, org-indent-item-tree): New argument
18032         NO-SUBTREE.
18033         (org-indent-item-tree): Use `org-end-of-item-text-before-children'
18034         to find the end for processing while ignoring the subtree.
18036         * org-publish.el (org-publish-sitemap-sort-alphabetically)
18037         (org-publish-sitemap-sort-folders)
18038         (org-publish-sitemap-sort-ignore-case): New options.
18040 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18042         * org-publish.el (org-publish-compare-directory-files): Fix sorting.
18044         * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
18046         * org-publish.el (org-publish-project-alist): Update docstring.
18047         (org-publish-file-title-cache): New variable.
18048         (org-publish-initialize-files-alist):
18049         Initialize `org-publish-initialize-files-alist' to nil.
18050         (org-publish-sort-directory-files): New function.
18051         (org-publish-projects): Access the new properties.
18052         (org-publish-find-title): Use the file title cache.
18053         (org-publish-find-title): Build the file title cache.
18054         (org-publish-get-base-files-1): Sort files.
18055         (org-publish-aux-preprocess): Do not throw an error when before
18056         the first headline.  Allow an empty target, meaning to link just
18057         to the file.
18058         (org-publish-index-generate-theindex.inc): Check if there is
18059         actually a target and only then add it to the link.
18060         (org-publish-projects): Fix a remaining issue with the last commit.
18062         * org-html.el (org-export-as-html): Treat verse as open/close
18063         paragraph.
18064         (org-export-html-close-lists-maybe): Allow to splice raw HTML into
18065         and out of lists.
18067 2010-07-19  Dan Davison  <davison@stats.ox.ac.uk>
18069         * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
18070         be used in a read-only mode.
18071         (org-edit-src-code): Different message in read-only mode.
18073 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18075         * org-src.el (org-edit-src-find-region-and-lang): Test for
18076         table.el as late as possible.
18078         * org-colview.el: Make sure this file is never loaded into XEmacs.
18080         * org-agenda.el (org-highlight, org-unhighlight): Use direct
18081         overlay calls.
18083         * org.el (org-key): Apply the translations defined in
18084         `org-xemacs-key-equivalents'.
18086         * org-mouse.el (org-mode-hook): Use `org-defkey'.
18088         * org-compat.el (org-xemacs-key-equivalents): New constant.
18090 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18092         * org-inlinetask.el (org-inlinetask-defaut-state): New option.
18093         (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
18094         Obey `org-odd-levels-only'.
18096         * org-compat.el (org-find-overlays): Use overlays-in/at.
18098         * org.el (org-remove-empty-overlays-at)
18099         (org-outline-overlay-data, org-hide-block-toggle)
18100         (org-format-latex, org-context): Use overlays-in/at.
18102         * org-src.el (org-edit-src-exit): Use overlays-in/at.
18104         * org-agenda.el (org-agenda-mark-clocking-task)
18105         (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
18106         (org-agenda-entry-text-hide)
18107         (org-agenda-fix-tags-filter-overlays-at)
18108         (org-agenda-bulk-remove-overlays): Use overlays-in/at.
18110         * org-compat.el (org-overlays-at): Function removed.
18111         (org-overlays-in): Function removed.
18113 2010-07-19  Bastien Guerry  <bzg@gnu.org>
18115         * org-clock.el (org-clock-set-current): Just return the headline
18116         itself, strip the TODO keyword, the priority cookie and the tags.
18118 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18120         * org-compat.el (org-xemacs-without-invisibility): New macro.
18121         (org-xemacs-without-invisibility): New macro.
18122         (org-indent-to-column, org-indent-line-to, org-move-to-column):
18123         Redefine using the macro `org-xemacs-without-invisibility'.
18125         * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
18127         * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
18129         * org-compat.el (org-make-overlay, org-delete-overlay)
18130         (org-overlay-start, org-overlay-end, org-overlay-put)
18131         (org-overlay-get, org-overlay-move, org-overlay-buffer):
18132         Functions removed.
18133         (org-add-to-invisibility-spec): Function removed.
18135         * org-html.el (org-export-as-html-and-open): Add argument to
18136         kill-buffer.
18138         * org-habit.el (require): `calendar' is now required already by
18139         org.el on top level.
18141         * org-clock.el (require): `calendar' is now required already by
18142         org.el on top level.
18144         * org-agenda.el (require, org-timeline, org-agenda-list)
18145         (org-todo-list, org-agenda-to-appt): `calendar' is now required
18146         already by org.el on top level.
18148         * org.el (org-export-latex-fix-inputenc): Declare function.
18150         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
18151         variables.
18153         * org.el (calendar): Require calendar now on top level in org.el
18154         and define aliases to new variables when needed.
18155         (org-read-date, org-goto-calendar): Do not bind obsolete
18156         variables.
18158         * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
18159         compilation warning, add comment that this cannot be done with
18160         `with-current-buffer'.
18162         * org-wl.el (org-wl-open): Use `with-current-buffer'.
18164         * org.el (overlay, org-remove-empty-overlays-at)
18165         (org-outline-overlay-data, org-set-outline-overlay-data)
18166         (org-show-block-all, org-hide-block-toggle)
18167         (org-highlight-new-match, org-remove-occur-highlights)
18168         (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
18169         (org-read-date, org-read-date-display, org-eval-in-calendar)
18170         (org-format-latex, org-context)
18171         (org-speedbar-restriction-lock-overlay)
18172         (org-speedbar-set-agenda-restriction): Use the normal overlay API.
18174         * org-table.el (org-table-add-rectangle-overlay)
18175         (org-table-remove-rectangle-highlight)
18176         (org-table-overlay-coordinates)
18177         (org-table-toggle-coordinate-overlays): Use the normal overlay
18178         API.
18180         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
18181         (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
18182         normal overlay API.
18184         * org-colview.el (org-columns-new-overlay)
18185         (org-columns-display-here, org-columns-remove-overlays)
18186         (org-columns-edit-value, org-columns-next-allowed-value)
18187         (org-columns-update): Use the normal overlay API.
18189         * org-clock.el (org-clock-out, org-clock-cancel)
18190         (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
18191         overlay API.
18193         * org-agenda.el (org-agenda-mark-filtered-text)
18194         (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
18195         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
18196         (org-agenda-entry-text-hide)
18197         (org-agenda-restriction-lock-overlay)
18198         (org-agenda-set-restriction-lock)
18199         (org-agenda-filter-by-tag-hide-line)
18200         (org-agenda-fix-tags-filter-overlays-at)
18201         (org-agenda-filter-by-tag-show-all, org-hl)
18202         (org-agenda-goto-calendar, org-agenda-bulk-mark)
18203         (org-agenda-bulk-remove-overlays): Use the normal overlay API.
18205         * org-freemind.el (org-freemind-from-org-mode-node)
18206         (org-freemind-from-org-mode)
18207         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
18208         Use interactive-p instead of called-interactively, because this is
18209         backward compatible with older Emacsen I still support..
18211 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18213         * org-exp.el (org-export-define-heading-targets): Fix bug in
18214         regexp finding ID and CUSTOM_ID properties.
18216 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18218         * org-footnote.el (org-footnote-goto-previous-reference):
18219         Rename from `org-footnote-goto-next-reference'.
18221         * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
18222         org-log-repeat is non-nil, or if there is clocking data in the
18223         entry.
18225         * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
18227 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18229         * org.el (org-align-all-tags): New command.
18231 2010-07-19  David Maus  <dmaus@ictsoc.de>
18233         * org-wl.el (org-wl-link-remove-filter): New customizable
18234         variable.  If non-nil, filter conditions are stripped when storing
18235         link to message in filter folder.
18236         (org-wl-shimbun-prefer-web-links): New customizable variable.
18237         If non-nil, links to shimbun messages are created as web links to
18238         message source.
18239         (org-wl-nntp-prefer-web-links): New customizable variable.
18240         If non-nil, links to nntp message are created as web links to gmane
18241         or googlegroups.
18242         (org-wl-namazu-default-index): New customizable variable.
18243         Directory of namazu search index that should be used as default
18244         when opening a link in a search folder.
18245         (org-wl-folder-types): New constant.  Wanderlust folder type
18246         indicators.
18247         (org-wl-folder-type): New function.  Return type of Wanderlust
18248         folder.
18249         (org-wl-store-link): Create web links for shimbun or nntp messages
18250         and strip filter conditions depending on customizable variables.
18251         (org-wl-open): Open namazu search folder for message when called
18252         with prefix.
18254 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18256         * org.el (org-remove-if, org-remove-if-not): New functions.
18257         (org-open-file): Use internal remove-if functions.
18259 2010-07-19  Jan Böcker  <jan.boecker@jboecker.de>
18261         * org.el (org-file-apps-entry-match-against-dlink-p): New function.
18262         (org-file-apps-ex): Remove variable.
18263         (org-open-file): Integrate org-file-apps-ex functionality back
18264         into org-file-apps, and decide whether to match a regexp against
18265         the link or the filename using org-file-apps-entry-uses-grouping-p.
18267 2010-07-19  Jan Böcker  <jan.boecker@jboecker.de>
18269         * org.el (org-file-apps-ex): New variable.
18270         (org-open-file): Before considering org-file-apps, first match the
18271         regexps from org-file-apps-ex against the whole link.
18272         See docstring of org-file-apps-ex.
18274 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18276         * org.el (org-export-latex-default-packages-alist):
18277         Remove microtype package.
18278         (org-todo-repeat-to-state): New variable.
18279         (org-auto-repeat-maybe): Allow user-selected target states.
18280         (org-default-properties): Add the new property REPEAT_TO_STATE.
18282 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18284         * org-mobile.el (org-mobile-check-setup): Make sure that there is
18285         a binary to compute checksums.
18287 2010-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
18289         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
18290         variables.
18292         * org.el (calendar): Require calendar now on top level in org.el
18293         and define aliases to new variables when needed.
18294         (org-read-date, org-goto-calendar): Do not bind obsolete
18295         variables.
18297 2010-06-22  Glenn Morris  <rgm@gnu.org>
18299         * org-entities.el: Add explicit utf-8 coding cookie to file with
18300         utf-8 characters.
18302 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18304         * org.el (org-file-complete-link): Avoid (expand-file-name ".").
18306 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
18308         * Version 23.2 released.
18310 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18312         * org-table.el (orgtbl-setup):
18313         * org-agenda.el (org-agenda-entry-text-mode): Simplify.
18315 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18317         * org-table.el (orgtbl-mode): Use define-minor-mode.
18319 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18321         * org.el (org-insert-link): Find the link buffer on visible frames.
18322         (org-export-latex-default-packages-alist): Hyperref must be loaded
18323         late.
18324         (org-open-file): More care with the new matching for file links.
18326 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18328         * org-latex.el (org-export-latex-preprocess): Do not yet protect
18329         defined entities - these will be taken care of later.
18330         (org-export-latex-special-chars): Post-process entity replacement.
18331         (org-export-latex-fontify-headline): Do not yet protect defined
18332         entities - these will be taken care of later.
18333         (org-export-latex-tables, org-export-latex-links): Format the
18334         caption properly.
18336         * org-entities.el (org-entities-user): Fix typo.
18338         * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
18340         * org-entities.el (org-entities-user): Improve docstring.
18342 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18344         * org-entities.el (org-macs): Require org-macs, to be sure that we
18345         have `declare-function' defined.
18347 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18349         * org-latex.el (org-export-latex-classes): Update docstring.
18351         * org.el (org-format-latex-header): Add cookies to the header.
18352         (org-splice-latex-header): Implement placement according to cookies.
18354 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18356         * org-publish.el (org-publish-aux-preprocess): Control case
18357         sensitivity.
18359 2010-04-10  Bastien Guerry  <bzg@gnu.org>
18361         * org.el (org-splice-latex-header): Fix typo.
18363 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18365         * org-latex.el (org-export-latex-make-header):
18366         Use `org-splice-latex-header' to build the header.
18367         (org-export-latex-classes): Update docstring.
18369         * org.el (org-splice-latex-header): New function.
18370         (org-create-formula-image): Use `org-splice-latex-header' to build
18371         the header.
18373         * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
18375 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18377         * org.el (org-export-latex-packages-alist)
18378         (org-export-latex-default-packages-alist): Fix docstring to
18379         reflect the expected structure.
18381         * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
18382         (org-export-docbook-finalize-table): Make use of label for tables.
18384 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18386         * org-attach.el (org-attach-commit): Split on newlines.
18388         * org.el (org-export-latex-default-packages-alist): Use list
18389         instead of cons for the entries.
18391 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18393         * org-entities.el (org-entity-get-representation): Catch the case
18394         that there is not entry in the list.
18396         * org-mobile.el (org-mobile-use-encryption)
18397         (org-mobile-encryption-tempfile, org-mobile-encryption-password):
18398         New options.
18399         (org-mobile-check-setup): CHeck the encryption setup.
18400         (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
18401         (org-mobile-create-sumo-agenda): Use encryption code.
18402         (org-mobile-encrypt-and-move): New function.
18403         (org-mobile-encrypt-file, org-mobile-decrypt-file):
18404         New functions.
18405         (org-mobile-move-capture): Decrypt the capture file.
18407         * org.el (org-entities): Require the new file.
18408         (org-export-latex-default-packages-alist): New variable.
18409         (org-complete): Use new entity code for completion.
18410         (org-create-formula-image): Use the new packages variable.
18412         * org-latex.el (org-export-latex-classes): Remove the standard
18413         packages from the class headers.
18414         (org-export-latex-make-header): Use the new package variable.
18415         (org-export-latex-special-chars): Better regexp for entities, to
18416         support entity name that contain numbers.
18417         (org-export-latex-treat-backslash-char): Use the new entity code.
18419         * org-html.el (org-html-do-expand): Use the new entity code.
18421         * org-exp.el (org-export): Add the new export commands.
18422         (org-html-entities): Constant removed.
18423         (org-export-visible): Add the new export commands.
18425         * org-docbook.el (org-docbook-do-expand): Use new entity code.
18427         * org-ascii.el (org-export-ascii-entities): New variable.
18428         (org-export-as-latin1, org-export-as-latin1-to-buffer)
18429         (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
18430         (org-export-as-encoding): New function.
18431         (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
18432         (org-ascii-replace-entities): New function.
18434 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18435             Ulf Stegemann  <ulf@zeitform.de>
18437         * org-entities.el: New file.
18439 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18441         * org-html.el (org-html-level-start): Catch the case that target
18442         might be nil.
18444 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
18446         * org.el (org-appearance): Change Customize group variable name
18447         from org-font-lock to org-appearance, and change tag from "Org
18448         Font Lock" to "Org Appearance".
18449         (org-odd-levels-only): Change Customize group variable name.
18450         (org-level-color-stars-only): Change Customize group variable name.
18451         (org-hide-leading-stars): Change Customize group variable name.
18452         (org-hidden-keywords): Change Customize group variable name.
18453         (org-fontify-done-headline): Change Customize group variable name.
18454         (org-fontify-emphasized-text): Change Customize group variable name.
18455         (org-fontify-whole-heading-line): Change Customize group variable name.
18456         (org-highlight-latex-fragments-and-specials): Change Customize
18457         group variable name.
18458         (org-hide-emphasis-markers): Change Customize group variable name.
18459         (org-emphasis-alist): Change Customize group variable name.
18460         (org-emphasis-regexp-components): Change Customize group variable
18461         name.
18462         (org-modules): Remove mention of org-R.
18464         * org-faces.el (org-faces): Change Customize group variable name.
18466 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18468         * org-agenda.el (org-diary-last-run-time): New variable.
18469         (org-diary): Prepare agenda buffers only if last call was some
18470         time ago.
18472         * org-html.el (org-export-html-preprocess): Replace \ref macros
18473         with a link.
18474         (org-format-org-table-html): Add the label as an anchor.
18476         * org-docbook.el (org-export-docbook-format-image): Do some
18477         formatting on captions.
18479         * org-latex.el (org-export-latex-tables, org-export-latex-links):
18480         Do some formatting on captions.
18482         * org-html.el (org-export-html-format-image)
18483         (org-format-org-table-html): Do some formatting on captions.
18485 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
18487         * org.el (org-hidden-keywords): New customizable variable.  This is
18488         a list of symbols specifying which of the special keywords #+DATE,
18489         #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
18490         (org-fontify-meta-lines-and-blocks): Changes to font-lock code
18491         implementing new faces and hiding behavior.
18493         * org-faces.el (org-document-title): New face for #+TITLE lines.
18494         (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
18495         (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
18496         keywords.
18498 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18500         * org-publish.el (org-publish-sanitize-plist): New function to
18501         rename "index" properties to "sitemap".  Do this renaming
18502         globally.
18503         (org-publish-with-aux-preprocess-maybe): New macro.
18504         (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
18505         macro.
18506         (org-publish-aux-preprocess)
18507         (org-publish-index-generate-theindex.inc): New function.
18509 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18511         * org-table.el (org-table-align): Interpret <N> at fixed width,
18512         not as maximum width.
18514 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18516         * org-exp.el (org-export-author-info, org-export-email-info):
18517         Fix docstrings.
18519         * org-beamer.el (org-beamer-select-environment): Rename from
18520         `org-beamer-set-environment-tag'.  Improve docstring.
18522         * org-freemind.el (org-freemind-write-mm-buffer): Fix another
18523         problem with odd levels.
18525         * org-ascii.el (org-export-as-ascii): Export email only if the
18526         author wants it.
18528         * org-docbook.el (org-export-as-docbook): Export email only if the
18529         author wants it.
18531         * org-html.el (org-export-as-html): Export email only if the
18532         author wants it.
18534         * org-exp.el (org-export-email-info): New option.
18535         (org-export-plist-vars): Add entry for `org-export-email'.
18537 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18539         * org-table.el (org-table-goto-line): Fix typo.
18541 2010-04-10  Mikael Fornius  <mfo@abc.se>
18543         * org.el (org-agenda-files): Typo.
18544         (org-read-agenda-file-list): Add optional argument to help
18545         `org-store-new-agenda-file-list' to remember un-expanded file
18546         names.  Expand file names relative to `org-directory'.
18547         (org-store-new-agenda-file-list): Keep un-expanded file names when
18548         saving, if available.
18549         (org-agenda-files): Update documentation.
18551 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18553         * org-ascii.el (org-export-as-ascii): Catch the case of exporting
18554         a buffer with no file name attached.
18556         * org.el (org-log-refile): New option.
18557         (org-log-note-headings): Add a heading for refiling.
18558         (org-startup-options): Add keywords for logging of the refile
18559         action.
18560         (org-refile): Add logging action.
18561         (org-add-log-note): Allow for refiling action.
18563         * org-agenda.el (org-agenda-bulk-action): Make sure
18564         `org-log-refile' is not `note' during a bulk action.
18566 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18568         * org.el (org-map-dblocks): Use save-excursion to remember the
18569         position.
18571         * org-attach.el (org-attach-commit): Remove dependence on xargs.
18572         (org-attach-delete-one): Commit after deleting a file.
18574         * org-latex.el (org-export-latex-fontify): Do not mistake table.el
18575         borders for strike-through emphasis.
18577         * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
18578         handling of odd levels.
18580         * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
18581         and `future' values.
18582         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
18583         Handle `past' and `future' values.
18585         * org.el (org-read-agenda-file-list): Interpret file names
18586         relative to org-directory and allow environment variables and
18587         "~".
18589         * org-latex.el (org-export-latex-special-chars): Allow a
18590         parenthesis before an exponent or subscript.
18592 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
18594         * org-src.el (org-edit-src-exit): When returning from code edit
18595         buffer, if code block is hidden, leave point at start of
18596         #+begin_src line.
18598 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18600         * org.el (org-insert-heading): Do not remove all spaces if the
18601         headline is empty.
18603         * org-indent.el (org-indent): Fix group name.
18605 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18607         * org-table.el (org-table-goto-column): Fix forcing a non-existing
18608         column.
18609         (org-table-get, org-table-put, org-table-goto-line)
18610         (org-table-current-line): New functions.
18612 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
18614         * org.el (org-open-file): Allow regular expressions in
18615         org-file-apps to capture link parameters using groups.  In a
18616         command string to be executed, the parameters can be referenced
18617         using %1, %2, etc.  Lisp forms can access them using
18618         (match-string n link).
18619         (org-apps-regexp-alist): Adopt the created regexp, as this is now
18620         matched against a file: link instead of the file name.
18622 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18624         * org-crypt.el (org-reveal-start-hook): Add a decryption function
18625         to this hook.
18626         (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
18627         Add docstrings.
18629         * org.el (org-point-at-end-of-empty-headline)
18630         (org-level-increment, org-get-previous-line-level): New function.
18631         (org-cycle-level): Rewritten to be independent of when this
18632         function is called.
18633         (org-in-regexps-block-p): New function.
18634         (org-reveal-start-hook): New hook.
18635         (org-reveal): Run new hook.
18637 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18639         * org-latex.el (org-export-latex-keywords): Start a new paragraph
18640         after time keywords, do not add "\newline".
18642         * org-html.el (org-export-as-html): Avoid double # in href.
18644         * org.el (org-refile-get-location): Catch an invalid target
18645         specification.
18647 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18649         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
18650         Make sure the behavior regarding to extracting time is
18651         consistent.
18653 2010-04-10  Stephen Eglen  <stephen@gnu.org>
18655         * org-agenda.el (org-agenda-insert-diary-extract-time):
18656         New variable.
18657         (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
18658         variable rather than `org-agenda-search-headline-for-time'.
18660 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18662         * org-list.el (org-fix-bullet-type): Improve cursor positioning.
18664 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18666         * org.el (org-adaptive-fill-regexp-backup): New variable.
18667         (org-set-autofill-regexps): Store a backup of
18668         `adaptive-fill-regexp'.
18669         (org-adaptive-fill-function): Fix filling of comments and ordered
18670         lists.  If there is no other match, till try adaptive fill.
18672 2010-04-10  John Wiegley  <jwiegley@gmail.com>
18674         * org-agenda.el (org-agenda-include-deadlines): Add new
18675         customization variable to determine whether unscheduled tasks
18676         should appear in the agenda solely because of their deadline.
18677         Default to true, which was the previous behavior (it just wasn't
18678         configurable).
18679         (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
18680         the agenda to show/hide deadline tasks.
18681         (org-agenda-menu): Add menu option for show/hide deadlines.
18682         (org-agenda-list): Make the agenda list sensitive to the value of
18683         `org-agenda-include-deadlines'.
18684         (org-agenda-toggle-deadlines): New function to toggle the value of
18685         `org-agenda-include-deadlines' and repaint the modeline
18686         indicators.
18687         (org-agenda-set-mode-name): Show "Deadlines" in the agenda
18688         modeline if deadline tasks are being displayed.
18690 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18692         * org-table.el (org-table-eval-formula): Replace $# and @# by
18693         current column and row number.
18695 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18697         * org.el (org-set-property, org-delete-property): Go back to
18698         prompting for the property.
18700         * org-latex.el (org-export-latex-make-header): Fully process
18701         author line.
18702         (org-export-latex-fontify-headline): Allow several arguments, not
18703         just one.
18704         (org-export-latex-fix-inputenc): Catch the error when
18705         `latexenc-coding-system-to-inputenc' is not defined.
18707         * org-agenda.el (org-agenda-skip-if-todo): New function.
18708         (org-agenda-skip-if): Add conditions for TODO keywords.
18709         (org-agenda-skip-if): Document the new todo conditions.
18711 2010-04-10  Mikael Fornius  <mfo@abc.se>
18713         * org.el (org-at-property-p): Check if we are inside a property
18714         drawer not just any drawer.
18715         (org-set-property, org-delete-property): When cursor is on a
18716         property key value pair do not prompt for property name instead
18717         use name at cursor.
18718         (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
18719         on the first line of a property drawer.
18720         (org-property-end-re): Spell check.
18722 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18724         * org-exp.el (org-export-attach-captions-and-attributes): Add the
18725         properties to the entire table, in case the first line is
18726         removed.
18728         * org-archive.el (org-archive-reversed-order): New option.
18729         (org-archive-subtree, org-archive-to-archive-sibling): Use the new
18730         option `org-archive-reversed-order'.
18732 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18734         * org-agenda.el (org-agenda-entry-types): New variable.
18735         (org-agenda-list): Use `org-agenda-entry-types'.
18736         (org-agenda-custom-commands-local-options): Support for setting
18737         `org-agenda-entry-types' as an option.
18738         (org-diary): Shift some documentation from here to the variable
18739         `org-agenda-entry-types'.
18741 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18743         * org-latex.el (org-export-latex-make-header): Apply macros in
18744         author field.
18746         * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
18747         (org-clock-select-task, org-clock-notify-once-if-expired)
18748         (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
18749         (org-clock-out-if-current, org-clock-save): Use the new functions.
18751 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18753         * org-docbook.el (org-export-as-docbook): Remove unnecessary
18754         newline.
18755         (org-export-as-docbook): Remove unnecessary newline.
18756         (org-export-as-docbook): Fix problem with double footnote
18757         reference in one place.
18759         * org-exp.el (org-export-format-source-code-or-example):
18760         Remove unnecessary newline.
18762         * org.el (org-deadline, org-schedule): Allow rescheduling entries
18763         with repeaters.
18765         * org-table.el (org-table-convert-refs-to-rc): Better way to catch
18766         function calls that look like references.
18768         * org.el (org-open-at-point): Get link abbreviations from
18769         reference buffer.
18771 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18773         * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
18774         as a reference.
18776 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18778         * org.el (org-link-unescape): Solve issue with lower-case escapes.
18780 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18782         * org-latex.el (org-export-latex-classes):
18783         Add \usepackage{latexsym} to all classes.
18785 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18787         * org-html.el (org-export-as-html): Do not allow protected lines
18788         into the table of contents.
18790         * org-latex.el (org-export-latex-special-chars): Find subsequent
18791         occurrences of special characters.
18792         (org-export-latex-tables): Do not convert table-like stuff that is
18793         protected.
18795 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18797         * org-list.el (org-toggle-checkbox): No errors when updating
18798         checkbox count fails because there is no heading.
18800 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18802         * org-clock.el (org-clock-report-include-clocking-task):
18803         New option.
18804         (org-clock-sum): Add the current clocking task.
18806 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18808         * org.el (org-cycle): Print a message when in a table.el table.
18809         (org-edit-special): Recognize the table.el context.
18810         (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
18812         * org-src.el (org-at-table.el-p): Declare.
18813         (org-edit-src-code): Handle a special case for table.el editing.
18814         (org-edit-src-find-region-and-lang): Recognize the table.el
18815         context.
18817         * org-latex.el (org-export-latex-tables): Convert table.el
18818         tables.
18819         (org-export-latex-convert-table.el-table): New function.
18821         * org-html.el (org-html-expand): Fix table.el export.
18823         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
18824         headings.
18826         * org-id.el (org-id-find-id-file): Fix bug when there is no hash
18827         table for the id locations.
18829         * org.el (org-read-date-analyze): Match American-style dates, like
18830         5/30 or 5/13/7.  Make sure cal-iso.el is loaded.  Don't force he
18831         current year when reading ISO and American dates.
18833 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18835         * org.el (org-face-from-face-or-color): New function.
18836         (org-get-todo-face, org-font-lock-add-priority-faces)
18837         (org-get-tag-face): Use `org-face-from-face-or-color'.
18839         * org-faces.el (org-todo-keyword-faces, org-priority-faces):
18840         Allow simple colors as values.
18841         (org-faces-easy-properties): New option.
18843         * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
18844         restricted, as an agenda mode.
18845         (org-agenda-fontify-priorities): Allow simple colors as values.
18847 2010-04-10  Bastien Guerry  <bzg@gnu.org>
18849         * org-timer.el (org-timer-current-timer): Rename from
18850         `org-timer-last-timer'.
18851         (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
18852         (org-timer-cancel-timer, org-timer-show-remaining-time)
18853         (org-timer-set-timer): Update to use only one timer.
18855         * org.el (org-set-property): Remove useless space in the prompt.
18857 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18859         * org-html.el (org-export-html-style-default): Add a default style
18860         for textareas.
18862         * org-exp.el (org-export-format-source-code-or-example):
18863         Fix textarea tag.
18865 2010-04-10  Bastien Guerry  <bzg@gnu.org>
18867         * org-clock.el (org-clock-current-task): New variable to store
18868         last clocked in task.
18869         (org-clock-set-current, org-clock-delete-current): New functions.
18871 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18873         * org-remember.el (org-remember-apply-template): Extend comment.
18874         (org-remember-handler): Implement clock sibling filing.
18876 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18878         * org-publish.el (org-publish-all, org-publish-current-file)
18879         (org-publish-current-project): When called with prefix argument
18880         FORCE, also rebuild the validation file list.
18882         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
18883         section headings.
18885 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18887         * org-html.el (org-export-as-html-and-open): Kill product buffer
18888         if the user wants that.
18890         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
18891         if the user wants that.
18893         * org-exp.el (org-export-kill-product-buffer-when-displayed):
18894         New option.
18896         * org-agenda.el (org-batch-agenda-csv): Use the time property
18897         instead of the `time-of-day' property.
18899 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18901         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
18902         (org-timer-pause-hook, org-timer-set-hook)
18903         (org-timer-cancel-hook): New hooks.
18904         (org-timer-start): Run `org-timer-start-hook'.
18905         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
18906         (org-timer-stop): Run `org-timer-stop-hook'.
18907         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
18909 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18911         * org.el (org-reveal): Double prefix arg shows the subtree of the
18912         parent.
18914 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18916         * org-agenda.el (org-search-view): Fix bug with searching full
18917         words in headlines in search view.
18918         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
18919         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
18920         scheduled (if the user configures it so.
18922 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18924         * org.el (org-hide-archived-subtrees): Don't jump to end of
18925         subtree if the match was not in a headline.
18926         (org-inside-latex-macro-p): Allow more complex arguments.
18927         (org-emphasize): Protect against use at end of buffer.
18929 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18931         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
18932         text properties.
18934 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18936         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
18937         values.
18938         (org-agenda-todo-ignore-scheduled)
18939         (org-agenda-todo-ignore-deadlines): More control with different
18940         allowed values.
18941         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
18942         Honor the new option settings.
18944 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18946         * org.el (org-get-location): Make sure the selection buffer is
18947         shown in the current frame.
18949         * org-ascii.el (org-export-ascii-table-widen-columns):
18950         New option.
18951         (org-export-ascii-preprocess): Realign tables to remove narrowing
18952         if `org-export-ascii-table-widen-columns' is set.
18954         * org-table.el (org-table-do-narrow): New variable.
18955         (org-table-align): Narrow only if `org-table-do-narrow' is t.
18957         * org.el (org-deadline, org-schedule): Allow updating if the
18958         relevant time stamp does not have a repeater, i.e. do not require
18959         that no time stamp has a repeater.
18961         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
18962         new white space before the tags.
18964         * org-latex.el (org-export-as-latex): Do nit require the buffer to
18965         be visiting a file when only exporting to a buffer or string.
18966         (org-export-latex-fix-inputenc): Only save the buffer is there is
18967         a file name attached to it.
18969 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
18971         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
18973 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18975         * org.el (org-fontify-meta-lines-and-blocks):
18976         Honor `org-fontify-quote-and-verse-blocks'.
18978         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
18980 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18982         * org.el (org-open-at-point): Also check for text property
18983         org-linked-text before offering collected links.
18985 2010-04-10  Stephen Eglen  <stephen@gnu.org>
18987         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
18988         Optionally extract time specification from text and add to the
18989         timestamp.
18991 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18993         * org-exp.el (org-html-entities): Fix typo.
18995         * org-latex.el (org-export-latex-make-header): Use \providecommand
18996         to make sure the \alert macro is defined.
18998         * org.el (org-format-latex-signal-error)
18999         (org-create-formula-image): Use `org-format-latex-signal-error'.
19001 2010-04-10  Stephen Eglen  <stephen@gnu.org>
19003         * org.el (org-store-link): For dired buffers, use
19004         default-directory as link name if dired-get-filename returns
19005         nil.
19007 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19009         * org-exp.el (org-export-concatenate-multiline-links): The for
19010         protectedness at beginning of match.
19012         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
19013         AUTO as a coding system, instead default to utf8.
19015 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19017         * org.el (org-block-todo-from-children-or-siblings-or-parent)
19018         (org-block-todo-from-checkboxes): Respect the local variable
19019         value when deciding if blocking should be active.
19021         * org-latex.el (org-export-latex-make-header): Define the align
19022         macro if it is not yet defined.
19024         * org-agenda.el (org-agenda-insert-diary-make-new-entry):
19025         Call `org-insert-heading' with the INVISIBLE-OK argument.
19027         * org-mac-message.el (org-mac-message-insert-flagged):
19028         Call `org-insert-heading' with the INVISIBLE-OK argument.
19030         * org.el (org-insert-heading): New argument INVISIBLE-OK.
19032         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
19033         prompt message.
19035         * org-html.el (org-html-level-start): Use the
19036         `html-container-class' text property to set an additional class
19037         for an outline container.
19039         * org-exp.el (org-export-remember-html-container-classes):
19040         New function.
19041         (org-export-preprocess-string):
19042         Call `org-export-remember-html-container-classes'.
19044         * org.el (org-cycle): Mention level cycling in the docstring.
19045         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
19047         * org-remember.el (org-remember-apply-template): Do file insertion
19048         first.
19050 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19052         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
19053         problem with mis-aligned graphs when showing habits.
19055 2010-04-10  Mikael Fornius  <mfo@abc.se>
19057         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
19058         when assigning.  Begin using numerical characters when all in name
19059         is used up.  This is to spare alphanumeric characters for better
19060         match with other keywords.
19062 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19064         * org-exp.el (org-export-preprocess-hook): Improve documentation.
19066         * org-latex.el (org-export-latex-preprocess): More consistent
19067         conversion and protection of the words LaTeX and TeX.
19068         (org-export-latex-fontify-headline, org-export-latex-preprocess):
19069         Allow angle brackets in commands, for beamer.
19071 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19073         * org-clock.el (org-clock-in): Improve the look of the clock line
19074         by formatting links.
19076 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19078         * org-latex.el (org-export-latex-classes): Use AUTO as the place
19079         holder string for the coding system.  And improve the
19080         documentation.
19081         (org-export-latex-fix-inputenc): Only modify the coding system if
19082         it is given by the placeholder AUTO.
19084 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19086         * org-clock.el (org-task-overrun-text): New option.
19087         (org-task-overrun, org-clock-update-period): New variables.
19088         (org-clock-get-clock-string, org-clock-update-mode-line):
19089         Mark overrun clock.
19090         (org-clock-notify-once-if-expired): Check if clock is overrun.
19092         * org-faces.el: New face `org-mode-line-clock-overrun'.
19094 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
19096         * org.el (org-narrow-to-subtree): Position the end of the narrowed
19097         region before the line with the next heading, to prevent the user
19098         from prepending text to the next headline.
19100 2010-04-10  Stephen Eglen  <stephen@gnu.org>
19102         * org-agenda.el (org-get-time-of-day):
19103         Use org-agenda-time-leading-zero to allow leading zero (rather than
19104         space) for times.
19106 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19108         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
19109         org-datetree.el is loaded.
19111         * org-datetree.el: Autoload `org-datetree-find-day-create'.
19113         * org-latex.el (org-export-latex-hyperref-format): New option.
19114         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
19116 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19118         * org-ctags.el (org-ctags-enable): Change order of functions.
19119         (org-ctags-create-tags): Add wildcard to file name expansion.
19121 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19123         * org.el (org-entry-properties): Fix some important bugs.
19125 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19127         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
19128         the table is not explicitly given.
19130 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19132         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
19133         as value.
19134         (org-clock-out-if-current): Work with the new list value of
19135         `org-clock-out-when-done'.
19136         (org-clock-out, org-clock-out-if-current): Avoid circular logic
19137         between clocking out and state changes.
19139         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
19141         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
19142         accident protect a character that is before a backslash.
19144 2010-04-10  Paul Sexton  <eeeickythump@gmail.com>
19146         * org-ctags.el: New file.
19148 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19150         * org-agenda.el (org-diary-class):
19151         Use `org-order-calendar-date-args'.
19153         * org.el (org-order-calendar-date-args): New function.
19155         * org-exp.el (org-export-target-internal-links): Check for
19156         protectedness after the first bracket.
19158         * org.el (org-entry-properties): Don't match wrong-case TODO
19159         keywords.
19161         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
19162         Document that ARG is passed through to remove the date.
19163         (org-agenda-bulk-action): Accept prefix arg and pass it on.
19164         Do not read a date when the user has given a `C-u' prefix.
19166 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19168         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
19169         tags are hidden.
19171 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19173         * org-latex.el (org-export-latex-fix-inputenc): New function.
19174         (org-export-latex-inputenc-alist): New option.
19176         * org-exp.el (org-export): New key SPC to publish enclosing
19177         subtree.
19179 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19181         * org-indent.el (org-indent-add-properties): Catch case when there
19182         is no headline in the buffer.
19184 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19186         * org-exp.el (org-html-entities): Add checkmark symbol.
19188         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
19189         verbatim code for ASCII export.
19191         * org.el (org-update-statistics-cookies): Also see checkboxes in
19192         ordered lists.
19194 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19196         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
19197         key.
19199         * org-beamer.el (org-beamer-amend-header): Change the location
19200         where `org-beamer-header-extra' is inserted.
19202         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
19203         just for computing this regexp.
19205 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19207         * org-beamer.el (org-beamer-frame-default-options): New option.
19208         (org-beamer-sectioning): Use default options if the user does not
19209         have defined any.
19210         (org-beamer-fix-toc): Put a frame around the table of contents.
19212         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
19213         Make sure case-folding works well when processing comment stuff.
19215         * org-latex.el (org-export-latex-after-save-hook): New hook.
19216         (org-export-as-latex): Run the new hook.
19218 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19220         * org-beamer.el (org-beamer-environments-default): Add the note
19221         environments.
19222         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
19223         lines and collect and combine the content.
19224         (org-beamer-after-initial-vars): Check for note tags and make sure
19225         they will be seen like a property.
19227         * org.el (org-offer-links-in-entry): Fix bug when there is a
19228         single link.
19230         * org-exp.el (org-export): Make sure the mark is activated, also
19231         when `transient-mark-mode' is off.
19233         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
19234         (org-agenda-search-view-search-words-only): Obsolete variable, is
19235         now an alias for `org-agenda-search-view-always-boolean'.
19236         (org-agenda-search-view-force-full-words): New option.
19237         (org-search-view): Improve docstring, and implement a better logic
19238         for Boolean and phrase searches.
19239         (org-agenda-last-search-view-search-was-boolean): New variable.
19240         (org-agenda-manipulate-query): Consider the type of the last
19241         search when modifying the search string.
19243 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19245         * org-latex.el (org-export-as-latex): Do the first letbind in the
19246         right moment.
19248         * org-agenda.el (org-get-entries-from-diary): Add the new face to
19249         these entries.
19251         * org-faces.el (org-agenda-diary): New face.
19253         * org.el (org-make-link-regexps): Allow regexp-special characters
19254         in link types.
19255         (org-open-file): When in-emacs is `system', also force system
19256         opening, like when the value was `(16)'.
19257         (org-update-statistics-cookies): Handle entries without children.
19259         * org-exp.el
19260         (org-export-preprocess-before-normalizing-links-hook): New hook.
19261         (org-export-preprocess-string): Run the new hook.
19263         * org.el (org-offer-links-in-entry): Make RET open all links.
19265         * org-html.el (org-export-as-html): Remove any leftover display
19266         properties in the html file.
19268         * org-wl.el (org-wl-store-link): Work-around for format bug with
19269         text properties.
19271         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
19272         invisibility while adding the graphs.
19274 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19276         * org-remember.el (org-select-remember-template): Use C letter to
19277         customize remember templates.
19279         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
19280         Move cursor to next visible line.
19282 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19284         * org-beamer.el (org-beamer-sectioning): Leave columns environment
19285         by specifying 0 or 1 for column width.
19286         (org-beamer-column-widths): Make 0 stand for 0.0.
19288 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19290         * org-exp.el (org-export-mark-radio-links): Don't match inside
19291         <<target>>.
19293         * org.el (org-format-latex-header-extra): New variable.
19294         (org-format-latex): Set org-format-latex-header-extra from
19295         in-buffer stuff.
19296         (org-format-latex): Add org-format-latex-header-extra to the
19297         variables on which image creation depends.
19298         (org-create-formula-image): Add the header stuff from in-buffer
19299         settings.
19300         (org-read-date-analyze): Base the analysis for future preference
19301         on NOW, not on the default date.
19303         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
19304         for TODO keyword in inline tasks.
19306         * org.el (org-log-note-headings): New headings for removing
19307         deadline or scheduling date.
19308         (org-deadline, org-schedule): Arrange for logging when removing a
19309         date.
19310         (org-add-log-note): Handle deadline and scheduling removal.
19312 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19314         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
19316 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19318         * org-agenda.el (org-diary-class): New function.
19320 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19322         * org-latex.el (org-export-latex-preprocess): Do process the text
19323         of a radio target.
19325 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19327         * org.el (org-entry-properties): Add TIMESTAMP properties back
19328         in.
19330 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19332         * org.el (org-all-time-keywords): New variable.
19333         (org-set-regexps-and-options): Set `org-all-time-keywords'.
19334         (org-entry-blocked-p): New function.
19335         (org-special-properties): Add BLOCKED as a new special property.
19336         (org-entry-properties): New optional argument SPECIFIC, only parse
19337         for this property when it is specified.
19338         (org-entry-get): Pass a SPECIFIC argument to
19339         `org-entry-properties'.
19341         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
19343 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19345         * org-latex.el (org-export-latex-tables): No forced line end if
19346         there is no caption.
19348 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19350         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
19351         package.
19353         * org-latex.el (org-export-latex-tables): Only add a caption when
19354         macro is in longtable environments if one has been defined.
19356         * org-html.el (org-export-as-html): Only take title from buffer if
19357         not exporting body-only.
19359         * org-latex.el (org-export-latex-preprocess): Better version of
19360         the regular expression for protecting LaTeX macros.
19361         (org-export-latex-preprocess): Start searching for macros to
19362         protect from beginning of buffer.
19364         * org-exp.el (org-export-target-internal-links): Check for
19365         protectedness earlier in the string.
19367         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
19368         case sensitively.
19370         * org-id.el (org-id-store-link): Match TODO keywords case
19371         sensitively.
19373         * org.el (org-heading-components, org-get-outline-path)
19374         (org-display-outline-path): Match TODO keywords case sensitively.
19376         * org-latex.el (org-export-as-latex): Ignore read-only
19377         properties.
19379         * org-exp.el (org-export-preprocess-string): Remove any
19380         `read-only' properties.
19382         * org-agenda.el (org-agenda-inactive-leader): New option.
19383         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
19384         (org-tags-view): Prompt for matcher if MATCH is an empty string.
19385         (org-todo-list): Prompt for matcher if ARG is an empty string.
19387 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19389         * org.el (org-open-link-functions): New hook.
19390         (org-open-at-point): Run `org-open-link-functions'.
19392 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19394         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
19395         stamps as well.
19397         * org.el (org-inhibit-startup-visibility-stuff): New variable.
19398         (org-mode): Don't do startup visibility if inhibited.
19399         (org-outline-overlay-data, org-set-outline-overlay-data):
19400         New functions.
19401         (org-save-outline-visibility): New macro.
19402         (org-log-note-headings): Document that one should not change the
19403         `state' note format.
19405 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19407         * org.el (org-make-link-regexps): Capture link path into a group.
19409 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19411         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
19412         the options plist.
19414 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19416         * org.el (org-startup-with-beamer-mode): New option.
19417         (org-property-changed-functions)
19418         (org-property-allowed-value-functions): New hooks.
19419         (org-entry-put, org-property-get-allowed-values): Run the new
19420         hooks.
19421         (org-property-next-allowed-value): Run the new hooks.
19423         * org-exp.el (org-export-select-backend-specific-text): Add the
19424         special beamer tags.
19426         * org-beamer.el: New file.
19428         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
19429         (org-export-as-latex):
19430         Run `org-export-latex-after-initial-vars-hook'.
19431         (org-export-latex-format-toc-function)
19432         (org-export-latex-make-header):
19433         Call `org-export-latex-format-toc-function'.
19435         * org.el (org-fill-template): Make template searches case sensitive.
19437         * org-exp.el (org-export): Use "1" as a sign to export only the
19438         subtree.
19440         * org-colview.el (org-columns-edit-value):
19441         Use org-unrestricted property.
19443         * org.el (org-compute-property-at-point): Set org-unrestricted
19444         text property if the list contains ":ETC".
19445         (org-insert-property-drawer):
19446         Use org-unrestricted property.
19448         * org-exp.el
19449         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
19450         (org-export-preprocess-string):
19451         Run `org-export-preprocess-before-selecting-backend-code-hook'.
19453         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
19455         * org-latex.el (org-export-region-as-latex):
19456         Run `org-export-first-hook'.
19458         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
19460         * org-docbook.el (org-export-as-docbook):
19461         Run `org-export-first-hook'.
19463         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
19465         * org-exp.el (org-export-first-hook): New hook.
19467 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19469         * org-list.el (org-previous-item): Exit at the beginning of the
19470         buffer.
19472         * org-id.el (org-id-locations-save): Only write the id locations
19473         if any are defined.
19475         * org-archive.el (org-archive-all-done): Make this work in a file
19476         with org-odd-levels-only set.
19478         * org.el (org-get-refile-targets): Catch the case when a buffer
19479         has no file.
19481         * org-latex.el (org-export-as-latex): Cleanup forced line ends
19482         where they are not needed.
19483         (org-export-latex-subcontent): Remove unnecessary newlines.
19485 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19487         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
19488         (org-export-latex-fontify): Fix regexp bug that takes special
19489         care of protecting the right boundary characters in emphasis
19490         matches.
19491         (org-export-latex-preprocess): Allow multiple arguments to latex
19492         macros.
19494         * org.el (org-make-link-regexps): Use John Gruber's regexp for
19495         urls.
19497         * org-macs.el (org-re): Interpret :punct: in regexps.
19499         * org-exp.el (org-export-replace-src-segments-and-examples):
19500         Also take the final newline after the END line.
19502         * org.el (org-clean-visibility-after-subtree-move): Only fix
19503         entries that are not entirely invisible already.
19504         (org-insert-link): Respect org-link-file-path-type for
19505         "docview:" links in addition to "file:" links.
19507 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19509         * org-exp.el (org-export-format-source-code-or-example):
19510         Avoid additional extra white lines in LaTeX.
19512         * org-list.el (org-list-parse-list): Leave empty lines after the
19513         list, don't consider them as part of the list.
19515         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
19516         searches.
19518         * org-clock.el (org-clock-select-task): Convert integer to
19519         character for XEmacs.
19521 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19523         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
19524         compatible.
19526 2010-04-10  Tassilo Horn  <tassilo@member.fsf.org>
19528         * org.el (org-complete-tags-always-offer-all-agenda-tags):
19529         New variable.
19530         (org-set-tags): Use it.
19532 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19534         * org-list.el (org-empty-line-terminates-plain-lists):
19535         Update docstring.
19537         * org.el (org-format-latex): Fix link creation for processed latex
19538         snippets.
19540 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19542         * org-footnote.el (org-footnote-normalize): Protect replacement
19543         text.
19545         * org.el (org-inside-latex-macro-p): Save match data.
19547 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
19549         * org-docview.el: New file.
19551 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19553         * org-latex.el (org-export-latex-class-options): New variable.
19554         (org-export-latex-set-initial-vars): Use the class options.
19556         * org.el (org-forward-same-level): Stop at headings that start
19557         with an invisible character.
19558         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
19560 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19562         * org-footnote.el (org-footnote-normalize): Don't take optional
19563         arguments in LaTeX macros as footnotes.
19565         * org.el (org-inside-latex-macro-p): New function.
19567         * org-latex.el (org-latex-to-pdf-process): Change customization
19568         group to `org-export-pdf'.
19570         * org-agenda.el (org-agenda-get-blocks): Look at time string also
19571         on days after the first one.
19573         * org.el (org-insert-heading): Also check for item before assuming
19574         before-first-heading condition.
19576         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
19577         (org-export-pdf-logfiles): New option.
19578         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
19579         (org-export-pdf-logfiles): Fix customization type.
19581         * org.el (org-insert-link): Improve error message when there is no
19582         default link to select with RET.
19584         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
19585         parameter list.
19587 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19589         * org-latex.el (org-export-latex-parse-global)
19590         (org-export-latex-parse-content)
19591         (org-export-latex-parse-subcontent):
19592         Use `org-re-search-forward-unprotected'.
19593         (org-export-as-pdf): Remove log files produced by XeTeX.
19595         * org-macs.el (org-re-search-forward-unprotected): New function.
19597 2010-04-10  James TD Smith  <ahktenzero@mohorovi.cc>
19599         * org-colview.el (org-agenda-colview-summarize): Sort out some
19600         confusion between properties and titles, which resulted in
19601         agenda summaries not working if a title was set for a column.
19603 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19605         * org-mobile.el (org-mobile-agendas): New option.
19606         (org-mobile-sumo-agenda-command): Select the right agendas.
19608         * org-latex.el (org-export-latex-format-image): Preserve the
19609         original-indentation property.
19611 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19613         * org-clock.el (org-clock-insert-selection-line): Catch error when
19614         an old tasks no longer exists.
19616         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
19617         (org-export-as-pdf): Don't remove the old PDF file before making
19618         the new one.
19620         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
19621         (org-mouse-context-menu): Use `org-looking-back'.
19623         * org.el (org-cycle-level): Use `org-looking-back'.
19625         * org-list.el (org-cycle-item-indentation):
19626         Use `org-looking-back'.
19628         * org-compat.el (org-looking-back): New function.
19630         * org.el (org-insert-heading): Catch before-first-headline when
19631         inserting a headline.
19633 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19635         * org-latex.el (org-export-latex-format-image): Indent figure
19636         environment, so that it does not interrupt plain list.
19638         * org.el (org-open-at-point): Allow long link descriptions.
19640 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19642         * org-html.el (org-export-as-html): Remove empty lines at the
19643         beginning of the exported text.
19645 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
19647         * org.el (org): Remove from hypermedia group.
19649 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
19651         * Branch for 23.2.
19653 2010-02-15  Chong Yidong  <cyd@stupidchicken.com>
19655         * org-freemind.el (org-freemind-from-org-mode-node)
19656         (org-freemind-from-org-mode)
19657         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
19658         Pass arg to called-interactively-p.
19660 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
19662         * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
19663         Fix typos in docstrings.
19665 2010-01-01  Juanma Barranquero  <lekktu@gmail.com>
19667         * org.el (org-get-outline-path, org-speed-command-help):
19668         Fix typos in error messages.
19670 2009-12-14  Juri Linkov  <juri@jurta.org>
19672         * org-html.el (org-export-html-style-include-default):
19673         Put `safe-local-variable booleanp' on
19674         `org-export-html-style-include-default' instead of mistakenly
19675         duplicate `org-export-html-style'.
19677 2009-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
19679         * org-agenda.el (org-agenda-diary-entry-in-org-file):
19680         Rebuild agenda after adding new entry.
19682         * org-datetree.el (org-datetree-find-day-create): Fix regular
19683         expression.
19685         * org.el (org-display-outline-path): Use a format specifier for
19686         message, to avoid problems with heading containing `%'.
19688         * org-agenda.el (org-agenda-hide-tags-regexp): New option.
19689         (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
19690         (org-agenda-fix-displayed-tags): New function.
19691         (org-agenda-do-context-action): Just call
19692         `org-display-outline-path', without piping the result through
19693         `message'.
19695         * org-latex.el (org-export-latex-preprocess): Protect secondary
19696         footnote references.
19698         * org-indent.el (org-indent-initialize): Avoid empty strings as
19699         line prefixes.
19701         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
19702         hat checking for the mark does not throw an error.
19703         (org-agenda-diary-entry-in-org-file): Catch the case that there is
19704         not `day' text property in the cursor line.
19706         * org.el (org-sort-entries-or-items): Make sure that the final
19707         entry has a newline before doing the sorting.
19709         * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
19710         property at the beginning of the line.
19712         * org.el (org-make-link-string): Don't allow a description with
19713         only white space.
19715         * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
19716         (org-agenda-insert-diary-as-top-level): New function.
19717         (org-agenda-add-entry-to-org-agenda-diary-file):
19718         Call `org-agenda-insert-diary-as-top-level'.
19720         * org.el (org-occur-in-agenda-files): Make sure none of the
19721         buffers is narrowed.
19722         (org-activate-plain-links): Add the face property here.
19723         (org-set-font-lock-defaults): Do not add the face to plain links,
19724         the activator function does this.
19726         * org-habit.el (org-is-habit-p): Add doc string.
19728         * org-archive.el (org-archive-subtree-default-with-confirmation):
19729         Autoload.
19731         * org-latex.el (org-export-latex-fontify): Fix regexp to make char
19732         after match optional (happens at the end of a line...).
19734         * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
19735         for special blocks.
19737         * org-faces.el (org-copy-face): Set lisp indentation.
19738         (org-quote, org-verse): New faces.
19740         * org-agenda.el (org-agenda-remove-date): Remove variable.
19742         * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
19744         * org-html.el (org-export-as-html): Move the home/up link into
19745         the content div.
19747         * org.el (org-export-latex-packages-alist): Option definition
19748         moved here from org-latex.el.
19750         * org-html.el (org-export-html-home/up-format): Add an ID to the
19751         up/home div.
19753         * org-wl.el (org-wl-store-link): Handle the case that
19754         `wl-use-petname' is set.
19756         * org.el (org-set-effort): Improve prompt.
19757         (org-get-outline-path): Widen to get full path.
19758         (org-compact-display-after-subtree-move): Function removed.
19760 2009-11-20  Eric Schulte  <schulte.eric@gmail.com>
19762         * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
19763         hash keys to cache and re-use images generated by the
19764         org-exp-blocks interface to ditaa and dot.
19766         * org.el (org-format-latex): Latex images are now saved to files
19767         named by the sha1 hash of the latex source text avoiding
19768         regeneration of identical images.
19770 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
19772         * org-latex.el (org-export-as-latex): Add the :drawers property.
19774 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
19776         * org.el (org-speed-commands-user): Allow documentation headlines.
19777         (org-speed-commands-default): Organize the value of this constant
19778         with descriptive headlines.
19779         (org-print-speed-command): Output the headlines.
19781 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
19783         * org-agenda.el (org-agenda-show-outline-path): New option.
19784         (org-agenda-do-context-action): New function.
19785         (org-agenda-next-line, org-agenda-previous-line):
19786         Use `org-agenda-do-context-action'.
19788         * org.el (org-use-speed-commands): Allow function value.
19789         (org-speed-commands-default): Make headline motion safe, so that
19790         these commands always end on a headline.
19791         (org-speed-commands-default): New key `v' for `org-agenda'.
19792         (org-speed-move-safe): New function.
19793         (org-self-insert-command): Use the function value of
19794         `org-use-speed-commands'.
19795         (org-get-outline-path): Improve docstring.
19796         (org-format-outline-path): New function.
19797         (org-display-outline-path): New function.
19799 2009-11-15  John Wiegley  <jwiegley@gmail.com>
19801         * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
19802         a string, use that to find the LOGBOOK drawer.
19804 2009-11-15  Glenn Morris  <rgm@gnu.org>
19806         * org-agenda.el (org-datetree-find-date-create)
19807         (org-habit-get-priority):
19808         * org.el (org-format-agenda-item): Fix declarations.
19810 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19812         * org.el (org-clone-subtree-with-time-shift): Make it work at the
19813         end of the buffer.
19815         * org-mobile.el (org-mobile-write-checksums): Specify coding
19816         system.
19817         (org-mobile-timestamp-buffer): Keep local variable/mode line at
19818         beginning of buffer.
19820         * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
19822         * org.el (org-block-todo-from-children-or-siblings-or-parent)
19823         (org-block-todo-from-checkboxes): Do not block changes to a nil
19824         TODO state.
19826 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
19828         * org-habit.el (org-habit-parse-todo): Indicate which habit is
19829         wrongly set up in the error messages.
19831         * org-colview.el (org-columns-display-here): Don't try to
19832         calculate values if the underlying property is not set.
19833         (org-columns-string-to-number): Convert age strings back into
19834         fractional days.
19835         (org-agenda-colview-summarize): Handle extended summary types
19836         properly.
19838 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19840         * org-exp.el (org-export-format-drawer-function): New variable.
19841         (org-export-format-drawer): New function.
19842         (org-export-preprocess-string): Pass the backend as a parameter to
19843         `org-export-remove-or-extract-drawers'.
19844         (org-export-remove-or-extract-drawers): New parameter BACKEND.
19846         * org-protocol.el (org-protocol-char-to-string): New defsubst.
19848 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19850         * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
19851         message when no block is selected.
19853         * org-latex.el (org-export-latex-links): Check for protectedness
19854         in the last matched character, not after the match.
19856         * org-datetree.el (org-datetree-find-date-create):
19857         Respect restriction when KEEP-RESTRICTION is set.
19858         (org-datetree-file-entry-under): New function.
19859         (org-datetree-cleanup): New command.
19861 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
19863         * org-src.el (org-edit-src-code): New optional argument context
19864         allows calling functions to avoid altering the saved window
19865         configuration.
19866         (org-edit-src-exit): Do not restore window configuration when this
19867         function is used in the context of saving the edit buffer.
19869 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19871         * org-clock.el (org-clock-out, org-clock-cancel): Revert to
19872         instances to switching to with-current-buffer, because these seem
19873         to cause problems - no idea why.
19875         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
19876         Require diary-lib for (diary-date-display-form).
19878 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19880         * org.el (org-log-reschedule, org-log-redeadline): New options.
19881         (org-log-note-headings): Add templates for rescheduling and
19882         deadline changing.
19883         (org-startup-options): Add in-buffer settings for logging changing
19884         schedule and deadline time stamps.
19885         (org-deadline, org-schedule): Check for existing date and arrange
19886         for logging if the user requests it.
19887         (org-add-log-note): Prepare proper note buffers for rescheduling
19888         and deadline changes.
19890 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19892         * org-agenda.el (org-agenda-diary-entry-in-org-file)
19893         (org-agenda-add-entry-to-org-agenda-diary-file)
19894         (org-agenda-insert-diary-make-new-entry): New functions.
19895         (org-agenda-diary-entry):
19896         Call `org-agenda-diary-entry-in-org-file' when appropriate.
19898         * org.el (org-calendar-insert-diary-entry-key): New option.
19899         (org-agenda-diary-file): New option.
19900         ("calendar"): Install our insertion function in the calendar.
19902         * org-remember.el (org-datetree): Require.
19903         (org-remember-templates): Add new positioning option.
19904         (org-remember-reference-date): New variable.
19905         (org-remember-apply-template): Store the reference date in a local
19906         variable.
19907         (org-remember-handler): Implement date tree positioning of entries.
19909         * org-datetree.el: New file.
19911         * org-latex.el (org-export-latex-preprocess): Protect targets in
19912         verbatim emphasis.
19914         * org-html.el (org-export-as-html): Protect targets in verbatim
19915         emphasis.
19917         * org-docbook.el (org-export-as-docbook): Protect targets in
19918         verbatim emphasis.
19920 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19922         * org-clock.el (org-show-notification): Handle messages that
19923         contain a percent character.
19925         * org-remember.el (org-remember-apply-template): Turn of partial
19926         completion.
19928         * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
19929         (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
19931         * org.el (org-indent-mode): Define variable already in org.el.
19932         (org-unfontify-region): Remove line-prefix and wrap-prefix
19933         properties only if org-indent-mode is active.
19935 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19937         * org-icalendar.el (org-print-icalendar-entries): Save match data
19938         around call to verify function.
19939         (org-print-icalendar-entries): Add a call to the verification
19940         function.
19942         * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
19943         save-restrivtion' form.
19945 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
19947         * org-exp.el (org-export-format-source-code-or-example):
19948         Restrict scope of preserve-indentp to the let binding.
19949         (org-src): Require org-src, since org-src-preserve-indentation is used.
19951 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19953         * org-timer.el (org-timer-set-timer): Set variables
19954         org-timer-timer[123] correctly.
19956         * org-mobile.el (org-mobile-files-alist): Make it work when
19957         `agenda-archives' is included in
19958         `org-agenda-text-search-extra-files'.
19959         (org-mobile-push): Restore agenda after mobile push.
19961 2009-11-13  John Wiegley  <jwiegley@gmail.com>
19963         * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
19964         way the amount of idle time is presented in the minibuffer.
19966 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19968         * org-icalendar.el (org-print-icalendar-entries):
19969         Use org-icalendar-verify-function only if non-nil.
19971         * org.el (org-refile): Refile to clock only if the prefix arg is
19972         2.
19973         (org-sparse-tree): Fix docstring to be in line with prompt.
19974         (org-update-parent-todo-statistics):
19975         Call `org-after-todo-statistics-hook' on each level.
19977 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19979         * org-remember.el (org-remember-apply-template): Make sure the
19980         buffer exists.
19982 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19984         * org.el (org-tab-ind-state): New variable.
19985         (org-cycle-level): New function.
19986         (org-cycle-level-after-item/entry-creation): New option.
19987         (org-flag-subtree): New function.
19988         (org-hide-archived-subtrees): Call `org-flag-subtree'.
19989         (org-set-effort): Indexed access.
19991         * org-list.el (org-cycle-item-indentation): New function.
19993         * org.el (org-refile): Make prefix argument 2 refile to current
19994         clock.
19995         (org-priority): Interpret action `remove' as call to remove the
19996         priority cookie.
19998         * org-remember.el (org-remember-apply-template): Don't depend on
19999         buffer name being like file name.
20001 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20003         * org-clock.el (org-clock-play-sound): Expand file in
20004         org-clock-sound, to allow ~ for home.
20006         * org-remember.el (org-remember-handler):
20007         Set text-before-node-creation even if this already looks like a node,
20008         because the string might be needed on non-org-mode target files.
20010         * org-agenda.el (org-agenda-open-link): Make this work in agenda
20011         clocktables.
20012         (org-agenda-switch-to): Follow a link at point if
20013         org-return-follows-link' is set and there is nothing else to do in
20014         this line.
20016 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
20018         * org-exp-blocks.el: Modify split separator regexp to avoid empty
20019         strings.
20021 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
20023         * org-colview.el (org-columns-new): Make this work with the new
20024         operators.
20025         (org-columns-store-format): Make this work with the new operators.
20027 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20029         * org-src.el (org-src-preserve-indentation): Document that this
20030         variable is also used during export.
20032         * org-exp.el (org-export-format-source-code-or-example):
20033         Preserve indentation if a block has a -i option, or if
20034         `org-src-preserve-indentation' is set.
20036         * org-exp-blocks.el (org-export-blocks-preprocess):
20037         Preserve indentation if a block has a -i option, or if
20038         `org-src-preserve-indentation' is set.
20040 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20042         * org.el (org-mode-map): Define the new archiving keys.
20043         (org-speed-commands-default): Define an archiving key in the speed
20044         command map.
20045         (org-org-menu): Improve the menu structure concerning archiving.
20047         * org-archive.el (org-archive-subtree-default-with-confirmation):
20048         New command.
20050         * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
20051         (org-agenda-menu): Add the new archiving commands to the menu.
20052         (org-agenda-archive-default)
20053         (org-agenda-archive-default-with-confirmation): New commands.
20054         (org-agenda-archive, org-agenda-archive-to-archive-sibling):
20055         Just call `org-agenda-archive-with'.
20056         (org-agenda-archive-with): New function.
20058         * org-table.el (org-table-convert-region): Inert spaces around "|"
20059         to avoid line beginnings like "|-1" which will be mistaken as
20060         hlines.
20062 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20064         * org.el (org-offer-links-in-entry): Return nil if there are no
20065         links, t if a link has been selected.
20066         (org-open-at-point): Open attachment directory when called in the
20067         headline and there are no links in the entry body.
20068         (org-speed-commands-default): Add "o" for open-at-point as a speed
20069         command.
20071         * org-attach.el (org-attach-reveal): Optional prefix arg
20072         IF-EXISTS, which avoids creating the attachment directory if it
20073         does not yet exist.
20075         * org-agenda.el (org-agenda, org-run-agenda-series):
20076         Evaluate MATCH.
20078 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20080         * org.el ("abbrev"): Work with abbrev tables only after they have
20081         been loaded.
20083         * org-list.el (org-list-send-list): Fix bug related to match
20084         data.
20086         * org-latex.el (org-export-latex-fontify): Apply verbatim
20087         emphasis.
20088         (org-export-latex-make-header): Insert \obeylines if line breaks
20089         should be preserved.
20091         * org-exp.el (org-export-protect-verbatim): Add an
20092         `org-verbatim-emph' property to such text.
20094 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20096         * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
20097         (org-print-icalendar-entries): Skip entries where the timestamp is
20098         not a deadline and not scheduled, if the user requests that.
20100         * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
20101         before an opening quote.
20103         * org-archive.el (org-archive-subtree): Keep archive after
20104         archiving something.
20106         * org-id.el (org-id-update-id-locations): Add archive files if
20107         that is required by `org-id-extra-files'.
20109 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20111         * org-src.el (org-src-window-setup): New option.
20112         (org-src-switch-to-buffer): New function.
20113         (org-edit-src-exit): Add optional argument CONTEXT and use it to
20114         restore window configuration.
20115         (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
20116         Call `org-src-switch-to-buffer'.
20118         * org.el (org-default-properties): Add STYLE property.
20119         (org-files-list): Use the function call to get the files.
20120         (org-additional-option-like-keywords): Add SETUPFILE to completion
20121         list.
20123 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20125         * org-table.el (org-table-convert-region): Correctly interpret
20126         quoting in csv import.
20128         * org.el (org-icompleting-read): Make iswitchb completion work
20129         with lists and tables.
20131         * org-agenda.el (org-agenda-add-entry-text): Never add entry text
20132         while pushing the mobile agenda.
20134 2009-11-13  John Wiegley  <jwiegley@gmail.com>
20136         * org-clock.el (org-clock-auto-clock-resolution): Now takes three
20137         values: nil, t and `when-no-clock-is-running'.
20138         (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
20139         whether or not to resolve Org buffers on clock in.
20141 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
20143         * org-colview.el (org-format-time-period): Function to format
20144         times in fractional days for display.
20145         (org-columns-display-here): Add support for showing a calculated
20146         value in place of the property.
20147         (org-columns): Set `org-columns-time' to the current time so time
20148         difference calculations will work.
20149         (org-columns-time): Use to store the current time when column view
20150         is displayed, so all time differences will use the same reference
20151         point.
20152         (org-columns-compile-map): There is now an extra position in each
20153         entry specifying the function to use to calculate the displayed
20154         value for the non-calculated properties in the column.
20155         (org-columns-compute-all): Set `org-columns-time' to the current
20156         time so time difference calculations will work.
20157         (org-columns-compute): Handle column operators where the values
20158         used are calculated from the underlying property.
20159         (org-columns-number-to-string): Handle the 'age' column format.
20160         (org-columns-string-to-number): Correct the function name (was
20161         org-column...).  Add support for the 'age' column format.
20162         (org-columns-compile-format): Support the additional parameter in
20163         org-columns-compile-map.
20165 2009-11-13  Bastien Guerry  <bzg@gnu.org>
20167         * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
20168         variable.
20170 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20172         * org-clock.el (org-clock-has-been-used): New variable.
20173         (org-clock-in): Set `org-clock-has-been-used'.
20174         (org-clock-save): Save only if clock data has been used or created
20175         during this session.
20177 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20179         * org-clock.el (org-clock-persist): New value, to store only the
20180         clock history.
20181         (org-clock-save): Don't save the clock if only the history should
20182         be stored.
20183         (org-clock-load): Turn off John Wiegley's auto resolving mechanism
20184         when restoring a saved clock.
20186 2009-11-13  John Wiegley  <jwiegley@gmail.com>
20188         * org-clock.el (org-clock-display, org-clock-put-overlay):
20189         Use `org-time-clock-use-fractional'.
20191         * org.el (org-time-clocksum-use-fractional)
20192         (org-time-clocksum-fractional-format): Two new customizable
20193         variables which allow the user to select fractional times (1.25
20194         instead of 1:25) in the `org-clock-display' report.
20196 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20198         * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
20199         New option.
20201         * org.el (org-tag-alist): Fix customization type.
20203 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20205         * org-mobile.el (org-mobile-update-checksum-for-capture-file):
20206         Make sure the regexp search can fail without throwing an error.
20207         (org-mobile-apply): Save the inbox buffer after removing
20208         successfully applied changes.
20210 2009-11-13  John Wiegley  <jwiegley@gmail.com>
20212         * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
20213         time is reported after the user comes back (but before they
20214         resolve time).
20216         * org.el (org-get-repeat): Change so that this function can be
20217         called with either `org-scheduled-string' or
20218         `org-deadline-string'.
20220         * org-clock.el (org-clock-auto-clock-resolution): Rename from
20221         `org-clock-disable-clock-resolution', since negatives don't sound
20222         good in customization variables.
20223         (org-clock-in): Don't use the auto-resolution logic if the user is
20224         clocking into a different task while an active clock is running.
20225         This then allows the default behavior of clocking out of the open
20226         task and then into the new task.
20228         * org.el (org-modules): Made this variable more consistent, since
20229         it was referring to Org, OrgMode and Org-mode, whereas the docs
20230         for the variable always refer to Org-mode.
20232 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
20234         * org.el (org-repeat-re): The changed org-repeat-re no longer
20235         matched simple +2d type repeaters.  Fix it so it does.
20237 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20239         * org-latex.el (org-export-latex-preprocess): Protect the vspace
20240         macro in the VERSE environment.
20242 2009-11-13  John Wiegley  <jwiegley@gmail.com>
20244         * org-habit.el (org-habit-get-priority): A new function that
20245         determines the relative priority of a habit, based on how long
20246         past its scheduled date it is, and how near the deadline is.
20248         * org-agenda.el (org-agenda-get-scheduled): Set habit priority
20249         using `org-habit-get-priority'.
20251         * org-habit.el (org-habit-build-graph): Start displaying colors
20252         from the first scheduled date, if that date is earlier than the
20253         first completion date.
20255         * org-habit.el: Changed all "color" variables to faces, and made
20256         them appropriate for light and dark backgrounds.
20258         * org-habit.el (org-habit-duration-to-days): Made this function
20259         more general.
20260         (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
20262         * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
20263         habits, since they don't use DEADLINE anymore.
20265         * org.el (org-repeat-re, org-display-custom-time)
20266         (org-timestamp-change): Extend to support the new ".+N/N"
20267         syntax, used for habits.
20269         * org-clock.el (org-clock-resolve-clock): Fix an incorrect
20270         variable reference.
20272         * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
20273         modeline when habits are being displayed (if that module is being
20274         loaded).
20276 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
20278         * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
20279         idle time using the xscreensaver extension.
20280         (org-user-idle-seconds): Use X11 idle time if available.
20282 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20284         * org-agenda.el (org-agenda-next-line): New command.
20285         (org-agenda-previous-line): New commands.
20286         (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
20287         New commands.
20288         (org-agenda-follow-mode): Do the follow immediately if the mode is
20289         turned on here.
20290         (previous-line, next-line): Replace keys with the corresponding
20291         org functions.
20292         (org-agenda-mode-map): Bind backspace and delete to the scrolling
20293         command.
20295         * org.el (org-icompleting-read): Turn off partial completion mode
20296         for the duration of this completion round.
20298         * org-latex.el (org-export-latex-fontify-headline): Protect TeX
20299         macros in author lines and similar stuff.
20301         * org.el (org-file-tags): Fix docstring.
20302         (org-get-buffer-tags): Add the #+FILETAGS tags.
20303         ("ecb"): Make ecb show context after jumping into an Org file.
20305 2009-11-13  John Wiegley  <johnw@newartisans.com>
20307         * org-agenda.el (org-finalize-agenda): Draw habit consistency
20308         graphs after everything else in the buffer has been setup.
20310 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20312         * org-mobile.el (org-mobile-apply): Count success and failure.
20314         * org.el (org-indent-line-function): Fix regexp replace problem.
20316 2009-11-13  John Wiegley  <johnw@newartisans.com>
20318         * org-clock.el (org-clock-disable-clock-resolution):
20319         New customization variable that disable automatic clock resolution on
20320         clock in.
20321         (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
20322         not automatically resolve anything.  This is does not affect
20323         idle-time resolution, however, if `org-clock-idle-time' is set.
20325 2009-11-13  John Wiegley  <johnw@newartisans.com>
20327         * org-habit.el: New file, which implements code to build a "habit
20328         consistency graph".
20330         * org-agenda.el (org-agenda-get-deadlines)
20331         (org-agenda-get-scheduled): Display consistency graphs when
20332         outputting habits into the agenda.  The graphs are always relative
20333         to the current time.
20334         (org-format-agenda-item): Add new parameter `habitp', which
20335         indicates whether we are formatting a habit or not.  Do not
20336         display "extra" leading information if habitp is true.
20338         * org.el (org-repeat-re): Improve regexp to include .+ and ++
20339         leaders for repeat strings.
20340         (org-get-repeat): Now takes a string parameter `tagline', so the
20341         caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
20343 2009-11-13  John Wiegley  <johnw@newartisans.com>
20345         * org-agenda.el (org-agenda-auto-exclude-function):
20346         New customization variable for allowing the user to create an "auto
20347         exclusion" filter for doing context-aware auto tag filtering.
20348         (org-agenda-filter-by-tag): Changes to support the use of
20349         `org-agenda-auto-exclude-function'.  See the new manual addition.
20351 2009-11-13  John Wiegley  <johnw@newartisans.com>
20353         * org.el (org-files-list): Don't attempt to return a file name for
20354         Org buffers which have no associated file.
20356         * org-agenda.el (org-agenda-do-action): Fix a typo.
20358 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20360         * org-mobile.el (org-mobile-locate-entry): Interpret files
20361         relative to org-directory.
20362         (org-mobile-inbox-for-pull): Document the best location for this
20363         file.
20364         (org-mobile-check-setup): Verify `org-directory'.
20365         (org-mobile-create-index-file): Sort the files to be listed in
20366         index.org.
20368 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
20370         * org.el (org-fast-tag-selection): Add a way to display a
20371         description for a tag group.  This is done by adding a string to
20372         either the startgroup or endgroup cell.
20374 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20376         * org-clock.el (org-clock-resolve, org-resolve-clocks)
20377         (org-emacs-idle-seconds): Use `org-float-time' instead of
20378         `time-to-seconds'.
20380 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20382         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
20383         type.
20385         * org.el (org-pre-cycle-hook): Document that `empty' can also be
20386         the value of ARG when doing local cycling.
20388 2009-11-13  John Wiegley  <johnw@newartisans.com>
20390         * org-clock.el (org-clock-resolve-clock): If keeping or
20391         subtracting time results in a clock out at a time in the past, and
20392         if the resolution occurred due to idleness or invoking `M-x
20393         org-resolve-clocks', remember that past moment in time.  On the
20394         next clock in, the user will be prompted to see if they want to
20395         back-date their new clock to then.
20396         (org-clock-resolve): Do not jump the user to the location of a
20397         dangling clock if the resolution is occurring due to an idle
20398         timeout.  In that case there is typically only one dangling clock,
20399         the active one, and there is no value gained by shuffling their
20400         windows around to show it to them.  Being prompted to resolve an
20401         idle clock should be as inobtrusive as possible.
20402         (org-resolve-clocks-if-idle): New function that resolves only the
20403         currently active clock if the user has exceeded the time returned
20404         by `org-user-idle-seconds', based on the value of
20405         `org-clock-idle-time'.
20406         (org-clock-in): If, after resolving clocks, (???)
20407         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
20409         * org-clock.el (org-clock-resolve-clock): New function that
20410         resolves a clock to a specific time, closing or resuming as need
20411         be, and possibly even starting a new clock.
20412         (org-clock-resolve): New function used by `org-resolve-clocks'
20413         that sets up for the call to `org-clock-resolve-clock'.
20414         It determines the time to resolve to based on a single-character
20415         selection from the user to either keep time, subtract away time or
20416         cancel the clock.
20417         (org-resolve-clocks): New user command which resolves dangling
20418         clocks -- that is, open but not active -- anywhere in the file
20419         list returned by `org-files-list'.
20420         (org-clock-in): Automatically resolve dangling clocks whenever a
20421         user clocks in.
20422         (org-clock-cancel): If the user cancels the solely clock in a
20423         LOGBOOK, remove the empty drawer.
20425         * org-clock.el (org-clock-idle-time): New user customizable option
20426         for detecting whether the user has left a clock idle.  Note: it is
20427         only used in this commit to test whether it's worthwhile to check
20428         OS X to get the Mac user's current idle time.  If the Emacs idle
20429         time is less than the value, the user hasn't been away long enough
20430         to be worth checking (a more expensive test than just getting
20431         Emacs idle time).
20432         (org-user-idle-seconds, org-mac-idle-seconds)
20433         (org-emacs-idle-seconds): This three functions, in conjunction
20434         with the user customization variable `org-clock-idle-time', return
20435         the number of seconds (as a floating point) that the user has been
20436         away from their Emacs (or, if running on OS X, their computer).
20438         * org-clock.el (org-find-open-clocks): New function that returns a
20439         list of all open clocks in the given FILE.  Note that each clock
20440         it returns is a cons cell of the format (MARKER . START-TIME).
20441         This "clock" value is used by several of the new clock module
20442         utility functions.
20443         (org-is-active-clock): New inline function which tests whether the
20444         given clock value is the same as the currently active clock.
20445         Returns non-nil if this is the case.
20446         (org-with-clock-position): New macro that evaluates FORMS with
20447         point in the buffer and at the position of the given clock.
20448         Changes to the current clock are global.
20449         (org-with-clock): New macro that evaluates FORMS with point in the
20450         buffer and at the position of the given clock.  However, changes
20451         to the current clock are local and have no effect on the user's
20452         active clock.  This allows, for example, far any clock to be
20453         canceled without canceling the active clock.
20454         (org-clock-clock-in): New inline function that switches the active
20455         clock to the given clock.  If either the argument RESUME, or the
20456         global `org-clock-in-resume', are non-nil, it will resume a clock
20457         that was previously left open.
20458         (org-clock-clock-out): New inline function that clocks out the
20459         given clock value without affecting the currently active clock.
20460         (org-clock-clock-cancel): New inline function that cancels the
20461         given clock value without affecting the currently active clock.
20463         * org-clock.el (org-clock-in): Before creating
20464         `org-clock-mode-line-timer', check to make sure an older timer is
20465         not currently running.
20466         (org-clock-out): Accept new third parameter `at-time', which
20467         permits a clock to be clocked out at a specific time.  Note that
20468         no attempt is made to verify that the clock out time is later than
20469         the clock in time.
20471         * org.el (org-files-list): New utility function for returning a
20472         list of all open org-mode buffers, plus all files used to build
20473         the agenda buffer.  Note that not all the files will necessarily
20474         be visited by a buffer at time of call.
20475         (org-entry-beginning-position): Like the function
20476         `line-beginning-position', this inline function returns the
20477         beginning position of the current heading/entry.
20478         (org-entry-end-position): Like the function `line-end-position',
20479         this inline function returns the end position of the current
20480         heading/entry.
20482 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20484         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
20485         a header line.
20487 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20489         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
20491 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20493         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
20494         entries that have no tags.
20495         (org-agenda-search-view): New customize group.
20496         (org-agenda-search-view-search-words-only): New option.
20497         (org-search-view): Implement substring search.
20499 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20501         * org.el (org-outline-level): Add doc string.
20503 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20505         * org-inlinetask.el (org-inlinetask-export): Re-introduce
20506         variable.
20507         (org-inlinetask-export-handler): Only export inline task if the
20508         user option calls for it.
20510 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20512         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
20513         END if present.
20515 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20517         * org-latex.el (org-export-latex-tables): Don't format in
20518         protected regions.
20520 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20522         * org-src.el (org-edit-src-code)
20523         (org-edit-src-find-region-and-lang, org-edit-src-exit):
20524         Handle macro editing.
20526         * org-agenda.el (org-prefix-category-max-length): New variable.
20527         (org-format-agenda-item): Use `org-prefix-category-max-length'.
20528         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
20530 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20532         * org-mobile.el (org-mobile-create-index-file): Improve the
20533         listing of tags and todo keywords.
20535         * org-latex.el (org-export-latex-format-image): New function.
20536         (org-export-latex-links): Use `org-export-latex-format-image'.
20538 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20540         * org-inlinetask.el (org-inlinetask-get-current-indentation)
20541         (org-inlinetask-remove-terminator): New functions.
20542         (org-inlinetask-export-handler): Terminate the description list.
20544         * org-exp.el (org-export-select-backend-specific-text): Remove the
20545         region markers.
20547         * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
20548         tasks without content.
20550         * org-clock.el: Make sure the clock-in target position does not
20551         move to a different node by widening the buffer.
20553         * org-html.el (org-export-html-format-image): Wrap image into
20554         figure div only when there is a caption.
20556         * org-archive.el (org-archive-mark-done): Change default value to
20557         nil.
20559 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20561         * org.el (org-context): Call `bobp', not `eobp'.
20563         * org-clock.el (org-clock-cancel): Remove quotes from marker
20564         variables.
20566         * org.el (org-read-date-prefer-future): New allowed value `time'.
20567         (org-read-date-analyze): Shift day to tomorrow depending on time
20568         entered and value of `org-read-date-prefer-future'.
20570 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20572         * org.el (org-version, org-get-refile-targets, org-refile)
20573         (org-store-log-note, org-diary-to-ical-string)
20574         (org-speedbar-set-agenda-restriction):
20575         * org-publish.el (org-publish-find-title):
20576         * org-plot.el (org-plot/gnuplot):
20577         * org-mouse.el (org-mouse-do-remotely):
20578         * org-mobile.el (org-mobile-move-capture):
20579         * org-mac-message.el (org-mac-message-insert-flagged):
20580         * org-latex.el (org-replace-region-by-latex):
20581         * org-docbook.el (org-replace-region-by-docbook):
20582         * org-clock.el (org-clock-out, org-clock-cancel):
20583         * org-bibtex.el (org-execute-file-search-in-bibtex):
20584         Use with-current-buffer.
20586 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
20588         * org.el (org-directory, org-map-entries):
20589         * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
20591 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20593         * org.el (org-set-tags-to): New command.
20595         * org-latex.el (org-export-latex-set-initial-vars): Also check in
20596         the plist.
20598         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
20599         keyword.
20601         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
20603 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20605         * org-inlinetask.el (org-inlinetask-export): Option removed.
20606         (org-inlinetask-export-handler): Better export.
20608         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
20609         (org-export-as-xoxo): Run the new hook.
20611         * org-html.el (org-export-html-final-hook): New hook.
20612         (org-export-as-html): Run the new hook.
20614         * org-docbook.el (org-export-docbook-final-hook): New hook.
20615         (org-export-as-docbook): Run the new hook.
20617         * org-ascii.el (org-export-ascii-final-hook): New hook.
20618         (org-export-as-ascii): Run the new hook.
20620         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
20621         space character as the character before the ^/_.
20622         (org-export-latex-final-hook): New hook.
20623         (org-export-as-latex): Run `org-export-latex-final-hook'.
20625 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20627         * org-macs.el (org-if-unprotected-at): Fix docstring.
20629         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
20630         text in the prefix (if category is a link).
20632         * org-latex.el (org-export-latex-preprocess): Deal properly with
20633         empty lines in verse environments.
20635         * org.el (org-format-latex-header): Inline fullpage.sty.
20637         * org-footnote.el (org-footnote-create-definition): Reveal context
20638         to add a new footnote definition.
20640         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
20641         org-table-recalculate when cursor is in TBLFM line.
20643         * org-list.el (org-renumber-ordered-list): Fix cursor position
20644         when bullet length has changed.
20646 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20648         * org.el (org-format-latex): Mention `org-format-latex-options' in
20649         the docstring.
20651 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20653         * org.el (org-agenda-get): New function.
20655         * org-agenda.el (org-agenda-post-command-hook): No longer move
20656         point away from end of line.
20657         (org-agenda-add-entry-text, org-agenda-collect-markers)
20658         (org-finalize-agenda, org-agenda-mark-clocking-task)
20659         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
20660         (org-agenda-entry-text-show, org-agenda-highlight-todo)
20661         (org-agenda-compare-effort, org-agenda-filter-apply)
20662         (org-agenda-later, org-agenda-change-time-span)
20663         (org-agenda-post-command-hook, org-agenda-show-priority)
20664         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
20665         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
20666         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
20667         (org-agenda-open-link, org-agenda-copy-local-variable)
20668         (org-agenda-switch-to, org-agenda-check-no-diary)
20669         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
20670         (org-agenda-add-note, org-agenda-change-all-lines)
20671         (org-agenda-priority, org-agenda-set-tags)
20672         (org-agenda-set-property, org-agenda-set-effort)
20673         (org-agenda-toggle-archive-tag, org-agenda-date-later)
20674         (org-agenda-show-new-time, org-agenda-date-prompt)
20675         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
20676         (org-agenda-clock-in, org-agenda-bulk-mark)
20677         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
20678         Use `org-get-at-bol'.
20680         * org-colview.el (org-columns-display-here)
20681         (org-columns-edit-allowed, org-agenda-columns):
20682         Use `org-get-at-bol'.
20684 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20686         * org.el (org-special-ctrl-a/e): Improve documentation and
20687         customize type.
20688         (org-end-of-line): Don't jump to after the ellipsis.
20689         (org-mode-map): Bind <home> and <end> as well.
20691 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20693         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
20694         space after #+ as comments.
20695         (org-open-at-point): Run `org-follow-link-hook' always.
20697         * org-latex.el (org-export-latex-emph-format): Use better commands
20698         to insert special characters in verbatim snippets.
20700 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20702         * org-faces.el (org-copy-face): New function.  Use it to create
20703         various faces formerly created by using `copy-face'.
20705         * org-agenda.el (org-prepare-agenda): Don't officially mark this
20706         window dedicated.
20707         (org-agenda-quit): Kill the frame containing the agenda window if
20708         that frame was created for the agenda.
20710 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20712         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
20713         stamp in the agenda.
20715 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20717         * org-agenda.el (org-prepare-agenda):
20718         Reset `org-drawers-for-agenda'.
20719         (org-prepare-agenda): Uniquify list of drawers.
20721         * org.el (org-complex-heading-regexp-format): New variable.
20722         (org-set-regexps-and-options):
20723         Define `org-complex-heading-regexp-format'.
20724         (org-drawers-for-agenda): New variable.
20725         (org-map-entries): Bind `org-drawers-for-agenda'.
20726         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
20728         * org-remember.el (org-go-to-remember-target)
20729         (org-remember-handler): Use `org-complex-heading-regexp-format'.
20731 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20733         * org-agenda.el (org-agenda-highlight-todo): Fix text property
20734         problem.
20736         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
20737         always with `invisible-ok'.
20738         (org-store-link): No error when there is nothing to link to in the
20739         agenda.
20741         * org-list.el (org-update-checkbox-count): Insert changed cookie
20742         before the old, to avoid problems with invisibility at the end of
20743         the line.
20744         (org-update-checkbox-count): Insert changed cookie before the old,
20745         to avoid problems with invisibility at the end of the line.
20747         * org.el (org-sort-entries-or-items): Include the final newline.
20748         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
20749         lines for fontification.
20750         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
20751         (org-prepare-dblock): Store the current indentation of the BEGIN
20752         line.
20753         (org-update-dblock): Apply the indentation of the begin line to
20754         the rest of the block.
20755         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
20756         (org-startup-folded): New allowed value `showeverything'.
20757         (org-startup-options): Add STARTUP keyword `showeverything'.
20758         (org-set-startup-visibility): Respect value `showeverything' in
20759         org-startup-folded.
20761 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20763         * org.el (org-closest-date): Fix issue with past preference.
20765         * org-archive.el (org-archive-set-tag)
20766         (org-archive-subtree-default): New commands.
20768         * org-clock.el (org-clock-clocktable-default-properties):
20769         New option.
20770         (org-clock-report):
20771         Use `org-clock-clocktable-default-properties'.
20773 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20775         * org.el (org-iswitchb-completing-read): Fix typo.
20777         * org-crypt.el: New file.
20779         * org.el: Add an entry for org-crypt.
20781 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20783         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
20784         consistency.
20785         (org-batch-store-agenda-views): New function.
20786         (org-agenda-title-append): Define variable.
20787         (org-write-agenda): New export to Org files.
20788         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
20789         (org-agenda): Allow to keep the restricted file list if a special
20790         variable is bound to t.
20791         (org-agenda): Define a special agenda view for working on flagged
20792         entries.
20793         (org-agenda-get-restriction-and-command): List the new agenda
20794         view.
20795         (org-agenda-show-the-flagging-note): New command.
20796         (org-agenda-mode-map): New key `?' for looking at the flagging
20797         note.
20799         * org.el (org-autoload): Autoload org-mobile.el.
20800         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
20802         * org-mobile.el: New file.
20804         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
20806 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20808         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
20809         statements.
20810         (org-table-get-remote-range): Match indented #+TBLNAME
20811         statements.
20813         * org.el (org-convert-to-odd-levels)
20814         (org-convert-to-oddeven-levels): Work also correctly if the file
20815         is in outline-mode.
20817 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20819         * org.el (org-store-link): When in agenda buffer, link to
20820         referenced entry.
20821         (org-add-planning-info): Remove spaces at eol.
20823         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
20824         property.
20826 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20828         * org-latex.el (org-export-latex-first-lines): Fix problem with
20829         LaTeX export of first line and selected subtree.
20831         * org.el (org-shifttab): Interpret arg differently when using only
20832         odd levels.
20834 2009-10-01  Bastien Guerry  <bzg@gnu.org>
20836         * org.el (org-check-agenda-file): Use a more explicit message.
20838 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20840         * org-exp.el (org-export-remove-special-table-lines): Don't remove
20841         normal lines.
20843 2009-10-01  Bastien Guerry  <bzg@gnu.org>
20845         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
20846         prompt in the temporary window.
20848         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
20849         prefix for marked entries in the agenda view.
20851 2009-10-01  Andreas Burtzlaff  <andy13@gmx.net>  (tiny change)
20853         * org.el (outline-end-of-subtree): Bugfix: advise this function in
20854         a way that prevents any trailing character from being displayed.
20856 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20858         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
20859         menu.
20861         * org-exp.el (org-export-remove-special-table-lines): Remove bad
20862         slow regexp match.
20864 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20866         * org-latex.el (org-export-latex-preprocess): Do not protect in
20867         the LaTeX header.
20869         * org-src.el (org-edit-src-save): Save window setup while saving.
20870         (org-edit-src-code): Use new buffer name construction scheme.
20872 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20874         * org-agenda.el (org-agenda-entry-text-exclude-regexps):
20875         New variable.
20876         (org-agenda-entry-text-cleanup-hook): New hook.
20877         (org-agenda-get-some-entry-text): Remove matches of
20878         `org-agenda-entry-text-exclude-regexps' and run the hook
20879         `org-agenda-entry-text-cleanup-hook'.
20881         * org.el (org-offer-links-in-entry): New argument ZERO to
20882         implement a link with index zero.
20883         (org-cycle-show-empty-lines): Not keep empty line under header
20884         hidden.
20885         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
20886         to nil for special completion.
20887         (org-store-link): Don't error before the first heading.
20889         * org-agenda.el (org-agenda-open-link): Pass the prefix to
20890         `org-offer-links-in-entry'.
20892 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20894         * org-agenda.el (org-agenda-quit): Provide the window argument for
20895         `window-dedicated-p', Emacs 22 needs it.
20896         (org-format-agenda-item): If the category is a link, arrange for
20897         invisible text to replaced with spaces.
20898         (org-compile-prefix-format): Add the extra space.
20899         (org-prefix-category-length): New variable.
20901         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
20902         references from TOC lines.
20904         * org.el (org-selected-window): New variable.
20906         * org-table.el (org-table-edit-formulas): Remember the selected
20907         window.
20908         (org-table-fedit-finish, org-table-fedit-abort): Select the window
20909         that was originally selected.
20911         * org-exp.el (org-export-preprocess-apply-macros): Scan the
20912         expansion of a macro for more macro definitions.
20914         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
20915         invisibility overlay starts on the newline.
20917 2009-10-01  Glenn Morris  <rgm@gnu.org>
20919         * org-agenda.el (calendar-check-holidays):
20920         * org-exp.el (org-agenda-skip):
20921         * org-list.el (outline-back-to-heading):
20922         * org-wl.el (wl-summary-goto-folder-subr):
20923         * org.el (iswitchb-mode, remember, remember-buffer-desc)
20924         (remember-finalize, remember-save-after-remembering, remember-register)
20925         (remember-buffer, remember-handler-functions)
20926         (remember-annotation-functions): Remove unused declarations.
20928         * org.el (iswitchb-read-buffer): Fix declaration.
20930 2009-09-30  Glenn Morris  <rgm@gnu.org>
20932         * org-compat.el (w32-focus-frame):
20933         * org-exp-blocks.el (R):
20934         * org-exp.el (htmlize-buffer):
20935         * org-protocol.el (server-edit):
20936         * org-table.el (org-format-org-table-html):
20937         * org.el (org-indent-mode): Fix declarations.
20939         * org-colview.el (org-columns-uncompile-format): Avoid assignment to
20940         free variable `fun'.
20942 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
20944         * org-agenda.el (org-agenda-restore-windows-after-quit):
20945         Fix typo in docstring.
20947 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
20949         * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
20950         (org-shiftselect-error, org-ctrl-c-ctrl-c):
20951         * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
20952         * org-attach.el (org-attach-check-absolute-path):
20953         * org-docbook.el (org-export-as-docbook):
20954         * org-html.el (org-export-as-html):
20955         * org-id.el (org-id-update-id-locations):
20956         * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
20957         Fix typos in error messages.
20959 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20961         * org-ascii.el: Require CL for the `loop' macro.
20963 2009-09-05  Carsten Dominik  <dominik@u016822.science.uva.nl>
20965         * org-gnus.el (require): Wrap (require gnus-sum) into
20966         eval-when-compile.
20968 2009-09-03  Carsten Dominik  <dominik@u016822.science.uva.nl>
20970         * org-protocol.el (org-protocol-store-link)
20971         (org-protocol-remember, org-protocol-open-source): Remove autoload
20972         cookies again.
20974         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
20975         referencing the start of the line.
20977         * org-gnus.el: Remove unnecessary declare-function forms.
20978         (gnus-sum): Always require gnus-sum.
20980 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20982         * org-protocol.el (org-protocol-store-link)
20983         (org-protocol-remember, org-protocol-open-source): Add autoloads.
20985         * org-compat.el (org-float-time): New function.
20987         * org.el (org-clock-update-time-maybe)
20988         (org-sort-entries-or-items, org-do-sort)
20989         (org-evaluate-time-range, org-time-string-to-seconds)
20990         (org-closed-in-range): Use `org-float-time'.
20992         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
20993         (org-timer-seconds): Use `org-float-time'.
20995         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
20996         (org-clock-sum, org-dblock-write:clocktable)
20997         (org-clocktable-steps): Use `org-float-time'.
20999         * org-agenda.el (org-agenda-last-marker-time)
21000         (org-agenda-new-marker, org-diary): Use `org-float-time'.
21002         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
21003         function.
21005         * org-exp.el (org-get-file-contents): Only protect lines that
21006         really need it.
21008         * org-html.el (require): Require cl for compilation.
21010         * org.el: Avoid using `default-major-mode'.
21012         * org-plot.el (require): Require CL only at compile time.
21014         * org-exp.el (require): Require CL only at compile time.
21016         * org-agenda.el (org-agenda-quit): When the agenda window is
21017         dedicated, remove other windows before exiting, so that the frame
21018         really will be killed.
21020         * org-exp.el (org-export-handle-include-files): Reset START and
21021         END for each loop cycle.
21023 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21025         * org.el (org-eval-in-calendar):
21026         Use `org-select-frame-set-input-focus'.
21028         * org-compat.el (org-select-frame-set-input-focus): New function.
21030         * org.el (org-update-statistics-cookies): New function.
21031         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
21033 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21035         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
21036         after the local variables are set.
21038         * org-latex.el (org-export-latex-protect-amp): New function.
21039         (org-export-latex-links): Protect link ampersands in tables.
21041         * org-exp.el (org-export-select-backend-specific-text): Match in
21042         two steps, to avoid regexp problems.
21044         * org.el (org-offer-links-in-entry): Improve working with many and
21045         duplicate links.
21047         * org-agenda.el (org-agenda-show-1): Make more consistent with
21048         normal cycling.
21049         (org-agenda-cycle-show): Make more consistent with normal cycling.
21051         * org-gnus.el (org-gnus-store-link): Restore the linking to a
21052         website.
21054 2009-09-02  Bastien Guerry  <bzg@gnu.org>
21056         * org-latex.el (org-export-latex-first-lines): Bugfix.
21058 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21060         * org-clock.el (org-clock-modify-effort-estimate): Emit message
21061         about new effort.
21063         * org.el (org-set-effort): New function.
21064         (org-mode-map): New key for effort setting command.
21066         * org-agenda.el (org-agenda): Keep window setup when calling
21067         agenda from within agenda window.
21068         (org-agenda-mode-map): New keys for effort setting commands.
21069         (org-agenda-menu): Add effort setting commands to menu.
21070         (org-agenda-set-property, org-agenda-set-effort): New functions.
21072         * org-latex.el (org-export-latex-tables):
21073         Fix `org-table-last-alignment' and `org-table-last-column-widths' if
21074         the first column has been removed.
21076 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21078         * org.el (org-remove-timestamp-with-keyword): Only remove in
21079         entry, not in subtree.
21081         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
21082         emacs lisp.
21084         * org.el (org-open-at-point): When on headline, offer all strings
21085         in entry.
21087         * org-remember.el (org-remember-templates): Documentation fix.
21089         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
21090         `org-get-last-sibling' instead of the outline versions of these
21091         functions.
21092         (org-get-last-sibling): New function.
21093         (org-refile): Use `org-get-next-sibling' instead of the outline
21094         version of this function.
21095         (org-clean-visibility-after-subtree-move):
21096         Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
21097         outline versions of these functions.
21099 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21101         * org-agenda.el (org-prepare-agenda): When creating a new frame
21102         for the agenda, make the window dedicated.
21104         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
21106         * org-table.el (org-table-align): Change the order of reinsertion
21107         and deletion, to avoid problems with overlays following the table.
21109         * org.el (org-parse-time-string): Better error message.
21110         (org-show-subtree): Use org-end-of-subtree.
21112         * org-macs.el (org-goto-line): New defsubst.
21114         * org.el (org-open-file, org-change-tag-in-region)
21115         (org-fast-tag-show-exit): Don't use `goto-line'.
21117         * org-table.el (org-table-align, org-table-insert-column)
21118         (org-table-delete-column, org-table-move-column)
21119         (org-table-sort-lines, org-table-copy-region)
21120         (org-table-paste-rectangle, org-table-wrap-region)
21121         (org-table-get-specials, org-table-rotate-recalc-marks)
21122         (org-table-get-range, org-table-recalculate)
21123         (org-table-edit-formulas, org-table-fedit-convert-buffer)
21124         (org-table-show-reference, org-table-highlight-rectangle):
21125         Don't use `goto-line'.
21127         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
21128         (org-edit-src-exit): Don't use `goto-line'.
21130         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
21132         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
21133         Don't use `goto-line'.
21135         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
21137         * org-colview.el (org-columns, org-columns-redo)
21138         (org-agenda-columns): Don't use `goto-line'.
21140         * org-agenda.el (org-agenda-mode): Force visual line motion off.
21141         (org-agenda-add-entry-text-maxlines): Improve docstring.
21142         (org-agenda-start-with-entry-text-mode): New option.
21143         (org-agenda-entry-text-maxlines): New option.
21144         (org-agenda-entry-text-mode): New variable.
21145         (org-agenda-mode): Set initial value of
21146         `org-agenda-entry-text-mode'.
21147         (org-agenda-mode-map): Add the `E' key.
21148         (org-agenda-menu): Add entry text mode to the menu.
21149         (org-agenda-get-some-entry-text): Fix line count bug.
21150         (org-finalize-agenda): Apply entry text mode if appropriate.
21151         (org-agenda-entry-text-show-here): New function.
21152         (org-agenda-entry-text-show): New function.
21153         (org-agenda-entry-text-hide): New function.
21154         (org-agenda-view-mode-dispatch): Add entry text mode to the view
21155         key menu.
21156         (org-agenda-entry-text-mode): New command.
21157         (org-agenda-set-mode-name): Add entry text mode to the mode line
21158         string.
21159         (org-agenda-undo, org-agenda-get-restriction-and-command)
21160         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
21161         `goto-line'.
21163 2009-09-02  Bernt Hansen  <bernt@norang.ca>
21165         * org-clock.el (org-notify): Bugfix.
21167 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21169         * org-agenda.el (org-agenda-open-link): Handle multiple links and
21170         check for after-string.
21172         * org-gnus.el (org-gnus-store-link): Simplify.
21174         * org.el (org-latex-regexps): Don't add extra empty lines for
21175         display formulas.
21177 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21179         * org-agenda.el (org-agenda-get-some-entry-text): New function.
21180         (org-agenda-add-entry-text):
21181         Use `org-agenda-get-some-entry-text'.
21183         * org.el (org-cycle-separator-lines): Update docstring.
21184         (org-cycle-show-empty-lines): Handle negative values for
21185         `org-cycle-show-empty-lines'.
21187         * org-exp.el (org-export-protect-sub-super): New function.
21188         (org-export-normalize-links): Protect the url of plain links from
21189         supscript and superscript processing.
21191         * org-remember.el (org-remember-escaped-%): New function.
21192         (org-remember-apply-template): Use `org-remember-escaped-%' to
21193         detect escaped % signs.
21195 2009-09-02  Bastien Guerry  <bzg@gnu.org>
21197         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
21198         sound when showing the notification.
21200         * org-clock.el (org-notify): New function.
21201         (org-clock-notify-once-if-expired): Use `org-notify'.
21203         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
21204         and `gnus-article-mode' separately.
21205         (gnus-summary-article-header): Fix the declare-function.
21207 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21209         * org-exp.el (org-export-format-source-code-or-example):
21210         Translate language.
21212         * org-src.el (org-src-lang-modes): New variable.
21213         (org-edit-src-code): Translate language.
21215         * org-exp.el (org-export-format-source-code-or-example): Deal wit
21216         the new structure of the `org-export-latex-listings-langs'
21217         variable.
21219         * org-latex.el (org-export-latex-listings-langs): Change structure
21220         of the variable from plist to alist.
21222 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21224         * org.el (org-in-commented-line): New function.
21226 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21228         * org.el (org-hide-block-toggle): Make folded blocks searchable.
21230 2009-09-02  Friedrich Delgado Friedrichs  <friedel@nomaden.org>  (tiny change)
21232         * org.el (org-flag-drawer): More useful error.
21234 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21236         * org-remember.el (org-remember-apply-template):
21237         Use org-icompleting-read.
21239         * org-publish.el (org-publish): Use org-icompleting-read.
21241         * org-colview.el (org-columns-edit-value, org-columns-new)
21242         (org-insert-columns-dblock): Use org-icompleting-read.
21244         * org-attach.el (org-attach-delete-one, org-attach-open):
21245         Use org-icompleting-read.
21247 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21249         * org.el (org-hierarchical-todo-statistics): Improve docstring.
21250         (org-version): Return the version text.
21251         (org-org-menu): Add a menu entry for the new bug reporter.
21252         (org-submit-bug-report): New command.
21254         * org-list.el (org-hierarchical-checkbox-statistics):
21255         Improve docstring.
21257         * org.el (org-emphasis-regexp-components): Add "`" to set of
21258         pre-emphasis characters.
21260         * org-latex.el (org-export-latex-classes): Always include the soul
21261         package.
21262         (org-export-latex-emphasis-alist): Use \st for strikethough.
21264         * org-exp-blocks.el (org-export-blocks-preprocess):
21265         Use `indent-code-rigidly' to indent.
21267         * org-agenda.el (org-agenda-get-restriction-and-command):
21268         Remove properties only if MATCH really is a string.
21270 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21272         * org-latex.el (org-export-latex-packages-alist):
21273         Fix customization type.
21275         * org.el (org-create-formula-image): Also use
21276         `org-export-latex-packages-alist'.
21278         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
21279         (org-export-as-html): Format footnotes correctly.
21281 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21283         * org.el (org-fast-tag-selection): Avoid text properties on tags
21284         in the alist.
21286         * org-agenda.el (org-agenda-get-restriction-and-command):
21287         Avoid text properties on the match element.
21289 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21291         * org.el (org-set-regexps-and-options): Make sure the list of done
21292         keywords is not invalid.
21294         * org-exp.el (org-export-interpolate-newlines): New function.
21296 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21298         * org.el (org-format-latex): Avoid nested overlays.
21300         * org-latex.el (org-export-latex-listings-langs): Add a few more
21301         languages.
21303         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
21304         ignore newlines and space before the first macro argument.
21306         * org-latex.el (org-export-latex-tables): Remove save-excursion
21307         around `org-table-align'.
21309 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21311         * org.el (org-export-html-special-string-regexps):
21312         Definition moved into org.el.
21314         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
21315         in macro calls.
21317 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21319         * org-latex.el (org-export-latex-listings)
21320         (org-export-latex-listings-langs): New options.
21322         * org-exp.el (org-export-format-source-code-or-example):
21323         Use listing package if requested by the user.
21325 2009-09-02  Bastien Guerry  <bzg@gnu.org>
21327         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
21328         command before actually switching to a buffer.
21330 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21332         * org-exp.el (org-get-file-contents): Only quote org lines when
21333         the markup is src or example.
21335         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
21336         New option.
21337         (org-agenda-get-day-entries): Remember deadline results and pass
21338         them on into the function getting the scheduling information.
21339         (org-agenda-get-scheduled): Accept deadline results as parameters
21340         and maybe skip some entries.
21341         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
21343         * org.el (org-insert-heading): When respecting content, do not
21344         convert current line to headline.
21346         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
21347         Also cheeeeeck the hd marker.
21348         (org-clock-in): Also set the hd marker.
21349         (org-clock-out): Also set the hd marker.
21350         (org-clock-cancel): Reset markers.
21352         * org.el (org-clock-hd-marker): New marker.
21354         * org-faces.el (org-agenda-clocking): New face.
21356         * org-agenda.el (org-agenda-mark-clocking-task): New function.
21357         (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
21359         * org.el (org-modules): Add org-track.el.
21361         * org-agenda.el (org-agenda-bulk-marked-p): New function.
21362         (org-agenda-bulk-mark, org-agenda-bulk-unmark):
21363         Use `org-agenda-bulk-marked-p'.
21364         (org-agenda-bulk-toggle): New command.
21366 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21368         * org.el (org-move-subtree-down): Hide subtree if it was folded,
21369         not just the body.
21371         * org-remember.el (org-remember-finalize): Avoid buffer-modified
21372         messages.
21374 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21376         * org-html.el (org-export-as-html):
21377         * org-docbook.el (org-export-as-docbook):
21378         Use (default-value 'major-mode) instead of default-major-mode.
21380 2009-08-08  Carsten Dominik  <carsten.dominik@gmail.com>
21382         * org-docbook.el: Add arch-tag.
21384         * org-exp-blocks.el: Add arch-tag.
21386         * org-id.el: Add arch-tag.
21388         * org-indent.el: Add arch-tag.
21390         * org-inlinetask.el: Add arch-tag.
21392         * org-protocol.el: Add arch-tag.
21394 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21396         * org.el (org-create-formula-image): Remove the -E option for
21397         dvipng.
21399         * org-exp.el (org-default-export-plist): Respect #+BIND.
21400         (org-export-confirm-letbind): New function.
21402         * org.el (org-paste-subtree): Test the kill ring entry if it is
21403         going to be used.
21404         (org-copy-subtree): Use `org-forward-same-level'.
21405         (org-forward-same-level): Respect the `invisibe-ok' arg for
21406         back-to-heading.
21408 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21410         * org.el (org-table-map-tables): Make sure cursor is back at table
21411         beginning after funcall.
21413         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
21414         handled before children, and do not error if an entry is not
21415         found, probably because it hase been remove when the parent was
21416         archived or refiled.
21418         * org.el (org-ido-completing-read): Accept straight lists for
21419         completion as well as alists.
21421         * org-timer.el (org-timer-cancel-timers): Rename from
21422         `org-timer-cancel-timers'.
21424         * org.el (org-cycle-internal-local): Fix problem with finding next
21425         invisible line.
21427 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21429         * org-list.el (org-list-send-list):
21430         Call `org-list-goto-true-beginning' instead of
21431         `org-list-find-true-beginning', which does not exist.
21433         * org-timer.el (org-timer-reset-timers): Use `mapc'.
21434         (org-timer-set-timer): Do not assign to heading.
21436         * org-id.el (org-id-open): Quote function name.
21438         * org-macs.el (org-unmodified): Turn off recording undo
21439         information while running inside the macro.
21441         * org-table.el (org-table-export): Also work in file-less
21442         buffers.
21444         * org.el (org-startup-indented): New option.
21445         (org-startup-options): Add new options indent and noindent.
21446         (org-unfontify-region): Remove line-prefix and wrap-prefix
21447         properties.
21448         (org-after-demote-entry-hook, org-after-promote-entry-hook):
21449         New hooks.
21450         (org-promote, org-demote): Run the new hooks.
21452         * org-table.el (org-table-align): Replace leading \n as well.
21454         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
21455         and `line-wrap' text properties.
21457         * org-compat.el (org-kill-new): New function.
21459         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
21460         `line-wrap' text properties.
21462         * org-indent.el: New file.
21464 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21466         * org.el (org-provide-todo-statistics): Tweak docstring.
21468         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
21470 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21472         * org-exp.el (org-export-as-org): Insert the "-source" string
21473         before the extension.
21475         * org.el (org-read-date): Make sure the calendar is in the current
21476         frame.
21477         (org-set-emph-re): Remove the ? from the post-match.
21478         (org-emphasis-regexp-components): Add backslash to the
21479         postmatch class.
21480         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
21481         optional so that also lines at the end of the buffers will still
21482         be matched as headlines.
21484         * org-table.el (org-table-error-on-row-ref-crossing-hline):
21485         Variable made obsolete.
21486         (org-table-relative-ref-may-cross-hline): New option.
21487         (org-table-find-row-type): Honow the new option
21488         `org-table-relative-ref-may-cross-hline'.
21490 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21492         * org-table.el (org-table-cut-region, org-table-copy-region):
21493         Work on single field if no active region.
21495 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21497         * org-latex.el (org-export-latex-make-header): Only insert title
21498         if one is defined.
21500         * org.el (org-make-options-regexp): Allow empty values.
21502 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21504         * org.el (org-cycle-internal-local): Improved version of finding
21505         next visible line.
21506         (org-cycle-hide-drawers): Only hide drawers if this is really
21507         necessary.
21508         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
21509         org-version of this function in Org-mode.  We use advice to
21510         implement this change, so that future changes to this function in
21511         outline.el wil be handled properly.
21512         (org-forward-same-level, org-backward-same-level): New commands.
21514 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21516         * org.el (org-remove-empty-overlays-at)
21517         (org-clean-visibility-after-subtree-move): New functions.
21518         (org-move-subtree-down): Simplify cleanup of display.
21520 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21522         * org-mac-message.el (org-mac-message-get-links): Improve
21523         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
21524         "s".  Fix the return value.
21525         (org-mac-message-insert-flagged): Simplify.
21527         * org.el (org-refile-get-location): Tamper with refile history o
21528         that history contains compete matches instead of the entered
21529         string.
21531 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21533         * org.el (org-store-link): Never store a link to an inline task.
21535         * org-footnote.el (org-footnote-goto-local-insertion-point):
21536         Skip inline tasks when positioning footnotes.
21538         * org.el (org-refile): Remove the END line when archiving an
21539         inline task that does have an END line.
21541         * org-archive.el (org-archive-subtree): Remove the END line when
21542         archiving an inline task that does have an END line.
21544         * org-macs.el (org-with-limited-levels): New macro.
21545         (org-get-limited-outline-regexp): New function.
21547         * org-exp.el (org-export-format-source-code-or-example): Fix bug
21548         that did not enumerate first line.
21549         (org-export-mark-radio-links): Skip matches in links.
21551 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21553         * org.el (org-activate-plain-links): Make single-match.
21554         (org-adapt-indentation): Fix docstring.
21556         * org-macs.el (org-unmodified): Turn of modification hooks while
21557         running this macro.
21559 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21561         * org.el (org-adapt-indentation): Slightly improve the docstring.
21562         (org-occur): Sends an error when the user inputs an empty string.
21563         (org-priority): Bugfix: the tag alignement should happen within
21564         save-excursion.
21566 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21568         * org.el (org-make-link-regexps): Don't exclude parentheses from
21569         `org-plain-link-re'.
21570         (org-cycle-internal-local): When locally cycling, switch directly
21571         from CHILDREN to FOLDED if there is no subtree.
21572         (org-cycle): Update the docstring to document the new behavior of
21573         `org-cycle-internal-local'.
21575 2009-08-06  Nicolas Goaziou  <n.goaziou@neuf.fr>  (tiny change)
21577         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
21578         an abbreviated format for days.
21580 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21582         * org-protocol.el (org-protocol-default-template-key):
21583         New option.
21585         * org.el (org-refile): Bugfix: save-excursion before reading the
21586         refile target, otherwise cursor moves might confuse `org-refile'.
21588         * org.el (org-toggle-heading): Bugfix: correctly convert list
21589         items before the first headline.
21591         * org.el (org-provide-todo-statistics): Allow a list of TODO
21592         keywords to compute statistics against headlines containing a
21593         keyword from this list.
21594         (org-update-parent-todo-statistics): Possibly use the new allowed
21595         value of `org-provide-todo-statistics'.
21597 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21599         * org-timer.el: Add autoload cookie.
21601         * org.el (org-occur-link-in-agenda-files): New function.
21603         * org-timer.el (org-timer-last-timer): New variable.
21605         * org-agenda.el (org-agenda-mode-map): New key for
21606         org-timer-set-timer called from the agenda.
21608         * org.el (org-mode-map): New key for org-timer-set-timer.
21610         * org-timer.el (org-timer-reset-timers)
21611         (org-timer-show-remaining-time, org-timer-set-timer):
21612         New functions.
21614         * org-clock.el (org-show-notification): Update the docstring.
21616         * org.el (org-provide-todo-statistics): Allow new value
21617         'all-headlines for this option, which includes entries with no
21618         TODO keywords in the todo statistics.
21619         (org-update-parent-todo-statistics): Possibly use the new
21620         'all-headline value from `org-provide-todo-statistics'.
21622 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21624         * org-clock.el (org-dblock-write:clocktable): Add a new option
21625         :timestamp which allows display of timestamps in clock reports.
21627         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
21628         list to a subtree, preserving the structure of the list.
21629         (org-set-emph-re): Make the last element optional in the regexp.
21630         This regexp now matches an emphasized string at the end of a line.
21632         * org-list.el (org-list-goto-true-beginning)
21633         (org-list-make-subtree, org-list-make-subtrees): New functions.
21635         * org.el (org-eval-in-calendar): Select the right frame.
21636         (org-save-frame-excursion): Remove this macro.
21638 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21640         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
21641         trying to find the beginning of a list.
21643         * org-exp.el (org-get-file-contents): Use a new argument: markup.
21644         When present, tell org-get-file-contents not to protect org-like
21645         lines.
21647         * org-id.el (org-id-uuid-program): New option to set the name of
21648         the uuidgen program.
21649         (org-id-method): Use `org-id-uuid-program'.
21650         (org-id-new): Use `org-id-uuid-program'.
21652 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21654         * org-exp.el (org-export-number-lines): Allow whitespace in code
21655         references.  Allow the -r switch to remove the references in the
21656         source code even when the lines are not numbered: the labels can
21657         be explicit enough.
21659         * org.el (org-fontify-whole-heading-line): New option.
21660         (org-set-font-lock-defaults): Use the new option.
21662         * org-clock.el (org-show-notification-handler): New option.
21663         (org-show-notification): Use the new option.
21665 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21667         * org.el (org-eval-in-calendar): Fix a bug about calendar
21668         navigation when `calendar-setup' value is 'calendar-only.
21670 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21672         * org.el (orgstruct++-mode): Fix typo in docstring.
21673         (org-insert-link): Clean up: (or (...)) => (...)
21674         (org-insert-link): Use TAB for stored links completion.
21676 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21678         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
21679         building the list of targets.
21681         * org-remember.el (org-remember-delete-empty-lines-at-end):
21682         New option.
21683         (org-remember-handler): Use the new option.
21685 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
21687         * org.el (org-tags-sort-function): New option for sorting tags.
21688         (org-set-tags): Use the new option to sort tags.
21690         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
21691         premature deletion of the data when using org-plot in a script.
21693 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21695         * org-clock.el (org-clock-in-prepare-hook): New hook.
21696         (org-clock-in): Use this new hook.
21698 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21700         * org.el (org-special-ctrl-a/e): Explicitly bind the value
21701         'reversed for this option to the "true line boundary first"
21702         behavior.
21703         (org-tags-match-list-sublevels): Document the 'indented value for
21704         this variable.
21706         * org-latex.el (org-export-latex-first-lines): Fix problem with
21707         publishing the region.
21709         * org-exp.el (org-export-format-source-code-or-example):
21710         Fix bad line numbering when exporting examples in HTML.
21712 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
21714         * org-colview.el (org-format-time-period): Formats a time in
21715         fractional days as days, hours, mins, seconds.
21716         (org-columns-display-here): Add special handling for SINCE and
21717         SINCE_IA to format for display.
21719         * org.el (org-time-since): Add a function to get the time since an
21720         org timestamp.
21721         (org-entry-properties): Add two new special properties: SINCE and
21722         SINCE_IA.  These give the time since any active or inactive
21723         timestamp in an entry.
21724         (org-special-properties): Add SINCE, SINCE_IA.
21725         (org-tags-sort-function): Add custom declaration for tags
21726         sorting function.
21727         (org-set-tags): Sort tags if org-tags-sort-function is set.
21729 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21731         * org-clock.el (org-clock-goto): Find hidden headlines as well.
21733         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
21735         * org-plot.el (org-plot/add-options-to-plist): Add timeind
21736         option.
21738 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21740         * org-publish.el (org-publish-remove-all-timestamps): New function.
21741         (org-publish-all): Remove all timestamp files if `org-publish-all'
21742         is called with a prefix argument.
21744         * org-list.el (org-indent-item): Fix typo.
21745         (org-item-indent-positions): Normalize ordered bullet.
21747 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21749         * org-macs.el (org-set-local): Make a local variable, do not make
21750         the variable buffer-local!
21752         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
21754         * org-exp.el (org-infile-export-plist): Read BIND lines.
21755         (org-install-letbind): New function.
21756         (org-export-as-org, org-export-preprocess-string):
21757         Call `org-install-letbind'.
21759         * org-list.el (org-list-demote-modify-bullet): New option.
21760         (org-first-list-item-p): Save point.
21761         (org-fix-bullet-type): New optional argument FORCE-BULLET.
21762         (org-indent-item): Honor `org-list-demote-modify-bullet'.
21763         (org-item-indent-positions): Return bullet types along with
21764         indentation.
21766 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21768         * org.el (org-show-entry): Hide drawers.
21770 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21772         * org-footnote.el (org-footnote-auto-adjust): New option.
21773         (org-footnote-auto-adjust-maybe): New function.
21774         (org-footnote-new, org-footnote-delete):
21775         Call `org-footnote-auto-adjust-maybe'.
21777         * org.el (org-startup-options): Add new footnote-related
21778         keywords.
21780         * org-publish.el (org-publish-timestamp-filename): Additional
21781         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
21782         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
21783         TRUE-PUB-DIR.  Pass them through to
21784         `org-publish-timestamp-filename'.
21785         (org-publish-update-timestamp): Additional arguments PUB-DIR and
21786         PUB-FUNC, which are included in the hash.
21787         (org-publish-file): Delay timestamp test until the publishing
21788         function is known.
21790 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21792         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
21793         setting the deadline.
21795         * org.el (org-read-date-final-answer): New variable.
21796         (org-read-date): Store the final answer string, including the date
21797         from the calendar, for reuse by agenda bulk commands.
21799         * org-publish.el (org-publish-attachment): Fix publishing of
21800         attachments.
21802         * org-latex.el (org-export-latex-quotation-marks): Fix export of
21803         quotation makrs in parenthesis.
21804         (org-remove-initial-hash): New function.
21805         (org-export-latex-preprocess): Fix bug with infinite loop if
21806         environment is not properly closed.
21808         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
21809         when indented.
21811         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
21812         highlight also when indented.
21814 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21816         * org-footnote.el (org-footnote-renumber-fn:N): New command.
21817         (org-footnote-action): Offer renumbering.
21819         * org.el (org-cycle): Honor the `integrate' value of
21820         org-cycle-include-plain-lists'.
21822         * org-list.el (org-cycle-include-plain-lists): New allowed value
21823         `internal'.  Improve the docstring.
21825         * org.el (org-set-autofill-regexps): Improve the paragraph-start
21826         regexp to work better with LaTeX commands.
21828 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21830         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
21831         and eps extensions.
21833 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21835         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
21836         loaded.
21838         * org.el (org-map-entries): No longer force
21839         `org-tags-match-list-sublevels' to t during a todo-only tags
21840         search.
21842 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21844         * org-latex.el (org-export-latex-low-levels): Allow user-defined
21845         environment.
21846         (org-export-latex-subcontent): Handle user-defined environment.
21848         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
21849         the View dispatcher.
21851         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
21852         `make-overlay'.
21854         * org-latex.el (org-export-as-pdf): Protect match data during call
21855         to shell-quote-argument.
21857         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
21858         (org-agenda-view-mode-dispatch): New function.
21860 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21862         * org-agenda.el (org-agenda-mode): Reset list of marks.
21863         (org-agenda-mode-map): Define new keys for refile and bulk action.
21864         (org-agenda-menu): Add menu itesm for refile and bulk action.
21865         (org-agenda-refile): New function.
21866         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
21867         (org-agenda-marked-entries): New variable.
21868         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
21869         (org-agenda-remove-all-bulk-action-marks)
21870         (org-agenda-bulk-action): New functions/commands.
21872 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21874         * org-exp.el (org-get-file-contents): Protect org-like lines in
21875         included files.
21876         (org-export-format-source-code-or-example): Remove newlines.
21878         * org-latex.el (org-export-latex-links): Check for no-description
21879         marking.
21881         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
21882         argument separator back to comma.
21883         (org-export-normalize-links): Mark links without description.
21885 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21887         * org-exp.el (org-infile-export-plist): Fix bug in macro
21888         processing.
21890         * org-agenda.el (org-agenda-clock-out): Update line after clocking
21891         out.
21892         (org-agenda-highlight-todo): Fix bug with highlighting.
21894 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21896         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
21897         new alignment strings.
21899         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
21900         command list.
21901         (org-table-align): Check for forced align type.
21903         * org.el (org-self-insert-command): Add yas/expand to command
21904         list.
21906         * org-clock.el (org-clock-in-hook): New hook.
21907         (org-clock-in): Run `org-clock-in-hook.
21908         (org-clock-out-hook): New hook.
21909         (org-clock-out): Run `org-clock-out-hook.
21910         (org-clock-cancel-hook): New hook.
21911         (org-clock-cancel): Run `org-clock-cancel-hook.
21912         (org-clock-goto-hook): New hook.
21913         (org-clock-goto): Run `org-clock-goto-hook.
21915 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21917         * org.el (org-store-link): Better default description for link to
21918         Org-mode headline.
21920         * org-exp.el (org-export-generic): Autoload the generic exporter
21921         function.
21922         (org-export): Implement the `g' key for the generic exporter.
21924 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21926         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
21927         and for zbacktab'.
21929         * org-exp.el (org-infile-export-plist): Get macros also from
21930         #+SETUPFILE.
21932 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21934         * org-colview.el (org-columns-capture-view): Protect vertical bars
21935         in column values.
21936         (org-columns-capture-view): Exclude comment and archived trees.
21938         * org.el (org-quote-vert): New function.
21940         * org-latex.el (org-export-latex-verbatim-wrap): New option.
21942         * org-exp.el (org-export-format-source-code-or-example):
21943         Use `org-export-latex-verbatim-wrap'.
21945         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
21946         time stamps.
21948 2009-08-06  Eric Schulte  <schulte.eric@gmail.com>
21950         * org-exp-blocks.el: New file.
21952 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21954         * org-remember.el (org-remember-templates): Allow the headline
21955         element to be a function.
21956         (org-remember-apply-template): If the headline is a function, call
21957         it to get the true function.
21959         * org-clock.el (org-clock-menu): New function.
21960         (org-clock-update-mode-line): Update help string.
21961         (org-clock-modify-effort-estimate): New function.
21962         (org-clock-mark-default-task): New function.
21964         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
21965         minutes as input.
21966         (org-org-menu): Add new clocking stuff.
21967         (org-clock-is-active): New function.
21969 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21971         * org.el (org-open-non-existing-files): Improve docstring.
21973 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21975         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
21976         New option.
21977         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
21979         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
21981         * org-list.el (org-get-checkbox-statistics-face): Use the new
21982         faces.
21984         * org-faces.el (org-checkbox-statistics-todo)
21985         (org-checkbox-statistics-done): New faces.
21987 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21989         * org-latex.el (org-export-latex-use-verb): New variable.
21990         (org-export-latex-emph-format): Prefer \texttt over \verb when
21991         org-export-latex-use-verb is set.
21993 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21995         * org-remember.el (org-remember-handler): Abort remember if the
21996         buffer is empty.
21998         * org-exp.el (org-export-format-source-code-or-example):
21999         Run `org-src-mode-hook'.
22001 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22003         * org.el (org-indent-line-function): Fix indentation of +#end lines.
22005 2009-08-06  Tassilo Horn  <tassilo@member.fsf.org>
22007         * org-gnus.el (org-gnus-store-link): Require message.el in
22008         org-gnus-store-link.
22010 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22012         * org-src.el: New file, split out of org.el.
22014         * org-macs.el (org-replace-match-keep-properties): New function.
22016         * org-exp.el (org-export-mark-blockquote-verse-center):
22017         Better preprocessing of center and quote and verse blocks.
22019         * org-list.el (org-list-end): Respect the stored "original"
22020         indentation when determining the end of the list.
22022         * org-exp.el (org-export-replace-src-segments-and-examples):
22023         Remember indentation correctly.
22025 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22027         * org-clock.el (org-clock-update-mode-line): Apply face
22028         org-mode-line-clock.
22030         * org-faces.el (org-mode-line-clock): New face.
22032 2009-08-06  Tassilo Horn  <tassilo@member.fsf.org>
22034         * org-gnus.el (org-gnus-store-link): Fix bug where
22035         `org-gnus-store-link' used wrong subject when called in an article
22036         buffer.  Patch provided by fengli AT gmail DOT com.
22038 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22040         * org-exp.el (org-export-format-source-code-or-example):
22041         Remember the original indentation of source code snippets and examples.
22043         * org-latex.el (org-export-as-latex): Relocate the table of
22044         contents.
22046         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
22048         * org-agenda.el (org-run-agenda-series): Scope global options also
22049         when creating the agenda buffer.
22051 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22053         * org.el (org-adapt-indentation): Improve documentation.
22054         (org-insert-property-drawer): Respect org-adapt-indentation when
22055         inserting the drawer.
22056         (org-remove-flyspell-overlays-in): New function.
22057         (org-do-emphasis-faces, org-activate-plain-links)
22058         (org-activate-code, org-fontify-meta-lines-and-blocks)
22059         (org-activate-angle-links, org-activate-footnote-links)
22060         (org-activate-bracket-links, org-activate-dates)
22061         (org-activate-target-links, org-activate-tags): Remove flyspell
22062         overlays.
22064 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22066         * org.el (org-edit-src-save): New function.
22068         * org-clock.el (org-clock-out-switch-to-state): New option.
22069         (org-clock-out): Honor `org-clock-out-switch-to-state'.
22071         * org-compat.el (org-compatible-face): Improve macro.
22073         * org.el (org-global-properties-fixed): Add default for
22074         CLOCK_MODELINE_TOTAL.
22076         * org-clock.el (org-clock-sum): Accept lists and strings as tstart
22077         and tend.
22078         (org-clock-sum-current-item): Optional argument TSTART, pass it to
22079         org-clock-sum.
22080         (org-clock-get-sum-start): New function.
22082         * org.el (org-startup-options): New keywords blockhide and
22083         blockshow.
22084         (org-mode): Add new invisibility spec.
22085         (org-set-startup-visibility): Hide block on startup if so
22086         desired.
22087         (org-hide-block-startup): New option.
22088         (org-block-regexp): New constant.
22089         (org-hide-block-overlays): New variable.
22090         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
22091         (org-show-block-all, org-hide-block-toggle-maybe)
22092         (org-hide-block-toggle): New functions.
22093         (org-edit-src-exit): Do not quote lines starting with # and no +
22094         behind it.
22095         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
22096         entry.
22098 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22100         * org.el (org-buffer-property-keys): Add Effort property for
22101         completion.
22103 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22105         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
22106         when retrieving total clocked time in the subtree.
22108         * org.el (org-quoting-blocks): New variable.
22110 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22112         * org-table.el (org-table-store-formulas)
22113         (org-table-get-stored-formulas, org-table-fix-formulas)
22114         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
22115         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
22117         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
22118         Allow indented #+TBLFM line.
22120         * org-footnote.el (org-footnote-goto-local-insertion-point):
22121         Allow indented #+TBLFM line.
22123         * org-colview.el (org-dblock-write:columnview): Allow indented
22124         #+TBLFM line.
22126         * org-clock.el (org-dblock-write:clocktable): Allow indented
22127         #+TBLFM line.
22129 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22131         * org-exp.el (org-export-format-source-code-or-example):
22132         Make editing indented blocks work correctly.
22134         * org.el (org-edit-src-nindent): New variable.
22135         (org-edit-src-code, org-edit-fixed-width-region)
22136         (org-edit-src-find-region-and-lang, org-edit-src-exit):
22137         Make editing indented blocks work correctly.
22139 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22141         * org-exp.el (org-export-replace-src-segments-and-examples):
22142         Find indented blocks.
22143         (org-export-format-source-code-or-example): Fix indentation of
22144         blocks.
22145         (org-export-remove-indentation): New function.
22146         (org-export-select-backend-specific-text): Allow backend-specific
22147         code to be indented.
22148         (org-export-mark-blockquote-verse-center): Allow markers to be
22149         indented.
22151         * org.el (org-fontify-meta-lines): New function.
22152         (org-set-font-lock-defaults): Call the new fontification
22153         function.
22155         * org-faces.el (org-meta-line): New face.
22156         (org-block): New face.
22158 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22160         * org.el (org-treat-insert-todo-heading-as-state-change)
22161         (org-treat-S-cursor-todo-selection-as-state-change):
22162         New variables.
22163         (org-insert-todo-heading):
22164         Honor `org-treat-insert-todo-heading-as-state-change'.
22165         (org-shiftright, org-shiftleft):
22166         Honor `org-treat-S-cursor-todo-selection-as-state-change'.
22167         (org-inhibit-logging): New variable.
22169 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22171         * org-agenda.el (org-remove-subtree-entries-from-agenda):
22172         Reduce range for marker position checking.
22174         * org-latex.el (org-export-latex-first-lines): Fix bug when
22175         exporting a region.
22177 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22179         * org-exp.el (org-export-push-to-kill-ring): Protect using
22180         x-set-selection, because that does not always work.
22182         * org-agenda.el (org-agenda-list): Apply the new face
22183         `org-agenda-date-today'.
22185         * org-faces.el (org-agenda-date-today): New face.
22187 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22189         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
22190         creating appointments.
22192         * org-latex.el (org-export-latex-low-levels): Fix customization
22193         type.
22195         * org.el (org-priority, org-shiftup, org-shiftdown):
22196         Disable priority commands.
22198         * org-agenda.el (org-agenda-priority): Disable priority commands.
22200         * org.el (org-enable-priority-commands): New option.
22202         * org-colview.el (org-columns-compute)
22203         (org-columns-number-to-string): Fix problems with empty fields.
22205         * org-exp.el (org-export-push-to-kill-ring): New function.
22206         (org-export-copy-to-kill-ring): New option.
22208         * org-latex.el (org-export-as-latex):
22209         Call `org-export-push-to-kill-ring'.
22211         * org-exp.el (org-export-show-temporary-export-buffer):
22212         New option.
22214         * org-latex.el (org-export-as-latex):
22215         Use `org-export-show-temporary-export-buffer'.
22217         * org-exp.el (org-export-show-temporary-export-buffer):
22218         New option.
22219         (org-export-push-to-kill-ring): New function.
22221         * org-colview.el (org-columns-compile-map): New variable.
22222         (org-columns-new, org-columns-compute)
22223         (org-columns-number-to-string, org-columns-uncompile-format)
22224         (org-columns-compile-format): Implement new operators.
22226 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22228         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
22230         * org-list.el (org-update-checkbox-count): Make property
22231         dependent.
22233         * org.el (org-hierarchical-todo-statistics): New option.
22234         (org-update-parent-todo-statistics): Modify to handle recursive
22235         statistics.
22237 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22239         * org-publish.el (org-publish): Make this function behave
22240         correctly in interactive use when called with a prefix argument.
22242         * org.el (org-todo-statistics-hook): New hook.
22243         (org-update-parent-todo-statistics): Use new hook.
22244         (org-log-into-drawer): New function.
22245         (org-add-log-setup): Use the new `org-log-into-drawer' function to
22246         determine if we should be logging into a drawer.
22247         (org-log-into-drawer): Update docstring.
22248         (org-default-properties): Add LOG_INTO_DRAWER as a property.
22250         * org-list.el (org-checkbox-statistics-hook): New hook.
22251         (org-update-checkbox-count-maybe): Use new hook.
22253 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22255         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
22256         better buffer-generating mechanism.
22257         (org-edit-src-find-buffer): New function.
22259         * org-icalendar.el (org-print-icalendar-entries): Don't check for
22260         archive tag, this is already done by `org-agenda-skip'.
22261         data while constructing lost of tags.
22263 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22265         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
22266         as argument separator in macros.
22268 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22270         * org.el (org-after-sorting-entries-or-items-hook): New hook.
22271         (org-sort-entries-or-items): Run the new hook.
22272         (org-after-refile-insert-hook): New hook.
22273         (org-refile): Run `org-after-refile-insert-hook'.
22275         * org-agenda.el (org-agenda-get-progress): Never take time of day
22276         from headline when displaying progress.
22278         * org-latex.el (org-export-latex-complex-heading-re): New variable.
22279         (org-export-as-latex): Force the correct regexp in the
22280         preprocessor buffer.
22281         (org-export-latex-set-initial-vars):
22282         Set `org-export-latex-complex-heading-re'.
22284         * org-agenda.el (org-agenda-start-with-log-mode): New option.
22285         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
22287 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22289         * org-latex.el (org-export-latex-tables-centered): New option.
22290         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
22292         * org-exp.el (org-export-as-org): New command.
22293         (org-export-as-org): New command.
22295         * org-publish.el (org-publish-org-to-org): New function.
22297 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22299         * org.el (org-yank): Just call `org-yank-generic'.
22300         (org-yank-generic): New function, containing the formaer
22301         functionality of `org-yank'.
22303         * org-latex.el (org-export-latex-not-done-keywords)
22304         (org-export-latex-done-keywords): New variables.
22305         (org-export-latex-todo-keyword-markup): New option.
22306         (org-export-latex-set-initial-vars): Remember the TODO keywords.
22307         (org-export-latex-keywords-maybe): Apply the TODO markup.
22309 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22311         * org-exp.el (org-infile-export-plist): Add more default macros.
22312         (org-export-preprocess-apply-macros): Process macro arguments.
22314 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22316         * org-icalendar.el (org-icalendar-include-todo): New allowed value
22317         `unblocked'.
22318         (org-print-icalendar-entries): Respect the new value of
22319         `org-icalendar-include-todo'.
22321         * org.el (org-link-try-special-completion)
22322         (org-file-complete-link): New functions.
22323         (org-insert-link): Add special completion support for some link
22324         types.
22326         * org-bbdb.el (org-bbdb-complete-link): New function.
22328 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22330         * org-list.el (org-update-checkbox-count): Allow recursive
22331         statistics.
22332         (org-hierarchical-checkbox-statistics): New option.
22334         * org.el (org-cycle): Remove erraneous space character.
22336         * org-icalendar.el (org-icalendar-timezone): Initialize from
22337         environment.
22339 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22341         * org.el (org-autoload): Fix autoloading of ascii export
22342         functions.
22343         (org-modules): Add org-special-blocks.
22345 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22347         * org-icalendar.el (org-start-icalendar-file): Use the new option.
22348         (org-ical-timezone): New option.
22350         * org-exp.el (org-export-get-coderef-format): Use the description
22351         is present.
22353         * org.el (org-sort-entries-or-items): Improve docstring, and make
22354         better implementation for time sorting.
22356 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22358         * org.el (org-edit-src-persistent-message): New option.
22359         (org-edit-src-code, org-edit-fixed-width-region): Use the new
22360         option.
22362         * org-clock.el (org-clock-insert-selection-line): Fix prefious
22363         patch.
22365         * org.el (org-edit-src-code, org-edit-fixed-width-region):
22366         Use separate buffer instead of indirect buffer to edit source code.
22367         (org-edit-src-exit): Make this function work with the new setup.
22369         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
22370         are properly fontified before shown in the selection menu.
22372         * org.el (org-fontify-like-in-org-mode): New function.
22374         * org-latex.el (org-export-latex-links): Use the property list to
22375         retrieve the default image attributes.
22377         * org-exp.el (org-export-plist-vars): Add a new option.
22379 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22381         * org-exp.el (org-export, org-export-visible): Support ASCII
22382         export to buffer.
22383         (org-export-normalize-links): Do not protect the description if it
22384         is explicitly given.
22386         * org-list.el (org-reset-checkbox-state-subtree): Move here from
22387         org-checklist.el.
22388         (org-reset-checkbox-state-subtree):
22389         Call `org-reset-checkbox-state-subtree'.
22391         * org-remember.el (org-select-remember-template): For the
22392         selection of a valid template.
22394         * org-latex.el (org-export-region-as-latex): Supply the
22395         force-no-subtree argument.
22396         (org-export-as-latex): Provide better limits when exporting the
22397         first line.  When exporting to string, we still want the first
22398         lines.
22399         (org-export-latex-first-lines): New argument END, to force the end
22400         of the region.
22401         (org-export-region-as-latex): Use the property list.
22402         (org-export-as-latex): ????
22404 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22406         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
22407         (org-export-latex-preprocess): Run the new hook.
22409         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
22410         (org-export-preprocess-string): Run the new hook.
22412 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22414         * org-macs.el (org-check-external-command): New defsubst.
22416         * org.el (org-mode-map): New key for reload.
22417         (org-format-latex): Better error message when external programs
22418         are not available.
22420         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
22422         * org.el (org-sort-entries-or-items): Explicit sorting function
22423         for priorities, needed for XEmacs compatibility.
22425         * org-remember.el (org-remember-apply-template): Improve auto-save
22426         behavior.
22428 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22430         * org-latex.el (org-export-latex-preprocess): Also protect
22431         environments ending in a star.
22433         * org-list.el (org-at-item-p): Fix regular expression.
22435 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22437         * org.el (org-end-of-subtree): Improve speed.
22439         * org-agenda.el (org-agenda-get-timestamps)
22440         (org-agenda-get-progress, org-agenda-get-deadlines)
22441         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
22442         in particular, wait as long as possible to collect the tags.
22443         (org-stuck-projects): Improve docstring.
22445         * org.el (org-store-link): No errors when getting custom id before
22446         first headline.
22447         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
22449 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22451         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
22453         * org-protocol.el: Remove dependency on url.el.
22454         (org-protocol-unhex-compound, org-protocol-open-source):
22455         Remove dependency on url.el.
22457         * org-latex.el (org-export-as-pdf):
22458         Use `org-latex-to-pdf-process'.
22460 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22462         * org-latex.el (org-latex-to-pdf-process): New option.
22464         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
22465         New option.
22466         (org-agenda-get-timestamps):
22467         Honor `org-agenda-skip-additional-timestamps-same-entry'.
22469         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
22470         (org-clock-goto): Find recent task only if
22471         `org-clock-goto-may-find-recent-task' allows it.
22473         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
22474         drawers, and drawers that are missing the :END: line.
22476 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22478         * org-clock.el (org-clock-goto): Go to recently clocked task if no
22479         clock is running.
22481 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22483         * org.el (org-update-parent-todo-statistics): Check for
22484         STATISTICS_FROM property.
22486         * org-list.el (org-update-checkbox-count): Check for
22487         STATISTICS_FROM property.
22489         * org.el (org-tab-first-hook)
22490         (org-tab-after-check-for-table-hook)
22491         (org-tab-after-check-for-cycling-hook): New hooks.
22492         (org-cycle-internal-global, org-cycle-internal-local):
22493         New functions, split out from `org-cycle'.
22494         (org-cycle): Call the new hooks.
22496 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22498         * org-exp.el (org-export-preprocess-string): Reset the list of
22499         preferred targets for each run of the preprocessor.
22501         * org.el (org-refile-target-verify-function):
22502         Improve documentation.
22503         (org-get-refile-targets): Respect point being moved by the
22504         verification function.
22506         * org-latex.el (org-export-latex-timestamp-keyword-markup):
22507         New option.
22508         (org-export-latex-keywords): Use new option.
22510         * org.el (org-rear-nonsticky-at): New defsubst.
22511         (org-activate-plain-links, org-activate-angle-links)
22512         (org-activate-footnote-links, org-activate-bracket-links)
22513         (org-activate-dates, org-activate-target-links)
22514         (org-activate-tags): Place the rear-nonsticky properties at the
22515         correct location.
22517 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22519         * org-protocol.el (server-edit): Declare `server-edit'.
22520         (org-protocol-unhex-string, org-protocol-unhex-compound):
22521         New functions.
22522         (org-protocol-check-filename-for-protocol): Call `server-edit'.
22524         * org.el (org-default-properties): New default properteis for
22525         completion.
22527         * org-exp.el (org-export-add-subtree-options): Add new properties
22528         for subtree export.
22530 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22532         * org-id.el (org-id-get-with-outline-path-completion): Turn off
22533         org-refile-target-verify-function for the duration of the command.
22535         * org.el (org-link-to-org-use-id): New possible value
22536         `create-if-interactive-and-no-custom-id'.
22537         (org-store-link): Use custom IDs.
22538         (org-link-search): Find custom ID properties from #link.
22539         (org-default-properties): Add CUSTOM_ID for property completion.
22540         (org-refile-target-verify-function): New option.
22541         (org-goto): Turn off org-refile-target-verify-function
22542         for the duration of the command.
22544 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22546         * org-exp.el (org-export-preferred-target-alist): New variable.
22547         (org-export-define-heading-targets): Find the new CUSTOM_ID
22548         property.
22549         (org-export-target-internal-links): Target the custom ids when
22550         possible.
22552         * org-latex.el (org-export-latex-preprocess): Better regexp for
22553         matching latex macros with arguments.
22555 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22557         * org-remember.el (org-remember-handler): Allow filing to non-org
22558         files.
22560 2009-08-06  Magnus Henoch  <magnus.henoch@gmail.com>
22562         * org-table.el (org-table-fix-formulas): Do not change references
22563         to remote tables.
22564         (org-table-get-remote-range): Convert standard coordinates to RC
22565         format.
22567         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
22569 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22571         * org-compat.el (org-sha1-string): Function removed.
22573         * org.el (org-refile-allow-creating-parent-nodes): New option.
22574         (org-refile-get-location): New argument NEW-NODES.
22575         (org-refile): Call `org-refile-get-location' with the new
22576         argument.
22577         (org-refile-get-location): Arrange for adding a new child.
22578         (org-refile-new-child): New function.
22580         * org-clock.el: Fix a number of docstrings.
22581         (org-clock-find-position): New argument
22582         FIND-UNCLOSED to make the function find an unclosed clock in the
22583         entry.
22584         (org-clock-in): Call `org-clock-find-position' with the new
22585         argument if we might be resuming a clock.
22587 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22589         * org-latex.el (org-export-latex-display-custom-times): New variable.
22590         (org-export-latex-timestamp-markup): New option.
22591         (org-export-latex-set-initial-vars): Remember the local value of
22592         `org-display-custom-times'.
22593         (org-export-latex-content): Process time stamps.
22594         (org-export-latex-time-stamps): New function.
22596         * org-macs.el (org-maybe-intangible): Add intangible property
22597         again to invisible text.
22599 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22601         * org-exp.el (org-default-export-plist): Handle undefined
22602         variables.
22604 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22606         * org.el (org-sort-entries-or-items): Match TODO keywords
22607         case-sensitively, when sorting.
22608         (org-priority): Do not match TODO keywords with wrong case.
22610 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22612         * org.el (org-todo): Honor the NOBLOCKING property.
22614         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
22615         NOBLOCKING property.
22617         * org.el (org-scan-tags): Fix bug in tag scanner.
22619 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22621         * org.el (org-modules): Mark obsolete packages.
22623         * org-html.el: New file, split out from org-exp.el.
22625         * org-icalendar.el: New file, split out from org-exp.el.
22627         * org-xoxo.el: New file, split out from org-exp.el.
22629         * org-ascii.el: New file, split out from org-exp.el.
22631 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22633         * org-compat.el (org-find-library-name): New function.
22635         * org.el (org-pre-cycle-hook): New hook.
22636         (org-cycle): Call the new hook in appropriate places.
22637         (org-reload): Only reload files that have been loaded before.
22639 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22641         * org.el (org-set-font-lock-defaults): Enforxe space or line end
22642         after todo keyword.
22643         (org-todo): When changing TODO state, do matching
22644         case-sensitively.
22645         (org-map-continue-from): New variable.
22646         (org-scan-tags): Respect values in `org-map-continue-from'.
22647         (org-reload): Make XEmacs compatible.
22649 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22651         * org-protocol.el (org-protocol-flatten-greedy): New function.
22652         (org-protocol-flatten): New function.
22654         * org.el (org-open-link-from-string): Pass reference buffer to
22655         `org-open-at-point'.
22656         (org-open-at-point): New optional argument `reference-buffer'.
22658 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22660         * org.el (org-scan-tags): Make tag scan find headline in first
22661         line, 2nd attempt.
22662         (org-get-refile-targets): Add the naked file name.
22663         (org-refile): Store as top-level entry when only file name was
22664         given.
22666         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
22668         * org.el (org-block-todo-from-children-or-siblings-or-parent):
22669         Rename from org-block-todo-from-children-or-siblings, and
22670         enhanced to look for the parent's status as well.
22672         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
22673         (org-agenda-get-progress): Add first notes line to log entry if so
22674         desired.
22676 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22678         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
22679         (org-agenda-cleanup-fancy-diary): Call the new hook.
22681         * org-remember.el (org-remember-apply-template): Take the default
22682         for the annotation from the :annotation property.
22684         * org-mac-message.el (org-mac-message-get-link): Remove the
22685         quotes.
22686         (org-mac-message-get-link): Return the result.
22688 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22690         * org.el (org-refile-get-location): Add file name only if not
22691         already included in outline path.
22693         * org-faces.el (org-n-level-faces): Fix customization type from
22694         number to integer.
22696         * org-exp.el (org-export-headline-levels): Fix customization type
22697         from number to integer.
22699         * org-agenda.el (org-agenda-confirm-kill)
22700         (org-agenda-custom-commands-local-options)
22701         (org-timeline-show-empty-dates, org-agenda-ndays)
22702         (org-agenda-start-on-weekday, org-scheduled-past-days):
22703         Fix customization type from number to integer.
22705 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22707         * org-protocol.el: Declare some functions.
22709         * org-agenda.el (org-agenda-compare-effort):
22710         Honor `org-sort-agenda-noeffort-is-high'.
22711         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
22712         (org-agenda-compare-effort): Implement the "?" operator for
22713         finding entries without effort setting.
22715         * org.el (org-extract-attributes-from-string): New function.
22717         * org-exp.el (org-export-splice-attributes): New function.
22719 2009-08-06  Bastien Guerry  <bzg@gnu.org>
22720         Daniel M German  <dmg@uvic.org>
22721         Sebastian Rose  <sebastian_rose@gmx.de>
22722         Ross Patterson  <me@rpatterson.net>
22724         * org-protocol.el: New file.
22726 2009-08-06  Baoqiu Cui  <cbaoqiu@yahoo.com>
22728         * org-docbook.el: New file.
22730 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22732         * org-mouse.el: XEmacs compatibility fixes.
22734         * org.el (org-modules): Add org-inlinetasks.el.
22735         (org-cycle): Implement limiting level on cycling.
22736         (org-move-subtree-down): Fix bug with swapping subtrees at end of
22737         buffer.
22739         * org-inlinetask.el: New file.
22741         * org.el (org-emphasis-regexp-components): Allow braces in
22742         emphasis pre and post match.
22744         * org-footnote.el (org-footnote-normalize): When only sorting, do
22745         not insert inline notes at the end.
22747         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
22749 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22751         * org.el (org-reftex-citation): New command.
22753 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22755         * org-agenda.el (org-agenda-cmp-user-defined): New option.
22756         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
22757         sorting options.
22758         (org-entries-lessp): Apply the new sorting option.
22760         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
22761         blocker code, when an older sibling has children.
22763         * org-mac-message.el (org-mac-message-get-link): Improve getting
22764         links from multiple selected messages.
22766 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22768         * org-remember.el (org-remember-finalize): Do not set buffer file
22769         name to nil.
22770         (org-remember-handler): Mark buffer as unmodified.
22771         (org-remember-handler): Delete backup file and show message about
22772         remaining backup files.
22773         (org-remember-auto-remove-backup-files): New option.
22775         * org.el (org-store-link): Use buffer name as link description in
22776         w3-mode buffers.
22777         (org-ido-switchb): Fix argument bug for completion.
22779         * org-remember.el (org-remember-apply-template): Set local
22780         variable `auto-save-visited-file-name' instead of global one.
22782 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22784         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
22785         (org-agenda-get-todos): Mark file tags as inherited.
22786         (org-agenda-list): Always search diary lines for a time.
22788 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22790         * org-feed.el: New file.
22792         * org-exp.el (org-export-as-html): Close local lists depending on
22793         indentation, also when starting a table.
22795         * org-remember.el (org-remember-backup-directory)
22796         (org-remember-backup-name): New internal variable.
22798 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22800         * org-clock.el (org-clock-out-if-current): Make buffer detection
22801         work in indirect buffers as well.
22803         * org.el (org-emphasis-regexp-components): Add the exxclamation
22804         mark to the post-emphasis characters.
22806 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22808         * org.el (org-read-date-minibiffer-septup-hook): New hook.
22809         (org-read-date): Run the new hook.
22811         * org-mac-message.el (org-mac-flagged-mail): New group.
22812         (org-mac-mail-account): New variable.
22813         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
22814         New commands.
22816         * org-remember.el (org-remember-backup-directory): New variable.
22817         (org-remember-apply-template): Write file to backup directory.
22819 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22821         * org-mouse.el (org-mouse-todo-menu): New function.
22822         (org-mouse-todo-keywords): Function removed.
22823         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
22825         * org-table.el (org-table-beginning-of-field)
22826         (org-table-end-of-field): New commands.
22827         (org-table-previous-field, org-table-beginning-of-field):
22828         Better error messages.
22829         (orgtbl-setup): Include `M-a' and `M-e'.
22831         * org.el (org-backward-sentence, org-forward-sentence):
22832         New commands.
22834         * org-colview.el (org-colview-initial-truncate-line-value):
22835         New variable.
22836         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
22837         (org-columns): Remember the value of `truncate-lines'.
22839         * org.el (org-columns-skip-arrchived-trees): New option.
22841         * org-agenda.el (org-agenda-export-html-style): Define color for
22842         org-agenda-done face.
22843         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
22844         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
22846         * org.el (org-scan-tags): Use the new face.
22848         * org-faces.el (org-agenda-done): New face.
22850         * org.el (org-scan-tags): Test the value org
22851         `org-tags-match-list-sublevels'.
22852         (org-tags-match-list-sublevels): New allowed value: indented.
22854         * org-latex.el (org-export-latex-make-header): Apply macros
22855         in header.
22857         * org-exp.el (org-export-apply-macros-in-string): New function.
22859         * org-latex.el (org-export-latex-list-parameters): Fix bug
22860         with the definition of a checked box.
22862         * org-clock.el (org-clock-find-position): Fix drawer indentations.
22864         * org-latex.el (org-export-latex-low-levels): More options
22865         for how to process lower levels in LaTeX.
22866         (org-export-latex-subcontent): Better treatment for lists as a
22867         means of publishing lower levels.
22869 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22871         * org.el (org-set-font-lock-defaults): Use new checkbox face.
22873         * org-faces.el (org-checkbox): New face.
22875         * org-exp.el (org-export-html-preprocess): Only create LaTeX
22876         fragement images if there is an export file.
22878 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22880         * org-agenda.el (org-stuck-projects): Document that the subtree of
22881         projects that are not stuck will now be searched for stuck
22882         sub-projects.
22883         (org-agenda-skip-entry-when-regexp-matches)
22884         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
22885         (org-agenda-list-stuck-projects):
22886         Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
22888         * org-latex.el (org-export-latex-preprocess):
22889         Improve export of verses.
22891         * org-exp.el (org-export-as-html): Implement centering as a div
22892         rather than a paragraph.  Do a better job with line-end in verse
22893         environments.
22895 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22897         * org.el (org-open-at-point): Fix tags searches by mouse click.
22899 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22901         * org-latex.el (org-export-latex-preprocess): Implement the
22902         centering markup.
22904         * org-exp.el (org-export-mark-blockquote-verse-center):
22905         Rename from `org-export-mark-blockquote-and-verse'.
22906         (org-export-as-html): Implement the centering markup.
22908         * org-latex.el (org-export-latex-tables): Fix vertical
22909         lines in tables.
22911 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22913         * org.el (org-read-date-history): New variable.
22914         (org-read-date): Use new history variable.
22915         (org-toggle-heading): Fix bug when used before first headline.
22916         (org-store-log-note): Remove drawer if empty while note is
22917         aborted.
22918         (org-remove-empty-drawer-at): New function.
22919         (org-check-after-date): New command.
22920         (org-sparse-tree): New sparse tree command "a".
22922         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
22924 2009-08-06  Bastien Guerry  <bzg@gnu.org>
22926         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
22927         column and a space, not only a column.
22929 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22931         * org-latex.el (org-export-latex-emphasis-alist):
22932         Better defaults for verbose emphasis.
22933         (org-export-latex-emph-format): New function.
22934         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
22936         * org-agenda.el (org-agenda-menu): Add new commands to menu.
22937         (org-agenda-do-date-later, org-agenda-do-date-earlier)
22938         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
22939         (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
22940         New commands.
22942         * org.el (org-timestamp-change): Move end-time along with start
22943         time.
22945 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22947         * org-exp.el (org-export-target-internal-links)
22948         (org-export-as-html): Protect links specified as #name.
22950 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22952         * org.el (org-clone-subtree-with-time-shift): New command.
22954         * org-latex.el (org-export-latex-special-chars)
22955         (org-export-latex-treat-sub-super-char): Fix subscript export.
22957         * org-exp.el (org-create-multibrace-regexp): Do not add
22958         backslashes to the class.
22960 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22962         * org-colview.el (org-columns-map): Better functions for moving up
22963         and down a row, even if `truncate-line' is nil.
22965         * org.el (org-insert-todo-heading): Make sure the keyword is
22966         inserted at the correct position.
22968         * org-publish.el (org-publish-project-alist)
22969         (org-publish-projects, org-publish-org-index): Change default anme
22970         for the index of file names to "sitemap.org".
22972         * org-latex.el (org-export-latex-tables):
22973         Use `org-split-string', for Emacs 21 compatibility.
22975 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22977         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
22979 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22981         * org-exp.el (org-export-page-description)
22982         (org-export-page-keywords): New variables.
22983         (org-export-plist-vars): Add entries for :keywords and
22984         :description.
22985         (org-infile-export-plist): Parse for new keywords.
22986         (org-get-current-options): Add new keywords.
22987         (org-export-as-html): Publish description and keywords.
22989         * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
22990         New option.
22991         (org-agenda-add-entry-text):
22992         Honor `org-agenda-add-entry-text-descriptive-links'.
22994         * org-latex.el (org-export-latex-preprocess): Make all
22995         external preprocess functions use a PARAMETER arg.
22997         * org-exp.el (org-export-preprocess-string)
22998         (org-export-select-backend-specific-text)
22999         (org-export-format-source-code-or-example)
23000         (org-format-org-table-html): Support docbook export.
23001         (org-export-preprocess-string): Make all external preprocess
23002         functions use a PARAMETER arg.
23004 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23006         * org-exp.el (org-export-html-style-include-scripts): New option.
23007         (org-export-plist-vars): Add new option
23008         `org-export-html-style-include-scripts'.
23009         (org-export-as-html): Honor new option
23010         `org-export-html-style-include-scripts'.
23011         (org-export-html-scripts, org-export-html-style-default):
23012         Fix xml issues with the Safari browser.
23014 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23016         * org-publish.el (org-publish-attachment): Only copy file when the
23017         directories differ.
23019 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23021         * org-clock.el (org-clocktable-steps): Use inactive time stamps
23022         for clocktable steps.
23024         * org.el (org-additional-option-like-keywords): Add two more
23025         keywords.
23027 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23029         * org-exp.el (org-export-format-source-code-or-example):
23030         Mark temporary buffer unmodified, so that it will be killed even if
23031         mode like message mode has decided to assign a file name.
23033         * org.el (org-scan-tags): Improve tag inheritance.
23034         (org-scan-tags, org-make-tags-matcher): Make tag comparison
23035         case-sensitive.
23036         (org-scan-tags): Use the internal tags list instead of creating it
23037         from scratch.
23038         (org-trust-scanner-tags, org-scanner-tags): New variables.
23039         (org-scan-tags): Set `org-scanner-tags'.
23040         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
23041         (org-map-entries): Document the possible speedup using scanner
23042         tags.
23044 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23046         * org.el (org-add-planning-info): Fix bug with looking for keyword
23047         only at column 0.
23049         * org-agenda.el (org-agenda-custom-commands-local-options):
23050         Add option for tags filter preset.
23051         (org-prepare-agenda): Store filter preset as a property on the
23052         filter variable.
23053         (org-finalize-agenda): Call the filter, if there is a preset.
23054         (org-agenda-filter-by-tag): Filter again after clearing the
23055         filter, when there still is a preset.
23056         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
23057         Include the preset filter.
23058         (org-agenda-redo): Apply the filter again, also the preset filter.
23060         * org-exp.el (org-export-as-html): Use IDs in the correct way.
23062         * org.el (org-uuidgen-p): New function.
23064         * org-agenda.el (org-agenda-fontify-priorities): New default value
23065         `cookies'.
23066         (org-agenda-fontify-priorities): Rename from
23067         org-fontify-priorities.
23069         * org.el (org-set-font-lock-defaults):
23070         Call `org-font-lock-add-priority-faces'.
23071         (org-font-lock-add-priority-faces): New function.
23073         * org-faces.el (org-set-tag-faces): New option.
23074         (org-priority-faces): New variable.
23076         * org-exp.el (org-export-as-html): Add a "content" div around the
23077         entire content of the body tag.
23078         (org-export-html-get-bibliography): New function.
23079         (org-export-html-validation-link): New variable.
23080         (org-export-as-html): Add validation link to exported page.
23082         * org.el (org-match-sparse-tree): Rename from
23083         `org-tags-sparse-tree'.
23084         (org-tags-sparse-tree): New alias.
23086 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23088         * org.el (org-get-valid-level): Catch the case where the level
23089         change is nil.
23091         * org-clock.el (org-clock-find-position): Better indentation of
23092         new clock drawers.
23094 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23096         * org-agenda.el (org-agenda-quit): Delete window only when the
23097         frame-setup was not `current-window'.
23099         * org.el (org-tag-persistent-alist): New option.
23100         (org-startup-options): Add keyword `noptag'.
23101         (org-fast-todo-selection): Handle :newline correctly.
23102         (org-set-tags): Handle :newline correctly.
23103         (org-fast-tag-selection): Handle :newline correctly.
23105 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23107         * org-exp.el (org-export-as-ascii): Reverse link buffer before
23108         outputting it.
23109         (org-export-ascii-push-links): Fix bug with pussing links into the
23110         export buffer.
23112 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23114         * org-archive.el (org-archive-subtree): Do not add 1 to level if
23115         pasting at top level.
23117         * org-bbdb.el: Improve documentation.
23119 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23121         * org-list.el (org-insert-item): Only consider insert empty lines
23122         is `org-empty-line-terminates-plain-lists' is not nil.
23124         * org.el (org-blank-before-new-entry): Mention the dependence on
23125         `org-empty-line-terminates-plain-lists' in the docstring.
23127         * org-publish.el (org-publish-get-project-from-filename):
23128         New optional argument UP.  Only find the top project if UP is set.
23129         (org-publish-current-project): Find the top encloding project.
23131         * org-agenda.el (org-agenda-before-write-hook)
23132         (org-agenda-add-entry-text-maxlines): New options.
23133         (org-write-agenda): Run the new hook in the temporary buffer.
23134         (org-agenda-add-entry-text): New function.
23135         (org-write-agenda): Implement PDF export, using ps2pdf.
23137         * org.el (org-global-properties-fixed, org-global-properties):
23138         Improve documentation string.
23140         * org-exp.el (org-export-ascii-links-to-notes): New option.
23141         (org-export-as-ascii): Handle links better.
23142         (org-export-ascii-wrap, org-export-ascii-push-links):
23143         New functions.
23145 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23147         * org-agenda.el (org-agenda): Make prefix arg optional.
23148         (org-agenda-search-headline-for-time): New option.
23149         (org-format-agenda-item):
23150         Honor `org-agenda-search-headline-for-time'.
23152         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
23153         characters.
23155         * org.el (org-self-insert-cluster-for-undo): New option.
23156         (org-self-insert-command): Cluster undo for 20 characters.
23157         (org-self-insert-command-undo-counter): New variable.
23159 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23161         * org-exp.el (org-export-as-html): Fix problem with closing colone
23162         example.
23164 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23166         * org-latex.el (org-export-as-latex)
23167         (org-export-latex-first-lines): Avoid modification flag when
23168         adding or removing text properties.
23169         (org-export-latex-fontify): Catch error when org-emph-alist has
23170         entries that are not defined for LaTeX export.
23172         * org-export-latex.el: Rename to org-latex.el.
23174         * org-latex.el: Rename from org-export-latex.el.
23176         * org.el (orgstruct++-mode): New function.
23177         (turn-on-orgstruct++): Call `orgstruct++-mode'.
23178         (org-context-p): Allow detecting item context after the first line
23179         of an item.
23180         (orgstruct-make-binding): Detect if item-body context should be
23181         seen.
23182         (orgstruct-is-++): New variable.
23183         (org-add-planning-info): Catch the case when there is no planning
23184         info yet and the call does not want to add anything, only maybe
23185         tries to remove something.
23186         (org-special-ctrl-a/e): All value to be a cons cell with separate
23187         settings for `C-a' and `C-e'.
23188         (org-beginning-of-line, org-end-of-line): Honor separate values
23189         for `C-a' and `C-e'.
23191 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23193         * org.el (org-reload): New command.
23195 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
23197         * org-gnus.el (org-gnus-store-link): Fix bug where
23198         org-gnus-store-link used wrong subject when called in an article
23199         buffer.  Patch provided by fengli AT gmail DOT com.
23201 2009-03-13  D. Goel  <deego3@gmail.com>
23203         * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
23204         replace ls by (values-list ls).
23206 2009-02-20  Carsten Dominik  <dominik@science.uva.nl>
23208         * org-remember.el (org-remember-apply-template): Turn off ido for
23209         this completion.
23211         * org.el (org-priority): Also find invisible headings, for remote
23212         editing.
23213         (org-completing-read-no-ido): New function.
23214         (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
23216         * org-colview.el (org-columns-edit-value): No special treatment of
23217         prefix arg.
23219 2009-02-19  Carsten Dominik  <dominik@science.uva.nl>
23221         * org.el (org-block-todo-from-children-or-siblings):
23222         Use `org-up-heading-all' so that this will work correctly with hidden
23223         property drawers and entries.
23224         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
23225         falling back to normal, default command.
23226         (org-get-location): Temporarily turn off special behavior.
23228 2009-02-13  Glenn Morris  <rgm@gnu.org>
23230         * org-rmail.el (rmail-show-message): Restore argument list to the
23231         declaration now that this functions behaves in Emacs 23 as in 22.
23233 2009-02-12  Glenn Morris  <rgm@gnu.org>
23235         * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
23237 2009-02-12  Joachim Reiter  <Reiter.Joachim@web.de>  (tiny change)
23239         * org-footnote.el (org-footnote-action): Fix doc typo.
23241 2009-02-06  Carsten Dominik  <dominik@science.uva.nl>
23243         * org-exp.el (org-export-preprocess-string): Fix bug with skipping
23244         text before first headline.
23245         (org-export-remove-or-extract-drawers): Fix regular expression for
23246         extracting drawers.
23248         * org.el (org-format-latex): Stop LaTeX fragment processing in
23249         protected examples.
23251 2009-02-05  Glenn Morris  <rgm@gnu.org>
23253         * org-rmail.el (rmail-show-message): Update declaration.
23254         (rmail-buffer, rmail-view-buffer): Declare.
23255         (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
23257 2009-02-04  Carsten Dominik  <dominik@science.uva.nl>
23259         * org.el (org-return-follows-link): Revert setting
23260         `org-return-follows-link' to t by default.
23262 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
23264         * org.el (org-cycle-global-at-bob): Fix typo.
23266         * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
23268 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
23270         * org.el (org-mode): Make dependence stuff work more reliably.
23271         (org-update-parent-todo-statistics): Fix bug with updating
23272         statistics cookie.
23273         (org-yank-adjusted-subtrees, org-return-follows-link)
23274         (org-use-fast-todo-selection, org-tags-column): New default
23275         setting for variables.
23277         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
23278         ~ as verbatim delimiters, to avoid table bug.
23279         (org-export-latex-classes): Remove the a4paper option from the
23280         default styles.
23282         * org-exp.el (org-export-html-format-image): New argument
23283         PAR-OPEN, to fix XHTM validation bug.
23284         (org-export-as-html): Pass par-open to
23285         `org-export-html-format-image'.
23286         (org-export-html-footnotes-section): Use a more consistent id for
23287         footnotes.
23289         * org-agenda.el (org-agenda-sorting-strategy)
23290         (org-agenda-tags-column): New default setting for variables, based
23291         on a poll what typical uses use.
23292         (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
23293         setting the blocked tag.
23295 2009-01-31  Carsten Dominik  <dominik@science.uva.nl>
23297         * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
23298         only checking for blocks.
23300         * org-exp.el (org-export-html-footnotes-section): Make the div id
23301         consistent.
23303         * org-export-latex.el (org-export-latex-classes):
23304         Remove paper size option from LaTeX classes.
23306 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
23308         * org.el (org-enforce-todo-checkbox-dependencies): New option.
23309         (org-block-todo-from-checkboxes): New function.
23310         (org-todo): Make triple prefix arg circumvent blocking.
23312 2009-01-30  Glenn Morris  <rgm@gnu.org>
23314         * org-list.el (org-empty-line-terminates-plain-lists)
23315         (org-toggle-checkbox): Doc fixes.
23317         * org-table.el (org-table-clean-before-export): Fix declaration.
23319 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
23321         * org-timer.el (org-timer): Provide the timer feature.
23323         * org.el (org-require-autoloaded-modules): Add a few more files to
23324         the list of autoloaded modules.
23326         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
23328         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
23329         drawers that are unprotected.
23330         (org-export-html-format-image): Make sure inlined LaTeX fragment
23331         images remain inlined.
23333         * org.el (org-toggle-ordered-property): New function.
23334         (org-mode-map): Add a key for `org-toggle-ordered-property'.
23335         (org-org-menu): Add menu entries for TODO dependencies.
23337         * org.el (org-default-properties): Add ORDERED to the default
23338         properties, to get completion support for it.
23340         * org-list.el (org-update-checkbox-count): Update more than one cookie.
23342         * org.el (org-update-parent-todo-statistics): Update more than one
23343         cookie.
23345 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
23347         * org-agenda.el (org-agenda-get-todos): Start search from correct
23348         position.
23350         * org.el (org-fast-todo-selection): Make sure TODO selection does
23351         not change buffer position.
23353         * org-list.el (org-toggle-checkbox): Implement adding or removing
23354         checkboxes from line or region when called with a prefix
23355         argument.
23357         * org-rmail.el (org-rmail-store-link): Protect the call to
23358         `rmail-narrow-to-non-pruned-header'.
23360         * org-clock.el (org-clock-special-range): Fix week display in
23361         clock tables.
23363         * org-exp.el (org-get-current-options): Fix bug when in indirect
23364         buffer.
23366         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
23367         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
23368         (org-agenda-dim-blocked-tasks): New function.
23370         * org.el (org-enforce-todo-dependencies): New option.
23371         (org-block-todo-from-children-or-siblings): New function.
23373         * org-faces.el (org-agenda-dimmed-todo-face): New face.
23375 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
23377         * org.el (org-todo): Return correct state type even if the blocker
23378         throws an error.
23379         (org-modifier-cursor-error): Rename from
23380         `org-shiftcursor-error'.
23381         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
23382         (org-shiftmetadown): Call `org-modifier-cursor-error'.
23384         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
23385         to get real errors from the blocker hook.
23387         * org.el (org-shiftselect-error, org-call-for-shift-select):
23388         New functions.
23389         (org-set-visibility-according-to-property): Turn off the setting
23390         of `org-show-entry-below', to avoid overruling a FOLDED visibility
23391         property.
23393         * org.el (org-support-shift-select): New option.
23394         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
23395         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
23396         selection outside contexts.
23398         * org-list.el (org-at-item-bullet-p): New function.
23400         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
23401         variables.
23403         * org-footnote.el (org-footnote-normalize): Remove unnecessary
23404         variable.
23405         (org-insert-footnote-reference-near-definition):
23406         Remove unnecessary let form.
23408 2009-01-26  Carsten Dominik  <dominik@science.uva.nl>
23410         * org-export-latex.el (org-export-as-latex):
23411         Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
23412         (org-export-latex-first-lines): New parameter OPT-PLIST.
23414         * org.el (org-yank): Tell `delete-selection-mode' about
23415         `org-yank'.
23417         * org-faces.el (org-clock-overlay): Fix face definition.
23419         * org-export-latex.el (org-export-latex-first-lines):
23420         Pass timestamp and footnote parameters to the preprocessor.
23422         * org-exp.el (org-export-remove-timestamps): Do not remove time
23423         stamps inside tables.
23425 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23427         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
23429         * org.el (org-agenda-tags-todo-honor-ignore-options):
23430         Declare variable.
23432         * org-table.el (org-table-insert-hline): Fix typo in function call
23433         to `backward-char'.
23435         * org-exp.el (org-export-as-html): Remove the initial space from
23436         colon examples.
23438         * org.el (org-scan-tags):
23439         Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
23441         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
23442         New customization groups.
23443         (org-agenda-tags-todo-honor-ignore-options): New option.
23444         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
23445         New function.
23446         (org-agenda-get-todos):
23447         Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
23449 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23451         * org-exp.el (org-export-format-source-code-or-example):
23452         Escape HTML characters also in examples that anre not treated with
23453         htmlize.  Also, just switch to EXAMPLE processing if we do not
23454         have a good version of htmlize.
23456         * org-rmail.el: Fix copyright notice.
23458         * org.el (org-activate-footnote-links): Improve footnote link
23459         highlighting.
23461         * org-footnote.el (org-footnote-normalize): Fix finding the end of
23462         a footnote definition at the end of the file.
23464         * org-table.el (org-table-get-specials): Add an imagined hline at
23465         the end of the table.  This can be useful for references that want
23466         to go to the end of the table.  Also fix bug when computing last
23467         row constants, in tables that do not start right at the right
23468         margin.
23469         (org-table-eval-formula): Match and replace remove references.
23470         (org-table-formula-substitute-names): Make sure that names inside
23471         a "remote" call are left alone, the will be replaced later when
23472         the remote call is handled.
23473         (org-table-convert-refs-to-rc): Do not convert things that might
23474         look like a reference, but are really part of an ID or namei n a
23475         remote reference.
23476         (org-table-get-remote-range): New function.
23478 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23480         * org-faces.el (org-clock-overlay): Fix bug in face definition.
23482         * org-clock.el (org-clock-put-overlay): Use new face instead of
23483         `secondary-selection'.
23485         * org-faces.el (org-clock-overlay): New face.
23487 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23489         * org-exp.el (org-get-current-options): Include the option for
23490         publishing time stamps.
23492         * org.el (org-toggle-heading): Rename from
23493         `org-toggel-region-headings'.
23494         No longer needs a region defined, but will use it if there is one.
23495         (org-ctrl-c-star): Simplify, relying more on the internal
23496         workings of `org-toggle-heading'.
23497         (org-toggle-item): Rename from `org-toggle-region-items'.
23498         No longer needs a region defined, but will use it if there is one.
23499         (org-ctrl-c-minus): Simplify, relying more on the inernal
23500         workings of `org-toggle-item'.
23502         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
23503         environment detection.  Also, do real changes only in unprotected
23504         places.
23506 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23508         * org-export-latex.el (org-export-latex-quotation-marks):
23509         Use `org-if-unprotected-1'.
23510         (org-export-latex-set-initial-vars): Check for class definition in
23511         property.
23513         * org-macs.el (org-if-unprotected-1): New macro.
23515 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23517         * org-compat.el (org-count-lines): New function.
23519         * org-exp.el (org-export-format-source-code-or-example):
23520         Handle switches related to text areas.
23522         * org.el (org-activate-footnote-links): Don't allow match inside a
23523         link.
23525         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
23527         * org-export-latex.el (org-export-latex-links): Keep a relative
23528         path relative also after export.
23530         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
23532         * org.el (org-make-tags-matcher): Never use IDO for completing the
23533         tags matcher match string.
23534         (org-completing-read): Also remove the special biding for "?".
23536         * org-attach.el (org-attach-allow-inheritance): New option.
23537         (org-attach-inherited): New variable.
23538         (org-attach-dir): Handle properties related to the attachment
23539         directory.
23540         (org-attach-check-absolute-path): New function.
23541         (org-attach-set-directory, org-attach-set-inherit): New commands.
23542         (org-attach): Accommodate the new commands in the dispatcher.
23544 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23546         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
23547         `window-full-width-p'.
23549         * org-exp.el (org-export-as-html): Only check for images files
23550         that really can be inlined.
23552         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
23553         list of extensions to be a parameter.
23555         * org-exp.el (org-export-html-inline-image-extensions):
23556         New variable.
23558         * org-agenda.el (org-prepare-agenda):
23559         Use `org-agenda-block-separator'.
23560         (org-agenda-block-separator): New option.
23562 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23564         * org-export-latex.el (org-export-latex-tables):
23565         Call `org-table-clean-before-export' with the new optional argument.
23567         * org-exp.el (org-table-clean-before-export): New optional
23568         parameter MAYBE-QUOTED, allows for quoted characters like \# in
23569         first column.
23571 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23573         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
23574         histograms.
23576         * org-colview.el (org-colview-construct-allowed-dates):
23577         Better error catching when a date/time property does not have allowed
23578         values defined.
23580 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23582         * org.el (org-map-entries): Restore point and restriction after
23583         `org-map-entries'.
23585 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23587         * org.el (org-time=, org-time<, org-time<=, org-time>)
23588         (org-time>=, org-time<>): Make sure both values are dates.
23590 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23592         * org-archive.el (org-extract-archive-heading): Allow %s for file
23593         name also in achive location heading.
23595 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23597         * org-archive.el (org-add-archive-files): Uniquify the list before
23598         returning it.
23600 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23602         * org-compat.el (org-fit-window-to-buffer):
23603         Use `window-full-width-p'.
23605         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
23606         space after the colon in short examples.
23608         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
23609         enforce a space after the colon.  However, we also allow lines
23610         that are *only* a colon.
23611         (org-export-as-html): Enforce the space after the colon in short
23612         examples.
23613         (org-export-preprocess-string): Do the colon example protection
23614         earlier.
23615         (org-export-remove-timestamps): Do not check for protection at the
23616         end of the line.
23618 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23620         * org.el (org-format-latex-options): Add new matcher for single
23621         letters between dollars.
23622         (org-get-header): Function removed.
23623         (org-heading-components): New function.
23625         * org-exp.el (org-export-define-heading-targets): Record ID's also
23626         as alternative targets.
23627         (org-export-as-html): Interpret "id:" links to other files by
23628         preserving the relative path.
23630         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
23631         is nil.
23633         * org-exp.el (org-export-normalize-links): Protect the main link,
23634         to avoid special character processing.
23636         * org-export-latex.el (org-export-latex-special-keyword-regexp):
23637         New variable.
23638         (org-export-latex-special-string-regexps): Variable removed.
23639         (org-export-latex-keywords): Use the new regexp.
23641         * org-exp.el (org-export-handle-include-files): Fetch switches and
23642         put them into the BEGIN statement.
23644         * org-timer.el (org-timer-mode-line-string): New variable.
23646         * org-clock.el (org-clock-mode-line-map): Rename from
23647         `org-clock-mode-map'.
23648         (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
23649         (org-clock-update-mode-line): Rename from `org-update-mode-line'.
23650         (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
23651         (org-clock-remove-overlays): Rename from
23652         `org-remove-clock-overlays'.
23654         * org-timer.el (org-timer-pause-or-continue): Implement stopping
23655         and mode line display.
23656         (org-timer-stop): New command.
23657         (org-timer-seconds): Return correct time when timer is paused.
23658         (org-timer-mode-line-timer): New variable.
23659         (org-timer-set-mode-line, org-timer-update-mode-line):
23660         New functions.
23662         * org.el (org-insert-heading): Handle new value `auto' for
23663         `org-blank-before-new-entry'.
23664         (org-org-menu): Add new items for timer functions.
23666         * org-list.el (org-insert-item): Handle new value `auto' for
23667         `org-blank-before-new-entry'.
23669         * org.el (org-blank-before-new-entry): New value `auto', made
23670         default.
23672 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23674         * org-exp.el (org-export-normalize-links): If the link is also
23675         used as the description, protect the description.
23677 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23679         * org.el (org-closest-date): Fix bug with yearly repeats, in
23680         combination with preference of the past as it is used for deadline
23681         and scheduling search.
23683         * org-exp.el (org-html-handle-time-stamps): No longer check for
23684         the `org-export-with-timestamps' option, because the preprocesser
23685         has taken care of this already.
23687         * org.el (org-entry-properties): Catch the case when this is
23688         called in a non-org-mode file.
23690         * org-export-latex.el (org-export-latex-remove-from-headlines):
23691         Variable made obsolete, also LaTeX export now uses the standard
23692         variables.
23693         (org-export-as-latex): Add the timestamps parameter to the
23694         preprocessor parameter list.
23695         (org-export-latex-content): Export the remaining keywords without
23696         considering to remove them.
23697         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
23698         Use bold font instead of tt font for the keywords.
23699         (org-export-latex-fontify-headline): Format headlines, assuming
23700         that all keywords still present should be published.
23701         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
23702         publish what ever remains of the time stamps.
23703         (org-export-latex-list-parameters): New option.
23704         (org-export-latex-lists): Pass additional parameters to the list
23705         converter.
23707         * org-exp.el (org-export-preprocess-string): Remove clock lines
23708         and timestamps already in the preprocesor.
23709         (org-export-remove-timestamps, org-export-remove-clock-lines):
23710         New functions.
23711         (org-export-as-ascii, org-export-as-html): Add the timestamps
23712         parameter to the preprocessor parameter list.
23714         * org-list.el (org-list-parse-list): Parse for checkboxes.
23715         (org-list-to-generic): Introduce and handle new parameters :cbon
23716         and :cboff.
23717         (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
23718         Add optional parameter PARAMS.
23720         * org-export-latex.el (org-export-latex-special-chars):
23721         Fix problems with interpreting dollar signs.
23722         (org-inside-latex-math-p): New function.
23723         (org-export-latex-preprocess): Protect all the math fragments.
23725         * org.el (org-latex-regexps): Allow a dash after a dollar.
23727         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
23728         mark after copying.
23730         * org-agenda.el (org-run-agenda-series): Have series options set
23731         when finalizing the agenda.
23733         * org-exp.el (org-export-format-source-code-or-example):
23734         Protect the converted examples.
23736         * org.el (org-set-regexps-and-options): Fix the regexp
23737         `org-complex-heading-regexp'.
23739 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23741         * org.el (org-edit-src-get-label-format): New function.
23742         (org-coderef-label-format): New option.
23743         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
23744         a label format specification and make sure it is used in the edit
23745         buffer.
23746         (org-edit-src-get-label-format): New function.
23747         (org-store-link): Handle new coderef formats.
23748         (org-link-search): Handle new coderef formats.
23750         * org-footnote.el (org-footnote-create-definition)
23751         (org-footnote-goto-local-insertion-point): Make footnote insertion
23752         work correctly when the "Footnotes" headline is the last line in
23753         the buffer.
23755         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
23756         the location.
23758 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23760         * org-w3m.el (org-w3m): New customization group.
23761         (org-w3m-deactivate-mark): New option.
23762         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
23763         option say not to.
23765 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23767         * org.el (org-set-font-lock-defaults): Trigger footnote
23768         fontification.
23769         (org-activate-footnote-links): New function.
23770         (org-activate-links): New entry `footnote'.
23772         * org-faces.el (org-footnote): New face.
23774 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23776         * org-macs.el (org-re): Handle the [:word:] class.
23778         * org-exp.el (org-export-preprocess-string):
23779         Call `org-export-protect-colon-examples'.
23780         (org-export-protect-colon-examples): Rename from
23781         `org-export-protect-examples', and scope limited to lines starting
23782         with a colon.
23784 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23786         * org-exp.el (org-export-preprocess-string): Move the preprocess
23787         hook to after turning on Org-mode.
23788         (org-export-preprocess-after-include-files-hook)
23789         (org-export-preprocess-after-tree-selection-hook)
23790         (org-export-preprocess-before-backend-specifics-hook)
23791         (org-export-preprocess-final-hook): New hooks.
23792         (org-export-preprocess-string): Run the new hooks.
23794         * org.el (org-ctrl-c-minus): Fix indentation for new items.
23796         * org-footnote.el: New file.
23798         * org.el (org-footnote): Require footnote code.
23799         (org-startup-options): Add new footnote options.
23800         (org-mode-map): New keybindig for footnotes.
23801         (org-ctrl-c-ctrl-c): Add function at footnotes.
23802         (org-org-menu): New menu entries for footnotes.
23804         * org-export-latex.el (org-export-as-latex): Pass footnote
23805         variable to preprocessor.
23806         (org-export-latex-preprocess): Treat multiple references to a
23807         footnote.
23809         * org-exp.el (org-export-preprocess-string):
23810         Call `org-footnote-normalize'.
23811         (org-export-as-ascii, org-export-as-html): Pass footnote variable
23812         to preprocessor.
23813         (org-export-as-html): Treat multiple references to a footnote.
23815 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23817         * org-export-latex.el (org-export-latex-links): Handle coderef
23818         links.
23820         * org.el (org-bracket-link-analytic-regexp++): New variable.
23821         (org-make-link-regexps):
23822         Initialize `org-bracket-link-analytic-regexp++'.
23823         (org-store-link): Implement special case in edit-src buffer.
23824         (org-insert-link): No use of ide to insert stored links.
23825         (org-link-search): Implement special case for coderefs.
23827         * org-exp.el (org-export-html-scripts): New constant.
23828         (org-export-html-style-default): Add a new style for highlighted
23829         code.
23830         (org-export-code-refs): New variable.
23831         (org-export-preprocess-string): Initialize `org-export-code-refs'.
23832         Call `org-export-replace-src-segments-and-examples'
23833         No longer call `org-export-protect-examples'.
23834         (org-export-target-internal-links): Take care of coderef targets.
23835         (org-export-last-code-line-counter-value): New variable.
23836         (org-export-replace-src-segments-and-examples): Rename from
23837         `org-export-replace-src-segments', and modified.
23838         (org-export-format-source-code-or-example): Rename from
23839         `org-export-format-source-code'.
23840         (org-export-number-lines): New function.
23841         (org-export-as-ascii, org-export-as-html): Handle coderef links.
23843 2009-01-23  Glenn Morris  <rgm@gnu.org>
23845         * org-rmail.el (rmail-narrow-to-non-pruned-header):
23846         Remove declaration of deleted function.
23848 2009-01-16  Glenn Morris  <rgm@gnu.org>
23850         * org-mouse.el (org-mouse-show-context-menu):
23851         Use mouse-menu-major-mode-map, if defined, rather than the obsolete
23852         mouse-major-mode-menu.
23854 2008-12-23  Carsten Dominik  <dominik@science.uva.nl>
23856         * org-remember.el (org-remember-handler): Safer way to get a new
23857         buffer accessing the target file.
23859         * org.el (org-refile-get-location): Handle case of current buffer
23860         not having a file associated with it.
23862 2008-12-22  Carsten Dominik  <dominik@science.uva.nl>
23864         * org-table.el (org-table-get-formula): Only ask to overwrite
23865         field formula if there really is one.
23867 2008-12-21  Carsten Dominik  <dominik@science.uva.nl>
23869         * org-export-latex.el (org-export-latex-make-header): Double the
23870         commenting % in the time stamp format.
23871         (org-export-latex-special-chars): Handle case where there is no
23872         match group 3.
23874 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
23876         * org.el (org-get-refile-targets, org-refile-get-location):
23877         Use expanded file name to improve comparison.
23879 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
23881         * org.el (org-scan-tags): Rescan for tags, to get the correct
23882         upcase/downcase stuff.  This slows things down for now, but it
23883         works.
23884         (org-mode): Make sure the tag-faces regexp is initialized.
23886         * org-export-latex.el (org-export-latex-links): Fix bug with
23887         undefined label.
23889         * org-table.el (org-table-get-specials):
23890         Set `org-table-current-last-data-line'.
23891         (org-table-current-last-data-line): New variable.
23892         (org-table-insert-column, org-table-delete-column)
23893         (org-table-move-column, org-table-fix-formulas):
23894         Call `org-table-fix-formulas' a second time to fix the $LR references.
23895         (org-table-get-specials): Add the $LR references to the tables.
23896         (org-table-get-formula): Do not offer last-row names as LHS of
23897         formulas.
23899         * org.el (org-store-link): Capture link description from
23900         `org-id-store-link'.
23902         * org-exp.el (org-export-html-format-image): Add the / to the end
23903         of the <img> tag.
23904         (org-export-format-source-code): Surround example by empty lines,
23905         to make sure it will not be inside a paragraph.
23907         * org.el (org-ido-switchb): New function.
23909 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
23911         * org-agenda.el (org-agenda-show): New prefix argument
23912         FULL-ENTRY.
23914         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
23915         argument.
23917 2008-12-20  Glenn Morris  <rgm@gnu.org>
23919         * org.el (org-org-menu): Fix some more menu entries.
23921 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
23923         * org-table.el (org-table-get-specials): Revert introduction of @0
23924         as reference of the last table row, because of conflicts.
23926         * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
23927         argument, get the current tags directly.
23928         (org-agenda-set-tags): Leave getting current tags to
23929         `org-agenda-change-all-lines'.
23931 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
23933         * org.el (org-org-menu): Do not quote the set-tags command.
23935 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
23937         * Fix typos in comments and docstrings throughout Org-mode.
23939         * org.el (org-get-outline-path): Fix bug if level is not given.
23941         * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
23943 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
23945         * org.el (org-refile): Avoid refiling to within the region to be
23946         refiled.
23948         * org-export-latex.el (org-export-latex-special-chars):
23949         Replace special characters also in tables.
23951         * org-agenda.el (org-agenda-change-all-lines): New argument
23952         FORCE-TAGS.
23953         (org-agenda-set-tags): Get the new tags and pass them to
23954         `org-format-agenda-item'.
23956 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
23958         * org-export-latex.el (org-export-latex-classes): Add longable as
23959         a default package to all classes.
23960         (org-export-latex-tables): Handle the longtable attribute and the
23961         align attribute.
23963         * org-table.el (orgtbl-to-generic): Handle tables that start with
23964         a hline.
23966         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
23967         \verb for colde-like snippets.
23968         (org-export-as-latex): Fix issues with region export.
23970         * org.el (org-up-heading-safe): Speed up function by using a
23971         direct regexp search.
23972         (org-olpa): New variable.
23973         (org-get-outline-path): Speed-up path constructions in cases where
23974         this is possible because the entire hierarchy is scanned anyway.
23975         (org-refile-get-location): Don't compare the truenames of files,
23976         this is too slow.
23977         (org-goto-max-level): New option.
23978         (org-goto): Use `org-goto-max-level'.
23980 2008-12-16  Tassilo Horn  <tassilo@member.fsf.org>
23982         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
23983         Strip angle brackets from message-ids in the former and don't do
23984         it in the latter.
23985         (org-gnus-follow-link): Open summary reliable, even if the last
23986         messages were deleted, and handle empty groups, too.
23988 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
23990         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
23991         instead of \texttt for the =...= and ~===~ emphasis environments.
23992         (org-export-as-latex): Remove any old :org-license-to-kill text
23993         properties.
23994         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
23995         (org-export-latex-make-header): Add some hard space after the
23996         table of contents.
23997         (org-export-latex-first-lines): Accept RBEG argument.
23998         Mark exported text so that it will be excuded in further steps.
24000         * org-table.el (org-table-get-specials): Make @0 reference the
24001         last line in a table.
24002         (org-table-recalculate): Improve docstring.
24004 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
24006         * org.el (org-log-done): Fix docstring.
24008 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
24010         * org-exp.el (org-export-html-format-image): Fix bugs.
24012         * org-export-latex.el (org-export-latex-tables)
24013         (org-export-latex-links): Implement attribute, label, and caption
24014         handling.
24016         * org-exp.el (org-export-html-style-default): Add style
24017         definitions for the figure div.
24018         (org-export-preprocess-string, org-export-as-html):
24019         Implement attribute, label, and caption handling.
24020         (org-export-attach-captions-and-attributes): New function.
24021         (org-export-html-format-image): New function.
24022         (org-format-org-table-html): Implement attribute, label, and
24023         caption handling.
24025         * org.el (org-find-text-property-in-string): New function.
24026         (org-extract-attributes): Use the property org-attr instead of
24027         org-attrobutes, because this property is now set with the #+ATTR
24028         lines.
24030 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
24032         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
24033         the case that FROM is nil.
24035         * org.el (org-before-first-heading-p): New function.
24037 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
24039         * org-exp.el (org-export-as-html): Do not add a space before
24040         enforces line breaks.
24041         (org-export-as-html): Close paragraph before blockquote and verse
24042         tags.
24044 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
24046         * org-id.el (org-id-locations-file): Wrap file name with
24047         `convert-standard-filename'.
24048         (org-id-files): New variable.
24049         (org-id-use-hash): New option.
24050         (org-id-update-id-locations): Also search in all files current
24051         listed in `org-id-files'.  Convert the resulting alist to a hash
24052         if the user customation says so.
24053         (org-id-locations-save): Handle he case if `org-id-locations' is a
24054         hash.
24055         (org-id-locations-load): Convert the alist to a hash.
24056         (org-id-add-location): Handle the hast case.
24057         (kill-emacs-hook): Make sure id locations are saved when Emacs is
24058         exited.
24059         (org-id-hash-to-alist, org-id-alist-to-hash)
24060         (org-id-paste-tracker): New functions.
24062 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24064         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
24065         bindings of calendar variables.
24067         * org-table.el (org-table-find-row-type): Rename from
24068         `org-find-row-type'.
24069         (org-table-rewrite-old-row-references): Rename from
24070         `org-rewrite-old-row-references'.
24071         (org-table-shift-refpart): Rename from `org-shift-refpart'.
24072         (org-table-cleanup-narrow-column-properties): Rename from
24073         `org-cleanup-narrow-column-properties'.
24075 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24077         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
24078         for better error messages.
24079         (org-table-get-descriptor-line): Supply the new arguments to
24080         `org-find-row-type'.
24081         (org-table-error-on-row-ref-crossing-hline): New option.
24083         * org.el (org-target-link-regexp): Make buffer-local.
24084         (org-move-subtree-down): Fix bug with trees at beginning of
24085         buffer.
24087 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24089         * org-faces.el (org-set-tag-faces): New function.
24090         (org-tags-special-faces-re): New variable.
24092         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
24094         * org-faces.el (org-tag-faces): New option.
24095         (org-tag): Mention `org-tag-faces' in the docstring.
24097 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24099         * org-exp.el (org-export-html-style-default): Implement new
24100         quoting.
24102         * org-jsinfo.el (org-infojs-template): Implement new quoting.
24104         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
24105         command to the `w3m-minor-mode-map'.
24107         * org-archive.el (org-archive-to-archive-sibling):
24108         Protect `this-command' to avoid appending kills during archiving.
24110         * org-exp.el (org-export-with-priority): New variable.
24111         (org-export-add-options-to-plist): Use `org-export-plist-vars'
24112         instead of internal list of strings and properties.
24113         (org-print-icalendar-entries): Retrieve the location property with
24114         inheritance.
24116 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24118         * org-exp.el (org-export-with-todo-keywords): New option.
24119         (org-export-plist-vars): Include also the keys for the #+OPTIONS
24120         line.
24121         (org-default-export-plist, org-export-add-options-to-plist)
24122         (org-export-as-ascii, org-export-as-html): Use the new structure
24123         of `org-export-plist-vars'.
24125         * org.el (org-map-entries): Return all values.
24127 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24129         * org.el (org-matcher-time): Recognize more special values.
24131         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
24133 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24135         * org.el (org-tags-exclude-from-inheritance): New option.
24136         (org-tag-inherit-p, org-remove-uniherited-tags):
24137         Respect `org-tags-exclude-from-inheritance'.
24139         * org-agenda.el (org-agenda-show-inherited-tags): New option.
24140         (org-format-agenda-item): Add inherited tags to the agenda line
24141         string, and make sure that properties are kept when downcasing the
24142         tags list.
24143         (org-agenda-add-inherited-tags): New function.
24144         (org-downcase-keep-props): New function.
24146         * org.el (org-scan-tags): Mark inherited tags with a text
24147         property.
24148         (org-get-tags-at): Mark inherited tags with a text property.
24149         (org-add-prop-inherited): New function.
24151         * org-agenda.el (org-agenda-add-inherited-tags): New function.
24152         (org-agenda-show-inherited-tags): New option.
24154 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24156         * org.el (org-modules): Add org-w3m to the default modules.
24158         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
24159         orgtbl-mode.
24160         (orgtabl-create-or-convert-from-region): New command.
24162         * org-exp.el (org-export-as-ascii): Remove the handling of
24163         targets.
24164         (org-export-ascii-preprocess): Handle targets already in this
24165         function.
24167 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24169         * org-timer.el (org-timer-start-time): Define this variable.
24170         (org-timer-item): Make argument optional.
24172         * org-list.el (org-insert-item): Automatically insert a timer item
24173         if the current list is a timer list.
24175         * org-timer.el: New file.
24177         * org-publish.el (org-publish-org-index): Only exclude the index
24178         file in the main directory from being added to the site-map.
24179         (org-publish-get-project-from-filename): If the current project is
24180         a component, start publishing from the parent project.
24182 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24184         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
24186         * org-publish.el (org-publish-org-index): Improve removal of
24187         temporary buffers.
24189 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
24191         * org-agenda.el (org-get-closed): Re-apply changes
24192         accidentially overwritten by last commit to Emacs.
24194         * org.el (org-outline-path-complete-in-steps): New option.
24195         (org-refile-get-location):
24196         Honor `org-outline-path-complete-in-steps'.
24197         (org-agenda-change-all-lines, org-tags-sparse-tree)
24198         (org-time-string-to-absolute, org-small-year-to-year)
24199         (org-link-escape): Re-apply changes accidentially overwritten
24200         by last commit to Emacs.
24202 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24204         * org-clock.el (org-dblock-write:clocktable): Make sure the
24205         clocktable sees the first line.
24206         (org-clock-in): Warn if the clock cannot be resumed.
24208 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24210         * org.el (org-open-at-point): Fix mixup about interactive and
24211         non-interactive elisp links.
24213 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24215         * org-exp.el (org-export-preprocess-string): Allow one comment
24216         line before the first headline to always be included.  This is
24217         to not miss a commented target.
24219         * org-mouse.el (org-mouse-insert-item):
24220         Call `org-indent-to-column' instead of `indent-to', for XEmacs
24221         compatibility.
24223         * org.el (org-refile-targets): Fix customize definition so
24224         that it works also in XEmacs.
24225         (org-fixup-indentation): Call `org-indent-to-column' instead
24226         of `indent-to', for XEmacs compatibility.
24228 2008-11-23  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
24230         * org-mew.el (org-mew-store-link): Get the correct case folder
24231         for refiled messages.
24233 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24235         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
24236         line break indicators.
24238         * org.el (org-ido-completing-read): Remove the "i:" prefix for
24239         ido-completion propts.
24241 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24243         * org-remember.el (org-remember-apply-template):
24244         Use `org-substring-no-properties'.
24246         * org-compat.el (org-substring-no-properties): New function.
24248         * org-remember.el (org-remember-apply-template):
24249         Use `org-substring-no-properties' for compatibility.
24251         * org-list.el (org-list-two-spaces-after-bullet-regexp):
24252         New option.
24253         (org-fix-bullet-type):
24254         Respect `org-list-two-spaces-after-bullet-regexp'.
24256         * org-clock.el (org-clock-load): Clean up the code.
24258         * org.el (org-adaptive-fill-function): Allow two spaces after
24259         "1." as a list bullet.
24261 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24263         * org-clock.el (org-clock-save, org-clock-load): Check for
24264         live buffers, existing files, and buffer file names to ensure
24265         consistent information.
24266         (org-clock-persist): Make `clock' a special value of this
24267         variable, and improve docstring.
24269         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
24270         (org-get-string-indentation): Adapt indentation when the bullet
24271         width changes.
24273 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24275         * org-remember.el (org-remember-finalize): Make interactive.
24276         (org-remember-kill): New command.
24277         (org-remember-finish-immediately): Call `org-remember-finalize'
24278         directly.
24279         (org-remember-finalize): Make `org-remember-finalize' an interactive
24280         function.
24282 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24284         * org-remember.el (org-remember-apply-template): No ido completion
24285         for free prompts in remember templates.
24286         (org-remember-before-finalize-hook): New hook.
24287         (org-remember-mode): New minor mode.
24288         (org-remember-apply-template): Turn on `org-remember-mode'.
24290         * org-remember.el (org-remember-apply-template): Fix the way how
24291         the list of allowed properties is retrieved from the target file.
24293         * org.el (org-insert-link): Improve file link matching.
24295 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24297         * org-colview.el (org-columns-display-here): New argument
24298         DATELINE, to trigger using the new face.
24299         (org-agenda-colview-summarize): Call `org-columns-display-here'
24300         with the new argument.
24302         * org-faces.el (org-agenda-column-dateline): New face.
24304         * org-publish.el (org-publish-org-index): Use index-title at page
24305         title, not as section.
24307         * org-exp.el (org-export-html-format-desc): Respect the
24308         org-protect property.
24309         (org-export-as-html): Protect image specifiers that are in the
24310         description part of a link.
24312         * org.el (org-sort-entries-or-items, org-completing-read)
24313         (org-refile-get-location, org-olpath-completing-read, org-todo)
24314         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
24315         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
24316         (org-set-property, org-delete-property)
24317         (org-delete-property-globally): Use `org-ido-completing-read'.
24319         * org-remember.el (org-remember-apply-template):
24320         Use `org-ido-completing-read'.
24322         * org-publish.el (org-publish): Use `org-ido-completing-read'.
24324         * org-colview.el (org-columns-edit-value, org-columns-new)
24325         (org-insert-columns-dblock): Use `org-ido-completing-read'.
24327         * org-attach.el (org-attach-delete-one, org-attach-open):
24328         Use `org-ido-completing-read'.
24330         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
24331         Use `org-ido-completing-read'.
24333         * org.el (org-time-today): New function.
24334         (org-matcher-time): Use `org-time-today'.  Add special treatment
24335         for "<tomorrow>" and "<yesterday>".
24336         (org-ido-completing-read): New function.
24337         (org-completion-use-ido): New option.
24339         * org-exp.el (org-export-format-source-code): Fix bug in require
24340         htmlize code.
24341         (org-export-target-internal-links): Fix bug in search for text
24342         property.
24344 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24346         * org-export-latex.el (org-export-latex-subcontent):
24347         Interpret target aliases as additional labels.
24349         * org-exp.el (org-export-target-aliases): New variable.
24350         (org-export-preprocess-string)
24351         (org-export-handle-invisible-targets): Fill the alias alist.
24352         (org-export-as-html): Remove the &nbsp; from the anchor, and also
24353         assign an id.
24354         (org-html-level-start): Insert the target aliases as additional
24355         anchors.
24357         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
24358         picture area.
24360 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24362         * org.el (org-open-at-mouse): Ensure correct link abbreviations
24363         when following a link with the mouse from the agenda.
24365         * org-exp.el (org-export-as-html): Avoid lone </div> when no
24366         headlines are created.
24368 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24370         * org.el (org-link-translation-function): New option.
24371         (org-open-at-point): Call `org-link-translation-function' if
24372         non-nil.
24373         (org-translate-link): New function.
24374         (org-translate-link-from-planner): New function.
24375         (org-open-at-point): Allow interactive commands in elisp links.
24377         * org-exp.el (org-icalendar-cleanup-string): Restore the old
24378         iCalendar quoting.  The new one seems to caus problems with
24379         applications.
24381         * org.el (org-yank): Set `this-command' to `yank', so that
24382         `yank-pop' will work.
24384 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24386         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
24387         compliance as far as quoting is concerned.
24389         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
24390         hexified version of the tag.
24392         * org-vm.el (org-vm-follow-link): Require `vm-search'.
24394         * org.el (org-up-heading-safe, org-forward-same-level):
24395         Always call `org-back-to-heading' instead of `outline-back-to-heading'.
24396         (org-back-to-heading): New wrapper around outline-back-to-heading,
24397         with a useful error message telling where the error happened.
24399         * org-list.el (org-update-checkbox-count): Always call
24400         `org-back-to-heading' instead of `outline-back-to-heading'.
24402         * org-exp.el (org-export-as-html): Make sure that each <img> tag
24403         has an `alt' attribute, to ensure XHTML validation.
24405 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24407         * org-publish.el (org-publish-attachment): Allow publishing to
24408         overwrite attachment files.
24410         * org-agenda.el (org-agenda-timerange-leaders): New option.
24411         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
24413         * org.el (org-edit-src-exit): Untabify ASCII image before
24414         returning.
24416 2008-11-19  Glenn Morris  <rgm@gnu.org>
24418         * org.el, org-mouse.el (org-agenda-change-all-lines):
24419         Fix declaration.
24421 2008-11-18  Carsten Dominik  <dominik@science.uva.nl>
24423         * org.el ("speedbar"): Only show context if the file really is an
24424         org-mode buffer.
24426 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
24428         * org.el (org-time-string-to-absolute, org-small-year-to-year)
24429         (org-tags-sparse-tree): Fix typos in docstrings.
24431 2008-11-15  Carsten Dominik  <dominik@science.uva.nl>
24433         * org-publish.el (org-publish-attachment): Allow copy-file to
24434         overwrite files.
24436 2008-11-13  Glenn Morris  <rgm@gnu.org>
24438         * org-agenda.el (org-get-closed): Fix alias.
24440 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
24442         * org.el (org-link-escape): Fix typo in docstring.
24444 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24446         * org.el (org-yank): Make any prefix force normal yanking.
24447         Suppress folding if text would be swallowed into a folded
24448         subtree.
24449         (org-yank-folded-subtrees, org-yank): Docstring updates.
24451         * org-agenda.el (org-agenda-compare-effort): Treat no effort
24452         defined as 0.
24454         * org-exp.el (org-export-language-setup): Add Catalan and
24455         Esperanto language entries.
24457 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24459         * org.el (org-refile): Allow refiling of entire regions.
24461         * org-clock.el (org-clock-time%): New function.
24463         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
24464         retrieve property values.
24466 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24468         * org-agenda.el (org-agenda-list): Handle the value `only' of
24469         org-agenda-show-log'.
24470         (org-agenda-log-mode): Interpret a double prefix arg.
24472 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24474         * org-exp.el (org-export-html-footnotes-section): New variable.
24475         (org-export-as-html): Use `org-export-html-footnotes-section' to
24476         insert the footnotes.
24477         (org-export-language-setup): Add "Footnotes" to language words.
24479 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24481         * org.el (org-yank): Fix bug when not inserting a subtree.
24483 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24485         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
24486         instead of `vm-beginning-of-message'.
24488         * org.el (org-make-link-regexps): Make sure that links to gnus can
24489         contain brackets.
24491 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24493         * org-attach.el (org-attach-dir): Remove duplicate ID creation
24494         code.
24496         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
24497         shell output.
24499         * org.el (org-link-abbrev-alist): Improve customization type.
24501         * org-attach.el (org-attach-expand-link, org-attach-expand):
24502         New functions.
24504         * org-agenda.el (org-agenda-get-progress): Rename from
24505         `org-get-closed'.  Implement searching for state changes as well.
24506         (org-agenda-log-mode-items): New option.
24507         (org-agenda-log-mode): New option prefix argument, interpreted as
24508         request to show all possible progress info.
24509         (org-agenda-get-day-entries): Call `org-get-progress' instead of
24510         `org-get-closed'.
24511         (org-agenda-set-mode-name): Handle the more complex log mode
24512         settings.
24513         (org-get-closed): New alias, pointing to `org-get-progress'.
24515 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24517         * org.el (org-file-apps-defaults-gnu)
24518         (org-file-apps-defaults-macosx)
24519         (org-file-apps-defaults-windowsnt): Add an entry defining the
24520         system command.
24521         (org-file-apps): Allow `system' as key and value.
24522         (org-open-at-point): Explain the effect of a double prefix arg.
24523         (org-open-file): If the argument `in-emacs' is (16),
24524         i.e. corresponding to a double prefix argument, try to open the
24525         file externally.
24527 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24529         * org.el (org-insert-link): Abbreviate absolute files names in
24530         links.  Also, fix a bug in which the double C-u prefix would not
24531         be honored.
24533 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24535         * org.el (org-insert-heading): If buffer does not end with a
24536         newline, add one if necessary to insert headline correctly.
24538         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
24539         paragraphs, not inside.
24541         * org.el (org-todo):
24542         Quote `org-agenda-headline-snapshot-before-repeat'.
24544         * org-exp.el (org-export-as-html): Fully process link descriptions.
24545         (org-export-html-format-desc): New function.
24546         (org-export-as-html): Collect footnotes into the correct basket.
24547         (org-html-protect): No longer protect quotations marks here, this
24548         goes wrong.
24550         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
24551         BEG.
24553         * org-compat.el (org-fit-window-to-buffer): New function (not
24554         really, a preliminary and incomplete version was present earlier,
24555         but not used).
24557         * org.el (org-fast-todo-selection, org-fast-tag-selection):
24558         Use `org-fit-window-to-buffer'.
24560         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
24562         * org-agenda.el (org-agenda-get-restriction-and-command)
24563         (org-fit-agenda-window, org-agenda-convert-date):
24564         Use `org-fit-window-to-buffer'.
24566         * org-exp.el (org-export-as-html): Process href links through
24567         `org-export-html-format-href'.
24568         (org-export-html-format-href): New function.
24570         * org-agenda.el (org-agenda-todo): Update only the current
24571         headline if this is a repeated TODO, marked done for today.
24572         (org-agenda-change-all-lines): New argument JUST-THIS, to change
24573         only the current line.
24575         * org.el (org-todo): Take a snapshot of the headline if the
24576         repeater might change it.
24578 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24580         * org-publish.el (org-publish-find-title): Remove buffers visited
24581         only for extracting the title.
24583         * org-exp.el (org-export-html-style)
24584         (org-export-html-style-default): Mark style definitions as
24585         unparsed CDATA.
24587         * org-publish.el (org-publish-validate-link):
24588         Function re-introduced.
24590 2008-11-12  Charles Sebold  <csebold@gmail.com>
24592         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
24593         property.
24594         (org-plot-quote-timestamp-field): New function.
24595         (org-plot-quote-tsv-field): Call timestamp field function when
24596         necessary rather than just quoting as a string.
24597         (org-plot/gnuplot-to-data): Pass in timefmt property.
24598         (org-plot/gnuplot-script): Supports timefmt property.
24599         (org-plot/gnuplot): Checks for timestamp column before checking
24600         for text index column.
24602 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24604         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
24606         * org-publish.el (org-publish-org-index): Create a section in the
24607         index file.
24608         (org-publish-org-index): Stop linking to directories.
24610         * org.el (org-emphasis-alist): Use span instead of <u> to
24611         underline text.
24613         * org-exp.el (org-export-as-html): Make sure <p> is closed before
24614         <pre> sections.
24616 2008-11-12  Sebastian Rose  <sebastian_rose@gmx.de>
24618         * org-jsinfo.el (org-infojs-template): Remove language attribute
24619         from script tag.
24621 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24623         * org-agenda.el (org-agenda-remove-marked-text): New function.
24624         (org-agenda-mark-filtered-text)
24625         (org-agenda-unmark-filtered-text): New functions.
24626         (org-write-agenda): Remove filtered text.
24628         * org.el (org-make-tags-matcher): Give access to TODO "property"
24629         without speed penalty.
24631 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24633         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
24634         option.
24635         (org-store-link-props): Make sure adding to the plist works
24636         correctly.
24638         * org-gnus.el (org-gnus-no-new-news): New function.
24639         (org-gnus-follow-link): Allow the article ID to be a message-id,
24640         in addition to allowing article numbers.  Message IDs make much
24641         more roubust links.
24642         (org-gnus-store-link): Use message-id to create link.
24644 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24646         * org.el (org-emphasize): Reverse the selection array.
24647         (org-emphasis-alist): Set <code> tags for the verbatim
24648         environment.
24650         * org-remember.el (org-remember-handler): Fix bug with
24651         prefix-related changing of the note storage target.
24653         * org-exp.el (org-print-icalendar-entries): Make the exported
24654         priorities compatible with RFC 2445.
24656         * org-clock.el (org-clock-save): Insert time stamp without
24657         dependence on time-stamp.el.
24659 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24661         * org.el ("saveplace"): If saveplace puts point into an invisible
24662         location, make it visible.
24663         (org-make-tags-matcher): Allow inactive time stamps in time
24664         comparisons.
24665         (org-yank-adjusted-subtrees): New option.
24666         (org-yank): Incorporate adjusting trees.
24667         (org-paste-subtree): New argument FOR-YANK which will cause
24668         insertion at point without backing up over white lines, and leave
24669         point at the end of the inserted text.  Also if the cursor is
24670         at the beginning of a headline, use the same level or the inserted
24671         tree.
24673         * org-publish.el (org-publish-get-base-files-1): Deal correctly
24674         with broken symlinks.
24676 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24678         * org-exp.el (org-export-select-tags, org-get-current-options):
24679         Fix typo.
24681 2008-11-06  Glenn Morris  <rgm@gnu.org>
24683         * org-publish.el (org-publish-attachment): Use copy-file rather than
24684         eshell/cp.
24686 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
24688         * org.el (org-columns-modify-value-for-display-function):
24689         * org-table.el (org-table-convert-region): Fix typos in docstrings.
24691 2008-10-28  Glenn Morris  <rgm@gnu.org>
24693         * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
24695         * org-list.el (outline-next-heading, outline-back-to-heading):
24696         Fix declarations.
24698 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24700         * org-agenda.el (org-format-agenda-item)
24701         (org-agenda-filter-make-matcher): Make sure tags are stored and
24702         compared downcased.
24704 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24706         * org.el (org-insert-todo-heading): Fix bug with force-heading
24707         argument.
24709 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24711         * org-exp.el (org-export-as-ascii): Handle the case that we are
24712         bulishing from an indirect buffer.
24714         * org-table.el (org-table-copy-down): Fix bug with time stamp
24715         increment.
24717         * org-mouse.el (org-mouse-features): New option.
24718         (org-mode-hook): Turn on features depending on
24719         `org-mouse-features'.
24721         * org.el (org-insert-heading-respect-content): Force heading
24722         creation.
24723         (org-insert-heading): Keep the folding state of the heading before
24724         the inserted one.
24726 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24728         * org-archive.el (org-archive-to-archive-sibling): Handle top
24729         level headlines better.
24731 2008-10-26  Bastien Guerry  <bzg@gnu.org>
24733         * org-export-latex.el (org-export-latex-classes):
24734         Add \usepackage{graphicx} to the default list of packages.
24736 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24738         * org-agenda.el (org-agenda-filter): Rename from
24739         `org-agenda-filter-tags'.
24741 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24743         * org.el (org-entry-properties): Add CATEGORY property, iven if it
24744         is not defined as a property in this entry.
24745         (org-add-log-note): Mask prefix argument when immediately storing
24746         the note.
24748         * org-agenda.el (org-agenda-filter-effort-default-operator):
24749         New option.
24751 2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>
24753         * org.el (org-add-log-setup): Bugfix; code to find insertion point
24754         after drawers was skipping ahead one line too many, so notes were
24755         inserted after the first note instead of before it.
24757 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24759         * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
24760         New variables.
24761         (org-prepare-agenda): Reset the filter tags.
24762         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
24763         Show filter tags in mode line.
24765         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
24766         formatter.
24768         * org-export-latex.el (org-latex-entities-regexp): New constant.
24769         (org-export-as-pdf): Use two calls to `shell-command'.
24771 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24773         * org-export-latex.el (org-export-latex-treat-sub-super-char):
24774         Honor the {} value of the subsuperscript setting.  Make sure that
24775         longer subsuperscripts are typeset in a roman font.
24777         * org.el (org-clock-update-time-maybe): Compute negative clock
24778         intervals correctly.
24780 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24782         * org.el (org-add-log-setup):
24783         Respect `org-log-state-notes-insert-after-drawers'.
24784         (org-log-state-notes-insert-after-drawers): New option.
24785         (org-todo-trigger-tag-changes): New function.
24786         (org-todo): Call `org-todo-trigger-tag-changes'.
24788 2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>
24790         * org.el (org-add-log-setup): Only skip drawers if they are
24791         immediately after the scheduling keywords.
24793         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
24794         function.
24795         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
24796         call it with the current todo state to get the state to switch to
24797         when clocking in.
24798         (org-clock-in): Use org-indent-line-function to indent clock lines.
24799         (org-clock-find-position): Fix indentation of empty clock drawers.
24801 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24803         * org-publish.el (org-publish-org-to): Handle case when
24804         org-export-to-pdf does return a file name, not a buffer.
24805         (org-publish-org-to-pdf): New function.
24807         * org-export-latex.el (org-export-as-pdf)
24808         (org-export-as-pdf-and-open): New commands.
24810         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
24811         forms as ranges.
24813         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
24814         things in protexted regions.
24816 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24818         * org-export-latex.el (org-export-latex-preprocess):
24819         Improve quoting of LaTeX environments.
24821 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
24823         * org.el (org-default-notes-file):
24824         * org-publish.el (org-publish-timestamp-directory):
24825         * org-id.el (org-id-locations-file): Run file names that begin
24826         with a period thru `convert-standard-filename'.
24828 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24830         * org-plot.el: Switch coding system to unix.
24832 2008-10-12  John Wiegley  <johnw@newartisans.com>
24834         * org-attach.el: New file.
24836 2008-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
24838         * org.el (org-edit-fixed-width-region): Exclude final newline from
24839         picture area.
24841         * org-export-latex.el (org-export-latex-subcontent): Add labels to
24842         sections, to make internal links work.
24843         (org-export-latex-fontify-headline): Do not remove all text
24844         properties, to make sure that target properties survive this
24845         process.
24847         * org-exp.el (org-export-preprocess-string): Change sequence of
24848         modifications, to make sure links are prepared before the LaTeX
24849         conversions do happen.
24851         * org-attach.el (org-attach-delete-all): Rename from
24852         `org-attch-delete'.  Add a security query before deleting the
24853         entire directory.  New optional argument FORCE can overrule the
24854         security query.
24855         (org-attach-delete-one): New command.
24857         * org-attach.el (org-attach-file-list): Fix bug with directory.
24859         * org.el (org-apps-regexp-alist): New function.
24860         (org-file-apps): Add auto-mode to the default value.
24861         (org-open-file): Use the new structure of org-file-apps.
24863         * org-attach.el (org-attach): Support the new keys.
24864         (org-attach-method): New option.
24866         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
24867         March.
24869         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
24870         of the list value o `org-use-tag-inheritance'.
24872         * org-attach.el (org-attach-auto-tag): New option.
24873         (org-attach-tag, org-attach-untag): New functions.
24874         (org-attach-attach, org-attach-new, org-attach-sync):
24875         Call `org-attach-tag'.
24876         (org-attach-delete): Call `org-attach-untag'.
24878         * org-table.el (orgtbl-self-insert-command): Make this work for
24879         the keypad as well.
24881         * org.el (org-add-log-setup): Limit searc for drawers to entry
24882         text, not to subtree.
24884         * org-clock.el (org-clock-heading-for-remember): New variable.
24885         (org-clock-in): Set `org-clock-heading-for-remember'.
24887 2008-10-12  James TD Smith  <ahktenzero@mohorovi.cc>
24889         * org-remember.el (org-remember-apply-template): Add new
24890         expansions: %k, %K for currently clocked task and a link to the
24891         currently clocked task, and %< to file notes in the currently
24892         clocked task.
24894 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24896         * org-export-latex.el (org-export-latex-make-header): Also insert
24897         the content of the property :latex-header-extra.
24899         * org-exp.el (org-infile-export-plist): Put the content of
24900         #+LATEX_HEADER: into the property :latex-header-extra.
24902         * org-colview.el (org-columns-get-format-and-top-level):
24903         Remove resetting the marker.
24905         * org.el (org-entry-property-inherited-from): Improve docstring.
24906         (org-entry-get-with-inheritance): Reset marker before starting the
24907         search.
24909         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
24911         * org.el (org-entry-get-multivalued-property)
24912         (org-entry-protect-space, org-entry-restore-space):
24913         New functions.
24914         (org-file-apps-defaults-macosx): Let PostScript files be opened by
24915         preview.
24916         (org-time-stamp-inactive): Call `org-time-stamp'.
24917         (org-time-stamp): New argument `inactive'.  Also edit inactive
24918         stamps.  Convert time stamp type.
24919         (org-open-file): Interpret the `default' value for the `command'
24920         in `org-file-apps'.
24922         * org-id.el (org-id-int-to-b36-one-digit)
24923         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
24924         (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
24925         b36.
24927         * org-id.el (org-id-reverse-string): New function.
24928         (org-id-new): Use `org-id-reverse-string' to make sure the
24929         beginning chars of the ID are mutating fast.  This allows to use a
24930         directory structure to spread things better.
24931         (org-id-prefix): Change default to nil.
24933         * org-list.el (org-move-item-down, org-move-item-up): Remember and
24934         restore the column of the cursor position.
24936         * org-remember.el (org-remember-apply-template): Remove properties
24937         from `initial'.
24939         * org-wl.el (org-wl-open): Remove useless call to
24940         `wl-thread-open-all'.
24942         * org-remember.el (org-remember-handler): Fix bug with `bottom'
24943         location.
24945         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
24946         `org-bbdb-anniversaries'.
24948         * org.el (org-get-next-sibling, org-forward-same-level):
24949         New functions, similar to the outline versions, but invisible headings
24950         are OK.
24952 2008-10-12  Bastien Guerry  <bzg@gnu.org>
24954         * org.el (org-auto-repeat-maybe): Insert a space between
24955         the timestamp's type and the timestamp itself.
24957 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24959         * org-table.el (org-table-sum): Do not format the result with %g,
24960         it does rounding when there are too many digits.
24962         * org.el (org-map-entries): Protect the keyword-selecting variables.
24964 2008-10-12  Bastien Guerry  <bzg@gnu.org>
24966         * org-agenda.el (org-agenda-to-appt): Make sure the function check
24967         against all agenda files.
24969 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24970             Bastien Guerry  <bzg@gnu.org>
24972         * org-list.el: New file, aggregating list functions from org.el
24973         and org-export-latex.el.
24975 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24977         * org.el (org-edit-src-region-extra): New option.
24979         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
24980         time before 1am.
24982 2008-10-12  Bastien Guerry  <bzg@gnu.org>
24984         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
24986 2008-10-12  James TD Smith  <ahktenzero@mohorovi.cc>
24988         * org-plot.el (org-plot/gnuplot): Make tables starting with a
24989         hline work correctly.
24990         (org-plot/gnuplot-script): Put commas at the end of each script
24991         line.
24993         * org.el (org-get-refile-targets): Replace links with their
24994         descriptions.
24995         (org-imenu-get-tree): Replace links with their descriptions.
24997         * org-remember.el (org-remember-apply-template): Add a new
24998         expansion for adding properties to remember items.
25000         * org.el (org-add-log-setup): Skip over drawers (properties,
25001         clocks etc) when adding notes.
25003         * org-agenda.el (org-agenda-get-closed): Show durations of clocked
25004         items as well as the start and end times.
25006         * org-compat.el (org-get-x-clipboard-compat): Add a compat
25007         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
25009         * org-remember.el (org-get-x-clipboard): Use the compat
25010         function to get clipboard values when x-selection-value is
25011         unavailable.  Use substring-no-properties instead of
25012         set-text-properties to remove text properties from the clipboard
25013         value.
25015         * org-clock.el (org-update-mode-line): Support limiting the
25016         modeline clock string, and display the full todo value in the
25017         tooltip.  Set a local keymap so mouse-3 on the clock string goes to
25018         the currently clocked task.
25019         (org-clock-string-limit): Add a custom value for the maximum
25020         length of the clock string in the modeline.
25021         (org-clock-mode-map): Add a keymap for the modeline string.
25023 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
25025         * org-compat.el (org-propertize): New function.
25027 2008-10-12  Bastien Guerry  <bzg@gnu.org>
25029         * org-export-latex.el (org-export-latex-tables): Protect exported
25030         tables from further special chars conversion.
25031         (org-export-latex-preprocess): Preserve LaTeX environments.
25032         (org-list-parse-list): Parse descriptive lists.
25033         (org-list-to-generic, org-list-to-latex, org-list-to-html)
25034         (org-list-to-texinfo): Export descriptive lists.
25035         (org-quote-chars): Remove.
25036         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
25037         (org-export-latex-list-beginning-re): Rename to
25038         `org-list-beginning-re'.
25039         (org-list-item-begin): Rename to `org-list-item-beginning'.
25041 2008-10-12  Eric Schulte  <schulte.eric@gmail.com>
25043         * org-plot.el: New file.
25045 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
25047         * org.el (org-refile): Allow refiling to the last entry in the
25048         buffer.
25049         (org-get-tags-at): Fix bug when inheritance is turned off.
25051         * org.el (org-indent-line-function): No longer check for src
25052         regions, this is too much overhead.
25054         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
25055         matching.
25057         * org.el (org-scan-tags): Make sure that tags matching is not case
25058         sensitive.  TODO keyword matching is case sensitive, however, to
25059         avoid confusion with similar words that are not meant to be
25060         keywords.
25062         * org.el (org-get-local-tags-at): New function.
25063         (org-get-local-tags): New function.
25065         * org-exp.el (org-export-get-categories): New function.
25067         * org-agenda.el (org-sorting-choice)
25068         (org-agenda-sorting-strategy, org-agenda-get-todos)
25069         (org-agenda-get-timestamps, org-agenda-get-deadlines)
25070         (org-agenda-get-scheduled, org-agenda-get-blocks)
25071         (org-entries-lessp): Implement sorting by TODO state.
25072         (org-cmp-todo-state): New defsubst.
25074         * org-colview.el (org-colview-construct-allowed-dates):
25075         New function.
25076         (org-columns-next-allowed-value):
25077         Use `org-colview-construct-allowed-dates'.
25079         * org.el (org-protect-slash): New function.
25080         (org-get-refile-targets): Use `org-protect-slash'.
25082         * org-agenda.el (org-global-tags-completion-table): New variable.
25084         * org-exp.el (org-export-handle-export-tags): New function.
25085         (org-export-preprocess-string):
25086         Call `org-export-handle-export-tags'.
25088         * org-publish.el (org-publish-expand-components): Function removed.
25089         (org-publish-expand-projects): Allow components to have components.
25091         * org.el (org-indent-line-function): Do not indent in regions that
25092         are external source code.
25093         (org-yank-and-fold-if-subtree): New function.
25095         * org-agenda.el (org-agenda-todayp): New function.
25096         (org-agenda-get-deadlines, org-agenda-get-scheduled):
25097         Use `org-agenda-todayp'.
25099         * org.el (org-insert-heading-respect-content)
25100         (org-insert-todo-heading-respect-content): New commands.
25101         (org-insert-heading-respect-content): New option.
25102         (org-insert-heading): Respect `org-insert-heading-respect-content'.
25104         * org-clock.el (org-clock-find-position): Make sure the note after
25105         the clock line gets moved into the new clock drawer.
25107         * org-id.el (org-id-new): New option.
25109         * org-table.el (org-table-copy-down): Avoid overflow during
25110         increment.  Use prefix argument 0 to temporarily disable the
25111         increment.
25113         * org-exp.el (org-export-as-html): Do not turn on the major mode
25114         if the buffer will be killed anyway.
25115         (org-get-current-options): Exclude the #+TEXT field.
25116         (org-export-as-html): Make sure text before the first headline is
25117         a paragraph.
25119         * org-publish.el (org-publish-org-to): Tell the exporter that this
25120         buffer will be killed, so it is not necessary to do major mode
25121         initialization.
25123         * org-archive.el (org-archive-to-archive-sibling): Show empty
25124         lines after folding the archive sibling.
25126         * org.el (org-log-note-extra): New variable.
25128 2008-10-12  Bastien Guerry  <bzg@gnu.org>
25130         * org.el (org-additional-option-like-keywords): Add keywords for
25131         the _QUOTE, _VERSE and _SRC environments.
25133         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
25134         exporting _QUOTE and _VERSE environments.
25136 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
25138         * org-agenda.el (org-agenda-filter-by-tag): New command.
25140         * org-exp.el (org-get-current-options): Remove angular brackets
25141         from the date entry.
25143         * org.el (org-edit-fixed-width-region): New function.
25144         (org-edit-fixed-width-region): Also try
25145         `org-edit-fixed-width-region'.
25146         (org-edit-fixed-width-region-mode): New option.
25147         (org-activate-code): Only interpret lines starting with colon
25148         plus a space as example lines.
25150         * org-remember.el (org-remember-templates): Add nil instead of
25151         empty strings to fix the length of remember templates.
25153         * org-table.el (org-calc-default-modes): Fix the time format for
25154         calc, from 12 hour to 24 hour clock.
25156         * org-agenda.el (org-agenda-get-deadlines)
25157         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
25158         entries that are pre-warnings of deadlines or reminders.
25160         * org.el (org-sort-entries-or-items): Make numeric and alpha
25161         comparisons ignore any TODO keyword and priority cookie.
25163         * org-remember.el (org-remember-handler): Reinterpretation of the
25164         prefix argument.
25166         * org-agenda.el (org-agenda-get-scheduled): Use new
25167         `org-scheduled' face.
25169         * org-faces.el (org-scheduled): New face.
25171         * org-wl.el (org-wl-open): Remove incorrect declaration.
25173         * org-gnus.el (org-gnus-store-link): Support for :to information
25174         in gnus links.
25176         * org-exp.el (org-export-as-html): Fix typo in creator
25177         information.
25178         (org-export-protect-examples): New parameter indent.  Insert extra
25179         spaces only when this parameter is specified.
25180         (org-export-preprocess-string): Call `org-export-protect-examples'
25181         with an indentation parameter when exporting to ASCII.
25183         * org-remember.el (org-remember-templates)
25184         (org-remember-apply-template): Allow the file component to be a
25185         function.
25187         * org.el (org-goto-local-search-headings): Rename from
25188         `org-goto-local-search-forward-headings'.  Added the possibility
25189         to search backwards.
25191         * org-export-latex.el (org-export-latex): New customization
25192         group.
25194         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
25196         * org-exp.el (org-html-do-expand): Allow {} to terminate
25197         tex macro.
25199         * org.el (org-buffer-list): Select buffers based on major mode,
25200         not on file name.
25202         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
25203         face property.
25205         * org-colview.el (org-columns-display-here):
25206         Use `org-columns-modify-value-for-display-function'.
25208         * org.el (org-columns-modify-value-for-display-function): New option.
25210         * org-publish.el (org-publish-file): Make sure the directory match
25211         for the publishing directory works correctly.
25213         * org-agenda.el (org-agenda-execute-calendar-command)
25214         (org-agenda-diary-entry): Additional optional argument.
25216 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
25218         * org-exp.el (org-export-as-html): Add attributes also in mailto
25219         and ftp links.
25221         * org.el (org-autoload): Add `org-dblock-write:columnview'.
25223 2008-08-11  Glenn Morris  <rgm@gnu.org>
25225         * org-mac-message.el (do-applescript): Fix declaration.
25227 2008-08-10  Glenn Morris  <rgm@gnu.org>
25229         * org-exp.el (org-export-as-html): Let-bind `i'.
25231         * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
25232         (org-extract-attributes): Let-bind `key', `value'.
25233         (org-make-tags-matcher): Let-bind `time-p'.
25235 2008-07-27  Carsten Dominik  <dominik@science.uva.nl>
25237         * org-install.el: New file.
25239 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
25241         * org-exp.el (org-export-html-style)
25242         (org-export-html-style-extra): Declare as safe-local-variable.
25244 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
25246         * org-publish.el (org-publish-file): Use the true name of the
25247         file.
25249         * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
25250         instead of :style.
25252         * org-exp.el (org-export-plist-vars)
25253         (org-export-add-options-to-plist): Handle creator setting flag.
25254         (org-export-as-html): Handle attributes also for ftp and mailto
25255         links.
25257         * org-agenda.el (org-agenda-diary-entry)
25258         (org-agenda-execute-calendar-command): Cater for the second
25259         argument of `calendar-cursor-to-date'.
25261 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
25263         * org-exp.el (org-export-region-as-html, org-export-as-html):
25264         Make sure that calls from `org-export-region-as-html' do not do the
25265         special check for a subtree.
25267         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
25269         * org.el (org-open-file):
25270         Use `org-open-directory-means-index-dot-org'.
25271         (org-open-directory-means-index-dot-org): New option.
25273         * org.el (org-make-link-string): Remove link attributes from
25274         description.
25275         (org-open-at-point): Remove link attributes before using the path.
25277         * org-exp.el (org-export-as-html): Handle link attributes.
25279         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
25281         * org-table.el (org-table-to-lisp): New function.
25283         * org.el (org-narrow-to-subtree): Do not include the final newline
25284         into the narrowed region.
25286         * org-agenda.el (org-agenda-custom-commands-local-options):
25287         Fix bug with user-define skipping condition.
25289         * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
25291         * org-exp.el (org-export-html-style-default): Automatic overflow
25292         handling for pre fields.
25293         (org-export-as-ascii, org-export-as-html): Change default format
25294         for time stamp.
25296         * org-table.el (org-table-export): Offer completion for translator
25297         functions, and do not require a heading above the table.
25299         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
25300         Cater for the case of a list starting in the first line of the
25301         buffer.
25303         * org-publish.el (org-publish-find-title): Bug fix.
25304         (org-publish-org-index): Implement new :index-style option.
25306         * org-publish.el (org-publish-timestamp-filename):
25307         Use SHA1-encoded file names in the timestamp directory.
25309         * org-publish.el (org-publish-needed-p): Be verbose about files
25310         published and files skipped.
25312         * org-exp.el (org-export-preprocess-string): Swap link
25313         normalization and internal link targeting.
25315         * org-publish.el (org-publish-needed-p): Create timestamp
25316         directory when it does not exist.
25318         * org-clock.el (org-clock-out-when-done): Doc fix.
25320         * org.el (org-agenda-skip-unavailable-files): Doc fix.
25322         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
25323         Ignore case when searching for the COMMENT cookie at export time.
25325         * org-exp.el (org-get-file-contents)
25326         (org-get-and-remove-property): New functions.
25327         (org-export-handle-include-files): Handle the new prefix options.
25328         (org-export-as-html): Fix the verse environment.
25330         * org.el (org-time=, org-time<, org-time<=, org-time>)
25331         (org-time>=, org-time<>, org-2ft): New functions.
25332         (org-op-to-function): Also provide for the time testing functions.
25334         * org-exp.el (org-export-html-style-default): New constant.
25336         * org-exp.el (org-export-html-style-extra): New variable.
25337         (org-export-splice-style): New function.
25339         * org-exp.el (org-export-plist-vars, org-export-as-html):
25340         Implement `org-export-creator-info'.
25341         (org-export-creator-info): New option.
25343         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
25344         (org-property-drawer-re, org-clock-drawer-re): New constants.
25346         * org-exp.el (org-icalendar-use-deadline)
25347         (org-icalendar-use-scheduled): New options.
25348         (org-icalendar-include-todo): Default changed to t.
25349         (org-print-icalendar-entries): Implement better utilization of
25350         scheduling and deadline time stamps.
25351         (org-export-target-internal-links, org-export-as-html): Allow file
25352         lines without the "file:" prefix if the file path is an absolute
25353         path or starts with ".".
25355         * org-clock.el (org-clocktable-shift): Also understand yesterday,
25356         lastweek etc.
25357         (org-clock-special-range): Also understand yesterday, lastweek etc.
25359         * org.el (org-agenda-skip-archived-trees): Docstring now
25360         discourages using this.
25361         (org-scan-tags): Check for org-agenda-archives-mode.
25362         (org-map-entries): Make sure org-agenda-archives-mode is nil.
25363         (org-agenda-files): Functionality of second arg changed.
25365         * org-agenda.el (org-agenda-archives-mode): New variable.
25366         (org-write-agenda, org-prepare-agenda, org-agenda-list)
25367         (org-search-view, org-todo-list, org-tags-view)
25368         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
25369         `ifmode' argument.
25370         (org-agenda-quit): Reset the archives mode.
25371         (org-agenda-archives-mode): New command.
25372         (org-agenda-set-mode-name): Include archives info.
25374         * org.el (org-paste-subtree): Make sure the yanked headline is
25375         visible if it was yanked at a visible point.
25376         (org-move-item-up): Fix the bug with moving white space at the end
25377         of the item.
25378         (org-show-empty-lines-in-parent): New function.
25380 2008-07-19  Juri Linkov  <juri@jurta.org>
25382         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
25383         new keymap `narrow-map' instead of binding "\C-xns".
25385 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
25387         * org.el (org-agenda-skip-unavailable-files):
25388         * org-clock.el (org-clock-out-when-done): Doc fixes.
25390 2008-06-18  Glenn Morris  <rgm@gnu.org>
25392         * org.el (org-map-entries): Let-bind `file'.
25394 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25396         * org-colview.el (org-columns-next-allowed-value): Bug fix.
25398         * org-agenda.el (org-agenda-get-closed): Get the end time into the
25399         agenda prefix as well.
25401         * org-publish.el (org-publish-org-index): Make a properly indented
25402         list.
25404         * org.el (org-calendar-agenda-action-key): New option.
25405         (org-get-cursor-date): New function.
25406         (org-mark-entry-for-agenda-action): New command.
25407         (org-overriding-default-time): New variable.
25408         (org-read-date): Respect `org-overriding-default-time'.
25410         * org-remember.el (org-remember-apply-template): Respect the
25411         overriding default time.
25413         * org-agenda.el (org-agenda-action-marker): New variable.
25414         (org-agenda-action): New command.
25415         (org-agenda-do-action): New function.
25417 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25419         * org.el (org-schedule, org-deadline): Protect scheduled and
25420         deadline tasks against changes that accidentally remove the
25421         repeater.  Also show a message with the new date when done.
25423 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25425         * org.el (org-beginning-of-line): Cater for the case when there
25426         are tags but no headline text.
25427         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
25428         it set.
25430 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25432         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
25433         the return value is nil instead of "nil" when there is no match.
25435         * org-exp.el (org-insert-centered): Use fill-column instead of
25436         80.
25437         (org-export-as-ascii): Use string-width to measure the width of
25438         the heading.
25440         * org.el (org-diary-to-ical-string): No longer kill buffer
25441         FROMBUF, this is now done by the caller.
25443         * org-exp.el (org-print-icalendar-entries): Move the call to
25444         `org-diary-to-ical-string' out of the loop, and kill the buffer
25445         afterwords.
25447         * org-remember.el (org-remember-visit-immediately):
25448         Position cursor after moving to the note.
25449         (org-remember-apply-template): Use a text property to record the
25450         cursor position.
25451         (org-remember-handler): Align tags after pasting the note.
25453 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25455         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
25457         * org-agenda.el (org-agenda-open-link): If there is an
25458         org-bbdb-name property in the current line, jump to that bbdb
25459         entry.
25461         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
25462         text property, so that the agenda knows where this entry comes
25463         from.
25465         * org-agenda.el (org-agenda-clock-in): Fix bug in the
25466         interaction between clocking-in from the agenda, and  automatic
25467         task state switching.
25469         * org-macs.el (org-with-point-at): Bug fix in macro definition.
25471         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
25472         zmacs-region stays after this command in XEmacs.
25474 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25476         * org.el (org-scan-tags): Allow new values for ACTION parameter.
25478         * org-remember.el (org-remember-templates): Fix bug in
25479         customization type definition.
25481         * org.el (org-map-entries): New function.
25483 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25485         * org-agenda.el (org-agenda-skip-comment-trees): New option.
25486         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
25488 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25490         * org-remember.el (org-jump-to-target-location): New variable.
25491         (org-remember-apply-template):
25492         Set `org-remember-apply-template' if requested by template.
25493         (org-remember-handler): Start an idle timer to jump to
25494         remember location.
25496         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
25498         * org.el (org-set-regexps-and-options): Fix bug with parsing of
25499         file tags.
25500         (org-get-tags-at): Add the content of `org-file-tags'.
25502         * org-exp.el (org-export-handle-comments): Fix bug with several
25503         comment lines after each other.
25504         (org-number-to-roman, org-number-to-counter): New functions.
25505         (org-export-section-number-format): New option.
25507 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25509         * org-exp.el (org-export-protect-examples): Catch the case of a
25510         missing end_example line.
25512         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
25513         `org-file-tags' to nil.
25515         * org-colview.el (org-columns-next-allowed-value): Handle next
25516         argument NTH to directly select a value.
25518 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25520         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
25522 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25524         * org.el (org-columns-ellipses): New option.
25526 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25528         * org-colview.el (org-columns-add-ellipses): New function.
25529         (org-columns-compact-links): New function.
25530         (org-columns-cleanup-item): Call `org-columns-compact-links'.
25531         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
25532         when in agenda.
25533         (org-columns-edit-value): Fix bug with editing values from
25534         agenda column view.
25535         (org-columns-redo): Also redo the agenda itself.
25537 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25539         * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
25540         New option.
25542         * org-colview.el (org-agenda-columns-cleanup-item): New function.
25544         * org-exp.el (org-export-ascii-preprocess): Rename from
25545         `org-export-ascii-clean-string'.
25546         (org-export-kill-licensed-text)
25547         (org-export-define-heading-targets)
25548         (org-export-handle-invisible-targets)
25549         (org-export-target-internal-links)
25550         (org-export-remove-or-extract-drawers)
25551         (org-export-remove-archived-trees)
25552         (org-export-protect-quoted-subtrees)
25553         (org-export-protect-verbatim, org-export-protect-examples)
25554         (org-export-select-backend-specific-text)
25555         (org-export-mark-blockquote-and-verse)
25556         (org-export-remove-comment-blocks-and-subtrees)
25557         (org-export-handle-comments, org-export-mark-radio-links)
25558         (org-export-remove-special-table-lines)
25559         (org-export-normalize-links)
25560         (org-export-concatenate-multiline-links)
25561         (org-export-concatenate-multiline-emphasis): New functions,
25562         obtained from spliting the export preprocessor.
25564         * org-table.el (org-table-recalculate): Improve error message if
25565         the row number is invalid.
25567 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25569         * org-archive.el (org-archive-save-context-info): Fix bugs in
25570         customization setup and docstring.
25572         * org-exp.el (org-export-html-style): Change the size of in the
25573         <pre> element to 90%.
25575 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25577         * org.el (org-find-src-example-start): Function removed.
25578         (org-edit-src-find-region-and-lang): New function.
25580 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25582         * org.el (org-edit-src-exit): New function.
25583         (org-exit-edit-mode): New minor mode.
25585         * org-exp.el (org-export-preprocess-string): Fix bug with removing
25586         comment-like lines from protected examples.
25588         * org.el (org-edit-src-example, org-find-src-example-start)
25589         (org-protect-source-example, org-edit-special): New functions.
25591 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25593         * org-publish.el (org-publish-project-alist): Fix typo in
25594         docstring.
25595         (org-publish-project-alist): Handle :index-title property.
25597 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25599         * org-export-latex.el (org-export-as-latex): Make sure region
25600         bounds are correct.  Parse subtree properties relating to export.
25602         * org-exp.el (org-export-add-options-to-plist): New function.
25603         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
25605 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25607         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
25608         EXPORT_TITLE.
25610         * org-exp.el (org-export-get-title-from-subtree)
25611         (org-export-as-ascii, org-export-as-html): Make sure the original
25612         region-beginning and region-end are used, even after moving point.
25613         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
25614         property.
25616         * org-remember.el (org-remember-last-stored-marker): New variable.
25617         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
25618         (org-remember-handler): Also use marker to remember
25619         last-stored position.
25621         * org.el (org-goto-marker-or-bmk): New function.
25623 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25625         * org.el (org-file-properties): Rename from `org-local-properties'.
25626         (org-scan-tags): Take file tags into account.
25627         (org-tags-match-list-sublevels): Default changed to t.
25629         * org-exp.el (org-export-as-html): Close paragraph after a footnote.
25631         * org.el (org-update-parent-todo-statistics): New function.
25633         * org-exp.el (org-icalendar-store-UID): New option.
25634         (org-icalendar-force-UID): Option removed.
25635         (org-print-icalendar-entries): IMplement UIDs.
25637 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25639         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
25641 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25643         * org-faces.el (org-column): Document how this face is being used
25644         and why sometimes the background faces shine through.
25646         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
25648         * org-publish.el (org-publish-attachment): Create publishing
25649         directory if it does not yet exist.
25651         * org-table.el (org-calc-default-modes): Change default number
25652         format to (float 8).
25654         * org.el (org-olpath-completing-read): New function.
25655         (org-time-clocksum-format): New option.
25656         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
25658         * org-clock.el (org-clock-display, org-clock-out)
25659         (org-update-mode-line): Use `org-time-clocksum-format'.
25661         * org-colview.el (org-columns-number-to-string):
25662         Use `org-time-clocksum-format'.
25664 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25666         * org-id.el: New file, move from contrib to core.
25668         * org-exp.el (org-icalendar-force-UID): New option.
25670 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25672         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
25673         shifted by one day if there is a date range without an end time.
25675         * org.el (org-try-structure-completion): New function.
25677 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25679         * org.el (org-set-font-lock-defaults): Improve fontification of
25680         description lists.
25681         (org-insert-item): Handle description lists.
25682         (org-adaptive-fill-function): Improve auto indentation in
25683         description lists.
25685         * org-exp.el (org-export-as-html, org-export-preprocess-string):
25686         Implement VERSE environment.
25687         (org-export-preprocess-string): Implement the COMMENT
25688         environment.
25690         * org-export-latex.el (org-export-latex-preprocess):
25691         Implement VERSE environment.
25693 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25695         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
25696         option.
25698 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25700         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
25702         * org.el (org-quote-csv-field): New functions.
25704         * org-table.el (org-table-export-default-format): Remove :splice
25705         from default format, we get the same effect by not specifying
25706         :tstart and :tend.
25707         (org-table-export): Improve setup, distinguish better between
25708         interactive and non-interactive use, allow specifying the format
25709         on the fly, better protection against wrong file names.
25710         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
25711         and :tend when :splice is omitted.
25713 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25715         * org-clock.el (org-clock-select-task): Make sure the selection
25716         letters are 1-9 and A-Z, no special characters.
25718 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25720         * org-exp.el (org-export-htmlize): New group.
25721         (org-export-htmlize-output-type)
25722         (org-export-htmlize-css-font-prefix): New options.
25723         (org-export-htmlize-region-for-paste): New function.
25724         (org-export-htmlize-generate-css): New command.
25726 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25728         * org.el (org-set-visibility-according-to-property): New function.
25729         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
25730         and compute the regular expressions, and update font-lock.
25731         (org-property-re): Allow a dash in property names.
25733         * org-archive.el (org-extract-archive-file): Insert the file name
25734         without the path into the format, to allow the location format to
25735         contain a subdirectory.
25737         * org-agenda.el (org-agenda-post-command-hook): If point is at end
25738         of buffer, and the `org-agenda-type' property undefined, use the
25739         value from the character before.
25741         * org.el (org-add-planning-info): Don't let indentation for
25742         would-be timestamp become extra whitespace at the end of headline.
25744 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25746         * org.el (org-remove-double-quotes, org-file-contents):
25747         New functions.
25749         * org-exp.el (org-infile-export-plist): Also parse the
25750         contents of #+SETUPFILE files, recursively.
25752         * org.el (org-set-regexps-and-options): Also parse the
25753         contents of #+SETUPFILE files, recursively.
25755         * org-exp.el (org-export-handle-include-files): New function.
25756         (org-export-preprocess-string):
25757         Call `org-export-handle-include-files'.
25759         * org.el (org-delete-property-globally)
25760         (org-delete-property, org-set-property): Ignore case during
25761         completion.
25762         (org-set-property): Use `org-completing-read' instead of
25763         `completing-read'.
25765         * org.el (org-complete-expand-structure-template): New,
25766         experimental function.
25767         (org-structure-template-alist): New, experimental option.
25768         (org-complete): Call `org-complete-expand-structure-template'.
25770 2008-06-17  Bastien Guerry  <bzg@gnu.org>
25772         * org-export-latex.el (org-export-latex-preprocess):
25773         Add support for blockquotes.
25775 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25777         * org.el (org-read-date-analyze): Catch the case where only a
25778         weekday is given.
25780 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25782         * org.el (org-set-font-lock-defaults): Make the description
25783         tag bold.
25785         * org-exp.el (org-export-as-html, org-close-li):
25786         Implement description lists.
25788 2008-06-17  Jason Riedy  <jason@acm.org>
25790         * org-table.el (*orgtbl-default-fmt*): New variable.
25791         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
25792         when there is no other fmt available.
25794         (orgtbl-to-generic): Allow an explicitly nil :tstart or
25795         :tend to suppress the appropriate string.
25797         (orgtbl-to-orgtbl): New function for translating to another orgtbl
25798         table.
25800 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25802         * org.el (org-read-date-analyze): "." as an alias for "+0" in
25803         read date.
25805         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
25806         New function.
25808         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
25809         New function.
25811 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25813         * org-clock.el (org-clock-find-position): Don't include notes
25814         into clock drawer.
25816         * org-archive.el (org-archive-subtree): No longer remove an
25817         extra line after cutting the subtree.  `org-cut-subtree' already
25818         takes care of this.
25820         * org-remember.el (org-remember-handler): Only kill the target
25821         buffer if it does not contain the running clock.
25823         * org.el (org-markers-to-move): New variable.
25824         (org-save-markers-in-region, org-check-and-save-marker)
25825         (org-reinstall-markers-in-region): New function.
25826         (org-move-subtree-down, org-copy-subtree): Remember relative
25827         marker positions before cutting.
25828         (org-move-subtree-down, org-paste-subtree): Restore relative
25829         marker positions after pasting.
25831         * org-remember.el (org-remember-clock-out-on-exit): New option.
25832         (org-remember-finalize): Clock out only if the setting in
25833         `org-remember-clock-out-on-exit' requires it.
25834         (org-remember-handler): Do the cleanup in the buffer, to make sure
25835         that the clock marker remains in tact.
25837 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25839         * org-clock.el (org-clock-goto): Widen buffer if necessary.
25840         (org-clock-in): Make sure that also tasks outside the narrowed
25841         region will be clocked in correctly.
25842         (org-clock-insert-selection-line): Widen the buffer so that we can
25843         find the correct task heading.
25845         * org.el (org-base-buffer): New function.
25847         * org-exp.el (org-icalendar-cleanup-string): Make sure ","
25848         and ";" are escaped.
25849         (org-print-icalendar-entries): Also apply
25850         `org-icalendar-cleanup-string' to the headline, not only to the
25851         summary property.
25853 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25855         * org-exp.el (org-export-preprocess-hook): New hook.
25856         (org-export-preprocess-string): Call `org-export-preprocess-hook'.
25858         * org.el (org-font-lock-hook): New variable.
25859         (org-font-lock-hook): New function.
25860         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
25862 ;; Local Variables:
25863 ;; coding: utf-8
25864 ;; add-log-time-zone-rule: t
25865 ;; End:
25867         Copyright (C) 2008-2013 Free Software Foundation, Inc.
25869   This file is part of GNU Emacs.
25871   GNU Emacs is free software: you can redistribute it and/or modify
25872   it under the terms of the GNU General Public License as published by
25873   the Free Software Foundation, either version 3 of the License, or
25874   (at your option) any later version.
25876   GNU Emacs is distributed in the hope that it will be useful,
25877   but WITHOUT ANY WARRANTY; without even the implied warranty of
25878   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25879   GNU General Public License for more details.
25881   You should have received a copy of the GNU General Public License
25882   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.