* lisp/net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
[emacs.git] / lisp / org / ChangeLog
blob03a0560fea807b9ad9409d003c6d68d9b67aa89e
1 2013-02-07  Bastien Guerry  <bzg@gnu.org>
3         * org-agenda.el (org-agenda-get-deadlines)
4         (org-agenda-get-scheduled): Fix bug: use text properties for the
5         headline text since we rely on properties to get e.g. the effort.
7         * org-exp.el (org-export-normalize-links): Don't match links
8         within tags.
10         * org-html.el (org-export-html-preamble-format)
11         (org-export-html-postamble-format): Mention that
12         org-export-html-preamble/postamble need to be `t' in order for
13         these variables to have any effect.
15         * org-html.el (org-html-handle-links): When the link description
16         is an image and the attribute is "width", pass the attribute to
17         the <img ...> tag.
19         * org.el (org-mode): Always honor `org-startup-indented', even
20         when `org-inhibit-startup' is non-nil.
22         * org-indent.el (org-indent-mode): Don't check
23         `org-inhibit-startup'.
25         * org.el (org-fontify-meta-lines-and-blocks-1): Don't try to add
26         text properties outside of the buffer.
28         * org.el (org-agenda-inhibit-startup): Rename from
29         `org-agenda-inhibit-startup-visibility-cycling'.
30         (org-agenda-prepare-buffers): Bind `org-inhibit-startup' to
31         `org-agenda-inhibit-startup'.
33         * org.el (org-mode): Don't initialize `org-beamer-mode' when
34         `org-inhibit-startup' is non-nil.
36         * org-footnote.el (org-footnote-create-definition): Prevent
37         `electric-indent-mode' from inserting the definition at the wrong
38         place.
40         * org-agenda.el (org-agenda-no-heading-message): Delete.
41         (org-agenda-get-timestamps, org-agenda-get-progress)
42         (org-agenda-get-deadlines, org-agenda-get-scheduled)
43         (org-agenda-get-blocks): Don't use
44         `org-agenda-no-heading-message', skip the entry.
46         * org.el (org-agenda-inhibit-startup-visibility-cycling): New
47         option.
48         (org-agenda-prepare-buffers): Use it to speed up the agenda
49         generation.
51         * org-agenda.el (org-agenda-skip): Fix bug by correctly skipping
52         commented scheduled/deadline lines.
54         * org-clock.el (org-clock-in): Fix bug when fetching the effort
55         value.
57         * ob-python.el (org-babel-python-command): Fix docstring.
58         (org-babel-python-initiate-session-by-key): Fix bug: `run-python'
59         from Emacs >24.1 requires a python command as an argument.
61         * org-element.el (org-element-at-point): Fix typo in docstring.
63         * org-agenda.el (org-agenda-get-deadlines): Fix bug: use
64         `org-agenda-show-inherited-tags'.
66         * org-agenda.el (org-agenda-skip): Correctly handle commented out
67         scheduled/deadline lines.  Refactor.
69         * org-install.el: Do not warn users.
71         * org.el (org-adaptive-fill-function): In message-mode, don't
72         lines in the message header, nor table lines in the body.
73         Correctly fill lines starting with `org-outline-regexp' in the
74         body.
76         * org-agenda.el (org-agenda-open-link): Fix bug with opening all
77         links.
79 2013-02-07  Francesco Pizzolante  <fpz-djc/iPCCuDYQheJpep6IedvLeJWuRmrY@public.gmane.org>  (tiny change)
81         * org-clock.el (org-clock-sum): Protect with `org-unmodified'.
83         * org-macs.el (org-unmodified): Inhibit modification hooks.
85 2013-02-07  John K. Luebs  <jkluebs@luebsphoto.com>  (tiny change)
87         * org.el (org-get-wdays): Handle matching a lead time specified in
88         hours.
90 2013-02-07  Muchenxuan Tong  <demon386@gmail.com>  (tiny change)
92         * org-agenda.el (org-agenda-quit): Delete indirect buffer's window
93         only when it exists.
95 2013-02-07  Nicolas Goaziou  <n.goaziou@gmail.com>
97         * org-element.el (org-element-macro-parser): Fix error when last
98         argument ends with a protected comma.
100         * org-element.el (org-element-parse-buffer, org-element-map)
101         (org-element-at-point, org-element-context): Be more verbose in
102         docstrings.  Also fix typos.
104         * org-list.el (org-list-struct-fix-box): When a checkbox has to be
105         resetted because of a non-nil ORDERED property value, make sure it
106         had a checkbox already.
108 2013-02-07  Tokuya Kameshima  <kametoku@gmail.com>  (tiny change)
110         * org-agenda.el (org-search-view): Fix checking
111         `org-agenda-show-inherited-tags'.
113 2013-02-07  racin  <racin@free.fr>  (tiny change)
115         * org-bibtex.el (org-bibtex-search): Don't throw an error when
116         `org-bibtex-prefix' is nil.
118 2013-01-13  Bastien Guerry  <bzg@gnu.org>
120         * org-compat.el (org-condition-case-unless-debug): Delete.
122         * org-odt.el (org-odt-cleanup-xml-buffers): Use
123         `condition-case' instead of `org-condition-case-unless-debug',
124         which is now deleted.
126         * org-capture.el (org-capture-templates-contexts):
127         * org-agenda.el (org-agenda-custom-commands-contexts):
128         Docstring fix.
130         * org.el (org-get-tags-at): Remove duplicate inherited tags.
132         * org-agenda.el (org-agenda-show-inherited-tags): Allow to be set
133         to 'always or to a list of agenda types.
134         (org-agenda-finalize): Rework conditions under which inherited
135         tags should be made available even when not displayed.
136         (org-search-view, org-agenda-get-todos)
137         (org-agenda-get-timestamps, org-agenda-get-sexps)
138         (org-agenda-get-progress, org-agenda-get-scheduled)
139         (org-agenda-get-blocks): Use new possible values of
140         `org-agenda-show-inherited-tags'.
142         * org.el (org-open-at-point): Fix opening all links at point.
144         * org-agenda.el (org-get-entries-from-diary): Turn off
145         `diary-file-name-prefix' instead of
146         `diary-file-name-prefix-function', the former is checked before
147         the latter.
149         * org.el (org-edit-special): Check for table.el before checking
150         for Org tables.
152 2013-01-13  Michael Albinus  <michael.albinus@gmx.de>
154         * ob-eval.el (org-babel-shell-command-on-region): Use
155         `executable-find' for local `shell-file-name'.
157 2013-01-08  Achim Gratz  <Stromeko@Stromeko.de>
159         * org-faces.el: Define face alias mode-line for XEmacs (it's
160         called modeline there).
162         * org-compat.el (org-no-popups): New wrapper macro which let-binds
163         the correct variables to suppress popup windows depending on the
164         Emacs version in use.  This is a compile-time decision when
165         byte-compiling.
167         * org.el (org-get-location, org-switch-to-buffer-other-window):
168         Use the wrapper `org-no-popups´ to let-bind the correct variables
169         for suppression of popup windows.
171         * org-compat.el (user-error): Defalias to `error´ for Emacsen that
172         don't have it.
174         * org-agenda.el (org-agenda-write): Use org-called-interactively-p
175         instead of called-interactively-p.
177         * org.el (org-find-invisible-foreground): Do not use the value of
178         variables `default-frame-alist´, `initial-frame-alist´ and
179         `window-system-default-frame-alist´ when their symbol is not
180         bound.
182 2013-01-08  Bastien Guerry  <bzg@gnu.org>
184         * org-src.el (org-edit-src-code): Fix bug when trying to edit a
185         table.el table.
187         * org-agenda.el (org-agenda-finalize): Inhibit readonly for the
188         whole function.
190         * org.el (org-entry-get): Speed up by let-binding some variables
191         only if needed.  Also fix a bug: consider an empty drawer as no
192         drawer.
194         * org-agenda.el (org-search-view, org-agenda-get-todos)
195         (org-agenda-get-timestamps, org-agenda-get-sexps)
196         (org-agenda-get-progress, org-agenda-get-deadlines)
197         (org-agenda-get-scheduled, org-agenda-get-blocks)
198         (org-agenda-change-all-lines): Get local tags only.
199         (org-agenda-use-tag-inheritance): New option.
200         (org-agenda-finalize): When `org-agenda-use-tag-inheritance'
201         is non-nil, possibly reset tags in the agenda buffer.
202         (org-agenda-check-type): Enhance docstring.
204         * org.el (org-use-tag-inheritance): Fix typo in docstring.
206         * org-agenda.el (org-float): Don't alias `org-float'.
208         * org.el (org-scan-tags): The skipper already checks for archived
209         entries.
211         * org.el (org-refresh-properties): Rename from
212         `org-refresh-effort-properties' and use two new parameters.
213         (org-agenda-prepare-buffers): Use `org-refresh-properties'.
214         Also refresh the 'org-appt-warntime text property.
216         * org-clock.el (org-clock-in): Use the renamed defun.
218         * org-icalendar.el (org-icalendar-print-entries): Refresh the
219         'org-appt-warntime property.
220         (org-icalendar-print-entries):
221         * org-agenda.el (org-agenda-get-timestamps)
222         (org-agenda-get-sexps, org-agenda-get-deadlines)
223         (org-agenda-get-scheduled): Do not use `org-entry-get' to get the
224         "APPT_WARNTIME" property value.
226         * org.el (org-id-link-to-org-use-id): Fix compiler warning.
228         * org-agenda.el (org-agenda-format-item): Do not use
229         `org-get-effort' to get the effort text property.
230         (org-agenda-get-sexps): Use `org-back-to-heading' when setting the
231         tags.
233         * org-clock.el (org-clock-in): Refresh effort properties.
235         * org.el (org-refresh-effort-properties): New defun.
236         (org-get-effort): Delete.
237         (org-set-effort):
238         (org-property-next-allowed-value): Set the 'org-effort text
239         property.
240         (org-agenda-prepare-buffers): Refresh effort properties.
242         * org.el (org-read-date): Let-bind `mouse-autoselect-window' to
243         nil so that the mouse doesn't jump when the option is set to t
244         globally.
246         * org-agenda.el (org-agenda-dim-blocked-tasks): Default to nil.
247         (org-agenda-dim-blocked-tasks): Make interactive and allow an
248         optional parameter 'invisible to hide blocked tasks instead of
249         just dimming them.
250         (org-agenda-mode-map): Bind `org-agenda-dim-blocked-tasks' to
251         "#".
253         * org-agenda.el (org-agenda-finalize): Don't try to align tags
254         when there are no tags.  Only try to draw the habit consistency
255         graph when there is a habit in the buffer.  Only mark clocking
256         task when there is one.
258         * org.el (org-adaptive-fill-function): DTRT in `message-mode'.
260         * org.el (org-get-priority): Save match data even when using
261         `org-get-priority-function'.
263         * org-mobile.el (org-mobile-create-index-file): Possibly normalize
264         `org-todo-keywords'.
266         * org-mobile.el (org-mobile-push): Use the correct agenda buffer
267         names.
269         * org.el (org-store-link): Use `org-id-link-to-org-use-id' instead
270         of the obsolete variable name.
272         * org.el (org-fontify-meta-lines-and-blocks-1): Fix bug when
273         fontifying keywords with no value.
275         * org.el (org-goto-auto-isearch): Enhance docstring.
276         (org-goto-map): Make a defun, so that the customized value of
277         org-goto-auto-isearch is correctly initialized.
278         (org-goto): Initialize the keymap with `org-goto-map'.
279         (org-get-location): Use *Org Help* as a temporary buffer.
280         Tell whether auto-isearch is on or off.
282         * org-exp.el (org-export-as-org): Remove useless argument.
284         * org-docbook.el (org-export-as-docbook-batch)
285         (org-export-region-as-docbook, org-export-as-docbook-pdf): Fix
286         the number of arguments.
287         (org-export-as-docbook): Remove useless argument.
289         * org.el (org-speed-commands-default): Use ":" instead of ";" for
290         `org-set-tags-command', which is consistent with ":" in agenda
291         view.  Use "=" for `org-columns".
293         * org.el (org-sparse-tree): Fix redundant information in prompt.
295         * org-exp.el (org-export-string): Fix number of arguments passed
296         to the org-export-as-* functions.
298         * org-latex.el (org-export-as-latex): Fix typo in docstring.
300         * org-list.el (org-cycle-include-plain-lists): Docstring
301         enhancement.
303         * org.el (org-fontify-meta-lines-and-blocks-1): Fix fontification
304         bug when fontifying a keyword with no associated value.
305         (org-cycle-internal-local): Don't run hooks when cycling a plain
306         list before first headline.
307         (org-ctrl-c-ctrl-c): Throw a user error when trying to toggle a
308         blocked checkbox.
309         (org-indent-line): Fix table formulas indenting.
311         * org-agenda.el (org-agenda-open-link): Fix bug when no link is
312         matched.  Return a message instead of an error.
313         (org-agenda-priority): Remove useless parameter and fix showing
314         priority in agenda buffers.
316         * org-macs.el (org-with-buffer-modified-unmodified): New macro.
318         * org.el (org-entry-blocked-p): Use the new macro.
320         * org-src.el (org-edit-src-exit): Don't comma-escape the content
321         of a fixed width region.
323         * org.el (org-blocker-hook): Update the docstring to mention that
324         functions in this hook should not modify the buffer.
325         (org-trigger-hook): Small docstring fix.
326         (org-entry-blocked-p): Use `with-buffer-modified-unmodified'
327         so that the function never modifies the buffer.
329         * org-agenda.el (org-agenda-open-link): Allow to open an internal
330         link by using the new `org-offer-links-in-entry' function.
332         * org.el (org-offer-links-in-entry): Do not open the link directly
333         through `org-open-link-from-string', only offer to select a link
334         and return a cons with the link (as a string) and the end of
335         entry.
336         (org-open-at-point): Use `org-offer-links-in-entry' correctly.
338         * org.el (org-cycle-internal-local): Fix bug: allow headings with
339         leading blank characters.
341         * org-clock.el (org-clock-persist): Docstring fix: document the
342         'history value.
344         * org.el (org-insert-link): Fix bug when inserting links to
345         headlines containing the ">" character.
347         * org-crypt.el (org-at-encrypted-entry-p): Fix search boundary.
349         * org-compat.el (org-delete-directory): New compatibility function
350         for Emacs 22, where `delete-directory' does not support recursive
351         deletion.
353         * org-odt.el (org-odt-cleanup-xml-buffers): Use the new
354         compatibility function.
356         * org.el (org-table-map-tables): Fix allowed blocks.
358         * org.el (org-edit-special):
359         * org-src.el (org-edit-src-code): Fix regression: allow editing
360         HTML and LaTeX source blocks again.
362         * org.el (org-nonsticky-props): Add `htmlize-link'.
363         (org-nonsticky-props): Add `htmlize-link'.
365         * org.el (org-edit-special):
366         * org-src.el (org-edit-src-code): Don't edit in verbatim blocks.
368         * org-table.el (org-table-fedit-lisp-indent)
369         (orgtbl-self-insert-command): Use `org-delete-backward-char'
370         instead of `backward-delete-char'.
372         * org-src.el (org-edit-src-code): Fix another bug about editing
373         special blocks "example" and "verbatim".
375         * org.el (org-structure-template-alist): Add verbatim.
376         (org-edit-special): Fix bug about editing special blocks
377         "example" and "verbatim".
379         * org.el (org-delete-backward-char, org-delete-char): Save match
380         data, `delete-backward-char' and `delete-char' don't.
382         * org.el (org-enable-table-editor, org-insert-heading)
383         (org-remove-timestamp-with-keyword, org-self-insert-command):
384         * org-table.el (org-table-fedit-lisp-indent)
385         (orgtbl-self-insert-command):
386         * org-latex.el (org-export-latex-subcontent):
387         * org-clock.el (org-clocktable-write-default):
388         * org-ascii.el (org-export-ascii-preprocess): Use
389         `delete-backward-char' instead of `backward-delete-char'.
391         * org.el (org-todo): Ignore the comment string when changing the
392         TODO state of a headline.
393         (org-edit-special): Fix docstring.
394         (org-in-src-block-p): Small enhancement.
396         * org-publish.el (org-publish-org-to): Call `org-export-as-*'
397         functions with the correct list of arguments.
399         * org-html.el (org-export-as-html): Delete obsolete arg `hidden'.
400         (org-export-as-html-and-open, org-export-as-html-batch)
401         (org-export-region-as-html): Don't use obsolete arg.
403         * org-ascii.el (org-export-as-ascii): Delete obsolete arg
404         `hidden'.
405         (org-export-as-ascii-to-buffer): Don't use obsolete arg.
407         * org.el (org-in-fixed-width-region-p): Save match data.
408         (org-in-src-block-p): Use case-folding for searching the block
409         boundaries.
410         (org-activate-plain-links, org-activate-angle-links)
411         (org-activate-bracket-links): Prevent link activation in
412         source code blocks.
414         * org-odt.el (org-odt-cleanup-xml-buffers): Fix Emacs Bug#13197 by
415         setting the correct buffer before marking it unmodified to
416         silently kill him.
418         * org.el (org-set-font-lock-defaults): Don't activate links in
419         source code blocks and fixed-width regions.
421         * org-agenda.el (org-agenda-finalize): Fix links activation.
423         * org.el (org-open-at-point): Throw the correct error on
424         non-links.  Use `user-error' instead of `error'.
426         * org.el (org-in-fixed-width-region-p): Define before use.
428         * org-src.el (org-in-src-block-p): Declare function.
430         * org-compat.el: Fix bug: don't use `eval-when-compile' when
431         aliasing `user-error'.
433         * org-agenda.el (org-agenda-skip): Only check if point is
434         inside a code block, not at a code block.
436         * org.el (org-in-fixed-width-region-p): Rewrite using
437         org-element.el.
439         * org.el (org-fill-paragraph): Fill correctly in source code
440         block.
442         * org.el (org-in-fixed-width-region-p): New function.
443         (org-edit-special): Fix bug: make sure to DTRT in every
444         special environment.  Also use the new function to check
445         against fixed-width environment.
447         * org-src.el (org-edit-src-code): Check if we are in a source code
448         block with `org-in-src-block-p'.  Slightly reformat the docstring.
450         * org.el (org-in-src-block-p): Return t when point is at the
451         #+BEGIN_SRC/#+END_SRC lines unless the new optional parameter
452         'inside is set to t.
454         * ob-exp.el (obe-marker): Delete useless var.
456         * org-src.el (org-edit-src-code): Fix bug triggered by the sexp
457         (copy-marker nil) on Emacs <24.1.
459 2013-01-08  Dmitry Antipov  <dmantipov@yandex.ru>
461         * org-agenda.el (org-agenda-get-restriction-and-command):
462         * org-capture.el (org-capture-place-template):
463         * org-colview.el (org-dblock-write:columnview):
464         * org-mobile.el (org-mobile-locate-entry):
465         * org-table.el (org-table-convert-region):
466         * org.el (org-update-statistics-cookies): Use `point-marker'.
468 2013-01-08  Eric Schulte  <eric.schulte@gmx.com>
470         * org-exp.el (org-export-string): Pass the dir option on through
471         to any subsequent export functions.
473 2013-01-08  Henning Weiss  <hdweiss@gmail.com>  (tiny change)
475         * org-mobile.el (org-mobile-sumo-agenda-command): Remove match
476         description from block agendas when they have a title.
478 2013-01-08  Jambunathan K  <kjambunathan@gmail.com>
480         * org-odt.el (org-export-as-odt-batch): Init `org-odt-zip-dir'.
481         Fix Emacs Bug#13254.
483         * org-odt.el (org-odt-format-org-link): Add check for presence of
484         description in headline links.
486 2013-01-08  Michael Albinus  <michael.albinus@gmx.de>
488         * ob.el (org-babel-temp-file): Fix setting of
489         `temporary-file-directory' on remote hosts.
491         * ob-eval.el (org-babel-shell-command-on-region): Use
492         `process-file' instead of `call-process-region'.  The latter one
493         does not work on remote hosts.
495 2013-01-08  Michael Gauland  <mike_gauland@stanfordalumni.org>  (tiny change)
497         * org-src.el: Create a marker to pass to copy-marker.
499 2013-01-08  Nicolas Goaziou  <n.goaziou@gmail.com>
501         * org.el (org-setup-filling): Set `auto-fill-inhibit-regexp' to
502         nil because `org-adaptive-fill-function' already determines which
503         lines should be filled.
505         * org.el (org-fill-paragraph): Small refactoring.
507         * org-element.el (org-element--parse-elements)
508         (org-element-at-point): Fix parsing of a list in a block in a
509         list.
511 2013-01-08  Sebastien Vauban  <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
513         * org.el (org-copy-subtree, org-paste-subtree): Fix whitespace
514         handling when copying/pasting a subtree.
516 2012-12-12  Bastien Guerry  <bzg@gnu.org>
518         * org-latex.el (org-export-latex-links): Escape raw path when
519         exporting links to files.
521         * org-src.el (org-src-native-tab-command-maybe): Fix bug: the
522         S-TAB key should not trigger a native TAB command.
524         * org.el (org-open-at-point): Allow to open any link within
525         footnotes definition, not only bracket links.
527         * org.el (org-sort-entries): Bugfix: keep track of the clock
528         marker when sorting entries.  Enhance the docstring.
530         * org-clock.el (org-clock-out): Use `user-error' when the user
531         tries to clock out while there is no running clock.
533         * org-table.el (org-table-sort-lines): Ensure coordinates are
534         correctly displayed when sorting.
536         * org.el (org-do-sort): Enhance prompt.
538         * org-agenda.el (org-agenda-finalize): Also activate plain links.
540         * org-timer.el (org-timer-stop): Add message.
542         * org-agenda.el (org-agenda-schedule, org-agenda-deadline): Fix
543         redundant messages.
545         * org-agenda.el (org-agenda-finalize): Fix clock highlighting.
547         * org.el (org-additional-option-like-keywords): Add "INDEX:".
549         * org-install.el: Enhance warning.
551 2012-12-12  Erik Hetzner  <egh@e6h.org>  (tiny change)
553         * org.el (org-log-into-drawer): Honor the nil value for the
554         :LOG_INTO_DRAWER: property.
556 2012-12-12  Le Wang  <l26wang@gmail.com>  (tiny change)
558         * org-src.el (org-edit-src-exit): Fix editing source section with
559         blank lines.
561 2012-12-12  Le Wang  <le.wang@agworld.com.au>
563         * org-src.el (org-edit-src-code): Use marker with insertion type
564         t to track end and remove hack requiring delete from beg to (1- end).
566 2012-12-12  Nicolas Goaziou  <n.goaziou@gmail.com>
568         * org-element.el (org-element-context): When point is between two
569         objects, be sure to return the second one.
571         * org-list.el (org-list-separating-blank-lines-number): When
572         computing number of blank lines separating items, also count those
573         in unparsed blocks, like example blocks.
575         * org.el (org-end-of-line): When visual line mode is on, really
576         move by visual lines.  Small refactoring.
578         * org.el (org-end-of-line): On a hidden block make sure to
579         delegate motion to `end-of-line' instead of `move-end-of-line' in
580         order to stay on the current line.
582 2012-12-12  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
584         * org-bibtex.el: In the documentation section of the file, fix the
585         broken URL to Andrew Roberts' document on BibTeX entries.
587         * org-remember.el (org-remember-handler): Correctly strip the
588         comment lines in the temporary buffer *Remember* when handling a
589         remember note.
591         * org-remember.el (org-remember-apply-template): Start the
592         commented lines in the Remember temporary buffer with the
593         appropriate characters.
595 2012-12-12  Toby S. Cubitt  <tsc25@cantab.net>
597         * org.el (org-beginning-of-line): Check `visual-line-mode' instead
598         of `line-visual-mode' to determine whether to move by visual
599         lines.
601         * org.el (org-kill-line): Use the `org-bound-and-true-p' macro.
603 2012-10-26  Achim Gratz  <stromeko@stromeko.de>
605         * ob-ditaa.el: Needs to (require 'org-compat) for
606         org-find-library-dir.
608         * org.el: Remove utf-8 codepoints in docstrings, bytecode doesn't
609         work when loaded from compressed files.
611         * org-compat.el: Make sure that file-name-directory is getting a
612         stringp.  This avoids a possible " (wrong-type-argument stringp
613         nil)" error when the library in question does not exist.
615         * org-odt.el: Replace arc-mode.el by arc-mode.
617         * org.el: Replace org-macs.el by org-macs.
619         * org-install.el: Provide an empty file that prints a warning
620         about an outdated configuration.
622 2012-10-26  Bastien Guerry  <bzg@gnu.org>
624         * org-latex.el (org-export-as-latex): Remove obsolete argument
625         `hidden'.  Also fix the docstring: using 'string as the value
626         for `to-buffer' outputs a string with no LaTeX header.
627         (org-export-as-latex-batch)
628         (org-export-as-latex-to-buffer, org-export-region-as-latex)
629         (org-export-as-pdf): Don't use the obsoleted argument.
631         * ob-haskell.el (org-export-as-latex): Don't use the obsoleted
632         argument `hidden'.
634         * org.el (org-refile): Run within `with-demoted-errors' so that a
635         corrupted bookmark file does not stop the refile process.
637         * org-capture.el (org-capture-bookmark-last-stored-position):
638         Ditto for the capture process.
640         * org-src.el (org-edit-src-exit): Fix bug when saving an empty
641         source buffer.
643         * org-lparse.el (org-lparse): Fix bug by returning the output
644         of `org-do-lparse'.
646         * org.el (org-refile-check-position): Throw an error when the
647         refile target is the current buffer and is not a file.
648         (org-agenda-file-to-front, org-remove-file): Throw an error
649         when the current buffer is not a file.
650         (org-check-agenda-file): Enhance the message.
651         (org-element-type): Autoload.
652         (org-element-context, org-element-paragraph-parser): Don't
653         declare as these two functions are not used in org.el.
655         * org-lparse.el (browse-url-file-url): Declare.
657         * org.el (org-refile-check-position): Fix typo in docstring.
659         * org-clock.el (org-clock-modeline-total): Make obsolete.
660         (org-clock-mode-line-total): Rename from
661         `org-clock-modeline-total'.
662         (org-clock-get-sum-start): Fix references to
663         `org-clock-modeline-total'.
665         * org-faces.el (org-agenda-filter-tags)
666         (org-agenda-filter-category, mode-line): Use the 'mode-line
667         face instead of the obsolete 'modeline.
669         * org-odt.el (org-odt-styles-dir): Try more directories.
670         Don't throw an error, just send a message.
672         * org-odt.el (org-odt-lib-dir, org-odt-data-dir)
673         (org-odt-schema-dir-list, org-odt-styles-dir-list): Delete.
674         (org-export-odt-schema-dir, org-odt-styles-dir): Infer the
675         correct directories without requiring other variables.
677         * org-fixup.el (org-make-org-version, org-make-autoloads):
678         Don't define `org-odt-data-dir' in org-version.el.
680         * org-loaddefs.el: New file.
682         * org.el ("org-loaddefs.el"): Don't throw an error if the file
683         cannot be fund.
684         (org-version): Use org-loaddefs.el instead of org-install.el.
686         * org.el: Don't dynamically autoload already autoloaded
687         functions.
688         (org-clock-update-time-maybe): Move to org-clock.el.
690         * org-exp.el (org-insert-export-options-template): Remove
691         autoload cookie.
693         * org-clock.el (org-resolve-clocks, org-clock-in)
694         (org-clock-out, org-clock-cancel, org-clock-goto)
695         (org-clock-sum, org-clock-display, org-clock-report)
696         (org-dblock-write:clocktable): Add autoload cookie.
697         (org-clock-update-time-maybe): Moved from org.el.
699         * org-beamer.el (org-beamer-sectioning, org-beamer-mode): Ditto.
701         * org-ascii.el (org-export-ascii-preprocess): Ditto.
703         * org-archive.el (org-archive-subtree)
704         (org-archive-to-archive-sibling, org-toggle-archive-tag): Add
705         autoload cookie.
707         * org-colview.el (org-columns, org-dblock-write:columnview)
708         (org-insert-columns-dblock, org-agenda-columns): Ditto.
710         * org-table.el (org-table-create-with-table.el)
711         (org-table-create-or-convert-from-region, org-table-create)
712         (org-table-convert-region, org-table-import)
713         (org-table-export, org-table-align)
714         (org-table-justify-field-maybe, org-table-next-field)
715         (org-table-previous-field, org-table-next-row)
716         (org-table-copy-down, org-table-field-info)
717         (org-table-current-dline, org-table-goto-column)
718         (org-table-insert-column, org-table-delete-column)
719         (org-table-move-column-right, org-table-move-column-left)
720         (org-table-move-column, org-table-move-row-down)
721         (org-table-move-row-up, org-table-move-row)
722         (org-table-insert-row, org-table-insert-hline)
723         (org-table-hline-and-move, org-table-kill-row)
724         (org-table-sort-lines, org-table-cut-region)
725         (org-table-copy-region, org-table-paste-rectangle)
726         (org-table-convert, org-table-wrap-region)
727         (org-table-edit-field, org-table-sum)
728         (org-table-get-stored-formulas)
729         (org-table-maybe-eval-formula)
730         (org-table-rotate-recalc-marks)
731         (org-table-maybe-recalculate-line, org-table-eval-formula)
732         (org-table-recalculate, org-table-iterate)
733         (org-table-edit-formulas)
734         (org-table-toggle-coordinate-overlays)
735         (org-table-toggle-formula-debugger, orgtbl-to-generic)
736         (orgtbl-to-tsv, orgtbl-to-csv, orgtbl-to-latex)
737         (orgtbl-to-html, orgtbl-to-texinfo, orgtbl-to-orgtbl): Ditto.
739         * org.el (turn-on-orgtbl): Moved here from org-table.el.
740         (org-clock-persistence-insinuate): Moved here from org-clock.el.
741         (org-update-all-dblocks, org-map-entries)
742         (org-require-autoloaded-modules, org-forward-element)
743         (org-backward-element, org-up-element)
744         (org-element-greater-elements, org-drag-element-backward)
745         (org-drag-element-forward, org-mark-element)
746         (org-narrow-to-element, org-transpose-element)
747         (org-unindent-buffer): Don't autoload.
749         * org-clock.el (org-clock-get-clocktable): Rename from
750         `org-get-clocktable'.
751         (org-clock-persistence-insinuate): Move to org.el.
753         * org-capture.el: Do no set `generated-autoload-file' locally.
754         Minor code clean up.
756         * org-agenda.el (org-agenda-list): Use
757         `org-clock-get-clocktable'.  Do no set
758         `generated-autoload-file' locally.
760         * org-table.el (org-table-iterate-buffer-tables): Minor
761         reformatting.
762         (turn-on-orgtbl): Move to org.el.
764         * org-html.el (org-export-htmlize-generate-css): Don't autoload.
766         * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
767         Ditto.
769         * ob-tangle.el (org-babel-tangle-lang-exts): Ditto.
771         * ob-lob.el (org-babel-lob-ingest): Ditto.
773         * org-id.el (org-id-copy)
774         (org-id-get-with-outline-path-completion)
775         (org-id-get-with-outline-drilling): Ditto.
777         * org-lparse.el (org-lparse-and-open, org-lparse-batch)
778         (org-lparse-to-buffer, org-replace-region-by)
779         (org-lparse-region): Ditto.
781         * org-mobile.el (org-mobile-create-sumo-agenda): Ditto.
783         * org.el (org-cycle): Fix misplaced autoload cookie.
785         * org-agenda.el (org-agenda-get-timestamps): Check if the item
786         is an habit when formatting it with `org-agenda-format-item'.
787         (org-agenda-get-blocks): Fix bug: don't assume the item is an
788         habit when formatting with `org-agenda-format-item'.
790         * org.el (org-calendar-agenda-action-key): Delete an option.
791         (org-mode-map): Delete its keybinding.
792         (org-agenda-action-marker, org-mark-entry-for-agenda-action):
793         Delete.
795         * org-agenda.el (org-agenda-diary-entry): Don't prevent from
796         being used outside of Org agendas, as it can be used in
797         calendar buffers too.
799 2012-10-26  Caio Tiago Oliveira  <asrail@gmail.com>  (tiny change)
801         * ob-scala.el (org-babel-scala-wrapper-method): Use a Scala
802         block enclosing the submitted code.
804 2012-10-26  Myles English  <mylesenglish@gmail.com>  (tiny change)
806         * org-clock.el (org-clock-in): Moved the call to
807         org-clock-in-prepare-hook until the task's properties
808         can be accessed.
810 2012-10-26  Nicolas Goaziou  <n.goaziou@gmail.com>
812         * org.el (org-auto-fill-function): Make sure `adaptive-fill-mode'
813         mode is nil when pre-computed `fill-prefix' is the empty string.
814         Otherwise filling functions from fill.el think it has to be computed
815         again and overwrite it.
817         * org.el: Make `org-closest-date' aware of hours repeaters.
819         * org.el (org-end-of-line): Do not call `end-of-visual-line' when
820         moving to the end of line.  Also improve behaviour on elements that
821         can be hidden.
823         * org.el (org-sparse-tree): Allow to call `org-show-todo-tree'
824         with an argument.
826         * org-element.el (org-element--get-next-object-candidates): Fix
827         parsing of objects of the same type in a single paragraph.
829         * org-element.el (org-element-sub/superscript-successor): Fix
830         parsing of sub/superscript at beginning of item.
831         (org-element-latex-or-entity-successor): Fix parsing of latex
832         fragments at beginning of item.
834         * org-agenda.el (org-agenda-later): Fix function when span is
835         a number and an argument was provided.  Also fix typo in docstring.
837         * org.el (org-read-date-analyze): Fix analyzing for dates like
838         "29.03 16:40".
840         * org-element.el (org-element-center-block-parser)
841         (org-element-drawer-parser, , org-element-footnote-definition-parser)
842         (org-element-inlinetask-parser, org-element-plain-list-parser)
843         (org-element-quote-block-parser, org-element-special-block-parser)
844         (org-element-babel-call-parser, org-element-clock-parser)
845         (org-element-comment-parser, org-element-comment-block-parser)
846         (org-element-example-block-parser, org-element-export-block-parser)
847         (org-element-fixed-width-parser, org-element-horizontal-rule-parser)
848         (org-element-keyword-parser, org-element-latex-environment-parser)
849         (org-element-paragraph-parser, org-element-planning-parser)
850         (org-element-property-drawer-parser, org-element-src-block-parser)
851         (org-element-table-parser)
852         (org-element-verse-block-parserorg-element-dynamic-block-parser):
853         Make sure element never ends at the end of a blank non-empty line.
855         * org-element.el (org-element-context)
856         (org-element--get-next-object-candidates): Fix `org-element-context'.
857         In particular, the restrictions for an object may be different from
858         those of its container (i.e. table rows and table cells).
860         * org-element.el (org-element-example-block-parser)
861         (org-element-src-block-parser): Store value of example-blocks and
862         src-blocks unescaped.
863         (org-element-example-block-interpreter)
864         (org-element-src-block-interpreter): Escape value again when storing
865         it.
867         * org-src.el (org-escape-code-in-string)
868         (org-unescape-code-in-string, org-escape-code-in-region)
869         (org-unescape-code-in-region): New functions.
870         (org-edit-src-code, org-edit-src-exit): Use new functions.
872         * org.el (org-strip-protective-commas): Removed function.
874         * org-exp.el (org-export-select-backend-specific-text): Use new
875         function.
877         * ob.el (org-babel-parse-src-block-match)
878         (org-babel-parse-inline-src-block-match, org-babel-insert-result):
879         Always escape produced blocks, independently on the language of the
880         block, if any.  Use new functions.
882         * org-element.el (org-element-paragraph-parser): Fix regexp
883         starting a block.
885         * org-element.el (org-element-center-block-parser):
886         (org-element-drawer-parser, org-element-dynamic-block-parser)
887         (org-element-example-block-parser, org-element-export-block-parser)
888         (org-element-latex-environment-parser, org-element-paragraph-parser)
889         (org-element-property-drawer-parser, org-element-src-block-parser)
890         (org-element-verse-block-parser): Use stricter regexps for boundaries
891         of elements.
893 2012-10-26  Toby S. Cubitt  <tsc25@cantab.net>
895         * org-agenda.el (org-agenda-get-sexps): Reset `extra' to nil at
896         beginning of re-search-forward loop, otherwise next iteration picks up
897         `extra' value from previous entry.
899 2012-09-30  Abdó Roig-Maranges  <abdo.roig@gmail.com>
901         * org-html.el (org-export-html-preprocess)
902         (org-export-html-format-image): Use
903         `org-latex-preview-ltxpng-directory'.
905         * org-odt.el (org-export-odt-do-preprocess-latex-fragments):
906         Ditto.
908         * org.el (org-latex-preview-ltxpng-directory): New option.
909         (org-preview-latex-fragment): Store LaTeX preview images in
910         `org-latex-preview-ltxpng-directory'.
912 2012-09-30  Achim Gratz  <Stromeko@Stromeko.DE>
914         * ob-R.el (org-babel-R-initiate-session): Protect against use of
915         unbound variable `ess-ask-for-ess-directory´. The default for this
916         variable is true, so act accordingly if it is found unbound.
918         * ob-R.el: Remove initialization with `nil´ from
919         `ess-ask-for-ess-directory´ and `ess-local-process-name´.  Remove
920         second declaration for `ess-local-process-name´.
922         * org-gnus.el: Add a missing require for gnus-util.
924         * org-compat.el: Rename utils to make throughout.
926         * org.el: Move check for outline-mode-keymap after (require
927         'outline).
929         * org-element.el: New file.  Do not (require 'org).
931         * org-agenda.el: Remove duplicate requires.
933         * org.el (org-mode-map): Add keybindings to
934         `org-element-transpose' and `org-narrow-to-element'.
935         (org-metaup): Fall back on `org-element-drag-backward'.
936         (org-metadown): Fall back on `org-element-drag-forward'.  Also
937         move chunks of declarations and require statements to get rid of
938         compiler warnings.
940         * org-exp-blocks.el (org): Don't require org.  Add declarations.
942         * org-clock.el (org): Don't require org.
944         * ob-exp.el (org-list-forbidden-blocks): Add declarations.
946         * ob.el (org-babel-exeext): New defconst to hold extension for
947         executables or nil if none.  Should be ".exe" for both Windows and
948         Cygwin.
950         * ob-C.el (org-babel-C-execute): Use org-babel-exeext when
951         constructing the target file name for the compiled executable.
953         * ob-fortran.el (org-babel-execute:fortran): Add org-babel-exeext
954         when constructing the target file name for the compiled
955         executable.
957         * org-version.el: New file.
959         * org-compat.el (org-check-version): New macro.  Check if
960         org-version.el exists and provide autoloads to that. Otherwise
961         check if org-fixup.el exists and use it to provide definitions.
962         Finally if nothing worked, complain about a botched installation
963         and provide fallback definitions.
965         * org.el: Use org-check-version.
967         * org.el: Fix a subtle error resulting in version functions
968         sometimes not being defined and byte-compiling failing.  Always
969         compile in fallback definitions into org.elc -- org-fixup either
970         provides re-definitions at compile-time or checks org-version.el
971         and then the git work tree when run uncompiled.  So the fallback
972         definitions will only come into effect when org-fixup is not
973         available.
975         * org.el (org-version): Make org-version more robust, e.g. when
976         byte-compiling single files with 'make compile-dirty'.
978         * org.el (org-reload): Revert an undesirable change in org-reload.
979         Do not prepend org-dir to babel-files, which prevents the files
980         from being found in load-path.
982         * org.el (org-version): Add optional parameters 'full and 'message
983         to optionally return the full version string and echo to message
984         area in non-interactive calls.
986         * org.el (org-submit-bug-report): Add optional parameter 'full to
987         call of (org-version) so that the bug report has all version
988         information.
990         * org.el (org-reload): Simplify file-re (orgtbl-*.el files do not
991         exist anymore).  Keep org-*.el at the end of the files list.
992         Explicitely load org-version.el (since it doesn't provide feature
993         'org-version) at the very end, but ignore errors when it doesn't
994         exist.  Add parameters 'full and 'message to the call of
995         (org-version) so that after reload the full version information is
996         displayed in the message area again.
998         * org-agenda.el: Replace with-no-warnings with org-no-warnings
999         (defined in org-macs.el).
1001         * org-bbdb.el: Replace with-no-warnings with org-no-warnings
1002         (defined in org-macs.el).
1004         * org-clock.el: Replace with-no-warnings with org-no-warnings
1005         (defined in org-macs.el).
1007         * org.el: Replace with-no-warnings with org-no-warnings (defined
1008         in org-macs.el).
1010         * org.el: Add with-not-warnings around call of (org-fixup).
1012         * org-compat.el (org-find-library-dir): Rename
1013         org-find-library-name (misleading) and implement with a function
1014         that exists identically in Emacs/XEmacs.
1016         * org-exp-blocks.el: Change calls to org-find-library-dir.
1018         * org.el: change calls to org-find-library-dir.  Make require for
1019         noutline fail silently because it is missing from XEmacs.
1021         * org.el (org-version): Use functions instead of global variables
1022         to get the version strings and remove the defvaralias to
1023         org-version.  Warn when encountering a mixed installation (org and
1024         org-install.el should be found in the same directory).
1026         * org.el: Add with-no-warning to defvar for two unprefixed global
1027         variables from calendar.el (there's nothing else we can do inside
1028         org until it is fixed in calendar.el).
1030         * org.el: Require find-func and remove declare-function for
1031         find-library-name, otherwise autoloaded org-version doesn't show
1032         all info correctly.
1034         * org.el (org-version): Show the full path to org-install.el in
1035         the version string to avoid confusion if multiple installations
1036         exist or a previously loaded org-install.el has already defined a
1037         version string that is now out of date.
1039         * org.el (org-version): Remove determination of version
1040         information, show "N/A" if the information is not provided via
1041         org-install.el.
1043         * org.el (org-git-version): Placeholder for recording the Git
1044         version of org during install
1046         * org.el (org-version): Initialize local git-version with
1047         placeholder and fall through using it when org is not installed in
1048         a Git repository
1050 2012-09-30  Adam Spiers  <orgmode@adamspiers.org>  (tiny change)
1052         * org-html.el: Add hyperlink to http://orgmode.org/ from export
1053         footer.
1055         * org-clock.el (org-clock-modify-effort-estimate): Display a
1056         message when no clock is currently active.
1058 2012-09-30  Andrew Hyatt  <ahyatt@gmail.com>  (tiny change)
1060         * org-archive.el (org-archive-subtree): Allow archiving to a
1061         datetree.
1063         * org.el (org-archive-location): Ditto.
1065 2012-09-30  Bastien Guerry  <bzg@gnu.org>
1067         * ob-io.el: New file.
1069         * ob-scala.el: New file.
1071         * org.el (org-url-hexify-p, org-doi-server-url)
1072         (org-latex-preview-ltxpng-directory, org-custom-properties)
1073         (org-sparse-tree-default-date-type): Add :version "24.3".
1075         * org-agenda.el (org-agenda-sticky)
1076         (org-agenda-custom-commands-contexts): Ditto.
1078         * org-capture.el (org-capture-bookmark)
1079         (org-capture-templates-contexts) (org-capture-use-agenda-date):
1080         Ditto.
1082         * org-latex.el (org-export-latex-hyperref-options-format)
1083         (org-export-latex-link-with-unknown-path-format): Ditto.
1085         * org-id.el (org-id-link-to-org-use-id): Ditto.
1087         * org-datetree.el (org-datetree-add-timestamp): Ditto.
1089         * org.el (org-make-link-description-function): Enhance docstring.
1090         (org-insert-link): Fall back on interactive prompt when
1091         `org-make-link-description-function' fails.
1093         * org-agenda.el (org-todo-list): Fix redoing of todo agenda when
1094         `org-agenda-sticky' is non-nil.
1096         * org-agenda.el (org-agenda-quit): Delete last indirect buffer.
1097         (org-agenda-pre-follow-window-conf): New variable.
1098         (org-agenda-tree-to-indirect-buffer): Fix bug: don't split agenda
1099         window when there an indirect buffer is already displayed.
1101         * org-agenda.el (org-agenda-manipulate-query)
1102         (org-agenda-goto-date, org-agenda-goto-today)
1103         (org-agenda-find-same-or-today-or-agenda, )
1104         (org-agenda-later, org-agenda-change-time-span)
1105         (org-agenda-change-all-lines)
1106         (org-agenda-execute-calendar-command)
1107         (org-agenda-goto-calendar, org-agenda-convert-date): Make sure to
1108         get a property from (1- (point-max)), not (point-max)).
1110         * ob-dot.el (org-babel-execute:dot): Throw an error when there is
1111         no :file parameter.
1113         * org-table.el (org-table-eval-formula): Convert time-stamps to
1114         inactive time-stamp so that Calc can handle them correctly.
1116         * org-table.el (org-table-fix-formulas): Warn with a message when
1117         formulas have been updated.
1119         * org-publish.el (org-publish-cache-ctime-of-src): Delete the
1120         base-dir argument and use (file-name-directory file) to get the
1121         file's directory.
1122         (org-publish-update-timestamp)
1123         (org-publish-cache-file-needs-publishing): Call
1124         `org-publish-cache-ctime-of-src' with only one argument.
1126         * org.el (org-follow-timestamp-link): Fix bug when using sticky
1127         agenda.  Add a docstring.
1129         * org-agenda.el (org-agenda-sticky): Don't use a function to set.
1130         Add a :version string.
1132         * org.el (org-priority): Use a new argument to show priority
1133         instead of setting it.
1134         (org-show-priority): New function to show priority both in normal
1135         Org buffers and in Org Agenda buffers.
1136         (org-speed-commands-default): Use "," as a speed command for
1137         setting priority.
1139         * org-agenda.el (org-agenda-mode-map): Bind `org-agenda-priority'
1140         to `C-c ,' as it was before.
1141         (org-agenda-show-priority): Delete.
1142         (org-agenda-priority): Use a new argument to show priority instead
1143         of setting it.
1145         * org.el (org-font-lock-hook, org-set-font-lock-defaults): Add a
1146         docstring.
1147         (org-display-inline-remove-overlay): Rename from
1148         `org-display-inline-modification-hook'.
1149         (org-speed-command-activate): Rename from
1150         `org-speed-command-default-hook'.
1151         (org-babel-speed-command-hook): Rename from
1152         `org-babel-speed-command-activate'.
1154         * org-agenda.el (org-agenda-update-agenda-type): Rename from
1155         `org-agenda-post-command-hook'.
1156         (org-agenda-mode): Use the new name.
1157         (org-agenda-post-command-hook): Define as obsolete function.
1159         * org-lparse.el (org-lparse): Temporarily activate the hooks
1160         needed for the ODT conversion.
1161         (org-lparse-preprocess-after-blockquote): Rename from
1162         `org-lparse-preprocess-after-blockquote-hook'.
1163         (org-lparse-strip-experimental-blocks-maybe): Rename from
1164         `org-lparse-strip-experimental-blocks-maybe'.
1165         (org-lparse-preprocess-after-blockquote-hook)
1166         (org-lparse-strip-experimental-blocks-maybe-hook): Define as
1167         obsolete functions.
1169         * ob.el (org-babel-insert-result): Comma-escape results inserted
1170         with ":results org".
1172         * org-src.el (org-edit-src-code, org-edit-src-exit): Fix bug about
1173         saving the source editing window with the default value for
1174         `org-src-window-setup' (i.e. 'reorganize-frame).
1176         * org-src.el (org-src-font-lock-fontify-block): Fix bug: don't
1177         fontify the last character.
1179         * org.el (org-open-at-point): Don't follow timestamp within
1180         bracket links.
1182         * org-capture.el (org-capture-templates): Fix typo in docstring.
1184         * org-agenda.el (org-agenda-skip): Skip information retrieved from
1185         a source block.
1187         * ob.el (org-babel-common-header-args-w-values)
1188         (org-babel-insert-result): Reintroduce ":results org" but using
1189         "#+BEGIN_SRC org", not "#+BEGIN_ORG".
1191         * ob.el (org-babel-common-header-args-w-values): Remove "org" the
1192         list of predefined values for the ":results" parameter.
1194         * ob.el (org-babel-insert-result): Remove support for ":results
1195         org".
1197         * ob.el (org-babel-common-header-args-w-values)
1198         (org-babel-insert-result): Deprecate ":results wrap" in favor of
1199         ":results drawer".
1201         * org-crypt.el (org-at-encrypted-entry-p): Fix bug when the check
1202         happens before the first headline.
1204         * org-capture.el (org-at-encrypted-entry-p)
1205         (org-encrypt-entry, org-decrypt-entry): Declare.
1206         (org-capture-set-target-location): Check whether `org-crypt' has
1207         been loaded.
1209         * org-agenda.el (org-agenda-todo-custom-ignore-p): Fix typo in
1210         docstring.
1212         * org-capture.el (org-capture-finalize): Maybe re-encrypt the
1213         target headline if it was decrypted.
1214         (org-capture-set-target-location): Maybe decrypt the target
1215         headline.
1217         * org-crypt.el (org-at-encrypted-entry-p): New function.
1219         * org.el (org-options-keywords): Add "STYLE:".
1221         * org-agenda.el (org-agenda-ndays): Don't make an alias, as
1222         `org-agenda-span' is defined separately.
1224         * org.el (org-in-subtree-not-table-p): New utility function for
1225         building the menu.
1226         (org-org-menu): Add an item for refiling.  Check more contexts
1227         when activating items.
1228         (org-tree-to-indirect-buffer): Use `org-up-heading-safe'.
1230         * org-agenda.el (org-agenda-tree-to-indirect-buffer)
1231         (org-agenda-do-tree-to-indirect-buffer): Use argument `arg'.
1233         * org-capture.el (org-capture-set-target-location): Set a correct
1234         time value when storing a note in a datetree and prompting the
1235         user for a date.
1237         * org-capture.el (org-capture-mode): Fix bug: don't run the mode's
1238         hook twice.
1240         * org-agenda.el (org-agenda-menu-two-column)
1241         (org-finalize-agenda-hook, org-agenda-ndays): Use
1242         `define-obsolete-variable-alias' instead of
1243         `make-obsolete-variable'.
1245         * org.el (org-link-to-org-use-id): Move to org-id.el.
1247         * org-id.el (org-id-link-to-org-use-id): Rename from
1248         `org-link-to-org-use-id'.  Use `nil' as the default value.
1249         (org-link-to-org-use-id): Alias and define as obsolete.
1251         * org-agenda.el (org-search-view, org-agenda-get-todos)
1252         (org-agenda-get-timestamps, org-agenda-get-blocks): Use the dotime
1253         parameter of `org-agenda-format-item' so that 'time-up and
1254         'time-down agenda sorting strategies are handled correctly.
1256         * org-capture.el (org-capture-fill-template): Fix checking of
1257         protected template entries.
1259         * org.el (org-cycle-global-at-bob): Fix typo in docstring.
1261         * org.el (org-insert-drawer): Deactivate the mark before trying to
1262         indent the :END: of the drawer.
1264         * org-agenda.el (org-agenda-export-html-style): Default to nil as
1265         any string value will replace the htmlize style.
1267         * org.el (org-cycle-hook): Fix tiny typo in docstring.
1269         * org.el (org-time-string-to-time)
1270         (org-time-string-to-seconds, org-end-of-subtree): Add a dosctring.
1272         * org-freemind.el (org-freemind-write-node): Enhance links
1273         conversion in nodes.
1275         * org-freemind.el (org-freemind-write-node): Convert links in
1276         nodes.
1278         * org.el (org-link-to-org-use-id, org-directory)
1279         (org-default-notes-file, org-reverse-note-order)
1280         (org-extend-today-until, org-finish-function)
1281         (org-store-link-functions): Use "capture" instead of "remember" in
1282         docstrings.  Also use the `org-capture' group when it makes sense.
1284         * org-agenda.el (org-agenda-tree-to-indirect-buffer): Find the
1285         correct agenda buffer.  Don't split the agenda window when the
1286         indirect buffer is displayed in another frame.
1288         * org.el (org-mode): Try to set the org-hide face correctly.
1290         * org-exp.el (org-export): Set the mark correctly when exporting a
1291         subtree.
1293         * org-agenda.el (org-agenda-get-restriction-and-command): Fix the
1294         display of the number of commands for block agendas.
1296         * org-agenda.el (org-agenda-before-write-hook)
1297         (org-agenda-add-entry-text-maxlines): Enhance phrasing.
1298         (org-agenda-finalize-hook, org-agenda-mode-hook): Tell that the
1299         buffer is writable when the hook is called.
1300         (org-agenda-finalize): Allow org-agenda-finalize-hook to modify
1301         the buffer.
1303         * org-agenda.el (org-habit-show-all-today): Only use defvar to
1304         silent the byte-compiler.
1305         (org-agenda-get-scheduled): Check whether some org-habit.el
1306         options have been defined.
1308         * org-capture.el (org-capture-entry): New variable.
1309         (org-capture-string, org-capture): Use it to possibly skip the
1310         interactive prompt for a capture template.
1312         * org.el (org-activate-plain-links): Don't try to check if we are
1313         in a bracket link already.
1315         * org.el (org-read-date-analyze): Fix bug introduced in commit
1316         cc5f9f: adding a time should not prevent relative answers to be
1317         parsed correctly.
1319         * org-agenda.el (org-agenda-bulk-action): Always read the date
1320         through `org-read-date'.  When possible, use the date at point as
1321         the default date.
1323         * org-agenda.el (org-agenda-bulk-action): Fix bug when
1324         bulk-shifting timestamps.
1326         * org.el (org-version): New constant.
1328         * org-compat.el (org-random): New compatibility function.
1330         * org-id.el (org-id-uuid): Use it.
1332         * org-capture.el (org-capture-use-agenda-date): New option.
1333         (org-capture): Use it.
1335         * org-agenda.el (org-agenda-capture): New command.
1336         (org-agenda-mode-map): Bind it to `k'.
1337         (org-agenda-menu): Add it to the menu.
1339         * org-capture.el (org-capture): Update docstring.
1341         * org-capture.el (org-capture): When called from an agenda buffer,
1342         use the cursor date at the default date.
1344         * org-agenda.el (org-agenda-bulk-action): Use the let-bound
1345         `entries' instead the variable.
1347         * org-agenda.el (org-agenda-bulk-action): Fix bug: don't remove
1348         persistent marks too early.
1350         * org-agenda.el (org-agenda-bulk-action): Possibly use the day at
1351         point to reset the scheduled or deadline cookie.  On date headers,
1352         use it without prompting the user.  On an item, use the item's
1353         date as the default prompt for `org-read-date'.
1355         * org.el (org-read-date): Docstring fix.
1357         * org-agenda.el (org-agenda-bulk-action): Reorder possible actions
1358         in the message.
1360         * org-agenda.el (org-agenda-action, org-agenda-do-action): Delete.
1361         (org-agenda-mode-map): Delete related keys.
1363         * org-agenda.el (org-agenda-menu): Fix a keybinding.
1365         * org-colview.el (org-columns-goto-top-level): Correctly move the
1366         marker `org-columns-top-level-marker'.
1367         (org-agenda-columns): Don't set
1368         `org-agenda-overriding-columns-format' as a buffer variable, as we
1369         only need it dynamically.
1370         (org-agenda-colview-summarize): Fix a bug in returning the match
1371         string.
1373         * org-agenda.el (org-agenda-span-to-ndays): Make the second
1374         argument `starting-day' optional.
1375         (org-agenda-goto-date): Keep parameters of custom agendas.
1377         * org-agenda.el (org-agenda-list): Allow setting the agenda buffer
1378         name through a temporary variable.
1379         (org-agenda-buffer-tmp-name): New variable to temporary store the
1380         agenda buffer name.
1382         * org-agenda.el (org-agenda-goto-date): Fix behavior when using
1383         sticky agendas.
1385         * org-agenda.el (org-diary): Don't check whether there is an
1386         agenda buffer when trying to compile the prefix format.
1387         (org-compile-prefix-format): Check if there is an agenda buffer.
1388         If not, use the current buffer.
1390         * org-agenda.el (org-agenda-get-day-entries): Set the agenda
1391         buffer inconditionnally.
1393         * ob.el (org-babel-named-src-block-regexp-for-name): Generate a
1394         more general regexp.
1396         * ob.el (org-babel-where-is-src-block-head): Find a src block head
1397         correctly when #+header(s) is before #+name.
1399         * org-agenda.el (org-agenda-finalize-hook)
1400         (org-agenda-finalize, org-agenda-finalize-entries): Rename from
1401         org-finalize-agenda-*.
1402         (org-agenda-run-series, org-agenda-finalize, org-timeline)
1403         (org-agenda-list, org-search-view, org-todo-list)
1404         (org-tags-view, org-diary, org-agenda-finalize-entries)
1405         (org-agenda-change-all-lines): Use the new names.
1407         * org-agenda.el (org-agenda-local-vars): Remove
1408         ̀org-agenda-last-arguments' from the list of local variables.
1409         (org-agenda-mode-map): `g' does the same than `r' in buffers with
1410         only one agenda view, but its behavior differs when there are
1411         several views.  In manually appended agendas (with `A'), `g'
1412         displays only the agenda under the point.  With multiple agenda
1413         blocks, `g' reinitializes the view by discarding any temporary
1414         changes (e.g. with ̀f' or `w'), while ̀r' keeps those temporary
1415         changes for the agenda view under the point.
1416         (org-agenda-run-series, org-agenda-redo): Implement the above
1417         changes.
1418         (org-agenda-mark-header-line): Don't set useless properties.
1419         (org-agenda-list, org-todo-only, org-search-view)
1420         (org-todo-list, org-tags-view, org-agenda-list-stuck-projects)
1421         (org-agenda-manipulate-query, org-agenda-goto-today)
1422         (org-agenda-later, org-agenda-change-time-span): Use text
1423         properties for storing the last command and the last arguments for
1424         each agenda block.
1425         (org-unhighlight-once): Delete.
1427         * org-agenda.el (org-agenda-append-agenda): Fit agenda window to
1428         buffer.
1430         * org-agenda.el (org-agenda-append-agenda): Bugfix: correctly
1431         check whether we are in org-agenda-mode.
1433         * org-agenda.el (org-agenda-pre-window-conf): Rename from
1434         `org-pre-agenda-window-conf'.
1435         (org-agenda-local-vars, org-agenda-prepare-window)
1436         (org-agenda-Quit, org-agenda-quit): Use the new name.
1438         * org-agenda.el (org-keys, org-match): New variable, dynamically
1439         scoped in `org-agenda'.
1440         (org-agenda, org-agenda-list, org-search-view, org-todo-list)
1441         (org-tags-view): Use the new variables.
1442         (org-batch-store-agenda-views): Let-bind `match'.
1444         * org-agenda.el (org-search-view, org-todo-list)
1445         (org-tags-view): Do not let `org-agenda-sticky' prevent the use of
1446         these functions programmatically.  Also use the sticky agenda
1447         function correctly.
1449         * org-agenda.el (org-agenda): Set `org-agenda-buffer-name'
1450         correctly with sticky agendas and non-custom commands.
1452         * org-agenda.el (org-agenda-fit-window-to-buffer): Rename from
1453         `org-fit-agenda-window'.
1454         (org-agenda-run-series, org-agenda-prepare, org-agenda-list)
1455         (org-search-view, org-todo-list, org-tags-view): Use the new name.
1457         * org-agenda.el (org-agenda-prepare): Let `throw' display an
1458         error.
1460         * org-agenda.el (org-agenda-list): Fix bug: don't throw an error
1461         when called from programs as (org-agenda-list).
1463         * org-agenda.el (org-todo-list): Make arg optional.
1465         * org.el (org-agenda-prepare-buffers): Rename from
1466         `org-prepare-agenda-buffers'.
1467         (org-match-sparse-tree, org-map-entries): Use the new names.
1469         * org-agenda.el (org-agenda-prepare-window): Rename from
1470         `org-prepare-agenda-window'.
1471         (org-agenda-prepare): Rename from `org-prepare-agenda'.
1472         (org-agenda-run-series, org-agenda-prepare, org-timeline)
1473         (org-agenda-list, org-search-view, org-todo-list)
1474         (org-tags-view, org-agenda-list-stuck-projects, org-diary)
1475         (org-agenda-to-appt): Use the new names.
1477         * org-mobile.el (org-mobile-create-index-file): Ditto.
1479         * org-icalendar.el (org-export-icalendar): Ditto.
1481         * org-clock.el (org-dblock-write:clocktable)
1482         (org-dblock-write:clocktable): Ditto.
1484         * org2rem.el (org2rem): Ditto.
1486         * org-agenda.el (org-agenda): In sticky agendas, use the current
1487         command's match to set the buffer name.  This gives more
1488         information to the user and allows to distinguish various agendas
1489         triggered by the same key.
1490         (org-batch-store-agenda-views): Handle the new sticky agenda
1491         buffer name.
1493         * org-agenda.el (org-agenda)
1494         (org-agenda-get-restriction-and-command): Use `S' as a key for
1495         searching words in TODO-only entries.
1497         * org-agenda.el (org-prepare-agenda): Fit agenda window when
1498         displaying a sticky agenda.
1500         * org-table.el (org-table-number-regexp): Allow the user to set it
1501         to a new regexp, which allows commas as decimal mark.  The default
1502         is to not use this setting, but the one before commit 7ff8c1,
1503         which has ben reverted.
1505         * org-agenda.el (org-agenda-overriding-cmd)
1506         (org-agenda-multi-current-cmd)
1507         (org-agenda-multi-overriding-arguments): New variables.
1508         (org-agenda-run-series): `org-agenda-overriding-arguments'
1509         defaults to the last agenda block arguments, so don't use it
1510         globally.
1511         (org-agenda-mark-header-line): Add properties needed so that
1512         `org-agenda-overriding-arguments', `org-agenda-current-span' and
1513         `org-agenda-last-arguments' can be set to their correct contextual
1514         value.
1515         (org-agenda-multi-back-to-pos): New variable.
1516         (org-agenda-later): Retrieve `org-agenda-current-span' and
1517         `org-agenda-overriding-arguments' from text properties.  Also
1518         handle numeric span.
1519         (org-agenda-later, org-agenda-change-time-span): Set
1520         `org-agenda-overriding-cmd' so that we to take overriding
1521         arguments into account for this command only.
1523         * org-agenda.el (org-agenda-kill, org-agenda-archive-with): Fix
1524         bug when called with a non-nil value of `org-agenda-stick'.
1526         * org-agenda.el (org-agenda-refile): Fix bug when refiling an
1527         entry from a sticky agenda.
1529         * org-agenda.el (org-prepare-agenda-window): Use
1530         `org-pre-agenda-window-conf' if already set.
1531         (org-agenda-Quit): Set `org-pre-agenda-window-conf' to nil when
1532         quitting.
1533         (org-agenda-quit): Ditto.
1535         * org-capture.el (org-capture-fill-template): Protect the text
1536         used for replacement from being further replaced.
1538         * org.el (org-contextualize-validate-key): Fix the check against a
1539         function.
1541         * org.el (org-contextualize-keys): Rename from
1542         `org-contextualize-agenda-or-capture'.  Fix normalization to
1543         handle empty key replacement string.
1544         (org-contextualize-validate-key): Rename from
1545         `org-contexts-validate'.  Allow checking against a custom
1546         function.
1548         * org-agenda.el (org-agenda-custom-commands-contexts): Update.
1549         (org-agenda): Use `org-contextualize-keys'.
1551         * org-capture.el (org-capture-templates-contexts): Ditto.
1553         * org.el (org-contextualize-agenda-or-capture): Normalize
1554         contexts.
1556         * org.el (org-contextualize-agenda-or-capture): Handle key
1557         replacement depending on the contexts.
1559         * org-capture.el (org-capture-templates-contexts): Allow to use
1560         the context as a way to replace one capture template by another
1561         one.
1563         * org-agenda.el (org-agenda-custom-commands-contexts): Allow to
1564         use the context as a way to replace one agenda custom command by
1565         another one.
1567         * org.el (org-contextualize-agenda-or-capture)
1568         (org-rule-validate): New functions, implement context filtering
1569         for agenda commands and capture templates.
1571         * org-agenda.el (org-agenda-custom-commands-contexts): New option.
1572         (org-agenda): Use it.
1574         * org-capture.el (org-capture-templates-contexts): New option.
1575         (org-capture-select-template): Use it.
1577         * org.el (org-beginning-of-defun, org-end-of-defun): Delete.
1578         (org-mode): Set `beginning-of-defun-function' and
1579         `end-of-defun-function' directly.
1581         * org.el (org-insert-link): Fix bug: include links abbreviations
1582         when completing.
1584         * org-icalendar.el (org-icalendar-print-entries): Fix bug: when
1585         `org-icalendar-use-plain-timestamp' is nil, scheduled and deadline
1586         items should not be ignored.
1588         * org.el (org-ds-keyword-length, org-make-tags-matcher): Docstring
1589         clean-up.
1591         * org-freemind.el (org-freemind-convert-links-from-org): Replace
1592         literally to prevent errors when replacing with string containing
1593         backslashes.
1595         * org-pcomplete.el (org-thing-at-point): Allow to match (and then
1596         complete) a "thing" containing dashes.
1598         * org-table.el (org-table-toggle-coordinate-overlays): Better
1599         message when interactively toggling.
1601         * org-table.el (org-table-number-regexp): Update the docstring to
1602         show an example of a decimal number using the comma as a
1603         separation mark.
1605         * org-agenda.el (org-prepare-agenda): Minor code clean-up.
1606         (org-agenda-filter-by-category): Filtering must be turned off only
1607         when a category filter has been set and this filter is not empty.
1609         * org-agenda.el (org-search-view, org-agenda-get-todos)
1610         (org-agenda-get-timestamps, org-agenda-get-sexps)
1611         (org-agenda-get-progress, org-agenda-get-deadlines)
1612         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
1613         `category-pos' instead of `org-category-pos'.
1615         * ob-fortran.el (org-babel-fortran-transform-list): Rename from
1616         `ob-fortran-transform-list'.
1617         (org-babel-fortran-var-to-fortran): Use the new function's name.
1619         * ob-calc.el (org-babel-calc-maybe-resolve-var): Rename from
1620         `ob-calc-maybe-resolve-var'.
1621         (org-babel-execute:calc): Use the new function's name.
1623         * org-jsinfo.el (org-infojs-template): Add a license.
1624         (org-infojs-handle-options): Replace all template elements.
1626         * org-html.el (org-export-html-scripts): Add a license.
1627         (org-export-html-mathjax-config): Replace all template elements.
1628         (org-export-html-mathjax-template): Add a license.
1629         (org-export-as-html): Minor code clean-up.
1631         * org.el (org-options-keywords): Add "#+MATHJAX" and
1632         "#+INFOJS_OPT" to the list of keywords for completion.
1634         * org.el (org-src-prevent-auto-filling): Remove unused and useless
1635         option.
1637         * org.el (org-element-at-point): Autoload.
1638         (org-element-up): Remove useless declaration.
1639         (org-fill-context-prefix, org-fill-paragraph)
1640         (org-mark-element, org-narrow-to-element)
1641         (org-transpose-element, org-unindent-buffer): Do not require
1642         org-element.
1644         * org.el (org-fill-paragraph): Require org-element.
1646         * org-agenda.el (org-agenda-persistent-marks): Minor docstring
1647         enhancement.
1649         * org.el (org-create-math-formula): Use the compatibility function
1650         `org-region-active-p'.
1652         * org-odt.el (org-export-as-odf): Ditto.
1654         * ob.el (org-babel-demarcate-block): Ditto.
1656         * org.el (org-mark-subtree): Maybe call `org-mark-element'
1657         interactively.
1658         (org-mark-element): Only mark further elements when called
1659         interactively.
1661         * org.el (org-mark-element, org-narrow-to-element)
1662         (org-transpose-element): Require org-element.
1664         * org-agenda.el (org-agenda-get-timestamps)
1665         (org-agenda-get-sexps, org-agenda-get-deadlines)
1666         (org-agenda-get-scheduled): Add the 'warntime as a text property,
1667         getting its value from the APPT_WARNTIME property.
1668         (org-agenda-to-appt): Use the 'warntime text property.
1670         * org-capture.el (org-capture-place-table-line): Fix bug.
1672         * org.el (org-activate-plain-links): Don't activate a plain link
1673         when it is part of a bracketed link, unless bracketed links are
1674         not enlisted in `org-activate-links'.
1675         (org-open-at-point): Don't consider the text immediately after a
1676         bracketed link is part of a plain link.
1678         * org.el (org-compute-latex-and-specials-regexp)
1679         (org-paste-subtree, org-sort-entries, org-store-link)
1680         (org-open-at-point, org-file-remote-p, org-add-log-setup)
1681         (org-set-tags-to, org-fast-tag-selection)
1682         (org-diary-sexp-entry): Ditto.
1684         * org-agenda.el (org-agenda-get-blocks, org-cmp-priority)
1685         (org-cmp-effort, org-cmp-todo-state, org-cmp-alpha)
1686         (org-cmp-tag, org-cmp-time): Remove useless (t nil) sexps at the
1687         end of (cond ...) constructs.
1689         * org-mobile.el (org-mobile-create-index-file): Ditto.
1691         * org-lparse.el (org-lparse-format-table-row): Ditto.
1693         * org-list.el (org-sort-list): Ditto.
1695         * org-id.el (org-id-get): Ditto.
1697         * org-html.el (org-export-html-preprocess): Ditto.
1699         * org-exp.el (org-default-export-plist)
1700         (org-table-clean-before-export): Ditto.
1702         * org.el (org-options-keywords): Add "TODO".
1703         (org-make-options-regexp): Make the hashtag mandatory for options
1704         and don't allow whitespaces between the hashtag and the plus sign.
1706         * org.el (org-refresh-category-properties)
1707         (org-find-dblock, org-dblock-start-re, org-dblock-end-re): Allow
1708         lowercase "#+category" and "#+begin:" dynamic blocks.
1710         * org.el (org-context): Use case-folding when trying to match
1711         clocktables and source blocks contexts.
1713         * org-clock.el (org-clock-put-overlay): Put the overlay on the
1714         whole headline, not only on the last character.  This fixes a bug
1715         with overlays on headlines ending with a bracketed link.
1717         * org-html.el (org-export-as-html): Make sure we always process a
1718         string.
1720         * org-exp.el (org-export-cleanup-toc-line): Always return a
1721         string.
1723         * org.el (org-fontify-meta-lines-and-blocks-1): Correctly handle
1724         metalines with #+results[...]:.
1726         * org-exp.el (org-export-handle-metalines): Rename from
1727         `org-export-handle-table-metalines'.  Now also handle source block
1728         metalines.
1729         (org-export-res/src-name-cleanup): Delete.
1730         (org-export-preprocess-string): Use `org-export-handle-metalines'.
1731         Don't use `org-export-res/src-name-cleanup' anymore.
1733         * org-html.el (org-format-org-table-html): Don't include the
1734         caption tag for empty captions in HTML export.  Keep it in the
1735         DocBook export so that it produces valid DocBook XML.
1737         * org.el (org-read-date-analyze): Allow both "8am Wed" and "Wed
1738         8am" to be parsed correctly with respect to possible values of
1739         `org-read-date-prefer-future'.
1740         (org-read-date-prefer-future): Update docstring to remove the
1741         restriction about inserting only the time.  The user can now
1742         insert the time and the day.
1744         * org-icalendar.el (org-icalendar-print-entries): Rename from
1745         `org-print-icalendar-entries'.
1746         (org-icalendar-start-file): Rename from
1747         `org-start-icalendar-file'.
1748         (org-icalendar-finish-file): Rename from
1749         `org-finish-icalendar-file'.
1750         (org-icalendar-ts-to-string): Rename from `org-ical-ts-to-string'.
1751         (org-export-icalendar): Use the correct functions.
1753         * ob-ref.el (org-babel-ref-index-list): Fix bug introduced by
1754         commit e85479.
1756         * org.el (org-fill-context-prefix): Require org-element.
1757         (org-timestamp-change): Fix bug by saving excursion when adjusting
1758         another clock.
1760         * org.el (org-read-date-prefer-future): Fix docstring formatting.
1761         (org-read-date-analyze): Fix the interpretation of
1762         `org-read-date-prefer-future'.
1764         * org-agenda.el (org-agenda-menu-two-column): Rename to
1765         `org-agenda-menu-two-columns'.
1767         * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Replace
1768         `org-labels' by `let*'.
1770         * org-bibtex.el (org-bibtex-headline): Ditto.
1772         * org-compat.el: Delete `org-labels'.
1774         * ob.el (org-babel-get-src-block-info)
1775         (org-babel-check-src-block, org-babel-current-result-hash)
1776         (org-babel-parse-src-block-match, org-babel-read-link)
1777         (org-babel-insert-result, org-babel-clean-text-properties): Use
1778         ̀org-no-properties' instead of `org-babel-clean-text-properties'.
1779         (org-babel-clean-text-properties): Delete redundant function
1780         `org-babel-clean-text-properties'.
1782         * ob-tangle.el (org-babel-tangle-collect-blocks)
1783         (org-babel-tangle-comment-links): Ditto.
1785         * ob-table.el (sbe): Ditto.
1787         * ob-lob.el (org-babel-lob-get-info)
1788         (org-babel-lob-execute): Ditto.
1790         * ob-exp.el (org-babel-exp-non-block-elements): Ditto.
1792         * org-macs.el (org-no-properties): Allow a new parameter
1793         `restricted' to restrict the properties removal to those in
1794         `org-rm-props'.  The default is now to remove all properties.
1796         * org-compat.el (org-substring-no-properties): Remove unused
1797         defun.
1799         * org-remember.el (org-remember-apply-template): Remove redundant
1800         removal of text properties.
1801         (org-remember-apply-template): Use `org-no-properties'.
1803         * org-capture.el (org-capture-fill-template): Remove redundant
1804         removal of text properties.
1805         (org-capture-fill-template): Use `org-no-properties'.
1807         * org-gnus.el (org-gnus-open, org-gnus-follow-link): Use
1808         `org-no-properties'.
1810         * org-colview.el (org-columns-display-here): Ditto.
1812         * org-table.el (org-table-eval-formula): Ditto.
1814         * org.el (org-entry-properties): Ditto.
1816         * org-icalendar.el (org-print-icalendar-entries): Fix bug about
1817         handling `alarm-time'.
1819         * ob-R.el (org-babel-edit-prep:R): Don't set the session.
1821         * org.el (org-store-log-note): Only skip comments starting with "#
1822         " when storing a note.
1824         * org.el (org-custom-properties): New option.
1825         (org-custom-properties-overlays): New variable.
1826         (org-toggle-custom-properties-visibility): New command to toggle
1827         the visibility of custom properties.
1828         (org-check-before-invisible-edit): Also prevent errors when trying
1829         to edit invisible properties.
1831         * org-datetree.el (org-datetree-add-timestamp): New option.
1832         (org-datetree-insert-line): Use it.
1834         * org.el (org-fill-template): Fix bug when filling template for a
1835         key associated to the nil value.
1837         * org-agenda.el (org-diary): Fix tiny typo.
1839         * org.el (message-in-body-p): Move declaration up to fix compiler
1840         warning.
1842         * org.el (org-fill-context-prefix): Fix auto-filling in
1843         `message-mode'.
1845         * org.el (org-fill-paragraph): Correctly fill paragraph in
1846         message-mode.
1847         (org-indent-line): Correctly indent according to mode when
1848         `orgstruct++-mode' is on.
1849         (orgstruct++-mode): Add `fill-prefix' to the variable temporarily
1850         stored in `org-fb-vars'.
1852         * org.el (org-fill-paragraph): Make a command.  Fix bug about
1853         filling message headers and citations.
1855         * org.el (org-redisplay-inline-images): New command.
1856         (org-mode-map): Bind it to C-c C-x C-M-v.
1858         * org-colview.el (org-columns-get-format-and-top-level): Fix bug.
1859         (org-columns-get-format): Fix compiler warning.
1861         * org-feed.el: Add declarations.
1863         * org-agenda.el (org-agenda-get-sexps): Use `org-get-tags-at' to
1864         allow tag inheritance.
1866         * org-capture.el (org-capture): Fix bug introduced by commit
1867         1737d3.
1869         * org-publish.el (org-publish-needed-p)
1870         (org-publish-update-timestamp, org-publish-file)
1871         (org-publish-cache-file-needs-publishing): New argument
1872         `base-dir'.
1873         (org-publish-cache-ctime-of-src): Use the new argument to make
1874         sure we find the file according to :base-directory.
1876         * org-capture.el (org-capture-string): New command to prompt for
1877         the interactive text interactively.  This can also be used in
1878         Elisp programs to use ̀org-capture' with some initial text.
1879         (org-capture-initial): New variable to store the initial text.
1880         (org-capture): Use `org-capture-initial'.
1882         * org.el (org-emph-re): Tiny docstring formatting fix.
1884         * org-compat.el (org-labels): Remove.
1886         * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
1888         * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
1890         * org.el (org-emph-re): Tiny formatting fix.
1892         * org.el (orgstruct-setup): Require `org-element'.
1894         * org.el (org-store-link, org-open-at-point): New link type
1895         "help".
1897         * org-compat.el (org-flet): Remove alias.
1899         * ob.el (org-babel-edit-distance, org-babel-sha1-hash)
1900         (org-babel-get-rownames, org-babel-insert-result)
1901         (org-babel-merge-params)
1902         (org-babel-expand-noweb-references): Don't use `org-flet'.  Also
1903         indent some functions correctly.
1905         * ob.el (org-babel-execute-src-block)
1906         (org-babel-join-splits-near-ch, org-babel-format-result)
1907         (org-babel-examplize-region): Don't use `org-flet'.
1908         (org-babel-tramp-handle-call-process-region): Fix typo.
1910         * ob-awk.el (org-babel-awk-var-to-awk): Don't use `org-flet'.
1912         * ob-sh.el (org-babel-sh-var-to-string): Ditto.
1914         * ob-tangle.el (org-babel-tangle, org-babel-spec-to-string): Don't
1915         use `org-flet'.
1917         * org-pcomplete.el (org-compat): Require.
1919         * ob-tangle.el (org-babel-load-file): Don't use `org-flet'.
1921         * org-bibtex.el (org-bibtex-write): Use let*.
1923         * org-plot.el (org-plot/gnuplot-script): Don't use `org-flet'.
1925         * org-bibtex.el (org-bibtex-headline, org-bibtex-fleshout)
1926         (org-bibtex-read, org-bibtex-write): Don't use `org-flet'.
1928         * org-clock.el (org-clock-cancel): Use `org-looking-back'.
1930         * org-pcomplete.el (org-thing-at-point): Ditto.
1932         * org.el (org-timestamp-change): Ditto.
1934         * org-mouse.el (org-mouse-timestamp-today)
1935         (org-mouse-set-priority, org-mouse-popup-global-menu)
1936         (org-mouse-context-menu): Don't use ̀org-flet'.
1938         * org.el (org-priority): Fix docstring.
1940         * org-publish.el (org-publish-write-cache-file)
1941         (org-publish-initialize-cache)
1942         (org-publish-cache-file-needs-publishing)
1943         (org-publish-cache-get): Small code clean-up.
1945         * org-publish.el (org-publish-cache-ctime-of-src): Simplify.
1947         * org-agenda.el (org-agenda-get-sexps): Add a 'tags property for
1948         agenda entries created from sexps.
1950         * org-capture.el (org-capture-templates): Docstring clean up.
1951         (org-capture-place-entry, org-capture-place-item)
1952         (org-capture-place-plain-text, org-capture-place-table-line):
1953         Ensure to always position the point according to %?.
1955         * org-table.el (org-table-convert-refs-to-rc): Fix bug when
1956         converting remote table references.
1958         * org-agenda.el (org-agenda-switch-to): Run hooks in
1959         ̀org-agenda-after-show-hook'.
1961         * ob-ref.el (org-babel-ref-index-list): Use let* and rename the
1962         variable `length' to `lgth'.
1964         * org-plot.el (org-plot/gnuplot-to-grid-data): Don't use
1965         ̀org-flet'.
1967         * org-exp.el (org-export-format-source-code-or-example): Ditto.
1969         * org-exp-blocks.el (org-export-blocks-preprocess): Ditto.
1971         * ob.el (org-babel-view-src-block-info)
1972         (org-babel-execute-src-block, org-babel-edit-distance)
1973         (org-babel-switch-to-session-with-code)
1974         (org-babel-balanced-split, org-babel-insert-result): Ditto.
1976         * ob-ref.el (org-babel-ref-index-list): Ditto.
1978         * ob-python.el (org-babel-python-evaluate-session): Ditto.
1980         * ob-lob.el (org-babel-lob-get-info): Ditto.
1982         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Ditto.
1984         * ob-exp.el (org-babel-exp-do-export): Ditto.
1986         * org-table.el (orgtbl-to-generic): Fix docstring.
1988         * org-clock.el (org-clock-in): Call `org-clock-out' with the new
1989         argument `switch-to-state' set to nil.  Fix docstring.
1990         (org-clock-in-last): Prompt for a todo state to switch to when
1991         called with three universal prefix arguments.  Don't display a
1992         message when the clock is already running.  Update docstring.
1993         (org-clock-out): New argument `switch-to-state'.  When this
1994         argument is non-nil, prompt for a state to switch the clocked out
1995         task to, overriding `org-clock-out-switch-to-state'.
1997         * org.el (org-entry-get): Don't use `org-flet'.
1999         * org.el (org-forward-heading-same-level): Rename from
2000         `org-forward-same-level'.
2001         (org-backward-heading-same-level): Rename from
2002         `org-backward-same-level'.
2004         * org.el (org-forward-element): Rename from `org-element-forward'.
2005         (org-backward-element): Rename from `org-element-backward'.
2006         (org-up-element): Rename from `org-element-up'.
2007         (org-down-element): Rename from `org-element-down'.
2008         (org-drag-element-backward): Rename from
2009         `org-element-drag-backward'.
2010         (org-drag-element-forward): Rename from
2011         `org-element-drag-forward'.
2012         (org-mark-element): Rename from `org-element-mark-element'.
2013         (org-transpose-element): Rename from `org-element-transpose'.
2014         (org-unindent-buffer): Rename from `org-element-unindent-buffer'.
2015         (org-mode-map): Update the names of a commands.  Remove useless
2016         declarations.
2018         * org-element.el (org-element-forward, org-element-backward)
2019         (org-element-up, org-element-down)
2020         (org-element-drag-backward, org-element-drag-forward)
2021         (org-element-mark-element, org-narrow-to-element)
2022         (org-element-transpose, org-element-unindent-buffer): Move to
2023         org.el.
2025         * org.el (org-forward-same-level): Fix typo in docstring.
2027         * org-agenda.el (org-agenda-mode-map): Bind
2028         `org-agenda-show-priority' to `C-c,' instead of `P'.
2029         (org-agenda-next-item, org-agenda-previous-item): New commands to
2030         move by one item down/up in the agenda.
2031         (org-agenda-mode-map): Bind `org-agenda-next-item' and
2032         `org-agenda-previous-item' to `N' and `P' respectively.
2034         * org-rmail.el (org-rmail-store-link, org-rmail-follow-link):
2035         Toggle headers when necessary.
2037         * org-element.el (org-narrow-to-element): Autoload.
2039         * org.el (org-mode-map): Use `M-h' for `org-element-mark-element'.
2040         (org-mark-subtree): Allow a numeric prefix argument to move up
2041         into the hierarchy of headlines.
2043         * org-element.el (org-element-up, org-element-down): Autoload.
2045         * org.el: Declare functions and don't require org-element.
2047         * org-element.el (org-element-at-point, org-element-forward)
2048         (org-element-backward, org-element-drag-backward)
2049         (org-element-drag-forward, org-element-mark-element)
2050         (org-element-transpose, org-element-unindent-buffer): Autoload.
2051         Require 'org and remove all declarations.
2053         * org.el (org-outline-regexp-bol, org-heading-regexp): Use
2054         variables instead of constants.
2056         * org-archive.el (org-datetree-find-date-create): Declare.
2058         * org.el (org-open-at-point): Only set
2059         `clean-buffer-list-kill-buffer-names' when the feature 'midnight
2060         has been loaded.
2062         * org-icalendar.el (org-print-icalendar-entries): Let
2063         APPT_WARNTIME take precedence over ̀org-icalendar-alarm-time'.
2065         * org.el (org-special-properties): New special property
2066         CLOCKSUM_T.
2067         (org-entry-properties): Handle the new special property.
2069         * org-colview.el (org-columns): Handle a new special property
2070         CLOCKSUM_T.
2071         (org-agenda-colview-summarize, org-agenda-colview-compute): Ditto.
2073         * org-clock.el (org-clock-sum-today): New function.
2074         (org-clock-sum): New argument PROPNAME to set a custom text
2075         property instead of :org-clock-minutes.
2077         * org-agenda.el (org-agenda-check-type): Throw a more appropriate
2078         error message when no agenda is currently being displayed.
2080         * org.el (org-get-property-block): Find blocks before the first
2081         headline.
2082         (org-entry-properties): Minor code cleanup.
2083         (org-entry-get, org-entry-get-with-inheritance): Get property
2084         before the first headline.
2086         * org-mobile.el (org-mobile-create-index-file): Use `files-alist'.
2088         * org.el (org-make-link): Delete.
2089         (org-store-link, org-insert-link)
2090         (org-file-complete-link): Don't use `org-make-link'.
2092         * org-wl.el (org-wl-store-link-folder)
2093         (org-wl-store-link-message): Ditto.
2095         * org-vm.el (org-vm-store-link): Ditto.
2097         * org-rmail.el (org-rmail-store-link): Ditto.
2099         * org-mhe.el (org-mhe-store-link): Ditto.
2101         * org-mew.el (org-mew-store-link): Ditto.
2103         * org-irc.el (org-irc-erc-store-link): Ditto.
2105         * org-info.el (org-info-store-link): Ditto.
2107         * org-id.el (org-id-store-link): Ditto.
2109         * org-gnus.el (org-gnus-group-link, org-gnus-article-link): Ditto.
2111         * org-eshell.el (org-eshell-store-link): Ditto.
2113         * org-bbdb.el (org-bbdb-store-link): Ditto.
2115         * org.el (org-url-hexify-p): New option.  When non-nil (the
2116         default), hexify URLs when creating a link.
2118         * org.el (org-insert-link): Make sure point is at the beginning of
2119         the buffer.
2121         * org.el (clean-buffer-list-kill-buffer-names): Declare.
2122         (org-open-at-point): Allow opening multiple shell links by
2123         creating a new output buffer for each shell process.  The new
2124         buffer is added to `clean-buffer-list-kill-buffer-names'.
2126         * org-mobile.el (org-mobile-create-index-file): Use
2127         `org-global-tags-completion-table' instead of
2128         `org-tag-alist-for-agenda' to get the tags for the index file.
2130         * org.el (org-global-tags-completion-table): Fix typo in
2131         docstring.
2133         * org.el (org-link-to-org-use-id): Use `org-capture' instead of
2134         `org-remember' in the docstring.
2135         (org-link-fontify-links-to-this-file): New function to fontify
2136         links to the current buffer in `org-stored-links'.
2137         (org-store-link): Small code simplification.
2138         (org-link-prettify): Enclose literal links into <...> instead of
2139         [[...]].
2140         (org-insert-link): Use `org-link-fontify-links-to-this-file'.
2141         Also allow completion over links' descriptions, as well as links
2142         destinations.  When the user uses the description for completion,
2143         don't prompt again for a description.
2145         * org-capture.el (org-capture-templates): Fix docstring by adding
2146         Gnus to the list of mail clients.
2148         * org.el (org-log-repeat): Enhance docstring.
2150         * org.el (org-mode-map): Don't bind C-<up> and C-<down> to
2151         `org-element-backward/forward' as these functions stops when there
2152         is no element of the same type before/after point.  It is useful
2153         to navigate with `forward/backward-paragraph' with no stop in most
2154         cases.
2156         * org-capture.el (org-capture-templates): New template %l to
2157         insert the literal link pointing at the current buffer.
2159         * org.el (org-todo-keywords): Ditto.
2161         * org.el (org-fill-paragraph): Falls back on
2162         `message-fill-paragraph' if required in `message-mode'.
2164         * org-pcomplete.el (pcomplete/org-mode/file-option/x): New macro.
2165         (pcomplete/org-mode/file-option/options)
2166         (pcomplete/org-mode/file-option/title)
2167         (pcomplete/org-mode/file-option/author)
2168         (pcomplete/org-mode/file-option/email)
2169         (pcomplete/org-mode/file-option/date): Use the new macro to offer
2170         completion over default values for #+OPTIONS, #+TITLE, #+AUTHOR,
2171         #+EMAIL and #+DATE.
2173         * org-agenda.el (org-agenda-write): Fix bug when writing agenda to
2174         an external file while `org-agenda-sticky' is non-nil.
2176         * org.el (org-speed-commands-default): New speedy command to
2177         quickly add the :APPT_WARNTIME: property.
2179         * org-agenda.el (org-agenda-to-appt): Use the :APPT_WARNTIME:
2180         property to override `appt-message-warning-time' when adding an
2181         appointment from an entry.
2183         * org.el (org-version): Improve docstring.
2184         (org-self-insert-cluster-for-undo): The default value should be
2185         nil for Emacs >=24.1.  See bug#11774.
2187         * org.el (org-fontify-meta-lines-and-blocks-1): Fix previous
2188         commit.
2190         * org.el (org-options-keywords): New constant.
2191         (org-additional-option-like-keywords): Remove duplicates with
2192         keywords in the new constant.
2193         (org-additional-option-like-keywords-for-flyspell): Use the new
2194         constant.
2195         (org-mode-flyspell-verify): Exclude keywords from the new
2196         constant.
2198         * org-pcomplete.el (pcomplete/org-mode/file-option): Use
2199         `org-options-keywords'.
2201         * org.el (org-toggle-heading): Bugfix: use
2202         `org-element-mark-element' instead of `org-mark-list'.
2204         * org-list.el (org-mark-list): Delete.
2206         * org.el: Update a few keybindings.
2208         * org-element.el (org-element-down): Throw an error when the
2209         element has no content.
2211         * org-table.el (orgtbl-radio-table-templates): Add a template for
2212         org-mode.
2213         (orgtbl-to-orgtbl): Complete and align the table created with
2214         orgtbl-to-orgtbl, in case the user use the function for radio
2215         tables.
2216         (orgtbl-to-table.el): New function to export a table to another
2217         one using the table.el format.
2218         (orgtbl-to-unicode): New function to export a table using unicode
2219         characters.
2221         * org-exp.el (org-export-language-setup): Use "Sommaire" for the
2222         french translation of "Table of contents", to avoid a possible bug
2223         when exporting to ODT.
2225         * org.el (org-additional-option-like-keywords): Add keywords.
2226         (org-additional-option-like-keywords-for-flyspell): New constant
2227         to use with flyspell.
2228         (org-mode-flyspell-verify): Use the dedicated constant and don't
2229         check `org-startup-options'.
2231         * org-agenda.el (org-batch-store-agenda-views): Use the sticky
2232         agenda buffer name, if required.
2233         (org-agenda-write): New parameter `agenda-bufname' to allow
2234         setting the agenda buffer name.
2236         * org.el (org-mode-map): Add keybindings for
2237         `org-element-forward', `org-element-backward', `org-element-up'
2238         and `org-element-down'.
2240         * org.el (org-auto-fill-function): Don't call `do-auto-fill'
2241         within (org-let org-fb-vars ...) as `do-auto-fill' should do the
2242         right thing whether orgstruct++-mode is turned on or off.
2244         * org.el (org-sparse-tree-default-date-type): New option.
2245         (org-ts-type): New variable.
2246         (org-sparse-tree): New argument `type'.  Use the new option
2247         `org-sparse-tree-default-date-type' as the default value for
2248         `type'.  Fix docstring.
2249         (org-re-timestamp): New function.
2250         (org-check-before-date, org-check-after-date)
2251         (org-check-dates-range): Use `org-ts-type' and `org-re-timestamp'
2252         to tell compute the date regexp.
2254         * org.el (orgstruct++-mode, org-get-local-variables): Also set
2255         `normal-auto-fill-function' when turning on/off orgstruct++-mode.
2257         * org-agenda.el (org-agenda-start-with-log-mode): Add relevant
2258         customization types.
2260         * org-faces.el (org-document-title): Use the normal height.
2262         * org-clock.el (org-x11idle-exists-p): New variable.
2263         (org-user-idle-seconds): Use it.
2265         * org.el (org-mode-map): Rebind `org-insert-all-links' to `C-c
2266         C-M-l'.
2268         * org.el (org-insert-all-links): New command.
2269         (org-insert-link): `org-keep-stored-link-after-insertion' is now
2270         checked when the link to insert has been defined, regardless on
2271         how it has been defined.  Also don't read the description
2272         interactively when the `default-description' parameter was given.
2273         (org-mode-map): Bind `org-insert-all-links' to `C-c C-L'.
2275         * org.el (org-inc-effort): New command to increment the effort
2276         property.
2277         (org-set-effort): Use it.
2278         (org-mode-map): Bind it to `C-c C-x E'.
2279         (org-speed-commands-default): Use `E' as a speed command for it.
2281         * org.el (org-re-property-keyword): New function.
2282         (org-entry-put): Use it to fix a bug with respect to setting the
2283         value of a property when a property line with no value already
2284         exists.
2286         * org.el (org-timestamp-change): Adjust clock in other org files
2287         correctly.
2289         * org-clock.el (org-user-idle-seconds): Simplify.
2291         * org.el (org-mode-map): Bind `org-resolve-clocks' to `C-c C-x
2292         C-z'.
2294         * org.el (org-mode-map): Add keybindings to
2295         `org-element-transpose' and `org-narrow-to-element'.
2296         (org-metaup): Fall back on `org-element-drag-backward'.
2297         (org-metadown): Fall back on `org-element-drag-forward'.  Also
2298         move chunks of declarations and require statements to get rid of
2299         compiler warnings.
2301         * org-exp-blocks.el (org): Don't require org.  Add declarations.
2303         * org-clock.el (org): Don't require org.
2305         * ob-exp.el (org-list-forbidden-blocks): Add declarations.
2307         * org.el (org-timestamp-change): Don't use the `position'.
2309         * org.el (org-clock-history, org-clock-adjust-closest): New
2310         variables.
2311         (org-timestamp-change): Maybe adjust the next or previous clock in
2312         `org-clock-history'.
2313         (org-shiftmetaup, org-shiftmetadown): On clock logs, update the
2314         timestamp at point and adjust the next or previous clock in
2315         `org-clock-history', when possible.
2317         * org-clock.el (org-clock-in): Set the marker for
2318         `org-clock-history' at a safer position.
2320         * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
2321         Autoload.
2323         * org-mobile.el (org-mobile-post-pull-hook): Fix docstring.
2325         * org.el (org-indent-line): Fix indentation of a property line
2326         starting at the beginning of a line.
2328         * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
2330         * org-compat.el: Alias `org-condition-case-unless-debug' to
2331         `condition-case-unless-debug' or `condition-case-no-debug'.
2333         * org.el (org-todo-keywords): Ditto.
2335         * org.el (org-use-fast-todo-selection): Reformat docstring.
2337         * org.el (org-flag-drawer): Add a docstring.
2338         (org-mode-map): Bind ̀org-clock-cancel' to "C-cC-xC-q" and
2339         `org-clock-in-last' to "C-cC-xC-x".  This fixes a bug in the
2340         previous keybinding for `org-clock-in-last', which would override
2341         the one for `org-clock-in'.
2343         * org-clock.el (org-clock-in-last): Prevent errors when there is
2344         no clocking history.
2345         (org-clock-cancel): Fix bug when checking against a clock log in a
2346         folded drawer.
2348         * org.el (org-link-expand-abbrev): Implement "%(my-function)" as a
2349         new specifier.  Update the docstring.
2351         * org.el (org-startup-options): Fix docstring formatting.
2353         * org.el (org-use-sub-superscripts): Fix typo in docstring.
2355         * org.el (org-refile): Fix bug: prevent looping when calling
2356         `org-set-tags' internally.
2358         * org.el (org-mode-map): Add `C-c C-x C-I' as a keybinding for
2359         `org-clock-in-last'.
2361         * org-clock.el (org-clock-continuously): New option.
2362         (org-clock-in): Three universal prefix arguments set
2363         `org-clock-continuously' to `t' temporarily.
2364         (org-clock-in-last): Fix call to `org-clock-select-task' and
2365         support continuous clocking.
2366         (org-clock-out-time): New variable.
2367         (org-clock-out): Set `org-clock-out-time' when clocking out.
2368         Small docstring rewriting.
2369         (org-clock-remove-empty-clock-drawer): Fix "invalid search bound"
2370         bug when trying to delete empty logbook drawer.
2371         (org-clock-cancel): If the clock log is gone, send a warning
2372         instead of deleting the region that is supposed to contain it.
2374         * org.el (org-move-line-down, org-move-line-up): Remove.
2375         (org-metaup, org-metadown): When the region is active, move it
2376         up/down by one line, with no regard to the context.
2378         * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
2380         * org-compat.el: Alias `org-condition-case-unless-debug' to
2381         `condition-case-unless-debug' or `condition-case-no-debug'.
2383         * org-pcomplete.el (org-thing-at-point): Ignore trailing
2384         whitespaces while looking-back at properties.
2386         * org.el (org-mode): Set `indent-region-function'.
2387         (org-indent-region): New function.
2388         (org-fill-paragraph): When in a src block, use `indent-region' to
2389         indent the whole source code instead of falling back on
2390         `fill-paragraph', as this function messes up the code.
2392         * org-src.el (org-edit-src-code): Fix docstring formatting.
2394         * ob.el (org-babel-do-key-sequence-in-edit-buffer): Ditto.
2396         * org.el (org-mode, org-add-log-setup)
2397         (org-get-property-block, org-entry-put)
2398         (org-property-next-allowed-value, org-return)
2399         (org-indent-line): Rename `org-indent-line-function' to
2400         `org-indent-line'.
2402         * org-timer.el (org-timer-item): Ditto.
2404         * org-table.el (org-table-store-formulas): Ditto.
2406         * org-clock.el (org-clock-in, org-clock-find-position): Ditto.
2408         * org-src.el (org-src-font-lock-fontify-block)
2409         (org-src-strip-leading-and-trailing-blank-lines)
2410         (org-src-ask-before-returning-to-edit-buffer)
2411         (org-edit-src-code, org-edit-src-continue)
2412         (org-edit-fixed-width-region)
2413         (org-src-do-key-sequence-at-code-block)
2414         (org-src-font-lock-fontify-block, org-src-fontify-buffer): Fix
2415         typos in docstrings.
2417         * org-docbook.el (org-export-docbook-emphasis-alist): Fix typo:
2418         use "format string" instead of "formatting string".
2420         * org-latex.el (org-export-latex-emphasis-alist)
2421         (org-export-latex-title-command, org-export-latex-tables): Ditto.
2423         * org-html.el (org-export-html-postamble): Ditto.
2425         * org-latex.el (org-export-latex-hyperref-options-format): New
2426         option.
2427         (org-export-latex-make-header): Use it.
2429         * ob.el (org-babel-confirm-evaluate): Prevent errors when
2430         `org-current-export-file' is void.
2432         * org-table.el (org-table-export): Use the file name extension to
2433         suggest the right conversion format.  Also amend the docstring.
2435         * org.el (org-speed-commands-default): Two new speed commands.
2436         Use `:' for `org-columns' and ̀#' for `org-toggle-comment'.
2438         * org.el (org-time-stamp): With two universal arguments, insert an
2439         active timestamp with the current time without prompting the user.
2441         * org-clock.el (org-clock-in-last): New command.
2443         * org-clock.el (org-clock-in): Fix typo in docstring.
2445         * org-mobile.el (org-mobile-edit): Fix reference to a free
2446         variable.
2448         * org.el (org-doi-server-url): Update :group.
2450         * ob-lob.el (org-babel-lob-execute): Fix reference to non-existent
2451         variable.
2453         * org.el (org-doi-server-url): New option.
2454         (org-open-at-point): Use it.
2456         * org.el (org-at-comment-p): New function.
2457         (org-toggle-heading): Use `org-at-comment-p' to skip comments.
2459         * org-html.el (org-export-as-html): Add links to the Org mode and
2460         GNU Emacs websites When :html-postamble is set to 't.
2462         * org-export.el (org-export-creator-string): Add links to the Org
2463         mode and GNU Emacs websites.
2465         * org-special-blocks.el
2466         (org-special-blocks-convert-html-special-cookies): Prevent errors
2467         by first checking `org-line' is not nil.
2469         * org-clock.el (org-clock-string-limit)
2470         (org-clock-modeline-total, org-clock-task-overrun-text)
2471         (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
2473         * org.el (org-at-timestamp-p): Set ̀org-ts-what' to 'after when the
2474         point is right after the timestamp.  `org-at-timestamp-p' still
2475         returns `t' in this case, as this is more practical.
2476         (org-return): Check against ̀org-ts-what' to verify that point is
2477         really within the timestamp (if any).
2479         * org.el (org-return): Follow time-stamp links when point is an a
2480         time-stamp.
2482         * org-capture.el (org-capture-bookmark): New option.
2483         (org-capture-finalize): Use it.
2485         * org-publish.el (org-publish-cache-file-needs-publishing): Make
2486         the column mandatory after #+include:.
2488         * org-exp.el (org-export-handle-include-files): Ditto.
2490         * org-bibtex.el (org-bibtex-entries): Rename from
2491         (org-bibtex-read, org-bibtex-write): Use the new name.
2493         * org-exp.el (org-export-handle-include-files): Allow to use
2494         #+include with no column.
2496         * org-publish.el (org-publish-cache-file-needs-publishing): Make
2497         quotes mandatory around the file name and allow spaces in it.
2499         * org-html.el (org-export-as-html): Add link to Org's and Emacs's
2500         websites.
2502         * org-latex.el
2503         (org-export-latex-link-with-unknown-path-format): New option.
2504         (org-export-latex-links): Use it.
2506         * org-agenda.el (org-agenda-get-timestamps): Remove any active
2507         timestamp from the headline text, not only those for the current
2508         date.
2510         * org.el (org-set-tags): Allow setting tags for headlines in the
2511         region when `org-loop-over-headlines-in-active-region' is non-nil.
2513         * org.el (org-allow-promoting-top-level-subtree): New option to
2514         allow promoting a top-level subtree.
2515         (org-called-with-limited-levels): New variable, dynamically bound
2516         within the `org-with-limited-levels' macro.
2517         (org-promote): Use the new option to allow promoting a top-level
2518         subtree.
2520         * org-macs.el (org-with-limited-levels): Let-bind
2521         `org-called-interactively-p' to t.
2523         * org.el (org-create-formula-image-with-dvipng)
2524         (org-create-formula-image-with-imagemagick): Make sure a file
2525         exists before trying to delete it.
2527         * org.el (org-scan-tags): Correctly match TODO keywords.
2529         * org-agenda.el (org-agenda-bulk-action): Fix bug: use
2530         `org-agenda-bulk-unmark-all'.
2532         * org.el (orgstruct++-mode): Fix docstring.
2533         (org-fill-paragraph): Use the 'justify parameter when falling back
2534         on `fill-paragraph'.
2536         * org.el (org-indent-line-function): Use `org-let' instead of
2537         `orgstruct++-ignore-org-filling'.
2538         (org-fill-paragraph, org-auto-fill-function): Ditto.
2540         * org-macs.el (orgstruct++-ignore-org-filling): Delete.
2542         * org-table.el (org-table-time-string-to-seconds): Return the
2543         empty string if provided.
2544         (org-table-eval-formula): When assigning a duration string, handle
2545         it correctly -- i.e. don't make any computation on it, except the
2546         one to insert it using the correct duration format.
2548         * org.el (org-indent-line-function): Fix bug.
2550         * org-clock.el (org-frame-title-format-backup): New variable to
2551         store the value of `frame-title-format' before `org-clock' might
2552         replace it by `org-clock-frame-title-format'.
2553         (org-clock-frame-title-format): New option.
2554         (org-frame-title-string): Delete.
2555         (org-clock-update-mode-line): Minor code reformatting.
2556         (org-clock-in, org-clock-out, org-clock-cancel): Use
2557         `org-clock-frame-title-format'.
2559         * org-clock.el (org-clock-get-clock-string): Add a space.
2561         * org-list.el (org-mark-list): Return an error when there is no
2562         list at point.
2564         * org.el (org-toggle-heading): Allow `C-u C-c *' to mark the list
2565         at point before converting items to headings.  With a simple
2566         universal-argument, set `current-prefix-arg' to 1, otherwise keep
2567         the numeric value.
2569         * org-agenda.el (org-agenda-view-mode-dispatch): Make the message
2570         more readable.
2572         * org-agenda.el (org-agenda-mode-map): New keybinding ̀*' to mark
2573         all entries for bulk action.
2574         (org-agenda-menu): New menu item for marking all entries.
2575         (org-agenda-bulk-mark-all): New function to mark all entries.
2576         (org-agenda-bulk-mark-regexp): Minor docstring fix.
2577         (org-agenda-bulk-unmark): With a prefix argument, unmark all.
2578         Also send a better message.
2579         (org-agenda-bulk-remove-all-marks): Rename to
2580         `org-agenda-bulk-unmark-all'.  Check against
2581         `org-agenda-bulk-marked-entries' before trying to unmark entries.
2582         Minor docstring fix.
2583         (org-agenda-bulk-unmark-all): Renamed from
2584         ̀org-agenda-bulk-remove-all-marks'.
2586         * org-agenda.el (org-agenda-bulk-mark-char): New option.
2587         (org-agenda-bulk-mark): Use the new option.
2589         * org.el (org-src-prevent-auto-filling): New option to prevent
2590         auto-filling in src blocks.  This defaults to nil to avoid people
2591         being surprised that no auto-fill occurs in Org buffers where they
2592         use `auto-fill-mode'.
2593         (org-auto-fill-function): Use the new option.
2595         * org.el (org-properties-postprocess-alist): Better customization
2596         type.
2597         (org-set-property): Fix the check against
2598         `org-properties-postprocess-alist'.
2600         * org-macs.el (orgstruct++-ignore-org-filling): Set
2601         `def-edebug-spec' correctly.
2603         * org-colview.el (org-columns-string-to-number): When computing
2604         the values for the colview, match durations and convert them to
2605         HH:MM values.
2607         * org.el (org-duration-string-to-minutes): Match non-round
2608         numbers.  Add a new optional parameter to allow returning the
2609         output as a string.
2611         * org.el (org-auto-fill-fallback-function)
2612         (org-indent-line-fallback-function)
2613         (org-fill-paragraph-fallback-function)
2614         (org-auto-fill-fallback-function)
2615         (org-indent-line-fallback-function)
2616         (org-fill-paragraph-fallback-function): Remove.
2617         (org-fb-vars): New buffer-local variable.
2618         (orgstruct++-mode): Use the fallback variable `org-fb-vars' to
2619         store, use and restore variables if needed.
2620         (org-fill-paragraph): Ignore `orgstruct++-mode' filling variables
2621         when needed.
2622         (org-auto-fill-function, org-indent-line-function): Ditto.
2624         * org-macs.el (orgstruct++-ignore-org-filling): New macro.
2626         * org-exp-block.el: Use `org-find-library-name' instead of
2627         `find-library-name'.
2629         * org-compat.el (org-find-library-name): Convert into a macro to
2630         avoid compilation of a function from XEmacs in Emacs and vice
2631         versa.
2633         * org-table.el (org-table-store-formulas): Fix typo.
2634         (org-table-maybe-eval-formula): Fix the regexp to only match
2635         formulas, which never end with the `=' character.  If the field
2636         only contain this character, don't eval either.
2638         * org.el (org-set-property): Perform the correct check against
2639         `org-properties-postprocess-alist'.
2641         * org-bbdb.el (org-bbdb-anniversary-format-alist): Update the
2642         customization type.
2643         (name): Suppress (defvar 'name) as name is not eval'ed when
2644         setting `org-bbdb-anniversary-format-alist'.
2646         * org.el (org-version): When called non-interactively, insert the
2647         short version string, otherwise send a message with the complete
2648         version string.
2650         * org-odt.el (org-odt-update-meta-file): Use (org-version) and
2651         delegate checking whether `org-version' is known as a variable
2652         there.
2654         * org-html.el (org-export-as-html): Use (org-version).
2656         * org-docbook.el (org-export-as-docbook): Ditto.
2658         * org-latex.el (org-export-latex-make-header): Ditto.
2660         * org-clock.el (org-clocktable-write-default): Temporarily disable
2661         `delete-active-region' so that we don't accidently delete an
2662         active region when exporting a subtree/region.
2664         * org-clock.el (org-program-exists): Remove.
2665         (org-show-notification, org-clock-play-sound): Use
2666         `executable-find' instead of `org-program-exists'.
2668         * org-agenda.el (org-diary): Prevent failure from
2669         `org-compile-prefix-format' when there is no agenda buffer.
2671         * org-agenda.el (org-agenda-mode): Replace obsolete variable
2672         `buffer-substring-filters'.
2674         * org-indent.el (org-indent-mode): Ditto.
2676         * org-compat.el (org-find-library-name): Silent the byte-compiler
2677         about a warning related to XEmacs support.
2679         * org-special-blocks.el
2680         (org-special-blocks-convert-html-special-cookies): Use `org-line'
2681         instead of `line'.
2683         * org-html.el (org-html-handle-links, org-export-as-html)
2684         (org-format-org-table-html, org-format-table-table-html)
2685         (org-html-export-list-line): Use `org-line' instead of `line' as
2686         the free variable name.
2688         * org-latex.el (org-export-latex-tables): Let-bind `hfmt'.
2690         * org-faces.el (org-list-dt): New face.
2692         * org.el (org-set-font-lock-defaults): Use `org-list-dt' as the
2693         face for definition terms in definition lists.
2695         * org.el (org-fill-paragraph): Pass the `justify' argument to
2696         `org-fill-paragraph-fallback-function'.
2698         * org.el (org-eval-in-calendar): Fix docstring to mention the
2699         KEEPDATE parameter.
2701         * org.el (org-refresh-category-properties): Let-bind
2702         `inhibit-read-only' to t.
2704         * org.el (org-auto-fill-fallback-function)
2705         (org-indent-line-fallback-function)
2706         (org-fill-paragraph-fallback-function): New variables to store
2707         some fall-back functions when turning `orgstruct++-mode' on.
2708         (orgstruct++-mode): Set the new variables.
2709         (org-indent-line-function, org-fill-paragraph)
2710         (org-auto-fill-function): Use them.
2712         * org.el (org-read-date): Bugfix: call `org-eval-in-calendar' with
2713         the 'keepdate parameter set to t when setting the cursor type.
2715         * org-agenda.el (org-agenda-persistent-marks): New option to keep
2716         marks after a bulk action.  The option defaults to nil.
2717         (org-agenda-bulk-action): Use the new option.
2719         * org-capture.el (org-capture-fill-template): Use %\n instead of
2720         %n as a template element to be replaced with the nth prompted
2721         string.
2722         (org-capture-templates): Update docstring.
2724         * org.el (org-goto): Fix docstring and document what C-u does.
2726         * org-publish.el (org-publish-cache-file-needs-publishing): Use
2727         (case-fold-search t) when looking for #+INCLUDE:.
2729         * org.el: Use (case-fold-search t).
2730         (org-edit-special, org-ctrl-c-ctrl-c): Ditto.
2732         * org-table.el:
2733         (org-table-store-formulas, org-table-get-stored-formulas)
2734         (org-table-fix-formulas, org-table-edit-formulas)
2735         (org-old-auto-fill-inhibit-regexp, orgtbl-ctrl-c-ctrl-c)
2736         (orgtbl-toggle-comment, org-table-get-remote-range): Ditto.
2738         * org-footnote.el:
2739         (org-footnote-goto-local-insertion-point): Ditto.
2741         * org-exp.el: Ditto.
2743         * org-colview.el:
2744         (org-dblock-write:columnview, org-dblock-write:columnview): Ditto.
2746         * org-clock.el (org-clocktable-write-default): Ditto.
2748         * org-capture.el (org-capture-place-table-line): Ditto.
2750         * ob.el (org-babel-data-names, org-babel-goto-named-src-block)
2751         (org-babel-src-block-names)
2752         (org-babel-where-is-src-block-result, org-babel-result-end)
2753         (org-babel-where-is-src-block-head)
2754         (org-babel-find-named-result, org-babel-result-names): Ditto.
2756         * org-table.el (orgtbl-send-table): Escape special characters.
2757         Introduce a new parameter :no-escape to prevent escaping.
2759         * org-agenda.el (org-toggle-sticky-agenda): Only shout a message
2760         when called interactively.
2761         (org-agenda-get-restriction-and-command): Call
2762         `org-toggle-sticky-agenda' interactively.
2764         * org-agenda.el (org-agenda-top-category-filter): New variable for
2765         storing the current top-category filter.
2766         (org-agenda-redo): Apply a top-category filter, if any.
2767         (org-agenda-filter-by-top-category)
2768         (org-agenda-filter-top-category-apply): Set
2769         `org-agenda-top-category-filter' to the right value.
2771         * org-clock.el (org-clock-out, org-clock-cancel)
2772         (org-clock-in): Don't modify `frame-title-format' if it is a
2773         string.
2775         * org-latex.el (org-export-latex-special-chars): Fix bug when
2776         escaping special characters in a table.
2778         * org.el (org-read-date): Set cursor-type to nil in the calendar.
2780         * org-faces.el (org-date-selected): Use inverse video.  Don't
2781         explicitely set bold to nil as it causes `customize-face' to show
2782         the weight property and thus encourage the user to change it.
2783         Warn in the docstring that using bold might cause problems when
2784         displaying the calendar.
2786         * org-id.el (org-id-update-id-locations): New parameter to silent
2787         `org-id-find'.
2788         (org-id-find): Use the new parameter.
2790         * org.el (org-show-hierarchy-above, org-cycle)
2791         (org-global-cycle, org-files-list, org-store-link)
2792         (org-link-search, org-open-file, org-display-outline-path)
2793         (org-refile-get-location, org-update-all-dblocks)
2794         (org-change-tag-in-region, org-entry-properties)
2795         (org-save-all-org-buffers, org-revert-all-org-buffers)
2796         (org-buffer-list, org-cdlatex-mode)
2797         (org-install-agenda-files-menu, org-end-of-subtree)
2798         (org-speedbar-set-agenda-restriction): Use (derived-mode-p
2799         'org-mode) instead of (eq major-mode 'org-mode).
2801         * org-timer.el (org-timer-set-timer): Ditto.
2803         * org-table.el (orgtbl-mode, org-table-align, orgtbl-mode): Ditto.
2805         * org-src.el (org-edit-src-exit, org-edit-src-code)
2806         (org-edit-fixed-width-region, org-edit-src-exit): Ditto.
2808         * org-remember.el (org-remember-handler): Ditto.
2810         * org-mouse.el (dnd-open-file, org-mouse-insert-item): Ditto.
2812         * org-macs.el (org-get-limited-outline-regexp): Ditto.
2814         * org-lparse.el (org-replace-region-by): Ditto.
2816         * org-latex.el (org-latex-to-pdf-process)
2817         (org-replace-region-by-latex): Ditto.
2819         * org-indent.el (org-indent-indent-buffer): Ditto.
2821         * org-id.el (org-id-store-link, org-id-update-id-locations)
2822         (org-id-store-link): Ditto.
2824         * org-html.el (org-export-html-preprocess)
2825         (org-replace-region-by-html): Ditto.
2827         * org-footnote.el (org-footnote-normalize)
2828         (org-footnote-goto-definition)
2829         (org-footnote-create-definition, org-footnote-normalize): Ditto.
2831         * org-docbook.el (org-replace-region-by-docbook): Ditto.
2833         * org-ctags.el (find-tag): Ditto.
2835         * org-colview.el (org-columns-redo)
2836         (org-columns-display-here, org-columns-edit-value)
2837         (org-columns-redo): Ditto.
2839         * org-capture.el (org-capture-insert-template-here)
2840         (org-capture, org-capture-finalize)
2841         (org-capture-set-target-location)
2842         (org-capture-insert-template-here): Ditto.
2844         * org-ascii.el (org-replace-region-by-ascii): Ditto.
2846         * org-archive.el (org-archive-subtree): Ditto.
2848         * org-agenda.el (org-agenda)
2849         (org-agenda-get-restriction-and-command)
2850         (org-agenda-get-some-entry-text, org-search-view)
2851         (org-tags-view, org-agenda-get-day-entries)
2852         (org-agenda-format-item, org-agenda-goto, org-agenda-kill)
2853         (org-agenda-archive-with, org-agenda-switch-to): Ditto.
2855         * org.el (org-repeat-re)
2856         (org-clone-subtree-with-time-shift, org-auto-repeat-maybe)
2857         (org-deadline, org-schedule, org-matcher-time)
2858         (org-time-stamp, org-read-date, org-read-date-get-relative)
2859         (org-display-custom-time, org-get-wdays)
2860         (org-time-string-to-absolute, org-closest-date)
2861         (org-timestamp-change): Allow to set hourly repeat cookie.  Send
2862         an error when an hourly repeat cookie is set and no hour is
2863         specified in the timestamp.
2865         * org-icalendar.el (org-print-icalendar-entries): Handle hourly
2866         repeat cookies.
2868         * org-clock.el (org-program-exists): Fix docstring.
2870         * org-clock.el (org-clock-file-time-cell-format): New option.
2871         (org-clocktable-write-default): Use it.
2873         * org-faces.el (org-date-selected): New face.
2875         * org.el (org-date-ovl): Use `org-date-selected'.
2877         * org.el (org-mode): Don't use `buffer-face-mode' by default.
2879         * org-agenda.el (org-agenda-mode-map): Bind `^' to
2880         `org-agenda-filter-by-top-category'.
2882         * org-ascii.el (org-export-ascii-underline): Change the default
2883         underlining characters for headlines of level 1 and 2.  Also
2884         introduce \. as the underline character for headlines of level 5.
2886         * org-table.el (org-table-recalculate-buffer-tables)
2887         (org-table-iterate-buffer-tables): Add autoload cookie.
2889         * org.el (org-table-map-tables): Exclude tables in src and example
2890         blocks.
2892         * org.el (org-fill-paragraph): Leave scheduled/deadline lines
2893         untouched when filling an adjacent paragraph.
2895         * org-html.el (org-export-html-preamble-format)
2896         (org-export-html-postamble-format): Improve the docstring.
2898         * org.el (org-todo): Fix regression: rename `state' to
2899         `org-state'.
2901         * org-clock.el (org-show-notification): Use `fboundp' instead of
2902         `featurep' and the additional `require'.
2904         * org-clock.el (org-clock-in-prepare-hook): New option to format
2905         the total time cells.
2906         (org-clocktable-write-default): Use the new option.
2908         * org.el (org-open-at-point): Allow to open the agenda from an
2909         active or inactive timestamp in a headline.
2911         * org-html.el (org-export-html-date-format-string): Make a
2912         defcustom.
2914         * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
2916 2012-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
2918         * org-table.el (org-table-expand-lhs-ranges): Allow hline
2919         references to be expanded correctly in LHS of formulas.
2921         * org-beamer.el (org-beamer-inherited-properties): New option.
2922         (org-beamer-after-initial-vars): Use new option to look for
2923         inherited properties.
2925         * org.el (org-ts-regexp0): Allow time stamps without name of day.
2927         * org-agenda.el (org-toggle-sticky-agenda):
2928         (org-agenda-sticky): Improve :set property.
2930         * org-agenda.el (org-agenda-local-vars): Clean up the variable
2931         list.
2932         (org-agenda-get-restriction-and-command): Add a key for toggling
2933         sticky agenda views.
2935         * org-agenda.el (org-agenda-local-vars): Final decisions about
2936         global/local
2938         * org-agenda.el (org-agenda-force-single-file): Variable removed.
2939         (org-prepare-agenda-window): Store pre-agenda window config
2940         locally.
2941         (org-timeline): Introduce a scoped version of
2942         `org-agenda-show-log'.
2943         (org-agenda-list): Introduce a scoped version of
2944         `org-agenda-show-log'.
2945         (org-agenda-get-progress): Use the scoped version of
2946         `org-agenda-show-log'.
2947         (org-agenda-local-vars): Write the analysis result as a comment -
2948         to be cleaned up in the next iteration.
2950         * org-agenda.el (org-toggle-sticky-agenda): Kill all agenda
2951         buffers when toggling sticky-agendas.
2952         (org-agenda-get-restriction-and-command): Add `C-c a C-k' as a key
2953         to explicitly kill all agenda buffers.
2954         (org-agenda-run-series): Remove any old agenda markers in the
2955         buffer that is going to take the new block agenda.
2956         (org-prepare-agenda): Reset markers before erasing the buffer anc
2957         running `org-agenda-mode', because after that hte local variable
2958         `org-agenda-markers' will have gone away.
2959         (org-agenda-Quit):
2960         (org-finalize-agenda): Install the marker resetter into the
2961         `kill-buffer-hook'.
2962         (org-agenda-save-markers-for-cut-and-paste): Look for markers in
2963         all agenda buffers.
2964         (org-agenda-kill-all-agenda-buffers): New function.
2966 2012-09-30  Chris Gray  <chrismgray@gmail.com>
2968         * org-html.el (org-export-as-html): Remove the check for body-only
2969         in the code for generating tables of contents.
2971 2012-09-30  Christoph Dittmann  <github@christoph-d.de>  (tiny change)
2973         * org-beamer.el (org-beamer-auto-fragile-frames): Make
2974         [fragile] work with overlay specifications.
2976 2012-09-30  Christophe Junke  <christophe.junke@inria.fr>  (tiny change)
2978         * org-agenda.el (org-agenda-list): Ensures that the list returned
2979         by `org-agenda-add-time-grid-maybe' is appended to ̀rtnall' before
2980         checking if the latter is empty.
2982 2012-09-30  Christophe Rhodes  <csr21@cantab.net>  (tiny change)
2984         * org-latex.el (org-export-latex-tables): Support setting the
2985         :hfmt parameter from #+ATTR_LaTeX.
2987 2012-09-30  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>  (tiny change)
2989         * org-exp.el (org-export-handle-include-files)
2990         (org-get-file-contents): Handle new parameter :addlevel.
2992 2012-09-30  Dave Abrahams  <dave@boostpro.com>  (tiny change)
2994         * org.el (org-link-prettify): New function to prettify links while
2995         displaying them with `org-insert-link'.
2996         (org-insert-link): Use the new function.
2998 2012-09-30  David Maus  <dmaus@ictsoc.de>
3000         * org-exp.el (org-export-language-setup): Use numeric character
3001         entities for proper rendering of non-UTF8 documents.
3003         * org-exp.el (org-export-language-setup): Add japanese
3004         translation.
3006 2012-09-30  Eric Schulte  <eric.schulte@gmx.com>
3008         * ob-sh.el (org-babel-sh-evaluate): Don't could 0-length shebangs.
3010         * ob.el (org-babel-insert-result): Replace key sequence with
3011         function call.  Use a more informative flag to the local function.
3012         (org-add-protective-commas): Declare a new external function.
3014         * org-src.el (org-add-protective-commas): This should be its own
3015         function.
3016         (org-edit-src-exit): Use the new function.
3018         * org-compat.el (org-labels): Remove.
3020         * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
3022         * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
3024         * ob.el (org-babel-string-read): Don't automatically evaluate code
3025         block results which look like elisp.
3026         (org-babel-import-elisp-from-file): Raise a warning message when
3027         the process of reading code block results raises an error.
3029         * ob-tangle.el (org-babel-with-temp-filebuffer): Don't execute
3030         macro argument multiple times.
3032         * org.el (org-compat): Require org-compat before we first use one
3033         of its functions (a macro actually).
3035         * ob-comint.el (org-babel-comint-with-output): Don't name the
3036         filter function, but rather pass through the anonymous lambda
3037         directly.
3039         * org.el (org-babel-load-languages): Common lisp should be
3040         mentioned as a supported babel language.
3042         * org-clock.el (org-clock-special-range): "concat 'string" ->
3043         "concat"
3044         (org-clocktable-shift): "concat 'string" -> "concat"
3046         * org-bibtex.el (org-bibtex-headline): Replacing org-flet with
3047         org-labels.
3049         * ob-calc.el (org-babel-execute:calc): Strip single quotes from
3050         calc internal representations.
3052         * org-clock.el (org-clock-special-range): Replacing cl concatenate
3053         with concat.
3054         (org-clocktable-shift): Replacing cl concatenate with concat.
3056         * ob.el (org-babel-edit-distance): Remove use of map at runtime.
3058         * org-compat.el (org-flet): Compatibility function now that flet
3059         has been removed from cl-macs.
3060         (org-labels): Compatibility function now that labels has been
3061         removed from cl-macs.
3063         * ob-R.el (org-compat): Require org-compat.
3065         * ob-comint.el: Require org-compat.
3067         * ob-exp.el (org-babel-exp-do-export): Switch to compatibility
3068         function.
3070         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Switch to
3071         compatibility function.
3073         * ob-lob.el (org-babel-lob-get-info): Switch to compatibility
3074         function.
3075         (org-babel-lob-execute): Switch to compatibility function.
3077         * ob-python.el (org-babel-python-evaluate-session): Switch to
3078         compatibility function.
3080         * ob-ref.el (org-babel-ref-index-list): Switch to compatibility
3081         function.
3083         * ob-sh.el (org-babel-sh-var-to-string): Switch to compatibility
3084         function.
3086         * ob-tangle.el (org-babel-load-file): Switch to compatibility
3087         function.
3088         (org-babel-tangle): Switch to compatibility function.
3089         (org-babel-spec-to-string): Switch to compatibility function.
3091         * ob.el (org-babel-view-src-block-info): Switch to compatibility
3092         function.
3093         (org-babel-execute-src-block): Switch to compatibility function.
3094         (org-babel-edit-distance): Switch to compatibility function.
3095         (org-babel-switch-to-session-with-code): Switch to compatibility
3096         function.
3097         (org-babel-sha1-hash): Switch to compatibility function.
3098         (org-babel-balanced-split): Switch to compatibility function.
3099         (org-babel-join-splits-near-ch): Switch to compatibility function.
3100         (org-babel-get-rownames): Switch to compatibility function.
3101         (org-babel-format-result): Switch to compatibility function.
3102         (org-babel-insert-result): Switch to compatibility function.
3103         (org-babel-examplize-region): Switch to compatibility function.
3104         (org-babel-merge-params): Switch to compatibility function.
3105         (org-babel-noweb-p): Switch to compatibility function.
3106         (org-babel-expand-noweb-references): Switch to compatibility
3107         function.
3109         * org-bibtex.el (org-bibtex-headline): Switch to compatibility
3110         function.
3111         (org-bibtex-fleshout): Switch to compatibility function.
3112         (org-bibtex-read): Switch to compatibility function.
3113         (org-bibtex-write): Switch to compatibility function.
3115         * org-exp-blocks.el (org-export-blocks-preprocess): Switch to
3116         compatibility function.
3118         * org-exp.el (org-export-format-source-code-or-example): Switch to
3119         compatibility function.
3121         * org-macs.el (org-called-interactively-p): Indentation fix.
3123         * org-mouse.el (org-mouse-timestamp-today): Switch to
3124         compatibility function.
3125         (org-mouse-set-priority): Switch to compatibility function.
3126         (org-mouse-popup-global-menu): Switch to compatibility function.
3127         (org-mouse-context-menu): Switch to compatibility function.
3129         * org-plot.el (org-plot/gnuplot-to-grid-data): Switch to
3130         compatibility function.
3131         (org-plot/gnuplot-script): Switch to compatibility function.
3133         * org.el (org-entry-get): Switch to compatibility function.
3134         (org-fill-paragraph): Switch to compatibility function.
3135         (org-auto-fill-function): Switch to compatibility function.
3137         * ob-lob.el (org-babel-lob-execute): Only try to insert extant
3138         hashes.
3140         * ob-R.el (org-babel-R-command): From a defvar to a defcustom.
3142         * ob.el (org-babel-set-current-result-hash): Change the hash of
3143         the results for the current code block.
3144         (org-babel-current-result-hash): Fix documentation.
3146         * ob-lob.el (org-babel-lob-execute): Don't re-execute the called
3147         function if the current call line hash matches that in its
3148         results.
3150         * ob-R.el (org-babel-R-assign-elisp): Can't assume every entry in
3151         a table is a sequence.
3153         * ob-R.el (org-babel-R-assign-elisp): Clean up the code
3154         implementing reads of irregular data into R.
3156         * ob.el (org-babel-header-arg-expand): In new buffers
3157         (char-before) may return nil so use equal rather than =.
3159         * ob-R.el (org-babel-header-args:R): Adding values.
3161         * ob-clojure.el (org-babel-header-args:clojure): Adding values.
3163         * ob-lisp.el (org-babel-header-args:lisp): Adding values.
3165         * ob-sql.el (org-babel-header-args:sql): Adding values.
3167         * ob-sqlite.el (org-babel-header-args:sqlite): Adding values.
3169         * ob.el (org-babel-combine-header-arg-lists): Combine lists of
3170         arguments and values.
3171         (org-babel-insert-header-arg): Use new combined header argument
3172         lists.
3173         (org-babel-header-arg-expand): Add support for completing-read
3174         insertion of header arguments after ":"
3175         (org-babel-enter-header-arg-w-completion): Completing read
3176         insertion of header arguments
3177         (org-tab-first-hook): Adding header argument completion.
3178         (org-babel-params-from-properties): Combining header argument
3179         lists.
3181         * ob-exp.el (org-babel-exp-results): Ensure noweb expanded body is
3182         used on export.
3184         * ob.el (org-babel-result-to-file): New optional description
3185         argument.
3186         (org-babel-insert-result): Moved description logic to another
3187         function.
3189         * ob.el (org-babel-insert-result): Change name of filelinkdescr to
3190         file-desc.
3191         (org-babel-common-header-args-w-values): Change name of
3192         filelinkdescr to file-desc.
3194         * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled C
3195         files on windows.
3197         * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
3198         Org-mode blocks.
3200         * ob.el (org-babel-parse-src-block-match): Make use of the new
3201         language argument to org-babel-strip-protective-commas.
3202         (org-babel-parse-inline-src-block-match): Make use of the new
3203         language argument to org-babel-strip-protective-commas.
3204         (org-babel-strip-protective-commas): Now accepts a language
3205         argument.
3207 2012-09-30  Fabrice Niessen  <fniessen-TA4HMoP+1wHrZ44/DZwexQ@public.gmane.org>  (tiny change)
3209         * org-agenda.el (org-agenda-write-buffer-name): Remove the test
3210         for the presence of <style> tag.
3212 2012-09-30  Feng Shu  <tumashu@gmail.com>
3214         * org.el (org-create-formula-image-with-imagemagick): Use
3215         'call-process to launch latex so that no shell output buffer will
3216         be shown when previewing formulas.
3218         * org.el (org-create-formula-image-with-imagemagick): Fix typo.
3220         * org.el (org-latex-create-formula-image-program): New option to
3221         use either dvipng or imagemagick to convert and preview LaTeX
3222         fragments.
3223         (org-preview-latex-fragment, org-format-latex): Handle the new
3224         option.
3225         (org-create-formula-image-with-dvipng): Rename from
3226         `org-create-formula-image'.
3227         (org-create-formula-image-with-imagemagick): New defun to handle
3228         LaTeX preview with imagemagick.
3229         (org-latex-color, org-latex-color-format): New defuns to handle
3230         color conversions.
3232         * org-latex.el (org-latex-to-pdf-process, org-export-as-pdf):
3233         Allow to use imagemagick to convert LaTeX fragments.
3235         * org-html.el (org-export-html-preprocess): Ditto.
3237         * org-exp.el (org-export-with-LaTeX-fragments): Ditto.
3239 2012-09-30  George Kettleborough  <g.kettleborough@member.fsf.org>
3241         * org-clock.el: New option `org-clock-clocked-in-display' to
3242         control whether the current clock is displayed in the mode line
3243         and/or frame title.
3245         * org-timer.el: New option `org-timer-display' to control whether
3246         the current timer is displayed in the mode line and/or frame
3247         title.
3249 2012-09-30  Hans-Peter Deifel  <hpdeifel@gmx.de>  (tiny change)
3251         * ob.el (org-babel-execute-src-block): Allow the :dir header
3252         argument to take relative file names.
3254 2012-09-30  Harri Kiiskinen  <harri@pp-kaitue.(none)>  (tiny change)
3256         * org-protocol.el: New option.
3257         (org-protocol-store-link, org-protocol-do-capture): Use it.
3259 2012-09-30  Henning Weiss  <hdweiss@gmail.com>
3261         * org-mobile.el (org-mobile-edit): Added handling of addheading,
3262         refile, archive, archive-sibling and delete edit nodes.
3263         (org-mobile-locate-entry): Olp links containing only a file are
3264         now be located correctly.
3265         (org-mobile-apply): Instead of finding the location of all target
3266         headings for edit nodes in a separate loop, they will be found
3267         immediately before applying edits.
3269         * org-mobile.el (org-mobile-sumo-agenda-command): Use a shorter
3270         title.
3272 2012-09-30  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
3274         * org.el (org-parse-time-string): Allow strings supported by
3275         tags/properties matcher (eg <now>, <yesterday>, <-7d>) if the time
3276         starts with < and ends with >.  This means that e.g. in the
3277         clocktable parameters you can specify :tstart "<-1w>" :tend
3278         "<now>".
3280 2012-09-30  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
3282         * org-colview.el (org-columns): New argument `columns-fmt-string'.
3284         * org-colview.el (org-columns-get-format-end-top-level): Split
3285         into `org-columns-get-format' and `org-columns-goto-top-level'.
3287         * org-colview.el (org-dblock-write:columnview): Add a new
3288         parameter :format which specifies the column view format for the
3289         output of the columnview dynamic block.
3291 2012-09-30  Jambunathan K  <kjambunathan@gmail.com>
3293         * org-lparse.el (org-lparse-and-open)
3294         (org-lparse-do-convert): Open exported files with system-specific
3295         application.
3297         * org-odt.el: Don't meddle with `org-file-apps'.
3299         * org-compat.el (org-condition-case-unless-debug): Alias to
3300         `condition-case' when both `condition-case-no-debug' and
3301         `condition-case-unless-debug' is unavailable.
3303         * org-odt.el (org-odt-do-image-size): Replace `flet' with
3304         equivalent construct.
3306         * org-odt.el (org-odt-cleanup-xml-buffers): Use
3307         `condition-case-no-debug' instead of
3308         `condition-case-unless-debug'.  This ensures backward
3309         compatibility with Emacs versions < 24.1.
3311         * org-odt.el (org-odt-zip-dir)
3312         (org-odt-cleanup-xml-buffers): New.
3313         (org-export-as-odt-and-open, org-export-as-odt)
3314         (org-odt-init-outfile, org-odt-save-as-outfile)
3315         (org-export-as-odf, org-export-as-odf-and-open): Use
3316         `org-odt-cleanup-xml-buffers'.
3318         * org-odt.el (org-export-odt-default-org-styles-alist): Add
3319         default character style.
3321         * org-odt.el (org-export-odt-default-org-styles-alist): Add
3322         default character style.
3324         * org-lparse.el (org-do-lparse): Remove stray call to
3325         `org-export-html-after-blockquotes-hook'.
3327         * org-bbdb.el (org-bbdb-export): Add support for ODT format.
3329         * org-odt.el (org-odt-update-meta-file): Check for `org-version'
3330         is bound before accessing it.
3332         * org-odt.el (org-odt-schema-dir-list): OD Schema files have been
3333         moved away from $(git-root)/contrib/odt/etc/schema/ to
3334         $(git-root)/etc/schema/.
3336         * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
3337         internal links destined for headlines provide a description or
3338         not.  In fact, the `org-store-link' and `org-insert-link' create
3339         internal links which do have a description.
3341         * org-lparse.el (org-lparse-insert-org-table): Consider short
3342         caption as plain text and not as org text.
3344         * org-odt.el (org-export-odt-format-formula)
3345         (org-export-odt-format-image): Ditto.
3347         * org-odt.el (org-odt-begin-table)
3348         (org-export-odt-format-formula, org-export-odt-format-image)
3349         (org-odt-format-entity): Handle short caption.
3351         * org-lparse.el (org-lparse-insert-org-table)
3352         (org-lparse-insert-list-table, org-lparse-insert-table-table):
3353         Ditto.
3355 2012-09-30  Jay McCarthy  <jay.mccarthy@gmail.com>  (tiny change)
3357         * org-colview.el (org-columns-new-overlay): Make sure to add a
3358         face to a string that has no face.
3360 2012-09-30  Jérémie Courrèges-Anglas  <jca@wxcvbn.org>  (tiny change)
3362         * org-latex.el: Ensure a final newline is appended to the export
3363         buffer.
3365 2012-09-30  Levin Du  <zslevin@gmail.com>  (tiny change)
3367         * org-clock.el (org-clock-in): Fix bug in setting the clock
3368         heading.
3370 2012-09-30  Madan Ramakrishnan  <madanr79@gmail.com>  (tiny change)
3372         * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
3373         advertised by the function.
3375 2012-09-30  Mark E. Shoulson  <mark@kli.org>  (tiny change)
3377         * org.el (org-fontify-entities): Hide {} when prettifying
3378         entities.
3380 2012-09-30  Mark Shoulson  <mark@kli.org>  (tiny change)
3382         * org-entities.el (org-entities): Add new entities for characters
3383         which could cause formatting changes if typed directly.
3385         * org-entities.el (org-entities): Added \asciicirc entity for ^;
3386         also fixed \circ expansion in latex.
3388         * org.el (org-fontify-entities): Fix bug: The entities \sup[123]
3389         and \there4 were not "prettified" when org-pretty-entities was
3390         enabled.
3392 2012-09-30  Mats Lidell  <matsl@xemacs.org>  (tiny change)
3394         * org-element.el (org-element-paragraph-separate): Remove
3395         redundant and misplaced t clause in case.
3397 2012-09-30  Matt Lundin  <mdl@imapmail.org>
3399         * org-datetree.el: Fix regexp to allow datetree to find headings
3400         with trailing whitespace.  This fixes a bug in which an existing
3401         datetree heading (e.g., "* 2012 ") would not be found by
3402         org-datetree-find-year-create if it had trailing whitespace.  This
3403         can cause problems, for instance, if one is using column view on
3404         the date tree, since editing subheadings with column view adds
3405         whitespace at the end of the top heading.
3407         * org-footnote.el (org-footnote-new): Don't call
3408         org-footnote-unique-label if org-footnote-auto-label is set to
3409         random.
3411         * org-gnus.el: (org-gnus-follow-link): Fix argument to
3412         gnus-group-read-group so that following a link does not result in
3413         unread article being selected.
3415         * org-bbdb.el (org-bbdb-anniv-extract-date)
3416         (org-bbdb-make-anniv-hash): Fix org-bbdb anniversary functionality
3417         to accommodate BBDB 3.x.  There are two major changes in BBDB 3.x
3418         that need to be taken into account.  The first is that
3419         `bbdb-split' reverses the order of its parameters in 3.x.  The
3420         second is that `bbdb-record-getprop' is replaced by
3421         bbdb-record-note in 3.x.
3423 2012-09-30  Max Mikhanosha  <max@openchat.com>
3425         * org-agenda.el (org-agenda-change-all-lines): Speedup refresh of
3426         a single line of agenda by narrowing the agenda buffer to just
3427         that line before calling `org-agenda-finalize'.
3429         * org.el (org-mode): Don't set org-hide's foreground to
3430         "invisible-bg".
3431         (org-find-invisible-foreground): New function.
3433         * org-agenda.el (defvar org-habit-show-all-today): New variable
3434         (org-agenda-get-scheduled): Show all habits if user wants it
3436         * org-habit.el (defcustom org-habit-show-all-today): New variable
3438         * org-agenda.el (org-agenda-quit): Copy the code for optionally
3439         restoring window configuration after burying the sticky agenda
3440         buffer.
3442         * org-agenda.el (org-agenda-new-marker): Check for NIL
3443         org-agenda-buffer
3444         (org-agenda-to-appt): Bind org-agenda-buffer to NIL
3446         * org-agenda.el (org-agenda-change-all-lines): Move accessing of
3447         'extra text property outside of with-current-buffer for original
3448         buffer
3450         * org-agenda.el (defvar org-habit-show-habits-only-for-today):
3451         initialize to nil
3453 2012-09-30  Michael Brand  <michael.ch.brand@gmail.com>
3455         * org-id.el (org-id-link-to-org-use-id): Align the doc string to
3456         the changed default.
3458         * ob-tangle.el (org-babel-tangle-collect-blocks): Use dummy string
3459         when heading has no text.
3461         * org-capture.el (org-capture-inside-embedded-elisp-p): Improve
3462         parsing.
3464         * org-feed.el (org-feed-format-entry): Require `org-capture'.
3465         Expand Elisp %(...) templates.
3466         (org-feed-default-template): Update docstring.
3468         * org-capture.el (org-capture-expand-embedded-elisp): New
3469         function.
3470         (org-capture-fill-template): Use it.
3471         (org-capture-inside-embedded-elisp-p): New function to tell if we
3472         are within an Elisp %(...) template.
3474         * org-list.el (org-at-item-description-p)
3475         (org-list-item-body-column): Make the inline regexp more
3476         consistent with `org-list-full-item-re', the inline regexp
3477         "Description list items" from `org-set-font-lock-defaults and
3478         others'.
3480 2012-09-30  Mike Sperber  <sperber@deinprogramm.de>
3482         * org.el (org-fill-paragraph): Pass optional argument to
3483         `fill-paragraph' to fix compatibility with XEmacs.
3485         * org.el (org-self-insert-cluster-for-undo): Default
3486         `org-self-insert-cluster-for-undo' also on XEmacs.
3488         * org.el (org-kill-line): Access `visual-line-mode' only if it's
3489         bound.
3491 2012-09-30  Muchenxuan Tong  <demon386@gmail.com>  (tiny change)
3493         * org-timer.el (org-timer-set-mode-line): Check
3494         `org-timer-display' when value is 'off.
3496 2012-09-30  Nicolas Calderon Asselin  <nicolas.calderon.asselin@gmail.com>  (tiny change)
3498         * org-clock.el (org-clock-idle-time): Org-mode assumed that
3499         x11idle was an available command, and returned an idle time of 0
3500         if it was not
3501         (never idle). Added checks so that org-idle-time will come from
3502         emacs' own current-idle-time if x11idle cannot be found or if it
3503         cannot retrieve the idle time from X11
3505 2012-09-30  Nicolas Goaziou  <n.goaziou@gmail.com>
3507         * org-element.el: Properly remove COMMENT and QUOTE keywords from
3508         title in parser.
3510         * org-element.el (org-element-headline-parser): Fix parsing for
3511         headlines with a single COMMENT or QUOTE keyword.
3513         * ob-org.el (org-babel-default-header-args:org): By default,
3514         export code from Org src blocks.
3516         * org-element.el (org-element-inline-src-block-successor): Fix
3517         inline-src-block parsing at the beginning of an item.
3519         * org-element.el (org-element--collect-affiliated-keywords): Fix
3520         caption parsing.
3522         * org-element.el (org-element--current-element): At the very
3523         beginning of a footnote definition or an item, next element is
3524         always a paragraph.
3526         * org-element.el (org-element-headline-parser): Handle nil titles.
3527         (org-element-inlinetask-parser): Add :raw-value property.  Also
3528         handle nil titles.
3530         * org.el (org-set-regexps-and-options): Don't consider tags as a
3531         replacement for a missing title in an headline.
3533         * org.el (org-setup-filling): Remove duplicate code.
3535         * org.el (org-adaptive-fill-function): Make sure fill prefix is
3536         computed from beginning of line.
3538         * org-element.el (org-element-section-parser): Make sure section
3539         cannot contain an headline.
3540         (org-element--current-element): Fix bug requiring to parse a quote
3541         section even when point is at an headline.
3543         * org.el (org-adaptive-fill-function): Remove occasional spurious
3544         space character when auto-filling.
3546         * org.el (org-mode): Call external initalizers.  Now both filling
3547         code and comments code have their own independant part in org.el.
3548         (org-setup-filling): Renamed from `org-set-autofill-regexps'.
3549         (org-setup-comments-handling): New function.
3551         * org.el (org-fill-paragraph): Refine filling in comments and in
3552         paragraphs.  Allow commented blank lines.  Take into consideration
3553         the indentation of the second line of the paragraph being filled.
3554         (org-comment-or-uncomment-region): Rewrite function.  Now comment
3555         region at a fixed column: the minimal indentation of the region.
3556         (org-fill-context-prefix): Rename function into
3557         `org-adaptive-fill-function'. Also, In a paragraph, choose the
3558         same prefix as the current line.
3560         * org-exp.el (org-export-handle-comments): Also remove comments at
3561         column 0.
3563         * org-exp.el (org-export-handle-comments): Handle inline comments
3564         with new syntax.
3566         * org.el (org-structure-template-alist): Add missing colon to
3567         #+INCLUDE.
3569         * org.el (org-backward-element): When called at the beginning of
3570         first element in section, the function shouldn't return an error
3571         but move point to headline or point-min instead.
3573         * org-element.el (org-element-paragraph-parser): Tiny refactoring.
3575         * org-element.el (org-element-paragraph-parser): Remove trailing
3576         code comments.
3578         * org.el (org-fill-context-prefix): Fix incorrect output when
3579         called at the beginning of a plain list with an affiliated
3580         keyword.
3581         (org-fill-paragraph): Remove useless variable.
3583         * org-element.el (org-element-paragraph-parser): Fix parsing of
3584         paragraph at the beginning of an item.
3586         * org.el (org-mode): Set back comment-start-skip so comment-dwim
3587         can tell a keyword from a comment.
3589         * org.el (org-set-autofill-regexps): Install new comment line
3590         break function.
3591         (org-comment-line-break-function): New function.
3592         (org-mode): Remove unnecessary line.
3594         * org.el (org-fill-context-prefix, org-fill-paragraph): Do not
3595         fill verse blocks contents.  Verse blocks can be used to format
3596         free-form poetry, so filling has to be done manually.
3598         * org.el (org-fill-paragraph-separate-nobreak-p): New function.
3599         (org-set-autofill-regexps): Introduce new predicate.
3600         (org-fill-item-nobreak-p): Remove function.
3602         * org-element.el (org-element-paragraph-separate): Since this
3603         variable is meant to be searched forward, \end{...} shouldn't
3604         trigger the end of a paragraph before checking if it is the end of
3605         a complete environment.
3606         (org-element-latex-environment-parser): Slight change to the
3607         regexp matching the beginning of a latex environment.
3608         (org-element-paragraph-parser): Paragraphs don't end at incomplete
3609         latex environments.
3610         (org-element-latex-or-entity-successor): Remove paragraph
3611         environments from latex fragment search.
3613         * org-table.el (org-table-number-regexp): By default, accept comma
3614         as a decimal mark to represent numbers.
3616         * org-element.el (org-element-map): Fix comment typo.
3618         * org.el (org-fill-paragraph): Add a `save-excursion' to avoid
3619         returning funny results.
3621         * org.el (org-fill-paragraph): Try not to include message header
3622         and citation lines in a paragraph when filling it.
3624         * org.el (org-fill-paragraph): Fix filling in a narrowed buffer.
3625         (org-fill-context-prefix): Fill prefix doesn't depend on current
3626         narrowing.
3628         * org.el (org-mode): Line with a single hash sign on it is a
3629         comment.
3631         * org.el (org-set-font-lock-defaults): Fix comment fontification.
3633         * org-element.el (org-element-item-parser): Do not remove tag from
3634         body if list isn't descriptive.
3636         * org-list.el (org-insert-item): Only ask about a term for
3637         descriptive lists.
3638         (org-list-struct, org-list-insert-item): Do not recognize a tag in
3639         an ordered list.
3641         * org-element.el (org-element-set-element): Rewrite function.
3642         (org-element-adopt-elements): New function.
3643         (org-element-adopt-element): Removed function.
3644         (org-element--parse-elements, org-element--parse-objects): Use new
3645         function.
3647         * org-list.el (org-list-automatic-rules): Remove `bullet' rule,
3648         which is now hard-coded.
3649         (org-cycle-list-bullet): Hard code `bullet' rule.
3650         (org-list-get-list-type): Make sure a list with numbered bullets
3651         cannot have `descriptive' type.
3653         * org-element.el (org-element-paragraph-parser): Fix previous
3654         patch.
3656         * org.el (org-fill-paragraph): No need to use
3657         `org-element-paragraph-separate' in a verse block since blank
3658         lines only can end a "paragraph".
3660         * org-element.el (org-element-paragraph-separate): Apply changes
3661         to comments.
3662         (org-element-paragraph-parser): Correctly find end of paragraphs.
3663         (org-element--current-element): Require colons for Babel calls.
3664         (org-element-center-block-parser)
3665         (org-element-dynamic-block-parser, org-element-quote-block-parser)
3666         (org-element-special-block-parser)
3667         (org-element-comment-block-parser)
3668         (org-element-example-block-parser)
3669         (org-element-export-block-parser, org-element-src-block-parser)
3670         (org-element-verse-block-parser): Fall-back to paragraph parsing
3671         when incomplete or ill-formed.
3673         * org-element.el (org-element-swap-A-B): Small refactoring.
3675         * org-element.el (org-element-text-markup-successor): Fix typo in
3676         docstring.
3678         * org-element.el (org-element-at-point): Return consistent value
3679         when function is called on a blank line within a plain list.
3681         * org-element.el (org-element-paragraph-separate): Fix comments in
3682         paragraph separator regexp.  Optimize it.
3684         * org-element.el: Update code commets.
3686         * org.el (org-mark-subtree): Fix bug when marking subtree with
3687         point on an inlinetask.  Refactor code.
3689         * org.el (org-mark-subtree): Do not make a special case for
3690         inlinetasks when marking a subtree. These are handled by
3691         `org-element-mark-element'.
3693         * org-element.el (org-element-comment-parser): Consider first "+"
3694         as a comment when parsing an ill-defined keyword.
3696         * org-element.el (org-element-item-interpreter): Simplify bullet
3697         creation.
3698         (org-element-plain-list-interpreter): Fix wrong bullets, if
3699         needed.
3701         * org-element.el (org-element-comment-parser): Fix parsing when a
3702         keyword follows the commented line.
3704         * org.el (org-fill-context-prefix): Auto-fill first paragraph in
3705         footnote definitions.
3707         * org.el (org-mode): Define new comment syntax.
3708         (org-fontify-meta-lines-and-blocks-1, org-strip-protective-commas)
3709         (org-fill-context-prefix, org-insert-comment)
3710         (org-comment-or-uncomment-region): Use new comment syntax.
3712         * org-element.el (org-element-comment-parser)
3713         (org-element-comment-interpreter, org-element--current-element):
3714         Use new comment syntax.
3716         * org.el (org-fill-paragraph): When at an item or a footnote
3717         definition, fill first paragraph instead.
3719         * org.el (org-fill-paragraph): Fix filling when point is at the
3720         very end of a paragraph.
3722         * org.el (org-mode): Set comments related variables.
3723         (org-insert-comment, org-comment-or-uncomment-region): New
3724         functions.
3726         * org.el (org-fill-context-prefix): Small refactoring.
3727         (org-fill-paragraph): Add code comments.
3729         * org-element.el (org-element-at-point): Add :parent property to
3730         output.
3731         (org-element-context): Add :parent property to output.  Also
3732         return a single element or object instead of a list of parents.
3733         (org-element-forward, org-element-up): Apply changes.
3735         * org.el (org-fill-context-prefix): New function.
3736         (org-fill-paragraph, org-auto-fill-function): Use new function.
3737         Also handle comments.
3738         (org-adaptive-fill-function): Remove function.
3739         (org-get-local-variables, orgstruct++-mode): Don't store now
3740         unused adaptive-fill* functions.
3742         * org-element.el (org-element-at-point): Fix function when buffer
3743         starts with an inlinetask.  Also fix it when called on the last
3744         element in a greater element or the buffer.
3746         * org-element.el (org-element-center-block-parser)
3747         (org-element-dynamic-block-parser)
3748         (org-element-footnote-definition-parser)
3749         (org-element-headline-parser, org-element-inlinetask-parser)
3750         (org-element-quote-block-parser, org-element-special-block-parser)
3751         (org-element-plain-list-parser): Refactor code.
3752         (org-element-drawer-parser): Fall-back to paragraph parser when
3753         drawer is incomplete.
3755         * org-macs.el (org-with-limited-levels): Fix typo.
3757         * org-element.el (org-element-paragraph-separate): Refactor.
3758         (org-element-paragraph-parser): Fix paragraph parsing.
3760         * org.el (org-fill-paragraph): Rewrite function using
3761         `org-element-at-point'.
3763         * org-element.el (org-element-fill-paragraph): Remove function.
3765         * org.el (org-planning-or-clock-line-re): Make it a defconst.
3766         It's no use to make it a buffer-local variable since variables on
3767         which it depends are not buffer-local anyway.
3769         * org.el (org-drawer-regexp): Provide default value for
3770         `org-drawer-regexp' in non-Org buffers.
3772         * org-entities.el (org-entities-create-table): Function chokes
3773         when CAR of `org-entities' is a string.
3775         * org-list.el (org-list-automatic-rules): Allow check-boxes in
3776         description lists.
3777         (org-list-struct-apply-struct, org-insert-item): Remove rule
3778         check.
3780         * org-footnote.el (org-footnote-normalize): Fix positionning in
3781         HTML export without a footnote section.
3783         * org-list.el (org-list-struct-indent): Follow
3784         `org-list-demote-modify-bullet' specifications for ordered
3785         bullets.
3786         (org-list-indent-item-generic, org-indent-item-tree)
3787         (org-outdent-item-tree): Fix bug when operating on a region.
3788         (org-outdent-item, org-indent-item): Allow to operate on a region.
3790         * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
3791         on a region.
3793         * org-footnote.el (org-footnote-delete-definitions): Remove blank
3794         lines before the footnote definition instead of removing those
3795         after it.
3797         * org-footnote.el (org-footnote-at-definition-p): Don't grab
3798         trailing blank lines in a footnote definition.
3799         (org-footnote-delete-definitions): Remove both footnote definition
3800         and trailing blank lines.
3802 2012-09-30  Rick Frankel  <rick@rickster.com>
3804         * ob-sql.el: Add dbi engine type and pre/post processing.
3806 2012-09-30  Sean O'Halpin  <sean.ohalpin@gmail.com>  (tiny change)
3808         * ob.el (org-babel-expand-noweb-references): Capture current noweb
3809         start and end patterns then use to set buffer locals in
3810         (with-temp-buffer) form.
3812 2012-09-30  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
3814         * org.el (org-update-all-dblocks): Autoload function.
3816 2012-09-30  Simon Thum  <simon.thum@gmx.de>  (tiny change)
3818         * ob-maxima.el (org-babel-execute:maxima): Let cmdline always
3819         return a string.
3821 2012-09-30  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
3823         * org-icalendar.el (org-icalendar-timezone): Fix typo and clarify
3824         meaning.
3826 2012-09-30  Stuart Hickinbottom  <stuart@hickinbottom.com>  (tiny change)
3828         * org-clock.el (org-x11idle-exists-p): Only shell out when running
3829         on X.
3831 2012-09-30  Suhail Shergill  <suhailshergill@gmail.com>  (tiny change)
3833         * org-html.el (org-export-as-html): If possible, use the
3834         :CUSTOM_ID: property to assign unique ids to footnotes.
3836 2012-09-30  T.F. Torrey  <tftorrey@tftorrey.com>  (tiny change)
3838         * org-exp.el (org-export-remember-html-container-classes): Allow
3839         exporting a single subtree with HTML_CONTAINER_CLASS property.
3841         * org-rmail.el (org-rmail-follow-link): Use `rmail-widen' instead
3842         of `widen' and don't toggle header as `rmail-widen' already takes
3843         care of this.
3845 2012-09-30  Tim Howe  <vsync@quadium.net>  (tiny change)
3847         * org-clock.el (org-clocktable-defaults): Revert extra layer of
3848         quoting.
3850 2012-09-30  Toby S. Cubitt  <tsc25@cantab.net>
3852         * org-capture.el (org-capture-fill-template): Expand %<num> escape
3853         sequences into text entered for <num>'th %^{PROMPT} escape.
3855         * org-capture.el (org-capture-fill-template): Fixed regexp for
3856         %<n> expandos to match any positive integer.
3857         (org-capture-templates): Updated docstring accordingly.
3859         * org-agenda.el (org-agenda-skip-timestamp-if-deadline-is-shown):
3860         Skip timestamp items in agenda view if item is already shown as a
3861         deadline item.
3862         (org-agenda-skip-dealine-if-done): Pass deadline results to
3863         org-agenda-get-timestamps.
3864         (org-agenda-get-timestamps): Optionally take list of deadline
3865         results, so that timestamp results can be skipped if already
3866         included in deadline results.
3868         * org-agenda.el (org-agenda-diary-sexp-prefix): Regexp matching
3869         deadline/scheduling information to be displayed in diary sexp
3870         agenda items.
3871         (org-agenda-get-sexps): Extract deadline/scheduling information
3872         from diary sexp entries.
3874         * org-capture.el (org-capture-place-entry): Place captured entry
3875         immediately after last subheading of target, instead of just
3876         before next heading at same level as target.
3878         * org-capture.el (org-capture-templates): Document new capture
3879         template properties.
3881         * org-capture.el (org-capture-place-entry)
3882         (org-capture-empty-lines-before): Make new :empty-lines-before
3883         property override :empty-lines when inserting empty lines before
3884         captured captured entry.
3886         * org-capture.el (org-capture-finalize)
3887         (org-capture-empty-lines-after): Make new :empty-lines-after
3888         property override :empty-lines when inserting empty lines after
3889         captured captured entry.
3891         * org-agenda.el (org-agenda-skip-if, org-agenda-skip-if-todo): Add
3892         new todo-unblocked and nottodo-unblocked skip conditions.  These
3893         match as for todo and nottodo, but only for unblocked todo items.
3895 2012-09-30  Zachary Kanfer  <zkanfer@gmail.com>  (tiny change)
3897         * org.el (org-read-date-display): Fix bug when displaying the
3898         overlay.
3900 2012-09-30  Niels Giesen  <niels.giesen@gmail.com>
3902         * org-table.el (orgtbl-to-generic): Add check for :skipheadrule.
3903         When present, the :hline following the head will be skipped.  This
3904         is necessary to avoid doubling of horizontal rules in LaTeX
3905         longtable environments and consequent width problems.
3907         * org-latex.el (org-export-latex-tables-tstart)
3908         (org-export-latex-tables-hline)
3909         (org-export-latex-tables-tend): New options.
3910         (org-export-latex-tables): Use the new options.
3912 2012-09-30  tumashu  <tumashu@gmail.com>  (tiny change)
3914         * org-exp.el (org-export-language-setup): Add simplified chinese
3915         translation.
3917 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3919         Better seed support for (random).
3920         * org-id.el (org-id-uuid):
3921         Change (random t) to (random), now that the latter is more random.
3923 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
3925         Don't use the abbreviation "win" to refer to Windows (Bug#10421).
3926         * ob-lilypond.el (ly-w32-ly-path): Rename from ly-win32-ly-path.
3927         (ly-w32-pdf-path): Rename from ly-win32-pdf-path.
3928         (ly-w32-midi-path): Rename from ly-win32-midi-path.
3929         (ly-determine-ly-path, ly-determine-pdf-path, ly-determine-midi-path):
3930         Check for "windows-nt", not "win32", in system-type.
3932 2012-06-02  Chong Yidong  <cyd@gnu.org>
3934         * org-clock.el (org-clock-string-limit)
3935         (org-clock-modeline-total, org-clock-task-overrun-text)
3936         (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
3938 2012-05-27  Mark Shoulson  <mark@kli.org>  (tiny change)
3940         * org.el (org-fontify-entities): Fix bug: The entities \sup[123] and
3941         \there4 were not "prettified" when org-pretty-entities was enabled.
3943 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3945         * org.el (org-font-lock-add-priority-faces):
3946         Restrict priorities fontification to headlines and inlinetasks.
3948 2012-05-27  Jambunathan K  <kjambunathan@gmail.com>
3950         * org-odt.el (org-odt-init-outfile)
3951         (org-odt-write-manifest-file):
3952         Disable `nxml-auto-insert-xml-declaration-flag'.
3954         * org-lparse.el (org-do-lparse): Don't trigger auto-mode processing.
3956 2012-05-27  Bastien Guerry  <bzg@gnu.org>
3958         * org.el (org-scan-tags): Fix bug when building the scanner regexp.
3960 2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
3962         * ob.el (org-babel-capitalize-examplize-region-markers):
3963         Controls the capitalization of begin and end example blocks.
3964         (org-babel-examplize-region):
3965         Optionally capitalize example block delimiters.
3967         * ob-plantuml.el (org-babel-execute:plantuml):
3968         Add a :java header argument to plantuml.
3970         * org-exp-blocks.el (org-export-blocks-preprocess):
3971         Even when the body of a block is not indented the boundary markers
3972         should be indented to their original positions so things like list
3973         indentation still work.
3975         * ob.el (org-babel-parse-src-block-match):
3976         Save match data during indentation check.
3978 2012-05-27  Bastien Guerry  <bzg@gnu.org>
3980         * org.el (org-scan-tags): Correctly match TODO keywords.
3982 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3984         * org-list.el (org-list-struct): Fix white spaces.
3985         (org-list-swap-items, org-list-send-item): Fix visibility preservation.
3987         * org-list.el (org-list-swap-items, org-list-send-item):
3988         Preserve visibility when moving items.
3990 2012-05-27  Mark E. Shoulson  <mark@kli.org>  (tiny change)
3992         * org.el (org-fontify-entities): Hide {} when prettifying entities.
3994 2012-05-27  Bastien Guerry  <bzg@gnu.org>
3996         * org.el (org-cycle-internal-global): Prevent the display of
3997         messages when cycling from with a Gnus article buffer.
3999         * org-table.el (org-table-time-seconds-to-string):
4000         Fix bug about handling a negative duration value.
4002 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
4004         * org.el (org-link-expand-abbrev): Fix docstring.
4006         * org.el (org-translate-link): Fix bug.
4008 2012-05-27  Bastien Guerry  <bzg@gnu.org>
4010         * org-agenda.el (org-agenda-bulk-mark-regexp):
4011         Fix bug when setting the number of marked entries.
4013         * org-table.el (org-tbl-calc-modes): Rename from `org-table-modes'.
4014         (org-set-calc-mode, org-table-eval-formula): Use it.
4016 2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
4018         * ob.el (org-babel-find-named-result):
4019         Fix bug finding empty named results.
4021 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
4023         * org.el (org-set-regexps-and-options):
4024         Fix `org-planning-or-clock-line-re' regexp.  Indeed "\\>" will never
4025         match since time keywords must end with colons, which are not word
4026         constituents.
4028 2012-05-27  Bastien Guerry  <bzg@gnu.org>
4030         * org-ctags.el (org-ctags-new-topic-template):
4031         Fix the option default value back again.
4033 2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
4035         * org-bibtex.el (org-bibtex-export-to-kill-ring):
4036         Don't rely on kill-new to return a string.
4038         * org-bibtex.el (org-bibtex-headline):
4039         Remove call to bibtex-reformat which often hangs.
4041 2012-04-27  Glenn Morris  <rgm@gnu.org>
4043         * org-ctags.el (org-ctags-new-topic-template):
4044         Revert 2012-04-09 removal of * from defcustom value, not doc.
4046 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
4048         * org-table.el (org-table-number-fraction): Fix typo.
4050 2012-04-27  Eric Schulte  <eric.schulte@gmx.com>
4052         * ob-python.el (org-babel-execute:python): Ensure newline precedes
4053         automatically-added returns.
4055 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
4057         * org-mouse.el (org-mode-hook): Do not move point when clicking on
4058         a footnote reference.
4060 2012-04-27  Bastien Guerry  <bzg@gnu.org>
4062         * org-faces.el (org-date-selected): Fix docstring.
4064 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
4066         * org-list.el (org-list-struct-indent): Follow
4067         `org-list-demote-modify-bullet' specifications for ordered
4068         bullets.
4069         (org-list-indent-item-generic, org-indent-item-tree)
4070         (org-outdent-item-tree): Fix bug when operating on a region.
4071         (org-outdent-item, org-indent-item): Allow to operate on a region.
4073         * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
4074         on a region.
4076 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
4078         * org-footnote.el (org-footnote-normalize): Fix positioning in
4079         HTML export without a footnote section.
4081 2012-04-27  Madan Ramakrishnan  <madanr79@gmail.com>  (tiny change)
4083         * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
4084         advertised by the function.
4086 2012-04-27  Zachary Kanfer  <zkanfer@gmail.com>  (tiny change)
4088         * org.el (org-read-date-display): Fix bug when displaying the
4089         overlay.
4091 2012-04-27  Bastien Guerry  <bzg@gnu.org>
4093         * org.el (org-mode): Don't use `buffer-face-mode' by default.
4095 2012-04-27  Bastien Guerry  <bzg@gnu.org>
4097         * org-faces.el (org-date-selected): New face.
4099 2012-04-27  Jambunathan K  <kjambunathan@gmail.com>
4101         * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
4102         internal links destined for headlines provide a description or
4103         not.  In fact, the `org-store-link' and `org-insert-link' create
4104         internal links which do have a description.
4106 2012-04-27  Bastien Guerry  <bzg@gnu.org>
4108         * org-clock.el (org-program-exists): Fix docstring.
4110 2012-04-14  Bastien Guerry  <bzg@gnu.org>
4112         * org.el (org-point-at-end-of-empty-headline): Only try to match
4113         `org-todo-line-regexp' when the value is non-nil, e.g. in non-org
4114         modes.
4115         (org-fontify-meta-lines-and-blocks-1): Prevent errors when trying
4116         to fontify beyond (point-max).
4118         * org-clock.el (org-clock-task-overrun-text)
4119         (org-task-overrun, org-clock-get-clock-string)
4120         (org-clock-update-mode-line)
4121         (org-clock-notify-once-if-expired): Rename `org-task-overrun'
4122         and `org-task-overrun-text' to `org-clock-task-overrun' and
4123         `org-clock-task-overrun-text' respectively.
4124         (org-task-overrun-text): New alias.
4126         * org-table.el (org-table-eval-formula): Fix bug about handling
4127         remote references as durations.
4128         (org-table-get-range): Fix bug: make sure references to $0 are
4129         correctly handled.
4131         * org-pcomplete.el (pcomplete/org-mode/file-option):
4132         Fix bug in `pcomplete/org-mode/file-option'.
4133         (org-thing-at-point): Also match line options like LATEX_CLASS
4134         when pcompleting from LATEX_.
4136         * org-agenda.el (org-agenda-filter-make-matcher)
4137         (org-agenda-filter-apply): Allow filtering entries out by
4138         category.  Using `C-u <' from the agenda view will redisplay
4139         the agenda without entries from categories of the current line.
4141 2012-04-14  Eric Schulte  <eric.schulte@gmx.com>
4143         * ob-C.el (org-babel-C-ensure-main-wrap):
4144         Add an explicit return to automatically generated main methods.
4146 2012-04-14  Matt Lundin  <mdl@imapmail.org>
4148         * org.el (org-after-todo-state-change-hook):
4149         Fix docstring to reflect name change of state to `org-state'.
4151 2012-04-14  Mike Sperber  <sperber@deinprogramm.de>  (tiny change)
4153         * org-footnote.el (org-footnote-normalize):
4154         Correctly pass keyword arguments to `org-export-preprocess-string'.
4156 2012-04-03  Bastien Guerry  <bzg@gnu.org>
4158         * org.el (org-todo): Fix regression: rename `state' to
4159         `org-state'.
4160         (org-use-effective-time): Fix group and type.
4162 2012-04-02  Bastien Guerry  <bzg@gnu.org>
4164         * org-clock.el (org-clock-out-if-current): Fix regression: rename
4165         `org-clock-state' to `org-state' to match the name of the
4166         dynamically-scoped variable in `org-todo'.
4168         * org-agenda.el (entry, org-diary, org-class): Fix regression:
4169         rename `org-entry' to `entry'.
4171 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4173         * org.el (org-todo): Fix regression in `org-todo'.
4175 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4177         * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled
4178         C files on windows.
4180 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4182         * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
4183         Org-mode blocks.
4185         * ob.el (org-babel-parse-src-block-match): Make use of the new
4186         language argument to org-babel-strip-protective-commas.
4187         (org-babel-parse-inline-src-block-match): Make use of the new
4188         language argument to org-babel-strip-protective-commas.
4189         (org-babel-strip-protective-commas): Now accepts a language
4190         argument.
4192 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4194         * org.el (org-fast-tag-selection): Fix an bug when listing tags
4195         for completion.
4197 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
4199         * org.el (org-delete-property-globally): Fixed a bug that left
4200         blank line in place of the property, instead of removing the line.
4202 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4204         * ob-maxima.el (org-babel-maxima-command): Add group information
4205         to the defcustom.
4207 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4209         * org.el (org-mode): Use `buffer-face-mode' to remap the 'default
4210         face to 'org-default.
4212 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4214         * org-ascii.el (org-export-as-ascii): Fix escaping of underscores
4215         in links.
4217 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4219         * org.el: Prevent a bug while defining the menu by requiring
4220         `org-beamer' when necessary.
4222 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4224         * org-table.el (orgtbl-self-insert-command): Use
4225         `backward-delete-char' instead of `delete-backward-char' as this
4226         last command gets caught by the compiler which says to not use it
4227         in programs.  `backward-delete-char' is just an alias for
4228         `delete-backward-char' which is internally remapped to
4229         `org-delete-backward-char' for optimization purpose.
4231 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4233         * org-latex.el (org-export-latex-subcontent): Bugfix: when
4234         `org-export-latex-low-levels' is nil, do not export low levels.
4236 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4238         * ob.el (org-babel-insert-result): Fix bug in indented wrapped
4239         results insertion.
4241 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4243         * org.el (org-set-tags): Include `org-tag-alist' in the list of
4244         possible completions, even when there are tags defined in the
4245         buffer.
4247 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4249         * org-mime.el (org-mime-htmlize): Set
4250         `org-export-with-LaTeX-fragments' correctly.
4252 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4254         * org.el (org-set-tags): Don't add a column when there is only one
4255         tag offered for completion.
4257 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4259         * org.el (org-fast-tag-selection): Include tags from
4260         `org-tag-alist' when completing with the TAB key.
4262 2012-04-01  Shoji Nishimura  <nishimura.shoji@gmail.com>  (tiny change)
4264         * org.el (org-display-inline-images): Honor the ̀beg' parameter.
4266 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4268         * org-latex.el (org-export-latex-subcontent): Don't insert a
4269         linebreak when itemizing a subtree that is just a headline.
4271 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4273         * ob-lob.el (org-babel-lob-get-info): Removed extra []s when
4274         parsing inline call_foo lines.
4276 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4278         * ob-maxima.el (org-babel-maxima-command): The maxima command used
4279         should be configurable (defaults to maxima-command if defined).
4280         (org-babel-execute:maxima): The maxima command used should be
4281         configurable (defaults to maxima-command if defined).
4283 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4285         * ob-C.el (org-babel-C-execute): Add the local directory to the
4286         library search path for C/C++ block compilation.
4288 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4290         * ob.el (org-babel-where-is-src-block-result): Don't truncate
4291         results name on call line execution.
4293 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
4295         * org-colview.el (org-columns-cleanup-item): Handle case of empty
4296         headline.
4298 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4300         * org-footnote.el (org-footnote-delete-definitions): Fix LaTeX
4301         export error when a src block produces fake footnotes.
4303 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4305         * org.el (org-read-date): Don't mention `parse-time-weekdays' and
4306         `parse-time-months' in the docstring.
4308 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4310         * org-agenda.el (org-agenda-filter-apply): Bugfix: Add let
4311         binding.
4313 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4315         * org-colview.el (org-columns-compute): Also consider inline tasks
4316         when computing the sum.
4318 2012-04-01  Thomas Morgan  <tlm@ziiuu.com>  (tiny change)
4320         * org-habit.el (org-habit-insert-consistency-graphs): Fix
4321         alignment of consistency graph in filtered agenda view.
4323 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4325         * org-latex.el (org-export-as-latex): Fix bug in setting the
4326         export directory according to the LaTeX options.
4328 2012-04-01  K.Nagashima  <uni.naga@gmail.com>  (tiny change)
4330         * org.el (org-show-subtree): Make interactive.
4332 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>
4334         * org-clock.el (org-clock-get-table-data): Make sure todo-only
4335         does not leak when it is set by make-org-tags-macher.
4337 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4339         * org.el (org-cycle-internal-local): Don't try to hide drawers
4340         within subtrees in this function, it slows cycling down.
4342 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4344         * org-agenda.el (org-agenda-custom-commands-local-options): Fix
4345         incorrect custom option definition.
4347 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4349         * org-colview.el (org-columns-display-here): Bugfix: use the date
4350         as the value for the ITEM column when displaying a summary.
4352 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
4354         * ob-lilypond.el: Re-direct homepage to Worg.
4356 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
4358         * ob-lilypond.el: Leave versioning to Org.
4360 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
4362         * ob-lilypond.el: Fix compiler warning.
4364 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4366         * org-odt.el (org-odt-format-entity-caption): Enumerate entities
4367         that have either a caption or a label.
4368         (org-odt-label-styles, org-odt-category-map-alist): Add a
4369         separator between sequence number and caption.  Introduced two
4370         new label styles for handling of math formula and math label.
4371         (org-odt-format-label-definition)
4372         (org-export-odt-format-formula): Propagate above changes.
4374 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4376         * org.el (org-enforce-todo-dependencies): Fix docstring.
4378 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4380         * org-odt.el (org-export-odt-category-strings): New custom
4381         variable.
4382         (org-odt-category-map-alist): Modify interpretation.  Don't
4383         use the same field to double up as both a OpenDocument
4384         variable and a category string.  Entries in this list now
4385         specify only the OpenDocument variable.  Category strings are
4386         obtained through an indirect lookup of
4387         `org-export-odt-category-strings'.  Use same OpenDocument
4388         variables as what LibreOffice uses for various entities.  Fix
4389         docstring.
4390         (org-odt-add-label-definition)
4391         (org-odt-format-label-definition)
4392         (org-odt-format-label-reference): Propagate above changes.
4394 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4396         * org-latex.el (org-export-as-latex): Check TeX-master correctly.
4398 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4400         * org-odt.el (org-odt-category-map-alist): Update docstring.
4401         (org-export-odt-user-categories)
4402         (org-export-odt-get-category-from-label)
4403         (org-odt-get-label-category-and-style): Remove.
4404         (org-odt-add-label-definition): Propagate above changes.
4406 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4408         * org.el (org-refile): Don't allow creation of parents when using
4409         the refile command to go to a headline.
4411 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4413         * org-odt.el (org-odt-format-org-link): Resolve links to headlines
4414         as section numbers only if section numbering is on.
4416 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4418         * org.el (format-spec): Require 'format-spec.
4420 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4422         * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
4424 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
4426         * org.el (org-imenu-get-tree): Check that looking-at succeeds
4427         before using match results.
4429 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4431         * org-exp-blocks.el (org-ditaa-jar-path): Make a defcustom.
4433 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4435         * org-lparse.el (org-do-lparse): Make effective setting of
4436         `org-export-headline-levels' available to the ODT exporter.  Also
4437         remove some stale comments.
4439 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4441         * org-odt.el (org-odt-begin-toc): Handle named HTML entities in
4442         per-language string for "Table Of Contents".
4444 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4446         * org-exp-blocks.el (org-ditaa-jar-path): Fix merge conflict.
4448 2012-04-01  Shaun Johnson  <shaun@slugfest.demon.co.uk>  (tiny change)
4450         * org-exp-blocks.el (org-ditaa-jar-path): Better heuristic to find
4451         the libary name.
4453 2012-04-01  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
4455         * org-src.el (org-edit-src-code): Change let bind to let*, e.g. if
4456         case-fold-search is bound to nil globally, the
4457         (case-fold-search t) doesn't work until we get to the body.
4459 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4461         * org-latex.el (org-export-latex-tables): Allow to use
4462         sidewaystable.
4464 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4466         * ob.el (org-babel-expand-noweb-references): Fix bug in src name
4467         regexp when using *org-babel-use-quick-and-dirty-noweb-expansion*.
4469 2012-04-01  David Maus  <dmaus@ictsoc.de>
4471         * org.el (org-scan-tags): Require one or more spaces (+) between
4472         keyword and headline.
4474 2012-04-01  David Maus  <dmaus@ictsoc.de>
4476         * org-agenda.el (org-prepare-agenda): Don't reset
4477         `org-done-keywords-for-agenda' when `org-agenda-multi'.
4479 2012-04-01  Thomas Morgan  <tlm@ziiuu.com>  (tiny change)
4481         * org-habit.el (org-habit-insert-consistency-graphs): Fix bug
4482         while inserting habit graph in the agenda buffer.
4484 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4486         * org-src.el (org-src-edit-buffer-p): New function.
4488 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4490         * org-agenda.el (org-agenda-skip-if): Fix the order conditions are
4491         being checked.  Also enhance the docstring a bit.
4493 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4495         * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix the
4496         display of indirect agenda window.
4498 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4500         * org.el (org-create-formula-image, org-dvipng-color): Fix XEmacs
4501         compatibility bug.
4503 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
4505         * org-clock.el (org-clock-get-table-data): Bind org-scanner-tags
4506         to tags-list and org-trust-scanner-tags to t while evaluating the
4507         matcher, since the matcher is always evaluated at the current
4508         entry.
4510 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
4512         * org.el (org-scan-tags): Bind org-trust-scanner-tags to t while
4513         evaluating the matcher, since the matcher is always evaluated at
4514         the current entry.
4516 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
4518         * ob-lilypond.el (ly-compile-lilyfile): Fixed misplaced comma in a
4519         quoting expression.
4521 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4523         * ob.el (org-babel-merge-params): Add "eval" as acceptable noweb
4524         argument.
4525         (org-babel-noweb-p): The "eval" argument only expands during
4526         evaluation.
4528 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4530         * ob.el (org-strip-protective-commas): Declared.
4532         * org-agenda.el (org-agenda-filtered-by-category): Declared.
4533         (org-agenda-filter-apply): Capture free variable.
4535         * org-footnote.el (org-skip-whitespace): Declared.
4537         * org-mobile.el (org-agenda-filter): Declared.
4539         * org-src.el (org-strip-protective-commas): Declared.
4541 2012-04-01  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
4543         * org.el (org-version): Add autoload cookie.
4545 2012-04-01  David Maus  <dmaus@ictsoc.de>
4547         * org-attach.el (org-attach-store-link-p): Remove spurious quote
4548         in customization form choice.
4550 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4552         * ob-sh.el (org-babel-execute:sh): Pass all params to subroutine.
4553         (org-babel-sh-evaluate): Apply :shebang and :padline to shell script
4554         execution.
4556 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4558         * ob.el (org-babel-insert-result): Ensure correct order for empty
4559         result wrapping blocks.
4561 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
4563         * ob-lilypond.el: Make auditioning of midi and pdf asynchronous,
4564         and add easy pdf generation in the form of `ly-gen-pdf' variable.
4566 2012-04-01  Deech  <deech@deech-ThinkPad-X200.none>  (tiny change)
4568         * ob-tangle.el (org-babel-spec-to-string): The link generated by
4569         org-store-link is escaped twice when tangling with ":comments yes"
4570         flag.
4572 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4574         * org-html.el (org-export-as-html): Remove another useless space
4575         before tag.
4577 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4579         * org-html.el (org-export-as-html): Remove another useless space
4580         before tag.
4582 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4584         * org-html.el (org-export-as-html): Remove useless space before
4585         tag.
4587 2012-04-01  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
4589         * org.el (org-version): Add autoload cookie.
4591 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4593         * org.el (org-get-category): Save match data.
4595 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4597         * ob-tangle.el (org-babel-tangle): Don't prompt for a file name if
4598         :tangle is specified.
4600         * ob.el (org-babel-expand-noweb-references): Widen buffer when
4601         expanding noweb references.
4603 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4605         * ob-table.el (sbe): Don't accidentally leave a `t' value when
4606         variables are force interpreted as strings.
4608 2012-04-01  David Maus  <dmaus@ictsoc.de>
4610         * org-bbdb.el (org-bbdb-open, org-bbdb-open-old)
4611         (org-bbdb-open-new): Pass record name to avoid dynamic scoping.
4613 2012-04-01  David Maus  <dmaus@ictsoc.de>
4615         * org-bbdb.el (bbdb-record-get-field, bbdb-search-name)
4616         (bbdb-search-organization): Declare functions to silence byte
4617         compiler.
4619 2012-04-01  Bernt Hansen  <bernt@norang.ca>
4621         * org.el (org-clone-subtree-with-time-shift): Fix task cloning for
4622         repeating tasks using .+n and ++n syntax.
4624 2012-04-01  Karl Fogel  <kfogel@red-bean.com>  (tiny change)
4626         * org-agenda.el (org-agenda-highlight-todo): Handle the case of a
4627         heading that has a date but no todo keyword.
4629 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4631         * ob.el (org-babel-find-named-result): Fix code block replacement
4632         with results.
4634 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4636         * org-footnote.el (org-footnote-normalize): Do not normalize
4637         labels when sort-only is non-nil.
4639 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4641         * org-footnote.el (org-footnote-normalize): Remove an useless part
4642         of the function.
4643         (org-insert-footnote-reference-near-definition): Remove function.
4645 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4647         * org-footnote.el (org-footnote-normalize): Fix normalization of
4648         inline footnotes with no footnote section.
4650 2012-04-01  David Maus  <dmaus@ictsoc.de>
4652         * org-bbdb.el (org-bbdb-old): Replace `defvar' after loading 'bbdb
4653         to check for old or new version by a check for the required
4654         function in `org-bbdb-open' and `org-bbdb-store-link'.
4655         (org-bbdb-store-link, org-bbdb-open): Check which version of bbdb is
4656         to be used.
4658 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4660         * ob.el (org-babel-find-named-result): Don't miss a code block
4661         when there are confounding spaces after the result name.
4663 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4665         * ob-lob.el (org-babel-block-lob-one-liner-regexp): Less greedy
4666         regular expressions.
4667         (org-babel-inline-lob-one-liner-regexp): Less greedy regular
4668         expressions.
4670 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4672         * ob.el (org-babel-examplize-region): Fixed bug in examplization.
4674 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4676         * org.el (org-link-search): Search for #+name affiliated keywords
4677         and invisible targets.
4679 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4681         * org-lparse.el (org-lparse-end-footnote-definition): Cleanup
4682         newlines in a transcoded footnote definition.  This ensures that
4683         the line that is currently being processed by `org-do-lparse' loop
4684         doesn't get broken up into multiple lines.  Fix for the following
4685         bug -
4687 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4689         * org-footnote.el (org-footnote-normalize): Force a paragraph
4690         break after the last footnote definition.  This is an an implicit
4691         assumption made by the org-lparse.el library.  With this change,
4692         footnote definitions can reliably be exported with ODT backend.
4693         See http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg01013.html.
4695 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4697         * ob-ditaa.el (org-ditaa-jar-path): Fix a recursive load error.
4699 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4701         * org-list.el (org-list-struct): Fix small bug introduced by
4702         commit 8b7a3f249803aba612f9ad3ae50c2fc986247da4 in Org's git repo.
4704 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4706         * ob-ditaa.el (org-ditaa-jar-path): Already defined in
4707         org-exp-blocks.el.
4709         * org-exp-blocks.el (org-ditaa-jar-path): Declare appropriately
4710         for the fact that this is really now a Babel thing -- even if it
4711         is used here and the definition should remain here for reasons of
4712         load dependencies.
4714 2012-04-01  David Maus  <dmaus@ictsoc.de>
4716         * org-bbdb.el (org-bbdb-old): Wrap `defvar' so the variable gets
4717         defined after bbdb was loaded.
4719 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4721         * org-latex.el (org-export-latex-tables): Don't add spurious
4722         preceding newline if caption is not above a longtable.
4724 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4726         * org-odt.el (org-odt-insert-toc): Remove this stray,
4727         dysfunctional routine.  This possibly has crept in because of the
4728         broken merges between "maint" and "origin" branches.
4729         (org-odt-begin-table): Don't emit an empty paragraph when a table is
4730         neither labeled nor captioned.
4731         (org-odt-init-outfile): Remove reference to an unused variable.
4733 2012-04-01  Viktor Rosenfeld  <listuser36@googlemail.com>
4735         * ob-sql.el (org-babel-execute:sql): Add support for MonetDB to
4736         SQL code blocks.
4738 2012-04-01  Andreas Leha  <andreas.leha@med.uni-goettingen.de>
4740         * ob.el (org-babel-goto-named-src-block): Pushing the point to the
4741         org-mark-ring and guessing at the code block name to jump to.
4743 2012-04-01  David Maus  <dmaus@ictsoc.de>
4745         * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix handling
4746         of indirect buffer and window.
4748 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4750         * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
4751         in verse blocks.
4753 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4755         * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
4756         in verse blocks.
4758 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4760         * org-exp.el (org-table-clean-before-export): Ignore table rows
4761         defining parameters for formulas during export.
4763 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4765         * org-list.el (org-list-get-item-number): New function.
4767 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4769         * org-list.el (org-list-ending-method, org-list-end-regexp):
4770         Removed variables.
4771         (org-in-item-p, org-list-separating-blank-lines-number)
4772         (org-list-parse-list, org-list-struct): Apply changes.
4774         * org-exp.el (org-export-mark-list-end)
4775         (org-export-mark-list-properties): Apply changes.
4777         * org-latex.el (org-export-latex-lists): Apply changes.
4779 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4781         * org.el (org-cycle-internal-local): Correctly unfold headlines
4782         containing an inlinetask.
4784 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4786         * org.el (org-structure-template-alist): Fix missing angle
4787         brackets for muse export style.
4789 2012-04-01  David Maus  <dmaus@ictsoc.de>
4791         * org.el (org-recenter-calendar): Use `with-selected-window' to
4792         select calendar window and save currently selected window and
4793         current buffer.
4795 2012-04-01  Toby S. Cubitt  <tsc25@cantab.net>  (tiny change)
4797         * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
4798         argument set, otherwise not only are headlines in the current
4799         subtree excluded, but it throws an error if point happens not to
4800         be within a subtree (e.g. at start of buffer).
4802 2012-04-01  David Maus  <dmaus@ictsoc.de>
4804         * org.el (org-scan-tags): Fix highlighting in sparse-tree.
4806 2012-04-01  David Maus  <dmaus@ictsoc.de>
4808         * org-clock.el (org-in-clocktable-p): Moved to org.el.
4810         * org.el (org-in-clocktable-p): New function. Moved from
4811         org-clock.el.
4813 2012-04-01  David Maus  <dmaus@ictsoc.de>
4815         * org-exp.el (org-export-get-title-from-subtree): Don't format
4816         tags in title if title headline does not have tags.
4818 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4820         * org.el (org-cycle-internal-local): Fix bug: hide drawers in
4821         inline tasks too.
4823 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4825         * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
4826         Delay it till the end of export.
4827         (org-odt-begin-document-body): Make a note of the default
4828         position of TOC in `org-lparse-dyn-first-heading-pos'.
4829         (org-odt-insert-toc): Insert TOC as directed by
4830         [TABLE-OF-CONTENTS] line or at the default position.
4831         (org-odt-end-export): Call `org-odt-insert-toc'.
4833 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4835         * org.el (org-preview-latex-fragment): Throw an error when called
4836         from a non-file buffer.
4838 2012-04-01  David Maus  <dmaus@ictsoc.de>
4840         * org-capture.el (org-capture-place-item): Don't search for
4841         position in existing list if :exact-position was supplied.
4843 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4845         * org.el (org-set-font-lock-defaults): Fix bug in done headline
4846         fontification.
4848 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4850         * org-odt.el (org-odt-format-textbox): Honor user-specified width
4851         in captioned images.
4853 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4855         * org.el (org-update-property-plist): Fix bug in property list
4856         updates.
4858 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4860         * ob.el (org-babel-balanced-split): Explicit checking if list
4861         before calling member.
4863 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4865         * ob-sqlite.el (org-babel-execute:sqlite): Specify the use of ","
4866         as the separator to `org-table-convert-region'.  Fixes errors when
4867         only one result per line of output.
4869 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4871         * ob.el (org-babel-strip-protective-commas): Use
4872         `org-strip-protective-commas'.
4874         * org-exp.el (org-export-select-backend-specific-text): Use
4875         `org-strip-protective-commas'.
4877         * org-src.el (org-edit-src-code): Use
4878         `org-strip-protective-commas'.
4880         * org.el (org-strip-protective-commas): Single definition for this
4881         functionality.
4883 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4885         * ob-sql.el: Mention ob-sqlite in the comments of ob-sql.
4887 2012-04-01  David Maus  <dmaus@ictsoc.de>
4889         * org-capture.el (org-capture-prepare-finalize-hook): New hook.
4890         Run before the finalization process starts.
4891         (org-capture-finalize): Run new hook.
4893 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4895         * org.el (org-entry-get): Generalize to multiple "prop+"
4896         properties.
4898 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4900         * org-src.el (org-src-mode-map): Rebinding `org-edit-src-save' in
4901         the `org-src-mode-map'.
4903 2012-04-01  David Maus  <dmaus@ictsoc.de>
4905         * org.el (org-recenter-calendar): Use `with-selected-window' to
4906         select calendar window and save currently selected window and
4907         current buffer.
4909 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4911         * org-list.el (org-list-ending-method, org-list-end-regexp):
4912         Removed variables.
4913         (org-in-item-p, org-list-separating-blank-lines-number)
4914         (org-list-parse-list, org-list-struct): Apply changes.
4916         * org-exp.el (org-export-mark-list-end)
4917         (org-export-mark-list-properties): Apply changes.
4919         * org-latex.el (org-export-latex-lists): Apply changes.
4921 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4923         * org.el (org-entry-get): Accumulate properties from subtree
4924         property drawers.
4926 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4928         * org.el (org-entry-get): Accumulate properties from subtree
4929         property drawers.
4931 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4933         * org-odt.el (org-export-odt-image-size-probe-method)
4934         (org-odt-do-image-size): Use imagemagick preferentially to
4935         determine image sizes.
4937 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4939         * org-odt.el (org-export-as-odt-to-buffer)
4940         (org-replace-region-by-odt, org-export-region-as-odt): Remove
4941         these interactive functions.  They are of questionable value.
4943 2012-04-01  Toby S. Cubitt  <tsc25@cantab.net>  (tiny change)
4945         * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
4946         argument set, otherwise not only are headlines in the current
4947         subtree excluded, but it throws an error if point happens not to
4948         be within a subtree (e.g. at start of buffer).
4950 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4952         * org-exp.el (org-export-kill-product-buffer-when-displayed)
4953         (org-export-initial-scope, org-export-date-timestamp-format)
4954         (org-export-with-tasks, org-export-email-info)
4955         (org-export-table-remove-empty-lines): Add version tag.
4957 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4959         * org.el (org-cycle-internal-local): Correctly unfold headlines
4960         containing an inlinetask.
4962 2012-04-01  Bernt Hansen  <bernt@norang.ca>
4964         * org-clock.el (org-clock-out): Do not delete the current clocking
4965         task when org-clock-out-hook clocks in another task.
4967 2012-04-01  David Maus  <dmaus@ictsoc.de>
4969         * org.el (org-scan-tags): Fix highlighting in sparse-tree.
4971 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4973         * org-odt.el (org-export-odt-convert-processes): Re-define
4974         (org-export-odt-convert-capabilities): Fix an accidental
4975         regression.
4977 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4979         * org-odt.el (org-export-odt-convert-capabilities): Change the
4980         default value.
4982 2012-04-01  David Maus  <dmaus@ictsoc.de>
4984         * org-clock.el (org-in-clocktable-p): Moved to org.el.
4986         * org.el (org-in-clocktable-p): New function.  Moved from org-clock.el.
4988 2012-04-01  David Maus  <dmaus@ictsoc.de>
4990         * org-exp.el (org-export-get-title-from-subtree): Don't format
4991         tags in title if title headline does not have tags.
4993 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4995         * org-footnote.el (org-blank-before-new-entry)
4996         (org-export-footnotes-seen, org-export-footnotes-data): Fix bogus
4997         declarations.
4999 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
5001         * org.el (org-beginning-of-line, org-end-of-line): Fix special C-a
5002         and C-e behaviour with visual lines.
5004 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5006         * org-exp-blocks.el (org-export-blocks): Changed the name of
5007         exporting comment blocks given that it seems regular comment
5008         blocks no longer export.
5010 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5012         * ob-exp.el (org-babel-exp-get-export-buffer): Access current
5013         export buffer.
5014         (org-babel-exp-in-export-file): Access current export buffer.
5015         (org-babel-exp-src-block): Access current export buffer.
5016         (org-babel-exp-inline-src-blocks): Access current export buffer.
5018 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
5020         * ob-exp.el (org-babel-exp-in-export-file)
5021         (org-babel-exp-src-block, org-babel-exp-inline-src-blocks): Allow
5022         org-current-export-file to contain a buffer.
5024 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
5026         * org-lparse.el (org-lparse-do-convert): Replace `call-process'
5027         with `shell-command-to-string'.
5029 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
5031         * org-footnote.el (org-footnote-create-definition): Fix space
5032         insertion when creating a new footnote.  This fixes newline
5033         munching when `org-footnote-section' is nil and blank lines
5034         stacking when it isn't nil.
5036 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
5038         * org-footnote.el (org-footnote-normalize): Make sure that
5039         footnotes are moved to a single place during export.
5041 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
5043         * org-footnote.el (org-footnote-normalize): Ensure footnote
5044         definition will be inserted at the end of the section
5045         corresponding to to its first reference.
5047 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
5049         * org-footnote.el (org-footnote-at-definition-p): Make sure to
5050         move point at the beginning of the separator before skiping white
5051         spaces.  Refactor code.
5053 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5055         * ob-exp.el (org-babel-exp-src-block): Strip noweb references on
5056         export when "strip-export".
5058         * ob.el (org-babel-common-header-args-w-values): New noweb
5059         header value.
5060         (org-babel-merge-params): New noweb header value.
5061         (org-babel-noweb-p): New noweb header value.
5063 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5065         * ob-tangle.el (org-babel-tangle-clean): Just use default value.
5067         * ob.el (org-babel-noweb-wrap): Add default value.
5068         (org-babel-expand-noweb-references): Just use default value.
5070 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
5072         * org-exp.el (org-export-select-backend-specific-text): Always
5073         preserve original indentation as a text property so that lists do
5074         not get broken by indentation at column 0.
5076 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5078         * ob.el (org-babel-expand-noweb-references): Don't allow newlines
5079         in source names in noweb references.
5081 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
5083         * org.el (org-fill-line-break-nobreak-p): New function.
5084         (org-set-autofill-regexps): Add previous function to
5085         `fill-nobreak-predicate'.
5087 2012-04-01  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
5089         * ob-R.el (org-babel-R-evaluate-session): Inhibit R evaluation
5090         visibility regardless of local user customization.
5092 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
5094         * org-inlinetask.el (org-inlinetask-show-first-star): New option.
5095         (org-inlinetask-fontify): Honor `org-inlinetask-show-first-star'.
5097         * org-indent.el (org-indent-set-line-properties): Honor
5098         `org-inlinetask-show-first-star'.
5100 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5102         * org.el (org-set-regexps-and-options): Ensure `org-drawers'
5103         doesn't contain duplicates.
5105 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5107         * org.el (org-at-drawer-p): Normalize the docstring to match other
5108         `org-at-*-p' docstrings.
5109         (org-indent-block, org-indent-drawer, org-at-block-p): New
5110         functions.
5111         (org-metaright): Use the new functions to indent a drawer or a
5112         block depending on the context.  Also update the docstring.
5114 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5116         * org.el (org-set-regexps-and-options): Set the value of
5117         `org-drawers' by adding the value of the infile #+DRAWERS option
5118         to that of the existing `org-drawers'.
5120 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5122         * org.el (org-cycle-internal-local): Fix bug: hide drawers in
5123         inline tasks too.
5125 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5127         * org-inlinetask.el (org-inlinetask-toggle-visibility): Use
5128         `org-show-entry' instead of `outline-flag-region' to keep the
5129         drawers folded when unfolding an inline task.
5131 2012-04-01  Torsten Anders  <torsten.anders@beds.ac.uk>  (tiny change)
5133         * org-beamer.el (org-beamer-environments-default): Add support and
5134         keybinding for the `exampleblock' environment.
5136 2012-04-01  Michael Brand  <michael.ch.brand@gmail.com>
5138         * org.el (org-open-link-from-string): Regard `reference-buffer'
5139         when setting `org-inhibit-startup'.
5141 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5143         * ob-exp.el (org-babel-exp-non-block-elements): Don't insert extra
5144         space between inline src block and results on export.
5146 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5148         * ob.el (org-babel-get-inline-src-block-matches): Allow *any*
5149         punctuation to proceed an inline src block.
5151 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5153         * ob.el (org-babel-get-inline-src-block-matches): Add ( to the
5154         list of characters allowed to proceed an inline src block.
5156 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5158         * ob-tangle.el (org-babel-tangle-clean): Use the customizable
5159         noweb wrappers.
5161         * ob.el (org-babel-noweb-wrap-start): Begin a noweb reference.
5162         (org-babel-noweb-wrap-end): End a noweb reference.
5163         (org-babel-noweb-wrap): Apply the customizable noweb wrappers.
5164         (org-babel-expand-noweb-references): Use the customizable noweb
5165         wrappers.
5167 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
5169         * org.el (org-beginning-of-line): Handle case when there's no
5170         character after box.
5172 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
5174         * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
5175         Delay it till the end of export.
5176         (org-odt-begin-document-body): Make a note of the default
5177         position of TOC in `org-lparse-dyn-first-heading-pos'.
5178         (org-odt-insert-toc): Insert TOC as directed by
5179         [TABLE-OF-CONTENTS] line or at the default position.
5180         (org-odt-end-export): Call `org-odt-insert-toc'.
5182 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5184         * org.el (org-preview-latex-fragment): Throw an error when called
5185         from a non-file buffer.
5187 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5189         * org.el (org-insert-property-drawer): Not an interactive
5190         command anymore.
5191         (org-insert-drawer): With a prefix argument, insert a property
5192         drawer.  Check for headline within the region before inserting the
5193         drawer.  Don't include special drawers in the completion table.
5194         (org-mode-map): New keybinding `C-c C-x d' for
5195         `org-insert-drawer'.
5197 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5199         * org.el (org-insert-drawer): Support completion over known drawer
5200         names and inserting a drawer around the current region.
5202 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5204         * org.el (org-insert-drawer): New function.
5205         (org-insert-property-drawer): Use it.
5207 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5209         * org-list.el (org-mark-list): New function.
5211 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5213         * org-pcomplete.el (pcomplete/org-mode/drawer): New function to
5214         complete drawer at point.
5215         (org-thing-at-point): Use it.
5217 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5219         * org.el (org-meta-return): Use `newline-and-indent' when in a
5220         property drawer.
5222 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5224         * org.el (org-structure-template-alist): Fix docstring: the
5225         feature is not experimental anymore.
5227 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5229         * org-agenda.el (org-agenda-show-and-scroll-up): Allow `C-u' to
5230         display the item without unfolding drawers and logbooks.
5232 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5234         * org-src.el (org-edit-src-code): Make sure `buffer-file-name' is
5235         always nil.
5237 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5239         * org.el (org-structure-template-alist): Fix missing angle
5240         brackets for muse export style.
5242 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5244         * org.el (org-read-date): New parameter `inactive' when reading
5245         for insertion of inactive timestamps.
5246         (org-time-stamp, org-read-date-display): Use the new
5247         parameter.
5249 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5251         * ob.el (org-babel-expand-noweb-references): Only allow
5252         reference names which start and end with non-whitespace characters.
5253         Also, raise errors as appropriate given org-babel-noweb-error-langs.
5255 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5257         * org-src.el (org-src-in-org-buffer): Save and restore
5258         `buffer-undo-list' after editing.
5260 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5262         * ob.el (org-babel-common-header-args-w-values): Add new header
5263         argument.
5264         (org-babel-expand-noweb-references): Use header argument rather than
5265         customization variable.
5267 2012-04-01  David Maus  <dmaus@ictsoc.de>
5269         * org-capture.el (org-capture-place-item): Don't search for
5270         position in existing list if :exact-position was supplied.
5272 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5274         * ob.el (org-babel-noweb-separator): Custom variable for
5275         accumulated noweb references.
5276         (org-babel-expand-noweb-references): Allow separator for noweb
5277         references.
5279 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
5281         * org.el (org-beginning-of-line): In an item, special position
5282         for C-a is after check-box, if any.
5283         (org-special-ctrl-a/e): Modify doc-string accordingly.
5285 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
5287         * org-odt.el (org-export-odt-format-formula): Use :style
5288         property to specify custom table styles.
5290 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5292         * ob-exp.el (org-babel-exp-call-line-template): Control export of
5293         additional call line information.
5294         (org-babel-exp-non-block-elements): Fancier call line export.
5296 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
5298         * org-odt.el (org-odt-entity-frame-styles): Add frame params
5299         for images that are anchored as character.
5300         (org-export-odt-format-image): Handle new anchor type
5301         "as-char".
5302         (org-export-odt-default-image-sizes-alist): Misc. change.
5303         (org-export-odt-format-formula): Misc. change.
5305 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5307         * ob.el (org-babel-check-src-block): Don't report valid header
5308         arguments as suspicious.
5310 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5312         * ob-exp.el (org-babel-exp-non-block-elements): Map over both
5313         inline src blocks and call lines on export.
5315 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
5317         * org-odt.el (org-odt-label-styles): Add a new style.
5318         (org-odt-category-map-alist): Use it.
5320 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
5322         * org-odt.el (org-odt-table-style-format): New.  Template for
5323         auto-generated table styles.
5324         (org-odt-automatic-styles, org-odt-object-counters): New
5325         variables.
5326         (org-odt-add-automatic-style): New function.
5327         (org-odt-write-automatic-styles): New function.  Create
5328         automatic styles for tables that have custom :rel-width.
5329         (org-odt-begin-table): Parse attributes specified with
5330         "#+ATTR_ODT: " option and use it to create an automatic table
5331         style.
5332         (org-odt-save-as-outfile): Call
5333         `org-odt-add-write-automatic-styles'.
5334         (org-odt-init-outfile): Init newly add variables.
5335         (org-odt-section-count): Remove it.
5336         (org-odt-begin-section): Use `org-odt-add-automatic-style' to
5337         generate an automatic section name.
5339 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5341         * ob.el (org-babel-map-executables): Correctly position point when
5342         mapping hits an inline code block.
5344 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5346         * ob.el (org-babel-execute-src-block): Ensure params are
5347         incorporated *before* checking if evaluation is legal.
5349 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5351         * ob-exp.el (org-babel-exp-lob-one-liners): Ensure `end' is a
5352         marker so it is updated as required during export.
5354 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5356         * org-src.el (org-src-in-org-buffer): Run commands in the parent
5357         buffer.
5358         (org-edit-src-save): Use new macro.
5359         (org-src-tangle): Tangle the parent buffer.
5361 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5363         * org.el (org-set-font-lock-defaults): Fix bug in done
5364         headline fontification.
5366 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5368         * org.el (org-set-font-lock-defaults): Fix bug in done
5369         headline fontification.
5371 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5373         * org.el (org-return): Act normally when in code blocks.
5375 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5377         * org.el (org-in-src-block-p): New function.
5378         (org-context): Return new contexts :clocktable and :src-block.
5380 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5382         * org.el (org-set-tags-command, org-set-tags): Make ̀C-u C-c
5383         C-q' do the right thing even when point is before the first
5384         heading.
5386 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5388         * ob.el (org-babel-noweb-p): Disambiguate intersection name.
5390 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
5392         * org-odt.el (org-odt-format-textbox): Honor user-specified
5393         width in captioned images.
5395 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5397         * ob.el (org-babel-map-src-blocks): Replace gensym with make-symbol.
5398         (org-babel-map-inline-src-blocks): Replace gensym with make-symbol.
5399         (org-babel-map-call-lines): Replace gensym with make-symbol.
5400         (org-babel-map-executables): Replace gensym with make-symbol.
5402 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5404         * ob-exp.el (org-babel-exp-results): Alter a copy of info.
5406 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5408         * org-html.el (org-export-as-html): Initialize
5409         `html-pre-real-contents' correctly.
5411 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5413         * org-html.el (org-export-as-html): Initialize
5414         `html-pre-real-contents' correctly.
5416 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5418         * ob-exp.el (org-babel-exp-code): Ensure code block name is a
5419         string on export.
5421 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5423         * ob-exp.el (org-babel-exp-code-template): Customizable code
5424         block export format string.
5425         (org-babel-exp-code): Customizable code block export.
5427 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5429         * ob-clojure.el (org-babel-execute:clojure): Removed dependency
5430         on deprecated swank-clojure.
5432 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5434         * ob.el (org-babel-map-src-blocks): Don't pollute symbol space.
5435         (org-babel-map-inline-src-blocks): Don't pollute symbol space.
5436         (org-babel-map-call-lines): Don't pollute symbol space.
5437         (org-babel-map-executables): Map over *all* executable Org-mode
5438         elements.
5439         (org-babel-execute-buffer): Execute elements in buffer order instead
5440         of arbitrarily.
5442 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
5444         * org.el (org-ctrl-c-ctrl-c): Fix a naive structure backup.
5445         Those must be done with `copy-tree'.
5447 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5449         * org-src.el (org-edit-src-code): Referenced code block should
5450         not be evaluated on code block edit.
5452 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5454         * org.el (org-structure-template-alist): Use uppercase for
5455         keywords.
5457 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5459         * ob.el (org-babel-insert-result): Capitalize RESULTS in :wrap'd
5460         code block results.
5462 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5464         * ob.el (org-babel-results-keyword): New user-configurable
5465         results keyword.
5466         (org-babel-where-is-src-block-result): Use new user-configurable
5467         results keyword.
5469 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
5471         * org-indent.el (org-indent-refresh-maybe): Check for new
5472         headlines from the beginning of the line to be sure to catch
5473         any newly inserted headline there.
5475 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5477         * ob-exp.el (org-babel-exp-src-block): Use `org-babel-noweb-p'.
5478         (org-babel-exp-inline-src-blocks): Use `org-babel-noweb-p'.
5480         * ob-tangle.el (org-babel-tangle-collect-blocks): Use
5481         `org-babel-noweb-p'.
5483         * ob.el (org-babel-execute-src-block): Use `org-babel-noweb-p'.
5484         (org-babel-expand-src-block): Use `org-babel-noweb-p'.
5485         (org-babel-load-in-session): Use `org-babel-noweb-p'.
5486         (org-babel-merge-params): Use `org-babel-noweb-p'.
5487         (org-babel-noweb-p): New function used to determine if noweb
5488         expansion should be carried out in a given context.
5490 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5492         * org.el (org-update-property-plist): Fix bug in property list
5493         updates.
5495 2012-04-01  François Pinard  <pinard@iro.umontreal.ca>  (tiny change)
5497         * org.el (org-kill-line): Use `kill-visual-line' in
5498         `visual-line-mode'.
5500 2012-04-01  Bernt Hansen  <bernt@norang.ca>
5502         * org-agenda.el (org-agenda-switch-to): Widen org buffer only if point
5503         is outside the current restriction.
5505 2012-04-01  Bernt Hansen  <bernt@norang.ca>
5507         * org-agenda.el (org-agenda-clock-in): Save restriction when clocking
5508         in from the agenda.
5510 2012-04-01  Bernt Hansen  <bernt@norang.ca>
5512         * org.el: Honour existing restrictions when regenerating the agenda.
5514 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5516         * org-agenda.el: New alias for `list-diary-entries-hook'.
5518 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5520         * ob.el (org-babel-common-header-args-w-values): Add the new
5521         header argument name.
5522         (org-babel-insert-result): Respect the value of the :wrap header
5523         argument when inserting results.
5524         (org-babel-result-end): Find the end of arbitrarily named result
5525         blocks.
5527 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
5529         * org-indent.el (org-indent-refresh-maybe): Check for new
5530         headlines from the beginning of the line to be sure to catch
5531         any newly inserted headline there.
5533 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5535         * org.el (org-update-property-plist): Remove old instances of
5536         property when adding a new value for property.
5538 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
5540         * ob-emacs-lisp.el: A comment on the last line of an emacs-lisp
5541         code block would cause an error when the block is was executed.
5542         This fix cures this behaviour.
5544 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5546         * ob.el (org-babel-expand-noweb-references): Resurrect dropped
5547         pieces of a previous patch.
5549 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5551         * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
5553 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5555         * ob.el (org-babel-expand-noweb-references): Resurrect dropped
5556         pieces of a previous patch.
5558 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5560         * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
5562 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5564         * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
5565         instead of (end-of-buffer).
5567 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5569         * org-bbdb.el (name): Declare variable.
5570         (bbdb-record-get-field, bbdb-search-name)
5571         (bbdb-search-organization): Declare as part of ext:bbdb.
5573 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5575         * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
5576         instead of the obsolete `org-agenda-filter'.
5578 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5580         * org-agenda.el: Add an alias for `org-agenda-filter'.
5581         (diary-list-entries-hook): Use the non-obsolete hook.
5582         (org-agenda-filter-apply): Silent compiler warning.
5584 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5586         * ob-ditaa.el (org-ditaa-jar-path): Make a defcustom.
5587         (org-ditaa-jar-option): New option.
5588         (org-babel-execute:ditaa): Use it.
5590 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5592         * ob.el (org-babel-balanced-split): Explicit checking if list
5593         before calling member.
5595 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5597         * ob.el (org-babel-balanced-split): Explicit checking if list
5598         before calling member.
5600 2012-02-14  Chong Yidong  <cyd@gnu.org>
5602         * org-footnote.el: Remove bogus defvar values (Bug#10745).
5604 2012-01-05  Eric Schulte  <eric.schulte@gmx.com>
5606         * ob.el (org-babel-expand-noweb-references): Resurrect dropped
5607         pieces of a previous patch.
5609         * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
5611 2012-01-05  Bastien Guerry  <bzg@gnu.org>
5613         * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
5614         instead of (end-of-buffer).
5616         * org-bbdb.el (name): Declare variable.
5617         (bbdb-record-get-field, bbdb-search-name)
5618         (bbdb-search-organization): Declare as part of ext:bbdb.
5620         * org-agenda.el: Add an alias for `org-agenda-filter'.
5621         (diary-list-entries-hook): Use the non-obsolete hook.
5622         (org-agenda-filter-apply): Silent compiler warnings.
5624         * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
5625         instead of the obsolete `org-agenda-filter'.
5627 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5629         * org.el (org-ctrl-c-ctrl-c): Preserve symmetry when adding
5630         and removing checkboxes with `C-u C-c C-c' on the first item
5631         of a list.  Also, don't reinitialize checkboxes that are
5632         already ticked.
5634 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5636         * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time
5637         value with only one digit for the hours.
5639 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5641         * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
5642         Remove deleted function `org-encode-for-stdout'.
5644 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5646         * org.el (org-show-context): Complete docstring.
5648 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5650         * org-agenda.el (org-agenda-filter-by-tag): Use
5651         `read-char-exclusive' instead of `read-char'.
5653 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
5655         * org-clock.el (org-clock-in, org-clock-find-position): Remove
5656         erraneous space in regexp.
5658 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5660         * ob.el (org-babel-expand-noweb-references): Rather than using
5661         a pure regexp solution to resolve noweb references, actually
5662         check the information of every code block in the buffer.  This
5663         will cause a slowdown in noweb reference expansion, but is
5664         necessary for correct behavior.
5666 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5668         * org.el (org-map-continue-from): Fix typo in docstring.
5670 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5672         * org.el (org-property-re): Also match cumulating properties
5673         like ":prop+:".
5675 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5677         * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp for
5678         matching the end of a block.
5680 2012-01-03  David Maus  <dmaus@ictsoc.de>
5682         * org.el (org-open-at-point): Escape link path for http:,
5683         https:, ftp:, news:, and doi: links only if the path contains
5684         space or non-ascii character.
5686 2012-01-03  David Maus  <dmaus@ictsoc.de>
5688         * org.el (org-refile-get-targets): Ignore headlines without a
5689         true headline.
5691 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5693         * ob.el (org-babel-map-call-lines): Moved this file from
5694         ob-lob.el into ob.el to ease dependency pains.
5696 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5698         * org-publish.el (org-publish-index-generate-theindex): Use
5699         theindex.inc for storing index entries, and theindex.org for
5700         including theindex.inc.
5702 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5704         * org-publish.el (org-publish-index-generate-theindex): Create
5705         proper file target for index entries in subdirectories.
5707 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5709         * org-protocol.el (org-protocol-check-filename-for-protocol):
5710         Fix spelling mistake.
5712 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5714         * org-odt.el (org-export-odt-default-org-styles-alist): Add styles
5715         for title and subtitle.
5716         (org-odt-format-toc): New.
5717         (org-odt-format-preamble): New.  Users can redefine this to
5718         customize what goes before the document body.  Currently it
5719         outputs title, author and email, date and toc.
5720         (org-odt-begin-document-body): Use `org-odt-format-preamble'.
5721         (org-odt-format-date): Renamed from
5722         `org-odt-iso-date-from-org-timestamp'.  Also added an
5723         additional param for format string.
5724         (org-odt-begin-annotation, org-odt-update-meta-file): Use
5725         `org-odt-format-date'.
5727 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5729         * org.el (org-at-drawer-p): New function.
5730         (org-end-of-line): Use it.
5732 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5734         * ob.el (*org-babel-use-quick-and-dirty-noweb-expansion*):
5735         Controls the method in which noweb references are expanded.
5736         (org-babel-expand-noweb-references): Bring back the option for
5737         regexp-based noweb expansion.
5739 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5741         * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time value
5742         with only one digit for the hours.
5744 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5746         * org.el (org-ctrl-c-ctrl-c): Don't make `C-c C-c' special
5747         when ticking the checkbox of the first item.
5749 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5751         * org-list.el (org-list-write-struct): Add an optional
5752         argument for structure changes happening outside the function.
5754         * org.el (org-ctrl-c-ctrl-c): Now, `C-u C-c C-c' on the first
5755         item of a sub-list should toggle check-box presence of every
5756         item in the same sub-list.  Also fix check-box insertion on a
5757         single item.
5759 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5761         * org-agenda.el (org-agenda-filter-preset): New alias.
5762         (org-agenda-filter-by-category): New command.
5763         (org-agenda-mode-map): Add the new command.
5764         (org-agenda-custom-commands-local-options): Add category
5765         filter preset.
5766         (org-agenda-mark-filtered-text): Mark both tag and filter
5767         overlays.
5768         (org-agenda-category-filter-preset): New variable.
5769         (org-finalize-agenda, org-agenda-redo)
5770         (org-agenda-filter-make-matcher, org-agenda-filter-apply): Handle
5771         both category and tag filters.
5772         (org-agenda-filter-show-all-tag): Rename from
5773         `org-agenda-filter-by-tag-show-all'.
5774         (org-agenda-filter-show-all-cat): New function.
5775         (org-agenda-set-mode-name): Show the category filter in the
5776         modeline.
5778 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5780         * org-bbdb.el (org-bbdb-old): New variable.
5781         (org-bbdb-store-link, org-bbdb-open): Check for
5782         `org-bbdb-old'.
5783         (org-bbdb-open-old, org-bbdb-open-new): New functions.
5785 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5787         * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
5788         Remove deleted function `org-encode-for-stdout'.
5790 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5792         * org.el (org-check-dates-range): New command.
5793         (org-sparse-tree): Use it.
5795 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5797         * org-agenda.el (org-agenda-write): Rename from
5798         `org-write-agenda'.
5799         (org-agenda-mode-map, org-agenda-menu)
5800         (org-batch-store-agenda-views): Use new name
5801         `org-agenda-write'.
5803 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5805         * org.el (org-loop-over-headlines-in-active-region): Fix
5806         docstring.
5807         (org-todo, org-deadline, org-schedule): Honor the 'start-level
5808         value of `org-loop-over-headlines-in-active-region'.
5810 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5812         * org-archive.el (org-archive-subtree)
5813         (org-archive-to-archive-sibling, org-toggle-archive-tag):
5814         Bugfix: use 'region-start-level.
5816 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5818         * org.el (org-show-context): Complete docstring.
5820 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5822         * org-agenda.el (org-agenda-filter-by-tag): Use
5823         `read-char-exclusive' instead of `read-char'.
5825 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5827         * org.el (org-scan-tags): Make sure `org-map-continue-from' is
5828         nil at each match.
5830 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
5832         * org-clock.el (org-clock-in, org-clock-find-position): Remove
5833         erraneous space in regexp.
5835 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5837         * org-odt.el (org-odt-lib-dir): Add docstring.
5838         (org-odt-data-dir): New variable.  Use this variable to
5839         control the locations from which the ODT exporter picks the
5840         OpenDocument styles and schema files from.  Set this variable
5841         explicitly only if the in-built heuristics for locating the
5842         above files fails.
5843         (org-odt-styles-dir-list, org-odt-schema-dir-list): New
5844         variables.  Pay specific attention to (eval-when-compile ...)
5845         form through which Makefile's $(datadir) - contained in
5846         `org-odt-data-dir' - gets compiled in as a "hard coded"
5847         constant.
5848         (org-odt-styles-dir, org-export-odt-schema-dir): Add messages to
5849         aid debugging.
5851 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5853         * org-archive.el (org-archive-subtree)
5854         (org-archive-to-archive-sibling, org-toggle-archive-tag)
5855         (org-archive-set-tag): Handle the 'start-level value for
5856         `org-loop-over-headlines-in-active-region'.
5858 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5860         * org.el (org-scan-tags): New parameter `start-level' to scan only
5861         through headlines of that level.
5862         (org-map-entries): New allowed value `region-start-level' for
5863         the `scope' parameter, to allow scanning through headlines of
5864         the same level than the first headline in the region.
5865         (org-loop-over-headlines-in-active-region): New allowed value
5866         'start-level.
5868 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5870         * org-archive.el (org-archive-subtree)
5871         (org-archive-to-archive-sibling, org-archive-set-tag)
5872         (org-toggle-archive-tag): Allow to loop over the active region by
5873         using `org-loop-over-headlines-in-active-region'.
5875 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5877         * org.el (org-todo): Allow to loop over the active region by
5878         using `org-loop-over-headlines-in-active-region'.
5880 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5882         * ob.el (org-babel-expand-noweb-references): Rather than using
5883         a pure regexp solution to resolve noweb references, actually
5884         check the information of every code block in the buffer.  This
5885         will cause a slowdown in noweb reference expansion, but is
5886         necessary for correct behavior.
5888 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5890         * org.el (org-map-continue-from): Fix typo in docstring.
5892 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5894         * org-agenda.el (org-agenda-write-buffer-name): New variable.
5895         (org-write-agenda): Use it.
5897 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5899         * org-exp.el (org-export-date-timestamp-format): New option to
5900         define the way a timestamp in #+DATE will be exported.
5901         (org-infile-export-plist): Use the new option.
5903 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5905         * org.el (org-property-re): Also match cumulating properties
5906         like ":prop+:".
5908 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5910         * org-odt.el (org-odt-styles-dir): Assume that the styles
5911         files are located under `data-directory' of Emacs distribution
5912         as etc/org/OrgOdtStyles.xml and
5913         etc/org/OrgOdtContentTemplate.xml.  Also update docstring.
5914         (org-export-odt-schema-dir): Update docstring.
5916 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5918         * org-odt.el (org-odt-format-preamble): Honor following user
5919         options: author, timestamp and email.
5921 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5923         * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp
5924         for matching the end of a block.
5926 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5928         * org-eshell.el: New file.
5930 2012-01-03  David Maus  <dmaus@ictsoc.de>
5932         * org.el (org-open-at-point): Escape link path for http:,
5933         https:, ftp:, news:, and doi: links only if the path contains
5934         space or non-ascii character.
5936 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5938         * org-beamer.el (org-beamer-fragile-re): Also recognize
5939         \lstinline and \verb as commands that make a frame fragile.
5941 2012-01-03  David Maus  <dmaus@ictsoc.de>
5943         * org.el (org-refile-get-targets): Ignore headlines without a
5944         true headline.
5946 2012-01-03  Litvinov Sergey  <slitvinov@gmail.com>
5948         * ob-octave.el: Add graphical output to png file.
5950 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5952         * ob.el (org-babel-map-call-lines): Moved this file from
5953         ob-lob.el into ob.el to ease dependency pains.
5955 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5957         * org-publish.el (org-publish-index-generate-theindex): Use
5958         theindex.inc for storing index entries, and theindex.org for
5959         including theindex.inc.
5961 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5963         * org-publish.el (org-publish-index-generate-theindex): Create
5964         proper file target for index entries in subdirectories.
5966 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5968         * org-protocol.el (org-protocol-check-filename-for-protocol):
5969         Fix spelling mistake.
5971 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5973         * org-odt.el (org-export-odt-default-org-styles-alist): Add
5974         styles for title and subtitle.
5975         (org-odt-format-toc): New.
5976         (org-odt-format-preamble): New.  Users can redefine this to
5977         customize what goes before the document body.  Currently it
5978         outputs title, author and email, date and toc.
5979         (org-odt-begin-document-body): Use `org-odt-format-preamble'.
5980         (org-odt-format-date): Renamed from
5981         `org-odt-iso-date-from-org-timestamp'.  Also added an
5982         additional param for format string.
5983         (org-odt-begin-annotation, org-odt-update-meta-file): Use
5984         `org-odt-format-date'.
5986 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5988         * ob-ref.el (org-babel-ref-split-args): Now uses
5989         `org-babel-balanced-split'.
5991 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5993         * org-html.el (org-export-html-preamble)
5994         (org-export-html-postamble): Fix docstrings.
5995         (org-export-as-html): Insert the string used by a custom
5996         function for `org-export-html-pre/postamble'.
5998 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6000         * org.el (org-block-regexp)
6001         (org-heading-keyword-regexp-format)
6002         (org-heading-keyword-maybe-regexp-format): Move up to keep the
6003         byte-compiler happy.
6005 2012-01-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
6007         * org-agenda.el (org-agenda-do-tree-to-indirect-buffer): New
6008         function.
6009         (org-agenda-tree-to-indirect-buffer): Use the new function.
6011 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6013         * org-html.el (org-export-as-html): Fix bug when inserting the
6014         output of a custom function for the pre/postamble.
6016 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
6018         * org-odt.el (org-odt-format-source-code-or-example): Try
6019         loading htmlfontify safely.
6021 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6023         * org-odt.el (require): Require htmlfontify.el only if
6024         emacs-version is greater than 23.2.
6026 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6028         * org-faces.el (org-agenda-calendar-event)
6029         (org-agenda-calendar-sexp): Use the default face.
6031 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
6033         * ob.el (org-babel-expand-noweb-references): Fixed regexp.
6035 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
6037         * org.el (Key bindings): Remap the Outline functions from
6038         `outline-mode-prefix-map' where possible.
6040 2012-01-03  Christian Moe  <mail@christianmoe.com>  (tiny change)
6042         * org-html.el (org-export-as-html): Apply
6043         `org-export-html-get-todo-kwd-class-name' to the class
6044         attribute of the todo-keyword span tag, not to its text
6045         content.
6047 2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
6049         * org-agenda.el (org-agenda-get-timestamps)
6050         (org-agenda-get-sexps): Use face for highlighting "calendar"
6051         events.
6053 2012-01-03  Peter Münster  <pmlists@free.fr>  (tiny change)
6055         * org.el (org-add-planning-info): Treat absolute time too.
6057 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6059         * org-table.el (org-table-transpose-table-at-point): Don't use
6060         ̀remove-if-not'.
6062 2012-01-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
6064         * org-clock.el (org-clock-out-if-current): Check the clock
6065         buffer is existing.
6067 2012-01-03  Bernt Hansen  <bernt@norang.ca>
6069         * org-clock.el (org-clock-out-if-current): Fix marker in no
6070         buffer error for task state change in an indirect buffer.
6072 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
6074         * org.el (org-offer-links-in-entry): Make list when assigning
6075         a single link.
6077 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
6079         * ob.el (org-babel-expand-noweb-references): Rather than
6080         collect the info from *every* block in the current buffer,
6081         simply regexp search for those blocks which appear to match
6082         the continued source name.
6084 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
6086         * ob.el (org-babel-insert-result): Do not examplize wrapped
6087         scalar results, simply wrap them.
6088         (org-babel-result-end): Find the end of results wrapped in a
6089         RESULTS drawer.
6091 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6093         * org.el (org-todo-yesterday): When called from the agenda,
6094         use `org-agenda-todo-yesterday' instead.
6096 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6098         * org-table.el (org-table-transpose-table-at-point): New command.
6100 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6102         * org-html.el (org-export-html-headline-anchor-format): New
6103         option.
6104         (org-html-level-start): Use the new option.
6106 2012-01-03  Rob Giardina  <rob@giardina.us>  (tiny change)
6108         * org-agenda.el (org-agenda-with-point-at-orig-entry): Small
6109         bugfix.
6111 2012-01-03  Christian Moe  <mail@christianmoe.com>  (tiny change)
6113         * org-special-blocks.el
6114         (org-special-blocks-convert-html-special-cookies): Close
6115         paragraph before opening or closing the <div>, and open
6116         paragraph after.  Also changed newline placement to be the same
6117         as for other blocks.
6119 2012-01-03  Roberto Huelga  <rhuelga@gmail.com>
6121         * org-clock.el (org-program-exists): Make the function
6122         compatible with darwin systems.
6124 2012-01-03  David Maus  <dmaus@ictsoc.de>
6126         * org-exp.el (org-export-normalize-links): Mark bracket links
6127         before normalization to avoid erroneous normalization of
6128         bracket link parts.
6130 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
6132         * org-odt.el (org-odt-data-dir): Removed.
6133         (org-odt-styles-dir, org-export-odt-schema-dir): New
6134         variables.
6136         * org-odt.el, org-lparse.el: New files.
6138 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6140         * org-capture.el (org-capture-set-target-location): Set the
6141         capture default time also to the prompt time.
6143 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6145         * org-exp.el (org-export-res/src-name-cleanup): Remove #+name
6146         and #+results lines during preprocess.
6148 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
6150         * ob-picolisp.el (ob-comint): Required.
6151         (comint): Required.
6152         (cl): Required.
6153         (run-picolisp): Declared.
6154         (org-babel-execute:picolisp): Capture free variable, and replace
6155         function from cl-extra with core function.
6157 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
6159         * ob-picolisp.el: New file.
6161         * org.el (org-babel-load-languages): Add Pico Lisp to the list
6162         of supported code block languages.
6164 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
6166         * org-bibtex.el (org-bibtex): Now catches bibtex errors and
6167         directs the user to the location of the error.
6169 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6171         * org-agenda.el (org-agenda-dim-blocked-tasks): Fix typo.
6173 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6175         * ob.el (org-babel-execute-src-block): Fix typo.
6177 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6179         * org-freemind.el (org-freemind-write-mm-buffer): Fix typo.
6181 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6183         * org.el (org-link-unescape, org-link-unescape-compound): Fix
6184         two typos in docstrings.
6186 2012-01-03  Thomas Dye  <dk@poto.local>
6188         * ob-R.el: Added tikzDevice support.
6190 2012-01-03  David Maus  <dmaus@ictsoc.de>
6192         * org.el (org-clone-subtree-with-time-shift): Remove clocking
6193         information and empty drawers when preparing a clone.
6195 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6197         * ob-exp.el: Don't add `org-exp-res/src-name-cleanup' to
6198         `org-export-blocks-postblock-hook'.
6200 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6202         * ob.el (org-babel-hide-result-toggle): Skip over header
6203         argument lines when toggling named code block visibility.
6205 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6207         * org-exp.el (org-export-grab-title-from-buffer): Don't
6208         license to kill text inside blocks when getting a title.
6210 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6212         * ob.el (org-babel-confirm-evaluate): Adding support for new
6213         range of :eval header arguments.
6215 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6217         * ob.el (org-babel-confirm-evaluate): Inhibit evaluation
6218         during export when eval is set to "non-export".
6220 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6222         * ob-ref.el (org-babel-update-intermediate): New custom
6223         variable.
6224         (org-babel-ref-resolve): Optionally update the in-buffer results
6225         of code blocks which are evaluated to resolve references.
6227 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6229         * ob.el (org-babel-join-splits-near-ch): Rejoins a list of a
6230         split string when a character appears on either side of the
6231         split.
6232         (org-babel-parse-multiple-vars): Rejoin splits around "=" signs.
6234 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6236         * org.el (org-reduce): Added a less functional Org-mode copy of
6237         the cl reduce function.
6239 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6241         * org.el (org-fontify-meta-lines-and-blocks-1): Recognize
6242         "name" as a valid keyword that can preceed a block.
6244 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6246         * ob-exp.el (org-babel-exp-lob-one-liners): Don't limit
6247         in-verbatim check to inline code blocks, do lob code blocks as
6248         well.
6250 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6252         * org.el (org-todo): Interpret 0 prefix arg as note inhibitor.
6254 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6256         * ob.el (org-babel-named-src-block-regexp-for-name): Ensure
6257         that partial names are not matched.
6258         (org-babel-named-data-regexp-for-name): Ensure that partial names
6259         are not matched.
6261 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6263         * ob-ref.el (org-babel-ref-resolve): Search for named code
6264         blocks before named data.
6266         * ob.el (org-babel-named-data-regexp-for-name): New function for
6267         finding named data.
6269 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6271         * ob.el (org-babel-insert-result): Gracefully handle results
6272         which are neither lists nor strings.
6274 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6276         * ob-ref.el (org-babel-ref-resolve): Don't change location when
6277         looking at the contents.
6279 2012-01-03  Milan Zamazal  <pdm@zamazal.org>
6281         * org.el (org-set-outline-overlay-data): Use
6282         outline-flag-region to make a region invisible.  This ensures
6283         all necessary actions, especially adding
6284         isearch-open-invisible property, are applied.
6286 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6288         * ob-lob.el (org-babel-in-example-or-verbatim): Fix
6289         compilation warning.
6291 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6293         * ob.el (org-babel-find-named-result): Downcase "name" before
6294         comparison.
6296 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6298         * ob-lisp.el (org-babel-execute:lisp): Fixed typo.
6299         (org-babel-lisp-vector-to-list): Fixed typo.
6301 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6303         * ob-exp.el (org-babel-in-example-or-verbatim): Some valid
6304         execution contexts (e.g., call lines) look like commented
6305         lines.
6307         * ob.el (org-babel-get-src-block-info): Empty match string doesn't
6308         count.
6309         (org-babel-process-params): Always process parameters, even if
6310         you don't to table splitting.
6312 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6314         * ob-exp.el (org-exp-res/src-name-cleanup): Updated Documentation.
6316         * ob-lob.el (org-babel-block-lob-one-liner-regexp): Updated
6317         regular expression.
6318         (org-babel-inline-lob-one-liner-regexp): Updated regular
6319         expression.
6321         * ob-ref.el (org-babel-ref-resolve): Notice when something that
6322         looks like a data results may actually be a code block.
6324         * ob-table.el: Updated documentation.
6326         * ob.el (org-babel-src-name-regexp): Simplified regexp.
6327         (org-babel-get-src-block-info): Updated match strings.
6328         (org-babel-data-names): Simplified acceptable names.
6329         (org-babel-find-named-block): Indentation.
6330         (org-babel-find-named-result): Updated to not return a code block
6331         as a result.
6333         * org.el (org-fontify-meta-lines-and-blocks-1): Removing
6334         references to old syntactic elements.
6335         (org-additional-option-like-keywords): Removing references to
6336         old syntactic elements.
6338 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6340         * org-agenda.el (org-agenda-get-todos): Swap calls to `org-trim'
6341         and `buffer-substring'.
6343 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6345         * org-agenda.el (org-agenda-get-todos): Prevent an error when
6346         encountering tasks with only the TODO keyword.
6348 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6350         * org.el (org-try-cdlatex-tab): Don't try to expand a LaTeX
6351         environment when at an item or an headline, but allow LaTeX
6352         fragments.
6353         (org-cycle): Try to call `cdlatex-tab' before cycling item's or
6354         headline's visibility, in order to catch LaTeX fragments within.
6356 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6358         * org-exp-blocks.el (org-export-blocks-preprocess): Require a
6359         newline and spaces before a code block.
6361 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6363         * ob-lob.el (org-babel-map-call-lines): Allow mapping of code
6364         over all call lines in a buffer.
6366         * ob.el (org-babel-execute-buffer): Execute call lines when
6367         executing an entire buffer.
6369 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6371         * ob.el (org-babel-process-params): Don't disassemble tables
6372         twice.
6374 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6376         * org-clock.el (org-clock-in, org-clock-find-position): Make space
6377         after date optional.
6379         * org.el (org-set-regexps-and-options)
6380         (org-ts-regexp, org-ts-regexp-both, org-ts-regexp1)
6381         (org-ctrl-c-ctrl-c): Make `C-c C-c' on date fix the time stamp.
6383 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6385         * ob-lob.el (org-babel-lob-execute-maybe): Don't execute a call
6386         inside a verbatim block.
6388         * ob-exp.el (org-babel-in-example-or-verbatim): Check for example
6389         blocks.
6391 2012-01-03  Litvinov Sergey  <slitvinov@gmail.com>
6393         * ob-maxima.el (org-babel-tangle-lang-exts): Maxima extension.
6394         (org-babel-maxima-expand): Add input variables and graphic output.
6395         (org-babel-execute:maxima): Add input variables and graphic output.
6396         (org-babel-maxima-var-to-maxima): Add input variables and graphic
6397         output.
6398         (org-babel-maxima-graphical-output-file): Add input variables and
6399         graphic output.
6400         (org-babel-maxima-elisp-to-maxima): Add input variables and graphic
6401         output.
6403 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6405         * ob-fortran.el: New file.  Adding support for Fortran code blocks.
6406         * org.el (org-babel-load-languages): Adding fortran to this list.
6408 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6410         * org-footnote.el (org-footnote-new): Cannot insert an inline
6411         footnote at beginning of line anymore.
6412         (org-footnote-at-reference-p): Don't recognize inline footnotes at
6413         beginning of line.
6415 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6417         * org.el (org-set-font-lock-defaults): Fix small error in matching
6418         group that prevented fontification of keywords like
6419         org-comment-string and stars in headlines.
6421 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6423         * org.el (org-catch-invisible-edits): New option.
6424         (org-self-insert-command, org-delete-backward-char)
6425         (org-delete-char): Call `org-check-before-invisible-edit'.
6426         (org-check-before-invisible-edit): New function.
6428 2012-01-03  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
6430         * org-exp.el (org-solidify-link-text): Respect
6431         org-export-with-tags when forming the export title during subtree
6432         export.
6434 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6436         * org.el (org-heading-regexp, org-heading-keyword-regexp-format)
6437         (org-heading-keyword-maybe-regexp-format): Globalize variables so
6438         they are accessible even in buffers not in Org mode.
6440 2012-01-03  David Maus  <dmaus@ictsoc.de>
6442         * org.el (org-insert-link): Don't use default-description if a
6443         `org-make-link-description-function' is defined.
6445 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6447         * org.el (org-set-regexps-and-options): Use property blocks for
6448         multi-line properties.
6450 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6452         * org.el (org-self-insert-command): Don't throw an error when
6453         editing takes place at the first point of the buffer.
6455 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6457         * org.el (org-self-insert-command): Unfold invisible region at
6458         point or right before point when editing.
6460 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6462         * org-faces.el (org-agenda-filter-tags): Use the 'modeline face as
6463         default.
6465 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6467         * org-html.el (org-html-expand): Prevent a nil value for STRING to
6468         return an error, just return nil.
6470 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6472         * org-latex.el (org-export-latex-set-initial-vars): Allow "/"
6473         character in the #+LaTeX_CLASS option.
6475 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6477         * org-footnote.el (org-footnote-at-reference-p)
6478         (org-footnote-at-definition-p): Don't store text-properties of
6479         footnote definitions.
6481 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6483         * org-html.el (org-export-as-html): Convert special characters in
6484         meta tag "author", "date", "keyword" and "description".
6486 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6488         * org-capture.el (org-capture-before-finalize-hook): Docstring
6489         improvement: mention that the buffer is widened when this hook is
6490         run.
6492 2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
6494         * org-html.el (org-export-as-html): Make sure the div for preamble
6495         is not inserted when the preamble is empty.
6497 2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
6499         * org-agenda.el (org-agenda-set-mode-name): Highlight tags used
6500         for filtering (shown in the mode-line).
6502 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6504         * ob.el (org-babel-parse-multiple-vars): Trimming excess white
6505         space from split variables.
6507 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6509         * org.el (org-link-search): Add an optional argument preventing
6510         function from revealing context around match.
6512 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6514         * org-agenda.el (calendar-check-holidays): Declare function.
6516 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6518         * org.el (org-return): Fix bug when matching the face property
6519         before following a link.
6521 2012-01-03  Matt Lundin  <mdl@imapmail.org>
6523         * org-agenda.el (org-class): Fix holidays symbol in org-class.
6524         This was resulting in an "Bad sexp..." warning.
6526 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6528         * org.el (org-scan-tags): Also remember
6529         `org-complex-heading-regexp' in a property.
6531 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6533         * org-latex.el (org-export-as-latex): Turn off auto-insert and set
6534         TeX-master to t when creating new TeX buffers.
6536         * org-docbook.el (org-export-as-docbook): Turn off auto-insert
6537         when creating new buffers.
6539         * org-html.el (org-export-as-html): Turn off auto-insert
6540         when creating new buffers.
6542 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6544         * org-table.el (org-table-formula-handle-first/last-rc): Do not
6545         expand pointers to first/last row/column that are inside a call to
6546         `remote'.
6547         (org-table-get-remote-range): Expand pointers to first/last
6548         row/column.
6550 2012-01-03  Michael Sperber  <sperber@deinprogramm.de>  (tiny change)
6552         * org-capture.el (org-capture-get-indirect-buffer): Fix XEmacs
6553         compatibility issue when creating an indirect buffer.
6555 2012-01-03  Christophe Rhodes  <csr21@cantab.net>
6557         * org-exp.el (org-infile-export-plist): Handle LATEX_CLASS_OPTIONS
6558         the same way than LATEX_CLASS.
6560 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6562         * org.el (org-return): Check the presence of the 'org-link face
6563         even in contexts where there is more than one face.
6565 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6567         * ob-sql.el (org-babel-header-arg-names:sql): SQL specific header
6568         argument names which should be inherited.
6570 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6572         * org.el (org-in-block-p): Return matched name of block, if any.
6573         It can be useful when a list of block names is provided as
6574         an argument.
6576 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6578         * org-docbook.el (org-export-as-docbook): Fix regexp.
6580         * org-html.el (org-export-as-html): Fix regexp.
6582 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6584         * org-agenda.el (org-class): Allow holidays to be skipped.
6586 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6588         * ob-shen.el (org-babel-execute:shen): Fix two compilation errors.
6590 2012-01-03  Peter Münster  <pmrb@free.fr>  (tiny change)
6592         * org-agenda.el (org-agenda-to-appt): Make sure filter-items are
6593         strings before calling `string-match'.
6595 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6597         * org-footnote.el (org-footnote-at-reference-p)
6598         (org-footnote-at-definition-p): Remove text-properties from label.
6600 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6602         * org-html.el (org-export-as-html): Add a "title" meta tag.
6604 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6606         * org-agenda.el (org-agenda-to-appt): Allow to refine the scope of
6607         entries to pass to `org-agenda-get-day-entries' and allow to
6608         filter out entries using a function.
6610 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6612         * org-agenda.el: Fix small display bug.
6614 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6616         * org.el (org-set-regexps-and-options): Fix small bug introduced
6617         by commit dfcb6faef11a2439b56b18a6289803361d402130.
6619 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6621         * org-agenda.el (org-search-view): Simplify regexp.
6622         (org-agenda-get-todos): Use new format string.
6624         * org-archive.el (org-archive-all-done): Simplify regexp.
6626         * org-ascii.el (org-export-as-ascii): More accurate regexp.
6628         * org-colview.el (org-columns-capture-view): Use new format string
6629         and new string.
6631         * org-docbook.el (org-export-as-docbook): More accurate
6632         regexp.  Also use new regexp to match generic headlines.
6634         * org-exp.el (org-export-protect-quoted-subtrees): More accurate
6635         regexp.  Also use new regexp to match generic headlines.
6637         * org-html.el (org-export-as-html): More accurate regexp.
6638         Also use new regexp to match generic headlines.
6640         * org-mouse.el (org-mouse-match-todo-keyword): Remove unused
6641         and now erroneous function.
6643         * org.el (org-heading-regexp, org-heading-keyword-regexp-format):
6644         New variables.
6645         (org-set-regexps-and-options): Create regexps according to the
6646         following rule: use spaces only to separate elements from an headline,
6647         while allowing mixed tabs and spaces for any indentation job.
6648         (org-nl-done-regexp, org-looking-at-done-regexp): Removed variables.
6649         (org-set-font-lock-defaults): Fontify again headlines with a keyword
6650         and no other text.  Use new format strings.
6651         (org-get-heading, org-toggle-comment, org-prepare-agenda-buffers)
6652         (org-toggle-fixed-width-section): Use new format string.
6653         (org-todo): More accurate regexps.
6654         (org-point-at-end-of-empty-headline): Simplify regexp.
6655         (org-insert-heading): Headline can sometimes be nil.
6657 2012-01-03  David Maus  <dmaus@ictsoc.de>
6659         * org-agenda.el (org-agenda-bulk-action): Bind
6660         `org-loop-over-headlines-in-active-region' to nil to avoid conflict
6661         with bulk command.
6663 2012-01-03  David Maus  <dmaus@ictsoc.de>
6665         * org.el (org-deadline, org-schedule): Skip invisible headlines when
6666         mapping over headlines in active region.
6668 2012-01-03  David Maus  <dmaus@ictsoc.de>
6670         * org.el (org-loop-over-headlines-in-active-region):
6671         New customization variable.  Loop over headlines in active region.
6672         (org-schedule, org-deadline): Apply to headlines in region depending
6673         on new customization variable.
6675 2012-01-03  David Maus  <dmaus@ictsoc.de>
6677         * org.el (org-map-entries): Immediately return if scope is 'region
6678         but no region is active.
6680 2012-01-03  David Maus  <dmaus@ictsoc.de>
6682         * org.el (org-map-entries): Extend scope 'region to include entire
6683         body of last headline in active region.
6685 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6687         * org-src.el (org-edit-src-code): Fix typo-bug.
6689 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6691         * org.el (org-format-agenda-item, org-scan-tags):
6692         Rename `org-format-agenda-item' to `org-agenda-format-item'.
6694 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6696         * org-agenda.el: Replace `category-pos' by `org-category-pos' to
6697         silent byte-compiler.
6699 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6701         * org.el: Declare external function `cdlatex-compute-tables'.
6703 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6705         * org-latex.el (org-export-latex-set-initial-vars): Fix problem
6706         when matching #+LaTeX_CLASS.
6708 2012-01-03  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
6710         * org.el (org-link-search-must-match-exact-headline): Fix typos.
6712 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6714         * org-latex.el (org-export-latex-make-header): Add some hyperref
6715         options.
6717 2012-01-03  Kai Tetzlaff  <kai.tetzlaff@web.de>  (tiny change)
6719         * org-publish.el (org-publish-file): Added 'eval'ing the value of
6720         the :publishing-directory property before using it as destination
6721         of the publishing project.  This allows to construct the publish
6722         destination directory dynamically at run-time using the return
6723         value of a function.
6725 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6727         * org-agenda.el (org-agenda-list-stuck-projects): Fix tiny bug.
6729 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6731         * org-agenda.el (org-agenda-move-date-from-past-immediately-to-today):
6732         New option.
6733         (org-agenda-date-later): Improve the logical structure.
6735 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6737         * ob-calc.el (featurep): Require calc-store.
6739         * org-agenda.el (org-agenda-list-stuck-projects): Fix regexp
6740         special handling.
6742         * org-compat.el (fboundp): Support for XEmacs.
6744         * org-exp.el (org-export): Protect XEmacs from `(redisplay)' call.
6746         * org-footnote.el (org-footnote-re): Optimize macro processing.
6748         * org.el (org-set-autofill-regexps): Xemacs compatibility.
6750 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6752         * ob.el (org-babel-balanced-split): Balance both [] and ()
6753         groupings.
6754         (org-babel-parse-header-arguments): Be sure to replace removed ":"
6755         characters.
6757 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6759         * ob.el (org-babel-parse-header-arguments): Quick fix for a
6760         tiny bug.
6762 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6764         * ob.el (org-babel-params-from-properties): Now splits
6765         multiple var arguments behind a single ":var".
6766         (org-babel-balanced-split): Separated balanced splitting of
6767         strings out into a new function.
6768         (org-babel-parse-multiple-vars): Splits multiple var arguments
6769         behind a single ":var".
6771 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6773         * org.el: Remap `outline-promote' and `outline-demote' keys to
6774         `org-promote-subtree' and `org-demote-subtree'.
6776 2012-01-03  Leo Liu  <sdl.web@gmail.com>
6778         * org-agenda.el (org-agenda-do-context-action): Check if marker is
6779         valid before use.
6781 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
6783         * org-agenda.el (org-agenda-date-later): Fix shifting of date
6784         ranges.
6786 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6788         * ob.el: Removing `org-babel-params-from-buffer' and
6789         #+PROPERTIES: entirely.
6791         * ob-exp.el (org-babel-exp-src-block): Removing
6792         `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
6794         * ob-lob.el (org-babel-lob-execute): Removing
6795         `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
6797 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6799         * ob.el (org-babel-params-from-buffer): Removing #+BABEL:
6800         lines in favor of general #+PROPERTIES: lines.
6802 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6804         * ob-sql.el (org-babel-execute:sql): Insert into a temporary
6805         buffer.
6807 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6809         * org.el (org-cdlatex-mode): Run `cdlatex-mode-hook' and
6810         update the internal cdlatex tables.
6812 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6814         * ob-sql.el (org-babel-execute:sql): Respect literal-results
6815         options.
6817 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6819         * ob.el (org-babel-disassemble-tables): Fix multi-table bug in
6820         code block colname and rowname handling.
6822 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6824         * org-publish.el (org-publish-cache-file-needs-publishing):
6825         Fix regexp to not inlcude newlines.
6827 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6829         * org.el (org-ctrl-c-ctrl-c): Remove table overlays before
6830         restart.
6832 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6834         * org.el (org-fontify-entities): Match entities before
6835         numbers, as in `\sim2'.
6837 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6839         * org-agenda.el (org-agenda-date-later): Make pushing forward
6840         a past date to jump immedialtely to today.
6842 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6844         * org-exp.el (org-store-forced-table-alignment): Parse the
6845         column cookie for both alignment and width
6846         specification.  Store the resulting value in `org-col-cookies'
6847         property.  Retire the previously used `org-forced-aligns'
6848         property for consistency.  Renamed local variable `aligns' to
6849         `cookies'.
6851         * org-html.el (org-format-org-table-html): Use
6852         `org-col-cookies'.  Renamed local variable forced-aligns to
6853         col-cookies.
6855 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6857         * org.el (org-latex-to-mathml-jar-file)
6858         (org-latex-to-mathml-convert-command): New user-customizable
6859         variables.
6860         (org-format-latex-mathml-available-p, org-create-math-formula)
6861         (org-format-latex-as-mathml): New functions.
6862         (org-format-latex): Add a new local variable block-type that notes
6863         the nature of the equation - inline or display.  Associate it's
6864         value to `org-latex-src-embed-type' property of dvipng links.  Add
6865         mathml as new processing type.
6867 2012-01-03  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
6869         * org.el (org-refile): Add tree name to prompt.
6871 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6873         * org-latex.el (org-export-latex-tables): Honor
6874         `org-export-latex-table-caption-above'
6875         (org-export-latex-table-caption-above): New option.
6877 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6879         * ob.el (org-babel-insert-header-arg): Now including language
6880         specific header arg values in insertion options.
6882 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6884         * ob.el (org-babel-insert-header-arg): Fixed typo.
6886 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
6888         * org-exp.el (org-export-number-lines): Modified.  Add a new
6889         parameter `preprocess' and use this for backend-agnostic
6890         handling of literal examples.
6892 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6894         * org.el (org-match-substring-regexp)
6895         (org-match-substring-with-braces-regexp): Allow subscripts and
6896         superscripts to start at beginning of line.
6898 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6900         * ob.el (org-babel-common-header-args-w-values): New variable to
6901         hold common header arguments and their default values.
6902         (org-babel-header-arg-names): Redefined using the new common
6903         header arg variable.
6904         (org-babel-insert-header-arg): New function to help when inserting
6905         header arguments.
6907 2012-01-03  David Maus  <dmaus@ictsoc.de>
6909         * org-html.el (org-html-handle-links): Remove unnecessary
6910         protection markers when publishing link in default format.
6912 2012-01-03  Pieter Praet  <pieter@praet.org>  (tiny change)
6914         * org-crypt.el (org-crypt-check-auto-save): New function, see
6915         next change.
6917         * org-crypt.el (org-decrypt-entry): Break the auto-save-mode
6918         check out into a separate function, and call it at a later
6919         point, to assure it only runs when visiting an encrypted
6920         entry.
6922 2012-01-03  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
6924         * org.el (org-log-note-headings): Document new %d and %D
6925         escapes.
6926         (org-store-log-note): Implement new %d and %D escapes.
6928 2012-01-03  Dave Abrahams  <dave@boostpro.com>
6930         * org-agenda.el (org-agenda-follow-indirect): New option.
6931         (org-agenda-follow-mode): Call `org-agenda-do-context-action' fro
6932         follow mode.
6933         (org-agenda-do-context-action): Also do indirect follow mode
6934         action.
6936 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6938         * ob-table.el (sbe): Fix typo in new sbe specification.
6940 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6942         * ob-table.el (sbe): If first variable is a string and not a
6943         cons cell, then interpret it as a string of header arguments
6944         to be passed to the code block.
6946 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6948         * ob-shen.el (shen-eval-defun): Declare external function.
6949         (org-babel-execute:shen): Move requirement of inf-shen into
6950         the function in which it is used to fix build error.
6952         * ob-shen.el: New file.
6954 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
6956         * org.el (org-open-at-point): Make `org-open-at-point' only
6957         ask once about creating a new headline.
6959 2012-01-03  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
6961         * org.el (org-refile-targets): Elaborated the documentation of
6962         the variable as suggested by Dave Abrahams.
6964 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
6966         * org.el (org-align-tags-here): Allow tags to be placed right
6967         after heading.
6968         (org-tags-column): Document the meaning of tags column 0.
6970 2012-01-03  Niels Giesen  <niels.giesen@gmail.com>
6972         * org-agenda.el (org-agenda-get-blocks): Show timestamp ranges
6973         in agenda if start day is same as end day.
6975 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6977         * org.el (org-refile-get-location): Ignore errors when
6978         collection heading to be excluded.
6980 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6982         * org-special-blocks.el
6983         (org-special-blocks-convert-html-special-cookies): Avoid XHTML
6984         strict problems by not enclosing special blocks in paragraph tags.
6986 2012-01-03  Bernt Hansen  <bernt@norang.ca>
6988         * org-html.el (org-export-as-html): Check string-match
6989         argument.
6990         (org-html-handle-time-stamps): Check string-match argument.
6992 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6994         * org-agenda.el
6995         (org-agenda-skip-additional-timestamps-same-entry): Change
6996         default value.
6998 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
7000         * org.el (org-time-string-to-time):
7001         (org-time-string-to-absolute): Add optional arguments BUFFER and
7002         POS for error reporting.
7004         * org-agenda.el (org-get-all-dates):
7005         (org-agenda-get-timestamps, org-agenda-get-deadlines)
7006         (org-agenda-get-scheduled, org-agenda-get-blocks): Call time
7007         stamp parsing functions with information on where the
7008         timestamp was taken from.
7010 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
7012         * org.el (org-tree-to-indirect-buffer): Run `org-cycle-hook'
7013         after `show-all' in indirect buffer.
7015 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7017         * org-list.el (org-list-parents-alist): When no parent is found
7018         for an item, set it as the closest less indented item above.  If
7019         none is found, make it a top level item.
7020         (org-list-write-struct): Externalize code.
7021         (org-list-struct-fix-item-end): New function.
7022         (org-list-struct): Remove a now useless fix.
7024         * org.el (org-ctrl-c-ctrl-c): Use new function.
7026 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7028         * org.el (org-end-of-line): When on an item, move point at the
7029         end of the line, but before any hidden text.  Thus, it's still
7030         possible to use commands, like `C-c C-c', acting at
7031         items.  This is still disabled if `org-special-ctrl-a/e'
7032         ignores `C-e'.
7034 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7036         * org-footnote.el (org-footnote-renumber-fn:N): Small refactoring.
7038 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7040         * org-footnote.el (org-footnote-renumber-fn:N): Fix an
7041         infloop.
7043 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7045         * org-footnote.el (org-footnote-at-definition-p): Remove
7046         useless `org-re'.
7048 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7050         * org-footnote.el (org-footnote-renumber-fn:N): Verify point
7051         is at a real footnote reference or definition before
7052         renumbering it.
7054 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7056         * org-footnote.el (org-footnote-goto-definition): This patch
7057         makes sure the function says when a definition has been
7058         found.  Thus, moving from the reference to the definition
7059         doesn't offer to create the latter again.
7061 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7063         * org-footnote.el (org-footnote-create-definition):
7064         Explicitely move point after tag, if it has just been
7065         inserted.
7067 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7069         * ob-gnuplot.el (org-babel-execute:gnuplot): Don't quote file
7070         names on Windows systems.
7072 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7074         * org-footnote.el (org-footnote-create-definition): When the
7075         tag is missing, it is created before any existing footnote, or
7076         at end of buffer.  In the latter case, the marker pointing at
7077         the position where the new footnote is going to be inserted
7078         (at end of buffer) stays before the tag.  This patch makes
7079         sure that the marker will be kept after the tag.
7081 2012-01-03  Eli Zaretskii  <eliz@gnu.org>
7083         * org.el (org-mode): Force left-to-right paragraphs in Org
7084         buffers.  For a related discussions, see
7085         https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
7087 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7089         * ob-asymptote.el (org-babel-asymptote-define-type): Silence
7090         byte-compiler.
7092 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7094         * ob-R.el (org-babel-R-evaluate): Fix bug in R session
7095         evaluation.
7097 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7099         * org-bibtex.el (org-bibtex-type-property-name): Configurable
7100         property name for bibtex entry types.
7101         (org-bibtex-headline): Use new configurable property name.
7102         (org-bibtex-check): Use new configurable property name.
7103         (org-bibtex-create): Use new configurable property name.
7104         (org-bibtex-write): Use new configurable property name.
7106 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
7108         * org.el (org-paste-subtree): Remove unnecessary `concat'.
7110 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7112         * org.el (org-paste-subtree): Remove useless (concat ...).
7114 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7116         * ob-C.el (org-babel-C-var-to-C): Replacing usage of
7117         characterp with integerp (which should work w/Emacs22).
7119 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7121         * org-footnote.el (org-footnote-at-definition-p): Context must
7122         be valid at the beginning of line, not at point.
7124 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7126         * ob-tangle.el (org-babel-tangle-collect-blocks): Better
7127         delimiting of Org-mode text preceding a code block.
7129 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7131         * ob.el (org-babel-get-src-block-info): Fixing bug,
7132         accidentally deleted variable values.
7134 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7136         * ob-tangle.el (org-babel-process-comment-text): Customizable
7137         function to process comment text.
7138         (org-babel-tangle-collect-blocks): Make use of new
7139         customizable processing function.
7140         (org-babel-spec-to-string): Call customizable function rather than
7141         `org-babel-trim'.
7143 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7145         * ob-R.el (org-babel-execute:R): Collect and pass along the
7146         result-params.
7147         (org-babel-R-evaluate): Accept result-params and if "scalar" or
7148         "verbatim" don't process output.
7149         (org-babel-R-evaluate-session): Accept result-params and if
7150         "scalar" or "verbatim" don't process output.
7152 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7154         * ob.el (org-babel-merge-params): Differentiate between result
7155         types and wrappers.
7157 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7159         * ob.el (org-babel-get-src-block-info): Check that
7160         functional-syntax variables are initialized.
7162 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7164         * ob.el (org-babel-check-src-block): Adding a note for a
7165         future enhancement.
7167 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
7169         * org-exp.el (org-export): Restore point when exporting a subtree.
7171 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7173         * ob.el (org-babel-parse-src-block-match): More robust to code
7174         blocks with empty bodies.
7176 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7178         * ob.el (org-babel-parse-src-block-match): Don't error on empty
7179         code block body.
7181 2012-01-03  David Maus  <dmaus@ictsoc.de>
7183         * org.el (org-open-at-point): Unescape plain link.
7185 2012-01-03  David Maus  <dmaus@ictsoc.de>
7187         * org-html.el (org-html-handle-links): Remove unnecessary link
7188         unescape.
7190 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7192         * ob.el (org-babel-merge-params): Better error message for
7193         unassigned variables.
7195 2012-01-03  Christian Egli  <christian.egli@alumni.ethz.ch>
7197         * org-taskjuggler.el (org-export-as-taskjuggler): Clone the
7198         buffer local variables to the temporary buffer before
7199         exporting.
7201 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7203         * org-exp.el (org-export-select-backend-specific-text): Only
7204         remove commas on the front line of a code block.
7206 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7208         * ob.el (org-babel-demarcate-block): Copy headers and indent to
7209         column of point when a block is split.
7211 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7213         * ob.el (org-babel-insert-result): Corrected file insertion
7214         for inline results.
7216 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7218         * org-footnote.el (org-footnote-in-valid-context-p): No
7219         footnote in latex fragments.
7221 2012-01-03  Martin Rudalics  <rudalics@gmx.at>
7223         * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
7224         argument from `pop-to-buffer-same-window' call.
7226 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7228         * ob-R.el (org-babel-R-evaluate-session): Improve prompt
7229         detection regexp.
7231 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7233         * org-inlinetask.el (org-inlinetask-goto-end): Small
7234         refactoring.
7236 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7238         * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
7239         refactor code.
7240         (org-babel-asymptote-table-to-array): Removed function.
7242 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7244         * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
7245         recognize non-nested lists as uni-dimensional arrays.
7247 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7249         * ob.el (org-babel-params-from-properties): Don't check for
7250         header arguments in properties with leading ":"s.
7252 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7254         * org-inlinetask.el (org-inlinetask-goto-end): Correctly
7255         detect the end of an inlinetask when the next one starts
7256         immediately after the current one.  Also, return position of
7257         point.
7259 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7261         * ob.el (org-babel-inline-src-block-regexp): Allow regexp to
7262         start at bol.
7264 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7266         * ob-asymptote.el (org-babel-asymptote-define-type): Elisp
7267         floats are asymptote reals.
7269 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7271         * ob-asymptote.el (org-babel-asymptote-table-to-array):
7272         Require a new argument TYPE specifying the detected type of
7273         array.  If it's a string array, make sure every element is
7274         returned as a string.  Also improve doc-string.
7275         (org-babel-asymptote-var-to-asymptote): Fill new argument.
7276         Small refactoring.
7277         (org-babel-asymptote-define-type): Rewrite to avoid stopping
7278         search at first float found, as strings have precedence over
7279         floats.
7281 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7283         * org-footnote.el (org-footnote-normalize): Be sure to separate
7284         the last footnote definition from the rest of the buffer.
7286 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7288         * ob-awk.el (org-babel-expand-body:awk): Allow for symbolic
7289         variable names.
7291 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7293         * org.el (org-latex-regexps): Allow matching latex fragments
7294         of type "$" and "$1" at beginning of line.
7296 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7298         * org-agenda.el (org-search-view, org-agenda-get-todos)
7299         (org-agenda-get-deadlines, org-agenda-get-scheduled): Add
7300         `category-pos' in let construct.
7302 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7304         * org-footnote.el (org-footnote-get-definition): The function has
7305         to widen buffer if definition has not been found in the current
7306         narrowed part.  Be sure to restore that restriction once the
7307         definition is found.
7309 2012-01-03  Michal Sojka  <sojka@os.inf.tu-dresden.de>  (tiny change)
7311         * org-icalendar.el (org-print-icalendar-entries): Make alarm
7312         duration RFC5545 compliant.
7314 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7316         * org-agenda.el (org-agenda-get-timestamps)
7317         (org-agenda-get-sexps, org-agenda-get-progress): Correctly set
7318         the `org-category-pos' property.
7320 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7322         * org-html.el (org-export-html-divs): Improve docstring.
7324 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
7326         * org-table.el (org-table-fix-formulas): Throw error when
7327         changing formula leads to an invalid formula.
7329 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7331         * org.el (org-archive-location): Minor docstring fix.
7333 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7335         * org.el (org-block-todo-from-checkboxes):
7336         `org-list-search-forward' should be used when looking for an
7337         item, as it filters out contexts where match couldn't be in a
7338         list.  Also use a correct item regexp, taking into account
7339         alphabetical ordered lists and counters.
7341 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7343         * org-html.el (org-html-make-link): Minor fix to the
7344         docstring.
7346 2012-01-03  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
7348         * org-inlinetask.el (org-inlinetask): New customizable face
7349         for inlinetasks.
7351 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7353         * org-agenda.el (org-agenda-get-todos): Properly set
7354         `category-pos'.
7356 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7358         * org-list.el (org-list-struct-apply-struct): Don't use
7359         (copy-marker (point)) instead of (point-marker).
7361 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7363         * ob.el (org-babel-where-is-src-block-result): Don't try to
7364         resolve variables when simply checking if we're inside of a
7365         code block.
7367 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7369         * org.el (org-refresh-category-properties): New text property
7370         'org-category-position to point at the beginning of the
7371         headline from which the category is set.
7373 2012-01-03  Matt Lundin  <mdl@imapmail.org>
7375         * org.el (org-refile): Don't call `org-back-to-heading' with
7376         goto argument.
7378 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7380         * org.el (org-link-display-descriptive): Remove this option and
7381         rely on the existing `org-descriptive-links' instead.
7382         (org-toggle-link-display): Use `org-descriptive-links'.
7384 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7386         * ob-ref.el (org-babel-ref-resolve): Allow matching of results
7387         with tags after the result name.
7389 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7391         * org-table.el (org-table-get-specials): Allow the use of the
7392         underscore character in column names.
7393         (org-table-get-specials): Allow the use of the underscore
7394         character in field names.
7396 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7398         * org-exp-blocks.el (org-export-blocks-preprocess): Explicitly
7399         cleaning up markers.
7401 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7403         * ob-exp.el (org-babel-exp-inline-src-blocks): Save match data
7404         around `org-babel-exp-do-export' which now searches in this case.
7405         (org-babel-exp-results): Position the point in the inline source
7406         block during export evaluation.
7408         * ob.el (org-babel-insert-result): More readable code.
7410 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7412         * org-exp-blocks.el (org-export-blocks-preprocess): Use the built
7413         in function rather than the superfluous (and now removed)
7414         org-specific function.
7416 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7418         * ob-exp.el (org-babel-exp-inline-src-blocks): Don't examplize
7419         inline code blocks which are already escaped.
7421 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7423         * org-exp-blocks.el (org-marker-from-point): Helper function to
7424         create markers at specific points in source buffers.
7425         (org-export-blocks-preprocess): Use markers instead of points
7426         to delimit code blocks.
7428 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7430         * org-list.el (org-list-separating-blank-lines-number): The
7431         behaviour of `org-back-over-empty-lines' depends on the
7432         associated value of `headline' in
7433         `org-blank-before-new-entry', which is out of context in a
7434         list.
7436 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7438         * org-indent.el (org-indent-initialize-agent): When the current
7439         buffer isn't being watched, resume initialization of other watched
7440         buffers.  In that case, give hand to others idle timers or
7441         processes more frequently.
7442         (org-indent-agent-active-delay): Renamed from
7443         `org-indent-agent-process-duration'.
7444         (org-indent-agent-passive-delay): New variable.
7445         (org-indent-agent-resume-delay): Change value.
7446         (org-indent-initialize-buffer): Change argument name.
7447         (org-indent-add-properties): Change argument name and type
7448         expected.  It must be a time value now.
7450 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7452         * org.el (org-set-property): Bugfix.
7454 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7456         * ob.el (org-babel-remove-result): Idempotent code block
7457         evaluation and result removal.
7459 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7461         * ob-ruby.el (org-babel-ruby-initiate-session): No longer
7462         require inf-ruby when no session evaluation takes place.
7464 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7466         * org-agenda.el (org-agenda-prefix-format): Mention "%e" in
7467         the docstring.
7469 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
7471         * org-agenda.el (org-agenda-custom-commands): Set a default
7472         value for this command.
7474 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
7476         * org-agenda.el (org-agenda-include-all-todo): Declare this option
7477         as no longer working.
7478         (org-timeline): Rename the include-all argument to dotodo.
7479         (org-arg-loc): Renamed from` org-include-all-loc'.
7480         (org-agenda-list): Rename the INCLUDE-ALL argument to ARG,
7481         because its function has changed.
7483 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7485         * org.el (org-fixup-indentation): Fix various small bugs.
7487 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7489         * org-indent.el (org-indent-agent-timer)
7490         (org-indent-agentized-buffers, org-indent-agent-resume-timer)
7491         (org-indent-agent-process-duration)
7492         (org-indent-agent-resume-delay): New variables.
7493         (org-indent-initial-marker): More accurate doc-string.
7494         (org-indent-initial-timer, org-indent-initial-resume-timer)
7495         (org-indent-initial-process-duration)
7496         (org-indent-initial-resume-delay)
7497         (org-indent-initial-lock): Removed variables.
7498         (org-indent-mode): Set up an agent to watch current buffer, or
7499         add it to the list of already watched buffers.
7500         (org-indent-initialize-agent): New function.
7501         (org-indent-initialize-buffer): Now requires a mandatory
7502         buffer argument.
7503         (org-indent-add-properties): Reflect changes to variables.
7504         The resume timer is now global.
7506 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7508         * org-footnote.el (org-footnote-normalize): Refactor, and fix
7509         some blank lines deletion.
7511 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7513         * org-indent.el (org-indent-mode):
7514         `org-indent-initial-resume-timer ' needs to be local.
7516 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7518         * org.el (org-fixup-indentation): Correctly indent meta lines.
7520 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7522         * org-indent.el (org-indent-set-line-properties): Add text
7523         properties down to the beginning of the next line.
7524         (org-indent-add-properties): When last position to add
7525         properties to is at the beginning of a line, all that line
7526         will have properties.
7528 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7530         * org-indent.el (org-indent-initial-resume-timer): New variable.
7531         (org-indent-initialize-buffer): Also resume after a small break.
7532         (org-indent-add-properties): When in asynchronous mode,
7533         proceed for 2 seconds, then take a break.
7535 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7537         * org-indent.el (org-indent-set-line-properties): New function.
7538         (org-indent-add-properties): Externalize worker function.
7540 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7542         * org-indent.el (org-indent-indent-buffer): Take into account
7543         narrowing.
7545 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7547         * org-indent.el (org-indent-modified-headline-flag): Renamed from
7548         `org-indent-deleted-headline-flag'
7549         (org-indent-notify-modified-headline): Renamed from
7550         `org-indent-notify-deleted-headline'.  Handle situations when
7551         the stars of an headline are modified.
7552         (org-indent-refresh-maybe): Remove case now handled by
7553         previous function.
7554         (org-indent-mode): Apply renames.
7556 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7558         * org-indent.el (org-indent-inlinetask-first-star): New
7559         variable.
7560         (org-indent-add-properties): Set the first star of inline-tasks'
7561         virtual indentation in `org-warning' face.
7563         * org-inlinetask.el (org-inlinetask-insert-task): Create a new
7564         inline-task slightly differently, so virtual indentation can
7565         be applied normally.
7567 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7569         * org-indent.el (org-indent-initial-marker)
7570         (org-indent-initial-timer, org-indent-initial-lock): New
7571         variables.
7572         (org-indent-mode): At initialization, start an idle timer to indent
7573         the whole buffer.  When the user is asking for control, interrupt the
7574         process, and resume at the same point when idle again.
7575         (org-indent-initialize-buffer): New function.
7576         (org-indent-add-properties): Throw an interrupt when indentation of
7577         buffer is stopped during initialization.
7579 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7581         * org-indent.el (org-indent-indent-buffer): Send more
7582         appropriate messages.
7584 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7586         * org-indent.el (org-indent-notify-deleted-headline)
7587         (org-indent-refresh-maybe): Replace `org-indent-outline-re'
7588         with `org-outline-regexp-bol'.
7590 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7592         * org-indent.el (org-indent-max-levels): Modify default value and
7593         add comment.
7594         (org-indent-add-properties): Pay attention to `org-indent-max'
7595         and `org-indent-max-levels' values.
7596         (org-indent-refresh-maybe): Refactor code to avoid an unnecessary
7597         save excursion.
7599 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7601         * org-table.el (org-table-align): Remove now useless hack.
7603 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7605         * org-indent.el (org-indent-fix-section-after-idle-time): Remove
7606         variable.
7607         (org-indent-initialize): Remove timer.
7608         (org-indent-add-properties): Refactor code.
7609         (org-indent-refresh-subtree, org-indent-refresh-section)
7610         (org-indent-refresh-buffer,org-indent-set-initial-properties): Remove
7611         functions.
7612         (org-indent-deleted-headline): New variable.
7613         (org-indent-notify-deleted-headline,org-indent-refresh-maybe): New
7614         functions.
7615         (org-indent-mode): Insert new functions into a hook.
7617 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7619         * org-indent.el (org-indent-mode): Completely refresh buffer
7620         before starting org-indent-mode.  Also set idle timer to refresh
7621         only visible portion of buffer, and refresh the subtree instead of
7622         section when promoting or demoting it.
7623         (org-indent-add-properties): Rewrite function to proceed line by
7624         line, as required by `wrap-prefix' specificity.
7625         (org-indent-refresh-section,org-indent-refresh-subtree): Refactor.
7626         (org-indent-refresh-view): New function.
7627         (org-indent-refresh-to, org-indent-refresh-section): Removed
7628         functions.
7630         * org.el (org-unfontify-region): Do not remove prefix
7631         properties when unfontifying a region.
7633 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7635         * org-colview.el (org-columns-cleanup-item): Correctly remove
7636         leading stars in items displayed in the agenda column view.
7638 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7640         * org-colview.el (org-columns-display-here): Clean up items in
7641         `org-agenda-mode' too.
7642         (org-columns-cleanup-item): Take a new argument CPHR to allow
7643         passing a complex heading regexp.  Rewrite to cleanup ITEM
7644         correctly in `org-agenda-mode'.
7646 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7648         * org-clock.el (org-duration-string-to-minutes)
7649         (org-minutes-to-hh:mm-string, org-hh:mm-string-to-minutes): Move
7650         from org.el.
7652 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7654         * org.el (org-refile-active-region-within-subtree): New option to
7655         allow refiling a region that is part of a subtree without
7656         containing a subtree itself.  This default to `nil'.
7657         (org-refile): Use the new option.  Put point at the beginning
7658         of the region/subtree to be refiled, so that users understand
7659         what will be refiled.  Also improve the prompt to tell whether
7660         the user is refiling a region or a headline.
7662 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7664         * org.el (org-properties-postprocess-alist): New option to allow
7665         postprocessing the values of properties set through
7666         `org-set-property'.
7667         (org-set-property): Use this option.
7669 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7671         * org.el (org-outline-regexp, org-outline-regexp-bol): Add a
7672         docstring.
7674 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7676         * org-archive.el (org-archive-to-archive-sibling): Use
7677         `org-outline-regexp' instead of `outline-regexp'.
7679 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7681         * org.el (org-between-regexps-p): Searching up to pos may
7682         match again beginning regexp.
7684 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7686         * org-footnote.el (org-footnote-goto-definition): Don't send
7687         erroneous message: suggested bindings might not be set outside
7688         Org.
7690 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7692         * org-footnote.el (org-footnote-normalize): Effectively remove
7693         any footnote tag in non Org buffers, as detailled in the
7694         docstring of `org-footnote-tag-for-non-org-mode-files'.
7696 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7698         * org-footnote.el (org-footnote-tag-for-non-org-mode-files):
7699         notify the opportunity to set the variable to the empty string.
7700         (org-footnote-normalize, org-footnote-create-definition):
7701         Carefully check for inserted newlines and presence of the
7702         footnote tag.
7704 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7706         * org-footnote.el (org-footnote-at-definition-p): Re-use
7707         `org-footnote-definition-re'.
7709 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7711         * org-footnote.el (org-footnote-definition-re): Remove an
7712         useless group.
7713         (org-footnote-at-definition-p): Reflect removal of the group.
7715 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7717         * org.el (org-set-regexps-and-options): Enforce white space
7718         after todo keyword, as word boundary isn't sufficient (i.e. in
7719         matches * TODO/this).
7721 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
7723         * org-inlinetask.el (org-inlinetask-export-templates): Fixed
7724         template for html so that the exported file is valid
7725         xhtml.  Added template for odt.
7726         (org-inlinetask-export-handler): Fix typo in the regexp that
7727         trims content.  Make sure that the content is flanked by
7728         paragraph boundaries on either side.
7730 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7732         * org.el (org-add-planning-info): Don't insert superfluous
7733         space when updating timestamps.
7735 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7737         * org-agenda.el (org-cmp-effort): Fix docstring.
7739 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7741         * org-list.el (org-list-full-item-re): When an item has only a
7742         bullet and no space after it, list structure would not be
7743         recognized correctly.
7745 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7747         * org.el (org-overview): Use `outline-regexp' instead of
7748         `org-outline-regexp' so that global cycling using
7749         `orgstruct-mode' works outside of Org buffers.
7751 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7753         * org-table.el (org-table-eval-formula): Fix missing variable
7754         in let construct.
7755         (org-table-time-string-to-seconds): Fix missing variable in
7756         let construct.
7758 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
7760         * org-agenda.el (org-agenda-get-deadlines): Fix dfrac for the
7761         case of wdays being 0.  Don't pass wdays to
7762         org-agenda-deadline-face, like before the old fix.
7763         (org-agenda-deadline-face): Revert to old state that was without
7764         wdays.
7766 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7768         * org-latex.el (org-export-latex-fixed-width): Only add one
7769         line break after exporting verbatim environments.
7771 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7773         * org-mw.el (org-mw-export-lists): Fix list export.
7775 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7777         * org-list.el (org-list-item-trim-br): New function.
7778         (org-list-to-generic): New parameter :nobr to use the new
7779         function.
7781 2012-01-03  David Maus  <dmaus@ictsoc.de>
7783         * org.el (org-paste-subtree): Fix wrong order of lines to move
7784         before pasting.
7786 2012-01-03  David Maus  <dmaus@ictsoc.de>
7788         * org.el (org-paste-subtree): Paste subtree above target
7789         headline if point is at bol.
7791 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7793         * org-list.el (org-toggle-checkbox): Don't clear lim-down
7794         while used in the while loop.
7796 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7798         * org-list.el (org-toggle-checkbox): Lim-down must be a
7799         marker.
7801 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7803         * org.el (org-activate-code): Correct regexp so ":.*" isn't
7804         matched.
7806 2012-01-03  David Maus  <dmaus@ictsoc.de>
7808         * org-macs.el (org-with-gensyms, org-called-interactively-p)
7809         (with-silent-modifications, org-bound-and-true-p)
7810         (org-unmodified, org-re, org-preserve-lc)
7811         (org-without-partial-completion, org-with-point-at)
7812         (org-no-warnings, org-if-unprotected, org-if-unprotected-1)
7813         (org-if-unprotected-at, org-with-remote-undo)
7814         (org-no-read-only, org-save-outline-visibility)
7815         (org-with-wide-buffer, org-with-limited-levels)
7816         (org-eval-in-environment): Provide edebug specifications.
7818         * org-src.el (org-src-do-at-code-block): Dto.
7820         * org-publish.el (org-publish-with-aux-preprocess-maybe): Dto.
7822         * org-compat.el (org-xemacs-without-invisibility): Dto.
7824         * org-clock.el (org-with-clock-position, org-with-clock): Dto.
7826         * org-agenda.el (org-agenda-with-point-at-orig-entry)
7827         (org-batch-agenda, org-batch-agenda-csv)
7828         (org-batch-store-agenda-views): Dto.
7830         * ob.el (org-babel-do-in-edit-buffer)
7831         (org-babel-map-src-blocks, org-babel-map-inline-src-blocks): Dto.
7833         * ob-tangle.el (org-babel-with-temp-filebuffer): Dto.
7835         * ob-table.el (sbe): Dto.
7837         * ob-exp.el (org-babel-exp-in-export-file): Dto.
7839         * ob-comint.el (org-babel-comint-in-buffer)
7840         (org-babel-comint-with-output): Dto.
7842 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7844         * org-inlinetask.el (org-inlinetask-export-templates): Fix
7845         docstring.
7847 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7849         * org-inlinetask.el (org-inlinetask-insert-task): Error when
7850         trying to nest inline tasks.
7852 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7854         * org.el (org-activate-code, org-toggle-fixed-width-section)
7855         (org-indent-line-function): Allow "[ \t]*:$" as a special case of
7856         fixed-width section.
7858 2012-01-03  David Maus  <dmaus@ictsoc.de>
7860         * org.el (org-paste-subtree): Don't eat headline when called
7861         with point at existing headline.
7863 2012-01-03  David Maus  <dmaus@ictsoc.de>
7865         * org.el (org-paste-subtree): Fix typo in variable name.
7867 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
7869         * org-inlinetask.el (org-inlinetask-export-handler): Don't
7870         export inline tasks if the current backend has provided no
7871         entries in `org-inlinetask-export-templates'.
7873 2012-01-03  Valentin Wüstholz  <wuestholz@gmail.com>  (tiny change)
7875         * org.el (org-indent-line-function): Made the way in which
7876         example blocks are indented more flexible.
7878 2012-01-03  David Maus  <dmaus@ictsoc.de>
7880         * org-agenda.el (org-batch-agenda-csv): Fix argument to append
7881         when creating final parameter alist.
7883 2012-01-03  David Maus  <dmaus@ictsoc.de>
7885         * org-agenda.el (org-batch-store-agenda-views): Use macro
7886         `org-eval-in-environment'.
7888 2012-01-03  David Maus  <dmaus@ictsoc.de>
7890         * org-agenda.el (org-batch-agenda, org-batch-agenda-csv): Use
7891         `org-eval-in-environment.
7893 2012-01-03  David Maus  <dmaus@ictsoc.de>
7895         * org-macs.el (org-make-parameter-alist): New function.  Turn
7896         flat list of alternating symbol names and values into an alist
7897         with symbol name in car and value in cdr.
7899 2012-01-03  David Maus  <dmaus@ictsoc.de>
7901         * org-agenda.el (org-agenda-with-point-at-orig-entry): Use
7902         macro `org-with-gensyms'.
7904 2012-01-03  David Maus  <dmaus@ictsoc.de>
7906         * org-macs.el (org-substitute-posix-classes): New
7907         function.  Substitute posix classes in regular expression.
7908         (org-re): Use new function.
7910 2012-01-03  David Maus  <dmaus@ictsoc.de>
7912         * org-macs.el (org-eval-in-environment): New macro.  Evaluate FORM
7913         in ENVIRONMENT.
7915 2012-01-03  David Maus  <dmaus@ictsoc.de>
7917         * org-macs.el (org-preserve-lc, org-with-point-at)
7918         (org-with-remote-undo, org-save-outline-visibility): Use new
7919         macro `org-with-gensyms'.
7921 2012-01-03  David Maus  <dmaus@ictsoc.de>
7923         * org-macs.el (org-with-gensyms): New macro.  Wrap let-binding
7924         of SYMBOLS to new uninterned symbols around BODY.
7926 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7928         * org-inlinetask.el (org-inlinetask-export-handler): Make sure
7929         the task starts a paragraph or the HTML exporter will produce
7930         an incorrect output.
7932 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7934         * org.el (org-return): When filling happens, `newline' can
7935         change match data, hence modifying the indent column.
7937 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7939         * org-footnote.el (org-footnote-new): Only forbid non-inlined
7940         footnotes at column 0, as only them can be confused with a
7941         footnote definition.
7943 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7945         * org-footnote.el (org-footnote-new): Use `ido' or `iswitchb'
7946         when available when prompted for a label.  Also rename a local
7947         variable to avoid confusion with an existing function.
7949 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7951         * org-footnote.el (org-footnote-label-history): Removed
7952         variable
7953         (org-footnote-new): Remove call to that variable.
7955 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7957         * org.el (org-insert-heading): With `force-heading' non-nil,
7958         inserting an heading before any headline, and just after a
7959         list would return an error.
7961 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7963         * ob.el (org-babel-sha1-hash): Removed use of `copy-seq'.
7965 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7967         * org-bibtex.el (org-bibtex-get): Make the "FILE" property
7968         non-special when resolving bibtex values.
7970 2012-01-03  David Maus  <dmaus@ictsoc.de>
7972         * org.el (org-back-over-empty-lines): Don't move line upward
7973         if point is at eob.
7975 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7977         * org-footnote.el (org-footnote-in-valid-context-p): Check
7978         `org-protected' property before allowing to match a footnote.
7979         (org-footnote-at-reference-p): Remove an obsolete test.  It is now
7980         done in the previous function.
7982 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7984         * org.el (org-between-regexps-p): Previous name implied the
7985         function was related to blocks, which isn't mandatory.
7986         (org-narrow-to-block, org-in-block-p)
7987         (org-indent-line-function): Applied the rename.
7989         * ob-exp.el (org-babel-in-example-or-verbatim): Applied
7990         rename.  Also removed a white space.
7992 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7994         * org.el (org-in-regexps-block-p): Return an useful value when
7995         point is between START-RE and END-RE.  No incomplete block is
7996         allowed anymore.  Add another optional argument to bound the
7997         bottom part of the search.
7998         (org-narrow-to-block, org-in-block-p): Apply modifications.
8000 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
8002         * ob.el (org-babel-src-block-regexp): If a code block has a
8003         body, its last character must be a newline.
8005 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
8007         * org-footnote.el (org-footnote-next-reference-or-definition):
8008         If no more footnote is found, be sure to go back to the
8009         original position.  Otherwise, point might be left on a
8010         footnote-like element that has been dished out.
8012 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
8014         * ob-exp.el (org-babel-inline-src-block-regexp): Declare this
8015         variable.
8017         * ob.el (defvar): Wrap variable declaration in
8018         `eval-when-compile'.
8020 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
8022         * ob-keys.el (org-babel-key-bindings): Bound to `C-c C-v k'.
8024 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
8026         * ob-java.el (org-babel-execute:java): Allow cmdline flags
8027         during compilation and evaluation.
8029 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
8031         * ob.el (org-babel-expand-body:generic, org-babel-number-p):
8032         * ob-ref.el (org-babel-ref-parse): Fix typos.
8034 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
8036         * ob.el (org-babel-execute-src-block): Fix typo.
8038 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
8040         * org.el (org-link-unescape, org-link-unescape-compound): Fix typos.
8042 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
8044         * org-list.el (org-list-send-item): Use sort instead of sort*.
8046 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
8048         * org-table.el (org-table-line-to-dline): Fix typo.
8050 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
8052         * org-agenda.el (org-agenda-add-entry-text-descriptive-links)
8053         (org-agenda-custom-commands, org-write-agenda, org-check-for-org-mode)
8054         (org-search-syntax-table, org-modify-diary-entry-string)
8055         (org-write-agenda):
8056         * org-bbdb.el (org-bbdb-anniv-export-ical):
8057         * org-bibtex.el (org-bibtex-fields):
8058         * org-icalendar.el (org-icalendar-date-time-format):
8059         * org-latex.el (org-export-latex-inline-image-extensions):
8060         * org-list.el (org-list-insert-item): Fix typos.
8062 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
8064         * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
8066 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
8068         * org.el (org-mode): Force left-to-right paragraphs in Org
8069         buffers.  For a related discussions, see
8070         https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
8072 2011-09-17  Juanma Barranquero  <lekktu@gmail.com>
8074         * org.el (org-toggle-pretty-entities): Fix typo in message.
8076 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
8078         * org-compat.el (org-pop-to-buffer-same-window): Deleted.
8080         * ob-ref.el (org-babel-ref-goto-headline-id):
8081         * org.el (org-get-location, org-tree-to-indirect-buffer)
8082         (org-mark-ring-goto, org-refile, org-add-log-note)
8083         (org-revert-all-org-buffers, org-switchb)
8084         (org-cycle-agenda-files, org-submit-bug-report)
8085         (org-goto-marker-or-bmk):
8086         * org-agenda.el (org-prepare-agenda, org-agenda-switch-to):
8087         * org-capture.el (org-capture-goto-target)
8088         (org-capture-fill-template):
8089         * org-clock.el (org-clock-goto):
8090         * org-ctags.el (org-ctags-visit-buffer-or-file):
8091         * org-exp.el (org-export-as-org):
8092         * org-feed.el (org-feed-show-raw-feed):
8093         * org-html.el (org-export-htmlize-generate-css):
8094         * org-id.el (org-id-goto):
8095         * org-irc.el (org-irc-visit-erc):
8096         * org-mobile.el (org-mobile-apply):
8097         * org-publish.el (org-publish-org-to, org-publish-find-date):
8098         * org-remember.el (org-go-to-remember-target):
8099         * org-src.el (org-src-switch-to-buffer)
8100         (org-edit-fixed-width-region): Use switch-to-buffer.
8102 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
8104         * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
8105         argument from pop-to-buffer-same-window call.
8107 2011-07-30  Carsten Dominik  <carsten.dominik@gmail.com>
8109         * ob.el (org-babel-src-block-regexp): If a code block has a body,
8110         its last character must be a newline.
8112 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8114         * org-pcomplete.el: New file.  Rename from org-complete.el.
8115         * org-complete.el: Delete file.
8117 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8119         * org-publish.el (org-publish-index-generate-theindex): Rename
8120         from `org-publish-index-generate-theindex.inc'.  Use the file
8121         theindex.org directly instead of including theindex.inc.
8122         (org-publish-projects): Don't delete .orgx files.
8123         (org-publish-aux-preprocess): Use .file.orgx.
8125 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8127         * org-html.el (org-export-html-preamble-format): New default for
8128         the HTML preamble: don't include the title.  Also improve the
8129         docstring.
8130         (org-export-html-postamble-format): Improve the docstring.
8131         (org-export-as-html): Add the title within the "content" div.
8132         This is necessary for interaction with the org-info.js script.
8134 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>
8136         * org-table.el (org-table-edit-field): Display field coordinates.
8138 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8140         * org-publish.el (org-publish-find-title): Bugfix: kill buffers
8141         unless they were already visited.
8142         (org-sitemap-sort-files, org-sitemap-sort-folders)
8143         (org-sitemap-ignore-case, org-sitemap-requested)
8144         (org-sitemap-date-format, org-sitemap-file-entry-format): Use
8145         a correct prefix.
8146         (org-publish-projects): Make sure to delete .orgx files.
8147         (org-publish-index-generate-theindex.inc): Small docstring fix.
8149 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8151         * org-table.el (org-table-duration-custom-format): New defcustom
8152         to select output format of durations computations.
8153         (org-table-time-seconds-to-string): Use the new variable.
8154         (org-table-eval-formula): Allow `t' as a flag, on top of `T'.  `t'
8155         will use the custom output format defined in
8156         `org-table-duration-custom-format'.
8158 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8160         * org-list.el: Search blank lines down to the end of the item
8161         instead of stopping at the item, in order to possibly match such
8162         lines within the item.
8164 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8166         * org-latex.el (org-export-latex-href-format): Docstring fix to
8167         reflect the fact that you can use only one "%s".
8168         (org-export-latex-links): Allow `org-export-latex-href-format' to
8169         have only one "%s".
8171 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8173         * org.el (org-org-menu): Add `org-copy-visible' to the menu.
8175 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8177         * org.el (org-copy-visible): New command.
8179 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8181         * org-capture.el (org-capture-templates): Docstring fix.
8183 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8185         * ob.el (org-babel-view-src-block-info): New function to inspect
8186         code blocks.
8188         * ob-keys.el (org-babel-key-bindings): Key bindings for
8189         `org-babel-view-src-block-info'.
8191 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8193         * org-exp.el (org-infile-export-plist): Handle recursively
8194         included setup files.  The value of the last included file always
8195         takes precedence over previous values.
8197 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8199         * org.el (org-timestamp-change): Keep point in the same category
8200         when updating a time-stamp.  This requires to be careful, as,
8201         depending on the locale, name of day might change of length during
8202         the process.
8204 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8206         * org-footnote.el (org-footnote-create-definition): When skipping
8207         already written footnotes definition, the algorithme would assume
8208         each one was only one-line long.
8210 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8212         * org-table.el (org-table-eval-formula): Fix bug when a formula
8213         "range" is just one cell.
8214         (org-table-time-string-to-seconds): Don't check whether we
8215         manipulate a string.
8217 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8219         * org-exp.el (org-export-mark-list-end)
8220         (org-export-mark-list-properties): Don't remove the ending regexp
8221         when it consists in blank lines.
8223         * org-list.el (org-list-parse-list): Ditto, but remove it
8224         completely when it isn't made of blank lines (i.e. during export
8225         process).
8227 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8229         * org-table.el (org-table-time-string-to-seconds): Match either
8230         HH:MM:SS or HH:MM (instead of MM:SS).
8232 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8234         * org.el (org-ctrl-c-ctrl-c-final-hook): New hook to be run when
8235         `org-ctrl-c-ctrl-c' cannot do anything useful in the given
8236         context.
8238 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8240         * org-html.el (org-export-html-with-timestamp)
8241         (org-export-html-html-helper-timestamp): These are obsolete
8242         variables as of Org version 7.7 as you can already export the
8243         timestamp from the preamble or the postamble.
8244         (org-export-html-before-content-div): Delete variable.
8245         (org-export-html-content-div): Obsolete variable as of 7.7.
8246         (org-export-html-divs): New variable to define divs used in
8247         HTML export.
8248         (org-export-as-html): Now the preamble and the postamble are
8249         surrounded by a <div ...>.  The name of the div is defined through
8250         `org-export-html-divs'.
8252 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8254         * org-table.el (org-table-eval-formula): Throw an error when
8255         trying to replace complex range with invalid references.
8257 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8259         * org-macs.el (org-with-limited-levels): Some functions, like
8260         `org-back-to-heading', being deeply based on outline-mode, still
8261         refer to `outline-regexp' instead of `org-outline-regexp'.
8263 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8265         * org.el (org-refile-get-targets): New optional argument
8266         `excluded-entries' to exclude entries from the targets.
8267         (org-refile-get-location): From an org-mode buffer, exclude
8268         current heading and subheadings from the list of targets when
8269         `org-refile-use-cache' is nil.
8271 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8273         * org.el (org-imenu-get-tree): Headlines start at bol.
8275 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8277         * ob-maxima.el: New file.  Fixed self-proclaimed file name.
8279 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8281         * ob.el (org-babel-sha1-hash): Only call `copy-seq' on proper
8282         lists.
8284 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8286         * org.el (org-kill-is-subtree-p): Matched string needs to start at
8287         bol.
8289 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8291         * org.el (org-paste-subtree, org-kill-is-subtree-p)
8292         (org-yank-folding-would-swallow-text, org-yank-generic): Use
8293         `org-with-limited-levels' macro.
8295 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8297         * org-macs.el (org-with-limited-levels): Also modify, when
8298         appropriate, `org-outline-regexp-at-bol'.
8300 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8302         * org.el (org-timestamp-change): Some locales don't use the same
8303         length for date abbreviations.  Set a marker at origin in case
8304         length of new timestamp is different.
8306 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8308         * org.el (org-imenu-get-tree): Browse only true headlines.
8310 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8312         * org-archive.el (org-archive-subtree): While it might be possible
8313         to archive an headline of a temporary buffer (i.e. not visiting a
8314         file), it wouldn't be really sensible.
8316 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8318         * org-archive.el (org-extract-archive-file)
8319         (org-extract-archive-heading, org-archive-subtree):
8320         `buffer-file-name' is nil in an indirect buffer.  Thus, use
8321         `(buffer-file-name (buffer-base-buffer))', which will, in any
8322         case, return the file name.
8324 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8326         * org-capture.el (org-capture): If dired isn't loaded,
8327         `dired-buffers' isn't defined, and %F will fail.
8329 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8331         * ob-java.el (org-babel-execute:java): Don't create empty package
8332         directories.
8334 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8336         * ob-java.el: New file.
8338 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8340         * ob.el (org-babel-execute-src-block): Replace call to defunct
8341         function `org-babel-result-hash'.
8343 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8345         * org-footnote.el (org-footnote-in-valid-context-p): Avoid cited
8346         lines and headers in `message-mode'.
8347         (org-footnote-at-reference-p): Remove check for cited lines, this
8348         is now handled by the previous function.  Refactor.
8350 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8352         * org-capture.el (org-capture): If no file is associated to
8353         current buffer, check dired buffer and try to retrieve a possibly
8354         directory associated.
8356 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8358         * ob-exp.el (org-babel-exp-results): Resolve hashes in the current
8359         (not original) file buffer.
8361         * ob.el (org-babel-current-result-hash): More informative name,
8362         and remove useless optional argument.
8364 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8366         * org.el (org-refile-get-location): Exclude current heading from
8367         the refile table.
8369 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8371         * org-footnote.el (org-footnote-at-reference-p): Test if match is
8372         in cited text, when replying to a message.
8373         (org-footnote-new): Do not create a new footnote at bol, as it
8374         might be seen as a definition.
8375         (org-footnote-at-definition-p): Ignore definitions in forbidden
8376         blocks, as it is already the case for references.
8378 2011-07-28  Matt Lundin  <mdl@imapmail.org>
8380         * org-bibtex.el (org-bibtex-create, org-bibtex-write): Change
8381         argument of `org-toggle-tag' to 'on.  (Other arguments, e.g., t,
8382         have no effect).
8384 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8386         * org-bibtex.el (org-bibtex-get): Don't let trimming turn nils
8387         into empty strings.
8389 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8391         * org-list.el (org-list-insert-item): Actualize code comments.
8392         (org-insert-item): For consistency, point cannot be moved at a
8393         surprising place when the user is being asked to choose a new
8394         description term to insert in the list.  Point should stay where
8395         the user called the command.
8397 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8399         * org-toc.el (org-toc-before-first-heading-p, org-toc-show)
8400         (org-toc-get-headlines-status): Use `org-outline-regexp-bol'.
8402 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8404         * org.el (org-outline-regexp-bol): New defconst.
8405         (org-outline-level, org-set-font-lock-defaults, org-cycle)
8406         (org-overview, org-content, org-flag-drawer)
8407         (org-first-headline-recenter, org-insert-todo-heading)
8408         (org-map-region, org-move-subtree-down, org-paste-subtree)
8409         (org-kill-is-subtree-p, org-context-p, org-refile)
8410         (org-refile-new-child, org-toggle-comment, org-todo)
8411         (org-add-planning-info, org-add-log-setup, org-scan-tags)
8412         (org-set-tags, org-insert-property-drawer)
8413         (org-prepare-agenda-buffers, org-preview-latex-fragment)
8414         (org-speed-command-default-hook, org-check-for-hidden)
8415         (org-toggle-item, org-toggle-heading)
8416         (org-indent-line-function, org-set-autofill-regexps)
8417         (org-fill-paragraph, org-toggle-fixed-width-section)
8418         (org-yank-generic, org-yank-folding-would-swallow-text)
8419         (org-first-sibling-p, org-goto-sibling)
8420         (org-goto-first-child, org-show-entry): Use
8421         `org-outline-regexp' and `org-outline-regexp-bol'.
8423 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8425         * org.el (org-update-parent-todo-statistics): COOKIE_DATA should
8426         be checked for parent, not current headline.  Also, this function
8427         doesn't need to be interactive.
8429 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8431         * org-list.el (org-list-send-item, org-list-struct-apply-struct)
8432         (org-apply-on-list, org-toggle-checkbox): Make markers point
8433         nowhere when they have become useless.
8435 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8437         * org-list.el (org-list-insert-item): When insertion point is in
8438         some white line after the end of the list, remove all unnecessary
8439         white lines there before proceeding.  Also refactor a snippet of
8440         code.
8442 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8444         * org-latex.el (org-export-latex-image-default-option): Change
8445         default value.
8447 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8449         * org.el (org-fontify-meta-lines-and-blocks-1): Blocks cannot be
8450         correctly fontified when the buffer is missing a final newline.
8452 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8454         * ob.el (org-babel-strip-protective-commas): Return `nil' instead
8455         of an error if no argument is given.
8456         (org-babel-parse-src-block-match): Make sure body is defined in
8457         the let construct.
8459 2011-07-28  Jon Anders Skorpen  <jonas@ifi.uio.no>  (tiny change)
8461         * org-publish.el (org-publish-cache-file-needs-publishing): Regexp
8462         did not find includes with double quoted file names.
8464 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8466         * org-footnote.el (org-footnote-normalize): Footnote section
8467         should be inserted only if there are footnotes to insert.
8469 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8471         * org-footnote.el (org-footnote-at-definition-p)
8472         (org-footnote-normalize): Do not grab signature in the definition
8473         of the last footnote.
8475 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8477         * org-bibtex.el (org-babel-trim): Declare this function to the
8478         compiler.
8479         (org-bibtex-get): Trimming whitespace off of bibtex fields read from
8480         properties.
8482 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8484         * org-exp.el (org-export-preprocess-string): Add the possibility
8485         to call recursively the function.  Also change order of some
8486         function calls.  Comment export process for footnotes.
8488         * org-footnote.el (org-footnote-normalize): Change the export
8489         specific parameter to hold properties of export.  Thus, the
8490         function can send every footnote definition in the buffer through
8491         `org-export-process-string'.
8493 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8495         * org-latex.el (org-export-latex-preprocess): First insert
8496         footnotes in the temporary buffer so their contents can properly
8497         be protected from further transformations if required.
8499 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8501         * org-list.el (org-list-indent-offset): New variable.
8502         (org-list-struct-fix-ind): Make use of the new variable.
8504 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8506         * org-latex.el (org-export-latex-list-parameters): Complete
8507         default value with cbtrans option.
8509         * org-list.el (org-list-to-latex): Set a more consistent default
8510         value.
8512 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8514         * org-list.el (org-list-swap-items): Move it to a meaningful
8515         position in source code (i.e. before any function using it), and
8516         rename it to an easier name.
8518 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8520         * org-list.el (org-list-separating-blank-lines-number): If there
8521         are blank lines already in the whole list, add a blank line.
8523 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8525         * org-list.el (org-list-use-circular-move): New variable.
8526         (org-previous-item, org-next-item): Make use of the new variable.
8527         (org-move-item-down, org-move-item-up): Make use of the new
8528         variable.  Simplify code.
8530 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8532         * org-list.el (org-list-delete-item, org-list-send-item): New
8533         functions.
8535 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8537         * org-agenda.el (org-agenda-bulk-custom-functions): New variable
8538         for custom bulk action functions.
8539         (org-agenda-bulk-action): Use it.
8541 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8543         * org-latex.el (org-export-latex-quotes): New defcustom.
8544         (org-export-latex-quotation-marks): Use it.
8546 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8548         * org-capture.el (org-capture-finalize): Bugfix about inserted
8549         blank line when killing the capture buffer and
8550         `org-blank-before-new-entry' tells to not insert anything before a
8551         heading.
8553 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8555         * org-html.el (org-export-html-content-div): Rename from
8556         `org-export-content-div'.
8557         (org-export-as-html): Use new name.
8559 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8561         * org-latex.el (org-export-latex-header-defs-re): Delete.
8563 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8565         * org.el (org-last-set-property): New variable.
8566         (org-read-property-name): Use the new variable: the prompt
8567         defaults to the last property set, unless there is a property in
8568         the line at point.
8570 2011-07-28  David Maus  <dmaus@ictsoc.de>
8572         * org-capture.el (org-capture-before-finalize-hook)
8573         (org-capture-after-finalize-hook, org-capture-mode-map)
8574         (org-capture-mode, org-capture-goto-last-stored): Fix docstring,
8575         consistently refer to capture, not remember.
8577 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8579         * ob-clojure.el (org-babel-execute:clojure): Respects "scalar" and
8580         "verbatim" results params.
8582 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8584         * ob-awk.el (org-babel-execute:awk): Use "verbatim" as synonym for
8585         "scalar".
8587         * ob-sh.el (org-babel-sh-evaluate): Use "verbatim" as synonym for
8588         "scalar".
8590         * ob-sqlite.el (org-babel-execute:sqlite): Use "verbatim" as
8591         synonym for "scalar".
8593         * ob.el (org-babel-merge-params): Use "verbatim" as synonym for
8594         "scalar".
8596 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8598         * ob.el (org-babel-script-escape): Parse odd parens when nested
8599         isnide lists.
8601 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8603         * ob-clojure.el (org-babel-execute:clojure): No longer force
8604         results into elisp if they don't naturally fit.
8606 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8608         * ob-clojure.el (org-babel-execute:clojure): Stop re-reading
8609         already parsed lisp results.
8611 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8613         * org-list.el (org-plain-list-ordered-item-terminator): Remove
8614         incorrect assumption.
8616 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8618         * org-footnote.el (org-footnote-forbidden-blocks): Add missing
8619         exporter specific blocks.
8621         * org-list.el (org-list-forbidden-blocks): Ditto.
8623 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8625         * org-latex.el (org-export-latex-tables): Bugfix: remove
8626         properties from fields.
8628 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8630         * org.el (org-shiftcontrolup, org-shiftcontroldown): New commands
8631         to use `org-clock-timestamps-change'.
8633 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8635         * org.el (org-timestamp-up, org-timestamp-down): Mention time
8636         changes in the docstring.
8638 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8640         * org-clock.el (org-clock-remove-empty-clock-drawer): New function
8641         to remove empty clock drawer.
8642         (org-clock-out-hook): Add the new function as a hook.
8644 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8646         * org-list.el (org-list-in-valid-context-p): Use `org-in-block-p'.
8648 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8650         * org.el (org-in-block-p): New function.
8652         * org-footnote.el (org-footnote-forbidden-blocks): New variable.
8653         (org-footnote-in-valid-context-p): New function.
8654         (org-footnote-at-reference-p): Use new function.  Allow inline
8655         footnotes to start at bol.
8657 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8659         * org-lparse.el (org-lparse-use-flashy-warning): New defcustom.
8660         (org-lparse-warn): Use it.
8662 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8664         * org-ascii.el (org-export-as-utf8): Fix call to
8665         `org-called-interactively-p': it requires an argument.  Also fix
8666         the docstring.
8668 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8670         * ob-lilypond.el (show-all): Declaring function from outline.el.
8671         (org-babel-default-header-args:lilypond): Declared.
8672         (ly-process-basic): Use the appropriate prefix for the temporary
8673         file, and don't call a function from ob-dot.el.
8674         (ly-version): Let-bind a free variable.
8676 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8678         * ob-lilypond.el: New file.
8680 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8682         * org-publish.el
8683         (org-publish-cache-file-needs-publishing): Only check against .org
8684         files.
8686 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8688         * org.el (org-mode): Use `org-default' as the default face in
8689         org-mode.
8691 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8693         * org-publish.el
8694         (org-publish-cache-file-needs-publishing): Takes care of more
8695         recently included files, returning `t' in case the file including
8696         them needs to be republished.
8698 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8700         * org-exp.el (org-export-preprocess-string): If the last subtree
8701         is a task, footnotes may be removed along with the subtree.  This
8702         patch ensures footnotes are put at the end of the buffer after the
8703         subtree has been removed.
8705 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8707         * org-footnote.el (org-footnote-at-reference-p): Verify that what
8708         looks like a footnote doesn't belong to a link.
8709         (org-footnote-next-reference-or-definition): Check more strictly
8710         footnote definitions.
8712 2011-07-28  Deech  <deech@deech-ThinkPad-X200.(none)>  (tiny change)
8714         * ob-tangle.el (org-babel-tangle): Ignore errors thrown by
8715         language modes.
8717 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8719         * ob-python.el (org-babel-python-evaluate-session): Inhibit return
8720         of the eoe string during session evaluation.
8722 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8724         * ob-python.el (org-babel-python-evaluate-session): Enough
8725         newlines to ensure a return when ":results output :session".
8727 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8729         * ob-python.el (org-babel-python-evaluate-session): Introduced a
8730         new local function for sending input with a slight delay to allow
8731         pythong to re-draw the prompt.  No longer removing newlines inside
8732         code block bodies (was due to a defective regexp).
8734 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8736         * org-table.el (org-table-time-seconds-to-string): Use
8737         `org-format-seconds' instead of `format-seconds'.
8739 2011-07-28  David Maus  <dmaus@ictsoc.de>
8741         * org-publish.el (org-publish-cache-ctime-of-src): Properly handle
8742         relative symlinks.
8744 2011-07-28  David Maus  <dmaus@ictsoc.de>
8746         * org-latex.el (org-export-latex-preprocess): Use function
8747         argument instead of dynamically scoped symbol.
8749 2011-07-28  David Maus  <dmaus@ictsoc.de>
8751         * org-freemind.el (org-freemind-convert-links-helper)
8752         (org-freemind-convert-text-p, org-freemind-write-mm-buffer)
8753         (org-freemind-get-node-style): Use org-string-match-p for backward
8754         compatibility with Emacs 22.
8756 2011-07-28  David Maus  <dmaus@ictsoc.de>
8758         * org-html.el (org-export-html-protect-char-alist): Add missing
8759         :group keyword in defcustom.
8761 2011-07-28  David Maus  <dmaus@ictsoc.de>
8763         * ob-haskell.el (org-babel-haskell-export-to-lhs): Call
8764         `kill-buffer' with argument indiciating to kill current
8765         buffer.  Emacs 22 compatibility.
8767 2011-07-28  David Maus  <dmaus@ictsoc.de>
8769         * org-macs.el (org-without-partial-completion): Toggle
8770         partial-completion-mode only if it is turned on.
8772 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8774         * org.el (org-add-planning-info): Fix issues with timestamps not
8775         being inserted at the same position.
8777 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8779         * org-table.el (org-table-time-string-to-seconds)
8780         (org-table-time-seconds-to-string): New functions.
8781         (org-table-eval-formula): Implement the "T" (time) flag for
8782         computing durations.
8784 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
8786         * org.el (org-modules): Add org-lparse and org-odt as contrib
8787         modules.
8789 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8791         * org.el (org-fontify-meta-lines-and-blocks-1): Include header
8792         lines.
8793         (org-additional-option-like-keywords): Include data as a synonym
8794         for results.
8796 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8798         * ob.el (org-babel-sha1-hash): Improving code layout and removing
8799         export-variable headers in cache sha1.
8801 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8803         * ob-ref.el (org-babel-ref-goto-headline-id): Don't let `org-id'
8804         rescan all IDs when trying to resolve a reference.
8806 2011-07-28  Julien Barnier  <julien@nozav.org>
8808         * org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src
8809         blocks lang attribute.
8811 2011-07-28  Eric S Fraga  <e.fraga@ucl.ac.uk>
8813         * org-latex.el (org-export-latex-timestamp-inactive-markup): New
8814         option to allow different markup for inactive timestamps.
8816 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8818         * ob-org.el (org-babel-expand-body:org): Implemented this
8819         function, only action is to expand variables.
8820         (org-babel-execute:org): Uses the new body-expansion function.
8822 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8824         * org-list.el (org-list-full-item-re): Allow counter and check-box
8825         to be separated by white spaces.
8826         (org-list-struct-apply-struct): Reflect changes made to
8827         `org-list-full-item-re'.
8829         * org-html.el (org-html-export-list-line): Recognize spaces
8830         between counter and check-boxes as valid.
8832         * org-docbook.el (org-export-docbook-list-line): Ditto.
8834 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8836         * org-list.el (org-list-insert-item): Make sure point is moved to
8837         the specified POS before starting the function.
8839 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8841         * org.el (org-activate-footnote-links): Properly fontify inline
8842         footnotes.
8843         (org-set-font-lock-defaults): Apply changes to previous function.
8845 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8847         * org-footnote.el (org-footnote-at-reference-p): First check if
8848         point is at the beginning of a footnote.  Indeed `org-in-regexp'
8849         first checks backwards and might find an incorrect footnote if
8850         they are side-by-side.
8852 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>
8854         * org-agenda.el (org-agenda-compact-blocks): Improve docstring.
8855         (org-agenda-block-separator): Add nil to docstring and customization.
8856         (org-prepare-agenda): Skip agenda block separator additionally if
8857         `org-agenda-block-separator' is nil.
8858         (org-agenda-overriding-header): Improve docstring.
8860 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8862         * org.el (org-set-tags): Remove useless
8863         `org-without-partial-completion'.
8865 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8867         * org-footnote.el (org-fill-paragraph): Declare function for the
8868         compiler.
8870 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8872         * ob-ref.el (org-narrow-to-subtree): Declare unknown function.
8874 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8876         * ob.el (org-babel-inline-lob-one-liner-regexp): Declare variable
8877         to appease compiler.
8879 2011-07-28  Michael Markert  <markert.michael@googlemail.com>
8881         * ob.el (org-babel-sha1-hash): Adding optional argument KIND to
8882         all `org-called-interactively-p' function invocations.
8884         * org-agenda.el (org-agenda-redo): Adding optional argument KIND
8885         to all `org-called-interactively-p' function invocations.
8886         (org-agenda-show-1): Adding optional argument KIND to all
8887         `org-called-interactively-p' function invocations.
8888         (org-agenda-set-tags): Adding optional argument KIND to all
8889         `org-called-interactively-p' function invocations.
8891         * org-ascii.el (org-export-as-latin1): Adding optional argument
8892         KIND to all `org-called-interactively-p' function invocations.
8893         (org-export-as-latin1-to-buffer): Adding optional argument KIND to
8894         all `org-called-interactively-p' function invocations.
8895         (org-export-as-utf8-to-buffer): Adding optional argument KIND to all
8896         `org-called-interactively-p' function invocations.
8897         (org-export-region-as-ascii): Adding optional argument KIND to all
8898         `org-called-interactively-p' function invocations.
8900         * org-docbook.el (org-export-region-as-docbook): Adding optional
8901         argument KIND to all `org-called-interactively-p' function
8902         invocations.
8904         * org-html.el (org-export-region-as-html): Adding optional
8905         argument KIND to all `org-called-interactively-p' function
8906         invocations.
8908         * org-latex.el (org-export-region-as-latex): Adding optional
8909         argument KIND to all `org-called-interactively-p' function
8910         invocations.
8912         * org-table.el (org-table-blank-field): Adding optional argument
8913         KIND to all `org-called-interactively-p' function invocations.
8914         (org-table-current-column): Adding optional argument KIND to all
8915         `org-called-interactively-p' function invocations.
8916         (org-table-current-dline): Adding optional argument KIND to all
8917         `org-called-interactively-p' function invocations.
8918         (org-table-sort-lines): Adding optional argument KIND to all
8919         `org-called-interactively-p' function invocations.
8920         (org-table-sum): Adding optional argument KIND to all
8921         `org-called-interactively-p' function invocations.
8922         (org-table-rotate-recalc-marks): Adding optional argument KIND to
8923         all `org-called-interactively-p' function invocations.
8924         (org-table-eval-formula): Adding optional argument KIND to all
8925         `org-called-interactively-p' function invocations.
8926         (orgtbl-send-table): Adding optional argument KIND to all
8927         `org-called-interactively-p' function invocations.
8929         * org.el (org-mode): Adding optional argument KIND to all
8930         `org-called-interactively-p' function invocations.
8931         (org-copy-subtree): Adding optional argument KIND to all
8932         `org-called-interactively-p' function invocations.
8933         (org-paste-subtree): Adding optional argument KIND to all
8934         `org-called-interactively-p' function invocations.
8935         (org-store-link): Adding optional argument KIND to all
8936         `org-called-interactively-p' function invocations.
8937         (org-todo): Adding optional argument KIND to all
8938         `org-called-interactively-p' function invocations.
8939         (org-occur): Adding optional argument KIND to all
8940         `org-called-interactively-p' function invocations.
8942 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8944         * org-footnote.el (org-footnote-action): Offer to create
8945         definition when none is found.
8947 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8949         * org-footnote.el (org-footnote-re): Avoid matching inactive
8950         time-stamps or check-box cookies.
8951         (org-footnote-next-reference-or-definition): Adapt to the new regexp.
8953 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8955         * org-exp.el (org-export-preprocess-string): If the last subtree
8956         is commented, footnotes inserted during normalizing at the end of
8957         the buffer may get deleted.  This patch ensures deletion comes
8958         first, normalization second.
8960 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8962         * org-exp.el (org-export-footnotes-data): Change docstring.
8963         (org-export-footnotes-seen): Rename from
8964         org-export-footnotes-markers.
8966         * org-ascii.el (org-export-as-ascii): Apply change.
8968         * org-docbook.el (org-export-as-docbook): Apply change.
8970         * org-footnote.el (org-footnote-normalize): Apply change.
8972         * org-html.el (org-export-as-html): Apply change.
8974         * org-latex.el (org-export-as-latex): Apply change.
8976 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8978         * org-latex.el (org-export-latex-preprocess): Rely on
8979         `org-export-footnotes-markers' to retrieve definition of the
8980         current footnote during export.
8982 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8984         * org-footnote.el (org-footnote-normalize): Remember footnotes
8985         seen so far by the exporter when choosing the new marker.
8987 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8989         * org-footnote.el (org-footnote-normalize): Make use of
8990         `org-footnote-insert-pos-for-preprocessor'.
8992 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8994         * org-footnote.el (org-footnote-normalize): Add `org-footnote'
8995         property to footnote markers when preparing for exportation.
8997         * org-html.el (org-export-as-html): Read new property to decide
8998         when to export a footnote.
9000         * org-docbook.el (org-export-as-docbook): Read new property to
9001         decide when to export a footnote.
9003         * org-latex.el (org-export-latex-preprocess): Ensure footnote at
9004         column 0 cannot end a list containing it by adding
9005         `original-indentation' property to it.
9007 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9009         * org-exp.el (org-export-preprocess-string): Normalize footnotes
9010         before marking lists ending.
9012         * org-latex.el (org-export-latex-preprocess): Work with labels as
9013         strings and not as numbers.
9015 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9017         * org-docbook.el (org-export-docbook-footnote-separator): New
9018         variable.
9019         (org-export-as-docbook): Add a separator between footnotes.
9021         * org-html.el (org-export-html-footnote-separator): New variable.
9022         (org-export-as-html): Add a separator between footnotes.
9024         * org-latex.el (org-export-latex-footnote-separator): New
9025         variable.
9026         (org-export-latex-preprocess): Add a separator between footnotes.
9028 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9030         * org-exp.el (org-export-footnotes-markers)
9031         (org-export-footnotes-data): New variables.
9032         (org-export-preprocess-string): Use a more explicit argument.
9034 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9036         * org-footnote.el (org-footnote-goto-definition): Now, determining
9037         if point is at a footnote reference is entirely determined by
9038         `org-footnote-at-reference-p'.  No need to check if pattern isn't
9039         at beginning of the line elsewhere.
9041 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9043         * org-footnote.el (org-footnote-next-reference-or-definition): New
9044         function.
9046         * org.el (org-activate-footnote-links): Activate the whole
9047         footnote, but only fontify its label.
9049 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9051         * org-footnote.el (org-footnote-normalize): Make use of changes to
9052         `org-footnote-at-reference-p' and creation of various functions..
9053         Also comment code.
9054         (org-footnote-get-next-reference, org-footnote-delete-references)
9055         (org-footnote-delete-definitions): New functions.
9056         (org-footnote-goto-previous-reference, org-footnote-all-labels)
9057         (org-insert-footnote-reference-near-definition, org-footnote-delete):
9058         Rewrite to use org-footnote-get-next-reference.
9060 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9062         * org-footnote.el (org-footnote-re): Don't end an inline footnote
9063         at unrelated closing square brackets.
9064         (org-footnote-at-reference-p): Improve accuracy of the function to
9065         determine if point is at a reference and to extract definition of an
9066         inline footnote.
9067         (org-footnote-all-labels, org-footnote-action, org-footnote-delete)
9068         (org-footnote-auto-adjust-maybe): Make use of previous function.
9070 2011-07-28  Bastien Guerry  <bzg@gnu.org>
9072         * org.el (org-deadline, org-schedule):
9073         keep warning cookie when rescheduling/redeadlining.
9074         (org-time-stamp): Fix problem with warning cookie.
9076 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9078         * ob-clojure.el (org-babel-execute:clojure): Force escaping of
9079         clojure source into elisp source.
9081 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9083         * ob.el (org-babel-script-escape): Treats {} in the same manner as
9084         [] and allows for forcing string conversion.
9086 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9088         * org-exp.el (org-export-select-backend-specific-text): Strip
9089         protective commas from literal code blocks.
9091 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9093         * ob-ref.el (org-babel-ref-goto-headline-id): Fix bug.
9095 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9097         * ob-ref.el (org-babel-ref-goto-headline-id): Split out into its
9098         own function.
9099         (org-babel-ref-headline-body): Split out into its own function.
9100         (org-babel-ref-resolve): Using new functions, and alignment.
9102         * ob.el (org-babel-ref-goto-headline-id): Declare function.
9103         (org-babel-ref-headline-body): Declare function.
9104         (org-babel-expand-noweb-references): Now expands noweb references to
9105         headlines during expansion.
9107 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9109         * ob-ref.el (org-babel-ref-resolve): Now resolves references to
9110         headlines by either global or custom id, in which case the
9111         contents of the headline are returned literally.
9113 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9115         * ob-exp.el (org-babel-in-example-or-verbatim): Also check for in
9116         verbatim emphasis.
9117         (org-babel-exp-lob-one-liners): Cleaner checking for escaped call
9118         lines.
9120 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9122         * org-list.el (org-cycle-item-indentation): Cycling back to
9123         original position deleted any additional information in the item,
9124         like a counter or a tag.
9126 2011-07-28  Pieter Praet  <pieter@praet.org>
9128         * org-crypt.el (org-crypt-disable-auto-save): New defcustom.
9129         (org-decrypt-entry): Before decrypting, check whether
9130         `auto-save-mode' is enabled for the current buffer, and act on it
9131         according to how `org-crypt-disable-auto-save' is set.  Remove
9132         comment re "encrypt[ing] Org auto-saved buffers".  Remove on-init
9133         check for `auto-save-default'.
9135 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9137         * ob.el (org-babel-merge-params): Ensure variable parameters are
9138         not reversed.
9140 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9142         * ob.el (org-babel-insert-result): Fix results insertion for
9143         inline blocks which happen to start a line.
9145 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9147         * ob-exp.el (org-babel-exp-lob-one-liners): Fix the logic checking
9148         if a call line is commented.
9150 2011-07-28  Vincent Belaïche  <vincentb1@users.sourceforge.net>
9152         * org.el (org-read-property-name): Propose default property name.
9154 2011-07-28  Achim Gratz  <stromeko@nexgo.de>
9156         * org.el (org-log-into-drawer): Correct typo.
9158         * org-clock.el (org-clock-into-drawer): New function to change the
9159         location of clock events based on properties CLOCK_INTO_DRAWER or,
9160         as fallback, LOG_INTO_DRAWER, like it is already possible for
9161         state change logs.
9163         * org-clock.el (org-clock-jump-to-current-clock): Add statement to
9164         let clause to bind `org-clock-into-drawer' to result of function
9165         eval.
9167         * org-clock.el (org-clock-find-position): Add statement to let
9168         clause to bind `org-clock-into-drawer' to result of function eval,
9169         change let to let* since the binding is used later in the same
9170         clause.
9172 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9174         * ob-lob.el (require): Ensure 'cl is loaded during compilation so
9175         we can use flet.
9177 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9179         * ob-lob.el (org-babel-lob-get-info): Correctly indent results of
9180         non-inline call lines.
9182 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9184         * ob-exp.el (org-babel-exp-lob-one-liners): Don't export inline
9185         call_ blocks which aren't whitespace padded.
9187 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9189         * ob.el (org-babel-merge-params): Do not reverse variable order,
9190         and be sure to increment variable index as appropriate.
9192 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9194         * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Updated to
9195         successfully match optional trailing header arguments in square
9196         brackets.
9197         (org-babel-lob-get-info): Updated to match the new regexp.
9199 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9201         * ob-lob.el (org-babel-lob-get-info): If the arguments are empty,
9202         then allow them to be so.
9204 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9206         * ob.el (org-babel-merge-params): If variables are not named they
9207         are assigned in order.
9209 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9211         * ob.el: Remove code comment about online documentation.
9213         * ob-exp.el: Remove code comment about online documentation.
9215         * ob-lob.el: Remove code comment about online documentation.
9217 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
9219         * org-exp.el (org-export-format-source-code-or-example): Fix
9220         signature of org-<backend>-format-source-code-or-example function.
9222 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9224         * ob.el (org-babel-sha1-hash): Replace call to
9225         called-interactively-p with backwards-compatible interactive-p.
9227 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9229         * ob-exp.el (org-babel-exp-lob-one-liners): Appropriate
9230         replacement of inline call blocks with their results.
9232 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9234         * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Removing this
9235         trailing space ensures that the insertion of the results looks
9236         nice.
9238         * ob.el (org-babel-insert-result): Insert inline lob line results
9239         as inline results.
9241 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9243         * ob-exp.el (org-babel-exp-lob-one-liners): Calculate length
9244         appropriately given the style (block or inline) of the lob line.
9246         * ob-lob.el (org-babel-block-lob-one-liner-regexp): New regexp
9247         specific for block lob lines.
9248         (org-babel-inline-lob-one-liner-regexp): New regexp specific for
9249         inline lob lines.
9250         (org-babel-lob-one-liner-regexp): Combination of two lob regexps.
9251         (org-babel-lob-get-info): Return info from *either* the block or
9252         inline lob lines.
9254 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9256         * ob-exp.el (org-babel-exp-lob-one-liners): Corrected the
9257         structure of the resulting info list.
9259         * ob-lob.el (org-babel-default-lob-header-args): Export the
9260         results of call lines by default.
9262 2011-07-28  Niels Giesen  <niels.giesen@gmail.com>  (tiny change)
9264         * org-icalendar.el (org-print-icalendar-entries): Add 'uid text
9265         property based on the ID property of the org entry to the first
9266         character of the diary entry.
9268 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
9270         * org-footnote.el
9271         (org-footnote-insert-pos-for-preprocessor): New variable.
9272         (org-footnote-normalize): Use it.
9274 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
9276         * org-exp.el (org-export-format-source-code-or-example):
9277         Simplify.  Also add `org-native-text' as a text property to the
9278         formatted text and throw error for unknown backends.
9280 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
9282         * org-exp.el (org-export-format-source-code-or-example): Add
9283         support for: - custom formatters for existing backends - seamless
9284         plugging in of new backends.
9286 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
9288         * org-exp.el (org-export-backends): New variable.
9289         (org-export-select-backend-specific-text): Use above
9290         variable.  Also mark text between #+BACKEND and
9291         #+BEGIN_BACKEND...#+END_BACKEND with org-native-text property.
9292         This text property is currently used only by the new line-oriented
9293         generic exporter (which is not yet part of the repo).
9295 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
9297         * org-exp.el (org-export): Reserve keys 'o' and 'O' for
9298         OpenDocumentText export and bind them to `org-export-as-odt' and
9299         `org-export-as-odt-and-open'.
9301 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9303         * ob-exp.el (org-babel-exp-src-block): Less verbose when in batch
9304         mode.
9306 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9308         * ob-clojure.el (org-babel-execute:clojure): Convert vectors to
9309         lists before reading into emacs-lisp.
9311 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9313         * ob-C.el (ob-tangle): Initialize variable from `ob-tangle'.
9315         * ob-asymptote.el (ob-tangle): Initialize variable from `ob-tangle'.
9317         * ob-awk.el (ob-tangle): Initialize variable from `ob-tangle'.
9319         * ob-clojure.el (ob-tangle): Initialize variable from `ob-tangle'.
9321         * ob-haskell.el (ob-tangle): Initialize variable from `ob-tangle'.
9323         * ob-latex.el (ob-tangle): Initialize variable from `ob-tangle'.
9325         * ob-lisp.el (ob-tangle): Initialize variable from `ob-tangle'.
9327         * ob-ocaml.el (ob-tangle): Initialize variable from `ob-tangle'.
9329         * ob-perl.el (ob-tangle): Initialize variable from `ob-tangle'.
9331         * ob-python.el (ob-tangle): Initialize variable from `ob-tangle'.
9333         * ob-ruby.el (ob-tangle): Initialize variable from `ob-tangle'.
9335         * ob-tangle.el (ob-tangle): Initialize variable from `ob-tangle'.
9337 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9339         * ob-awk.el: New file.
9341 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9343         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respects
9344         ":results verbatim".
9346 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9348         * org-agenda.el (org-float): Aliases for `diary-float'.
9350 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9352         * ob-python.el (org-babel-python-evaluate-session): Send
9353         comint-send-input after every line when interacting with an
9354         interactive python process.
9356 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9358         * org-list.el (org-reset-checkbox-state-subtree): Make the command
9359         more robust, and correctly update check-boxes in the whole
9360         sub-tree.
9361         (org-update-checkbox-count): Fix bug accumulating count of checkboxes
9362         when walking a subtree.
9363         (org-update-checkbox-count-maybe): Add an optional argument passed to
9364         org-update-checkbox-count.
9366 2011-07-28  Ted Zlatanov  <tzz@lifelogs.com>
9368         * org.el (org-fontify-meta-lines-and-blocks): Ignore errors.
9370 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9372         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respect the
9373         ":results scalar" header argument combination.
9375 2011-07-28  Dan Davison  <dandavison7@gmail.com>
9377         * org-src.el: Append a space character to copied text so that the
9378         final text property change is picked up correctly.
9380 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9382         * ob-tangle.el (org-babel-tangle-file): Use the new argument list
9383         to org-babel-tangle.
9384         (org-babel-tangle): Now when called with a prefix argument, only the
9385         current code block is tangled.
9387 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9389         * org-list.el (org-list-parse-list): Replace transitional
9390         check-boxes with "[CBTRANS]" string during parsing.
9391         (org-list-to-generic): Use the new property `:cbtrans' to configure
9392         export string for transitional check-boxes.
9394 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9396         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
9397         Use stable internal `org-anniversary' instead of
9398         diary-anniversary.
9399         (org-class): New function.
9400         (org-diary-class): Use `org-class'.
9401         (org-anniversary, org-cyclic, org-date, org-block): New functions.
9403 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9405         * ob.el (org-babel-header-arg-names): Adding noweb-ref to the list
9406         of header argument names.
9408 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9410         * ob.el (org-babel-expand-noweb-references): Concatenating all
9411         bodies with the appropriate name or :noweb-ref header argument.
9413 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
9415         * org.el (org-find-dblock, org-clocktable-try-shift): Make regexp
9416         work also when #+begin line is indentex.
9418 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9420         * ob.el (org-babel-src-block-regexp): Babel: code block may have
9421         empty bodies.
9423 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9425         * org-macs.el (org-without-partial-completion): Avoid calling by
9426         name a function unknown to the compiler but explicitly checked by
9427         program logic.
9429 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9431         * org-mouse.el (org-agenda-earlier): Declaring previously unknown
9432         function.
9433         (org-agenda-later): Declaring previously unknown function.
9434         (org-agenda-mode-map): Declaring previously unknown variable.
9436         * org.el (org-read-date-analyze): Explicitly ignore the return
9437         value of a function.
9439 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9441         * org-agenda.el (org-agenda-mode): Globally replace
9442         buffer-substring-filters with filter-buffer-substring-functions.
9444         * org-indent.el (org-indent-mode): Globally replace
9445         buffer-substring-filters with filter-buffer-substring-functions.
9447 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9449         * org-ascii.el (org-export-as-ascii): Replacing '(λ...) with
9450         #'(λ...).
9452         * org-attach.el: Replacing '(λ...) with #'(λ...).
9453         (org-attach-commit): Replacing '(λ...) with #'(λ...).
9455         * org-exp.el: Replacing '(λ...) with #'(λ...).
9456         (org-export-handle-include-files): Replacing '(λ...) with #'(λ...).
9458         * org-html.el: Replacing '(λ...) with #'(λ...).
9459         (org-export-as-html): Replacing '(λ...) with #'(λ...).
9461         * org-mouse.el: Replacing '(λ...) with #'(λ...).
9462         (org-mouse-popup-global-menu): Replacing '(λ...) with
9463         (org-mode-hook): Replacing '(λ...) with #'(λ...).
9464         (org-agenda-mode-hook): Replacing '(λ...) with #'(λ...).
9466         * org-src.el: Replacing '(λ...) with #'(λ...).
9467         (org-src-mode-configure-edit-buffer): Replacing '(λ...) with #'(λ...).
9469         * org-table.el: Replacing '(λ...) with #'(λ...).
9470         (org-table-fix-formulas-confirm): Replacing '(λ...) with #'(λ...).
9472         * org.el: Replacing '(λ...) with #'(λ...).
9473         (org-confirm-shell-link-function): Replacing '(λ...) with
9474         (org-category): Replacing '(λ...) with #'(λ...).
9476 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9478         * org.el (mailcap-parse-mailcaps): Declaring functions used by
9479         `org-open-file'.
9480         (mailcap-extension-to-mime): Declaring functions used by
9481         `org-open-file'.
9482         (mailcap-mime-info): Declaring functions used by `org-open-file'.
9484 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9486         * org-agenda.el (org-agenda-redo): Replacing call to now-defunct
9487         function `interactive-p'.
9488         (org-agenda-show-1): Replacing call to now-defunct function
9489         `interactive-p'.
9490         (org-agenda-set-tags): Replacing call to now-defunct function `interactive-p'.
9492         * org-ascii.el: Replacing call to now-defunct function
9493         `interactive-p'.
9494         (org-export-as-latin1): Replacing call to now-defunct function
9495         `interactive-p'.
9496         (org-export-as-latin1-to-buffer): Replacing call to now-defunct
9497         function `interactive-p'.
9498         (org-export-as-utf8): Replacing call to now-defunct function
9499         `interactive-p'.
9500         (org-export-as-utf8-to-buffer): Replacing call to now-defunct function
9501         `interactive-p'.
9502         (org-export-region-as-ascii): Replacing call to now-defunct
9503         function `interactive-p'.Replacing call to now-defunct function
9504         `interactive-p'.
9506         * org-docbook.el: Replacing call to now-defunct function
9507         `interactive-p'.
9508         (org-export-region-as-docbook): Replacing call to now-defunct
9509         function `interactive-p'.Replacing call to now-defunct function
9510         `interactive-p'.
9512         * org-html.el: Replacing call to now-defunct function
9513         `interactive-p'.
9514         (org-export-region-as-html): Replacing call to now-defunct
9515         function `interactive-p'.Replacing call to now-defunct function
9516         `interactive-p'.
9518         * org-latex.el: Replacing call to now-defunct function
9519         `interactive-p'.
9520         (org-export-region-as-latex): Replacing call to now-defunct
9521         function `interactive-p'.Replacing call to now-defunct function
9522         `interactive-p'.
9524         * org-macs.el: Replacing call to now-defunct function
9525         `interactive-p'.
9526         (org-called-interactively-p): Replacing call to now-defunct
9527         function `interactive-p'.Replacing call to now-defunct function
9528         `interactive-p'.
9530         * org-table.el: Replacing call to now-defunct function
9531         `interactive-p'.
9532         (org-table-blank-field): Replacing call to now-defunct function
9533         `interactive-p'.
9534         (org-table-current-column): Replacing call to now-defunct function
9535         `interactive-p'.Replacing call to now-defunct function
9536         `interactive-p'.
9537         (org-table-current-dline): Replacing call to now-defunct function
9538         `interactive-p'.Replacing call to now-defunct function
9539         `interactive-p'.
9540         (org-table-sort-lines): Replacing call to now-defunct function
9541         `interactive-p'.
9542         (org-table-sum): Replacing call to now-defunct function
9543         `interactive-p'.
9544         (org-table-rotate-recalc-marks): Replacing call to now-defunct
9545         function `interactive-p'.
9546         (org-table-eval-formula): Replacing call to now-defunct function
9547         `interactive-p'.
9548         (orgtbl-send-table): Replacing call to now-defunct function `interactive-p'.
9550         * org.el: Replacing call to now-defunct function `interactive-p'.
9551         (org-mode): Replacing call to now-defunct function
9552         `interactive-p'.
9553         (org-copy-subtree): Replacing call to now-defunct function
9554         `interactive-p'.
9555         (org-paste-subtree): Replacing call to now-defunct function
9556         `interactive-p'.
9557         (org-store-link): Replacing call to now-defunct function
9558         `interactive-p'.
9559         (org-todo): Replacing call to now-defunct function `interactive-p'.
9560         (org-occur): Replacing call to now-defunct function `interactive-p'.
9562 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9564         * ob-R.el (ess-local-process-name): This variable wasn't known to
9565         be defined.
9567         * ob-lisp.el (org-babel-lisp-dir-fmt): This defcustom now has a
9568         group specified.
9570         * ob-tangle.el (org-bracket-link-regexp): This variable wasn't
9571         known to be defined.
9572         (org-babel-tangle-combine-named-blocks): Roll my own version of a
9573         forbidden common lisp function.
9575         * ob.el (org-babel-sha1-hash): Using a non-deprecated version of
9576         called-interactively.
9578 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9580         * org-latex.el (org-export-latex-tables): Check for the
9581         "multiline" option and set the `floatp' option to true when
9582         multicolumn tables are requested.
9584 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9586         * org-html.el (org-export-as-html, org-html-level-start): Only
9587         convert section number underscores to dashes.
9589 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9591         * org-agenda.el (org-agenda-bulk-action): Fix bug caused by
9592         `days-to-time, converting relative to 1 BC, while the code assumed
9593         it would return a time relative to 1970.
9595 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9597         * ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
9598         inserting newlines between appended code blocks.
9600 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9602         * ob-exp.el: We may no longer need to export names along with code
9603         blocks.
9605 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9607         * org-exp-blocks.el (org-export-blocks-preprocess): Ensure
9608         balanced nested begin/end blocks in block bodies.
9610 2011-07-28  Dan Davison  <dandavison7@gmail.com>
9612         * org-latex.el: Add -shell-escape to pdflatex commands.
9614 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9616         * ob-tangle.el (org-babel-tangle-named-block-combination): Block
9617         combination can now take a number of values.
9618         (org-babel-tangle-combine-named-blocks): More sophisticated block
9619         combination behavior.
9621 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9623         * ob-tangle.el (org-babel-tangle-do-combine-named-blocks): Switch
9624         to turn on the combination of code blocks of the same name.
9625         (org-babel-tangle-combine-named-blocks): Combine blocks of the same
9626         name.
9628 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9630         * ob-ruby.el (xmp): Declaring this function to appease the
9631         compiler.
9632         (org-babel-execute:ruby): "xmp" result option for outputting
9633         annotated source code.
9635 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>  (tiny change)
9637         * org-list.el (org-list-to-latex): The enumerate environment in
9638         latex increments the counter before using it.  Therefore, org-mode
9639         should set the enumeration counter to the desired value minus one.
9641 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>  (tiny change)
9643         * org.el (org-toggle-heading): More comments and fix number of
9644         stars when toggling from list items.
9646 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
9648         * org-taskjuggler.el (org-taskjuggler-clean-effort): Handle any
9649         effort that is accepted by `org-duration-string-to-minutes´.
9651 2011-07-28  Julien Barnier  <julien@nozav.org>
9653         * ob-sh.el (org-babel-sh-evaluate): When sending input to comint,
9654         wait until previous line execution is finished.
9656         * ob-comint.el (org-babel-comint-with-output): When looking for
9657         end-of-evaluation indicator, search forward for the indicator
9658         before searching forward for the prompt.
9660 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9662         * org-entities.el (org-entities): Fix HTML entity for degree.
9664 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9666         * org.el (org-auto-align-tags): Change docstring.
9667         (org-update-parent-todo-statistics): Keep tags aligned even when
9668         statistics cookies are shifting them.
9670         * org-list.el (org-update-checkbox-count): Keep tags aligned even
9671         when statistics cookies are shifting them.
9673 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
9675         * ob.el (org-babel-sha1-hash): Don't modify info argument by
9676         side-effect when sorting result-params list.
9678 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
9680         * ob.el (org-babel-result-regexp): Use non-shy group around
9681         `org-babel-data-names'.
9683 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9685         * org.el (org-insert-link): Set truncate-line in the *Org Link*
9686         buffer and make sure that it really is set there.
9688 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9690         * ob-lisp.el (org-babel-lisp-dir-fmt): Defcustom for use in
9691         changing how/if the current directory is represented to lisp code.
9692         (org-babel-execute:lisp): More general handling of the default
9693         directory value.
9695 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9697         * ob-lisp.el (org-babel-execute:lisp): Setting the value of
9698         *default-pathname-defaults* to either the value of the :dir header
9699         argument or the directory of the containing Org-mode file.
9701 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9703         * ob-lisp.el (org-babel-execute:lisp): No real functional change,
9704         just aesthetic.
9706 2011-07-28  Sébastien Delafond  <sdelafond@gmail.com>  (tiny change)
9708         * org.el (org-mode-flyspell-verify): This is useful when using
9709         flyspell with a non-English dictionary, or if some of your
9710         keywords are in another language.
9712 2011-07-28  David Maus  <dmaus@ictsoc.de>
9714         * org-exp.el (org-export): Use new compatibility function
9715         `org-activate-mark'.
9717         * org-compat.el (org-activate-mark): New function.  Provide
9718         `activate-mark' if not present (e.g. Emacs 22).
9720 2011-07-28  David Maus  <dmaus@ictsoc.de>
9722         * org-table.el (org-table-follow-field-mode): Declare variable to
9723         keep byte compiler happy.
9725 2011-07-28  David Maus  <dmaus@ictsoc.de>
9727         * org-footnote.el (org-id-uuid): Declare function, silence byte
9728         compiler.
9730 2011-07-28  David Maus  <dmaus@ictsoc.de>
9732         * org-bibtex.el (org-bibtex-headline): Don't use equalp at
9733         run-time, compare downcased strings.
9735 2011-07-28  David Maus  <dmaus@ictsoc.de>
9737         * org-bibtex.el (org-id-locations): Declare variable to silence
9738         byte compiler.
9740 2011-07-28  David Maus  <dmaus@ictsoc.de>
9742         * org-id.el (org-id-locations): Fix docstring, remove reference to
9743         non-existent option.
9745 2011-07-28  David Maus  <dmaus@ictsoc.de>
9747         * org.el (org-self-insert-command): Use `delete-char' instead of
9748         `delete-backward-char'.
9750         * org-table.el (orgtbl-self-insert-command): Ditto.
9752 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9754         * org-latex.el (org-export-latex-special-chars): Save match data
9755         when checking for table.el table.
9757 2011-07-28  David Maus  <dmaus@ictsoc.de>
9759         * org.el (org-re-property): Move before its first use.
9761 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9763         * org-latex.el (org-export-latex-preprocess): Add
9764         `original-indentation' property to footnotes so they cannot
9765         possibly end a list by being less indented than the item they
9766         belong to.
9768 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9770         * ob-lisp.el (org-babel-expand-body:lisp): No longer wraps biddies
9771         in `progn'.
9772         (org-babel-execute:lisp): Wraps bodies in `progn' as they are passed
9773         to swank.
9775 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9777         * org-clock.el (org-clocktable-write-default): Implement adding
9778         property columns to the clock table.
9780 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9782         * org.el (org-toggle-item): Move parenthesis to correct location.
9784 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9786         * org.el (org-default-priority):
9787         (org-priority-start-cycle-with-default): Improve docstring.
9788         (org-priority): Throw error when priority is out of range.
9790 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9792         * org.el (org-self-insert-command): Catch the case of
9793         `buffer-undo-list' eq t.
9795 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9797         * org.el (org-toggle-heading): Region should be considered as made
9798         of full lines, without the last one if region-end is at bol.
9799         Removed unused variables.  Refactored and commented code.
9801 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9803         * org.el (org-toggle-item): When region includes an headline less
9804         indented than first one, set it as the new reference.
9806 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9808         * org-list.el (org-list-to-subtree): If the list is before first
9809         heading and `org-odd-levels-only' is non-nil, the first item gets
9810         two stars instead of one.
9812         * org.el (org-reduced-level): A level of 0 was reduced to 1 with
9813         `org-odd-levels-only' non-nil.
9815 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9817         * org.el (org-toggle-item): Converting an heading to an item would
9818         sometimes insert unnecessary spaces before it, and unwanted space
9819         with `org-indent-mode' on.  Changing some text into an item
9820         wouldn't always preserve indentation.
9822 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9824         * org-capture.el (org-capture-current-plist): Improve docstring.
9825         (org-capture-put): Add docstring.
9826         (org-capture-get): Add docstring.
9827         (org-capture-member): Add LOCAL argument.  Add docstring.
9828         (org-capture-set-target-location): Store the time received from a
9829         date prompt into the :prompt-time property.
9831 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9833         * org-exp.el (org-export-mark-list-properties): Even if context is
9834         invalid, mark list item with `list-context' property.
9836         * org-list.el (org-list-forbidden-blocks): Add exporters specific
9837         blocks to the list of forbidden blocks.
9839 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9841         * org-list.el (org-sort-list): Function tries to intern
9842         getkey-func before it is defined, so it's always nil.
9844 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9846         * org.el (org-babel-load-languages): Adding ob-awk to the list of
9847         executable languages.
9849 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9851         * org-table.el (org-table-get-field): Make sure the new field
9852         content is at least one space character.
9854 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9856         * org-crypt.el: Check for `daemonp' before using it.
9858 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9860         * ob-sh.el (ob-ref): Uses `ob-ref' to resolve the value of the
9861         :stdin header argument.
9862         (org-babel-execute:sh): Use the :stdin header argument.
9863         (org-babel-sh-var-to-sh): Split the bulk of this function off into a
9864         new sub-function.
9865         (org-babel-sh-var-to-string): New function for converting elisp
9866         values to strings that make sense for parsing with sh.
9867         (org-babel-sh-evaluate): Adding "stdin" option to session and
9868         external evaluation options.
9870 2011-07-28  Roland Kaufmann  <rlndkfmn+orgmode@gmail.com>  (tiny change)
9872         * org-exp.el (org-remove-formatting-on-newlines-in-region): New
9873         function.
9874         (org-export-format-source-code-or-example): Call
9875         `org-remove-formatting-on-newlines-in-region'.
9877 2011-07-28  David Maus  <dmaus@ictsoc.de>
9879         * org.el (org-entry-put): Prevent adding of extra space to value
9880         if property already exists.
9882 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
9884         * org-html.el (org-export-as-html): Don't expand non-data lines of
9885         table.el tables.
9886         (org-html-expand): Removed the (buggy) test for non-data lines
9887         in table.el tables.  The test is now done as part of
9888         org-export-as-html.
9889         (org-format-table-table-html-using-table-generate-source):
9890         Added test for spanning of cells in table.el tables using
9891         table.el's own library routine.  Optionally suppress export of
9892         simple table.el tables.
9893         (org-format-table-html): Removed the (buggy) test for spanned
9894         table.el tables.  The test is now done as part of
9895         org-format-table-table-html-using-table-generate-source.
9897 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9899         * org-latex.el (org-export-latex-special-chars): Do nothing in
9900         table.el tables.
9902 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9904         * org-capture.el (org-capture): Ignore errors when creating a
9905         link.
9907 2011-07-28  Nick Dokos  <nick@dokosmarshall.org>  (tiny change)
9909         * org-exp.el (org-export-define-heading-targets): Use dash instead
9910         of underscore to make labels valid.
9912 2011-07-28  Dan Davison  <dandavison7@gmail.com>
9914         * ob-R.el (org-babel-R-write-object-command): Ensure that all data
9915         is written to the results file before Emacs notices that the file
9916         exists.
9918 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9920         * ob-exp.el (org-babel-exp-code): Remove usage of a macro which is
9921         defined locally on my system, but not globally in Emacs.
9923 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9925         * ob-exp.el (org-babel-exp-do-export): Use `org-babel-exp-code' to
9926         generate code block output.
9927         (org-babel-exp-code): Re-create the code block body for exporting
9928         source code.
9930 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
9932         * org.el (org-read-date): Bury Calendar buffer after using it for
9933         selecting a date.
9935 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9937         * org-list.el (org-list-separating-blank-lines-number): Fix
9938         confusion between point and item beginning.  Now, if no
9939         information is available, truly follow user preference when it
9940         inserts blank lines manually.
9941         (org-list-insert-item): Send correct argument to the preceding
9942         function.
9944 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9946         * ob.el (org-babel-src-block-regexp): Keep the now-mandatory
9947         newline inside of the code block body.
9949 2011-07-28  Sean O'Halpin  <sean.ohalpin@gmail.com>  (tiny change)
9951         * ob.el: Avoid spurious matches to literal.
9953 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9955         * org.el (org-indent-line-function): Don't include #+include
9956         lines.
9958 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9960         * ob-keys.el (org-babel-key-bindings): Adding key sequence for
9961         org-babel-check-src-block.
9963         * ob.el (org-babel-expand-src-block): Fit within 80 cols.
9964         (org-babel-edit-distance): Returns the edit distance of two
9965         strings.
9966         (org-babel-check-src-block): Check a code block for errors.
9968 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
9970         * org-capture.el (org-capture-templates): Fix bug in customization
9971         setup.
9973 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9975         * org-table.el
9976         (org-table-exit-follow-field-mode-when-leaving-table): New option.
9977         (org-table-check-inside-data-field): New optional argument
9978         `noerror'.  When set, the function will only return nil instead of
9979         throwing an error.
9980         (org-table-edit-field): Interpret double prefix argument, and improve
9981         the properties of the editing window.
9982         (org-table-follow-field-mode): New minor mode.
9983         (org-table-follow-fields-with-editor): New function.
9985 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9987         * org-agenda.el (org-agenda-get-todos): Call `org-agenda-skip'
9988         first, then check if timestamps cause exclusion.
9990         * org.el (org-scan-tags): Call `org-agenda-skip' first, then check
9991         if timestamps cause exclusion.
9993 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9995         * org-list.el (org-list-full-item-re): Allow description term to
9996         have a newline character after the colons.
9998 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10000         * org-list.el (org-sort-list): No longer ignore with-case
10001         argument: the function sorted case-sensitively, regardless of
10002         argument.
10004 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10006         * ob-ref.el (org-babel-ref-resolve): Using the new result regexp.
10008         * ob.el (org-babel-data-names): Configurable list of names of
10009         data.
10010         (org-babel-result-regexp): Using new results regexp.
10012 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10014         * org.el (org-special-properties): Add CLOCKSUM to the special
10015         properties.
10017 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
10019         * ob-exp.el (org-babel-exp-in-export-file): Bind
10020         `org-link-search-inhibit-query' to t to inhibit prompts.
10022 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10024         * org-exp.el (org-export-add-options-to-plist): Use the right
10025         match group.
10027 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10029         * org-latex.el (org-export-latex-preprocess): Protect index string.
10031 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10033         * org-latex.el (org-export-latex-preprocess): Pipe index entries
10034         through `org-export-latex-fontify-headline'.
10036 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10038         * org-exp.el (org-export-add-options-to-plist): Fix the option
10039         parser.
10041 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
10043         * org-latex.el (org-export-latex-preprocess): Replace index
10044         entries.
10046 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
10048         * org.el (org-structure-template-alist): Add an easy template for
10049         index (i), and move include file to I from i.
10051 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10053         * org-agenda.el (org-agenda-open-link): Pass entire text of agenda
10054         line to `org-offer-links-in-entry'.
10056 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10058         * org-bibtex.el (org-bibtex-search): New function.
10059         (org-bibtex-export-to-kill-ring): New function.  Export to kill
10060         ring.
10061         (org-bibtex-create-in-current-entry): New function
10062         (org-bibtex-create): Make it easier to add bib fields to an
10063         existing headline.
10064         (org-bibtex-export-arbitrary-fields)
10065         (org-bibtex-treat-headline-as-title): Fix typos
10066         (org-bibtex-fleshout): Don't upcase optional field; remove ":"
10067         from type completion.
10069 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10071         * org-bibtex.el (org-bibtex-treat-headline-as-title): New
10072         defcustom.
10073         (org-bibtex-headline): Only use headline text (not TODO or other
10074         metadata) to generate title field and auto key.
10075         (org-bibtex-fleshout): Allow user to choose whether to treat
10076         headline as title.
10078 2011-07-28  Tom Dye  <tsd@tsdye.com>
10080         * org-bibtex.el: Added crossref field to other fields.
10082 2011-07-28  Tom Dye  <tsd@tsdye.com>
10084         * org-bibtex.el: Add crossref option to incollection.
10086 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10088         * org-bibtex.el (org-bibtex-headline): Don't export TYPE property
10089         as field.
10091 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10093         * org-bibtex.el (org-bibtex-key-property): When storing key in ID,
10094         warn if a duplicate ID is generated.
10096 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10098         * org-bibtex.el (org-bibtex-tags): New variable.
10099         (org-bibtex-tags-are-keywords): New variable.
10100         (org-bibtex-no-export-tags): New variable.
10101         (org-bibtex-headline): Export tags as comma-separated bibtex
10102         keywords.
10103         (org-bibtex-read): Import bibtex keywords field as tags.
10105 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
10107         * org-publish.el (org-publish-find-date): Optimization.
10109 2011-07-28  Tassilo Horn  <tassilo@member.fsf.org>
10111         * org-gnus.el (org-gnus-follow-link): Don't request scan of group
10112         when following link.
10114 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
10116         * org-publish.el (org-publish-project-alist): Document new
10117         :sitemap-sans-extension property.
10118         (org-publish-org-sitemap): Use new `sitemap-sans-extension'
10119         setting.
10121 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10123         * org.el (org-remove-uninherited-tags): Renamed from
10124         `org-remove-iniherited-tags'.
10125         (org-scan-tags): Fix typo in function call.
10126         (org-get-tags-at): Fix typo in function call.
10128 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10130         * org.el (org-get-tags-at): Don't include filetags if local is t.
10132 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10134         * ob-clojure.el (org-babel-expand-body:clojure): Qualify pp
10135         dispatch functions, wrap body in `(do )'.
10137 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10139         * org.el (org-fontify-meta-lines-and-blocks): Fix bug which
10140         resulted in the creation of multiple overlays in src blocks.
10142 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10144         * ob-clojure.el (org-babel-execute:clojure): If results are not
10145         readable by lisp, then return them as a string.
10147 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10149         * org-bibtex.el (org-bibtex): Now prompts for a file name.
10151 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10153         * org-bibtex.el (org-bibtex-create): Adding prefix argument which
10154         will result in prompting for optional fields.
10156 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10158         * org-bibtex.el (org-bibtex-headline): Renamed flet function `get'
10159         which was causing compile problems.
10160         (org-bibtex-fleshout): Renamed flet function `get' which was causing
10161         compile problems.
10162         (org-bibtex-write): Renamed flet function `get' which was causing
10163         compile problems.
10165 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
10167         * org-taskjuggler.el (org-taskjuggler-clean-id): Make sure an id
10168         never starts with a number.
10170 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10172         * org-bibtex.el (org-bibtex-export-arbitrary-fields): New option.
10173         (org-bibtex-key-property): New option.
10174         (org-bibtex-put): Make use of new `org-bibtex-key-property'
10175         variable.
10176         (org-bibtex-headline): Make use of new
10177         `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
10178         variables.
10179         (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
10180         variable.
10181         (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
10182         variable.
10183         (org-bibtex-write): Make use of new `org-bibtex-key-property'
10184         variable.
10186 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10188         * org-bibtex.el: Updating Copyright dates, author information,
10189         commentary and history notes.
10190         (org-bibtex-types): List of bibtex types with descriptions and
10191         required and optional fields.
10192         (org-bibtex-fields): List of bibtex fields with descriptions.
10193         (*org-bibtex-entries*): Special variable to hold parsed bibtex
10194         entries.
10195         (org-bibtex-autogen-keys): Custom variable controlling whether
10196         bibtex keys are automatically generated
10197         (org-bibtex-prefix): Custom variable allowing use of optional prefix
10198         for bibtex properties in Org-mode headlines.
10199         (org-bibtex-get): Helper function for accessing bibtex elements of a
10200         property list.
10201         (org-bibtex-put): Helper function for inserting bibtex element into
10202         a property list.
10203         (org-bibtex-headline): Return a bibtex entry of the given headline
10204         as a string.
10205         (org-bibtex-ask): Prompt the user to fill in the value of a bibtex
10206         field.
10207         (org-bibtex-autokey): Generate a bibtex key for the current
10208         headline.
10209         (org-bibtex-fleshout): Fill in missing bibtex properties of the
10210         current headline.
10211         (org-bibtex): Export the current Org-mode buffer to a bibtex buffer.
10212         (org-bibtex-check): Check that all bibtex properties are present in
10213         the current headline.
10214         (org-bibtex-check-all): Check all headlines in the current buffer.
10215         (org-bibtex-create): Create a new bibtex headline at the current
10216         level.
10217         (org-bibtex-read): Read the current bibtex entry from a bibtex file.
10218         (org-bibtex-write): Write the most recently read bibtex entry into
10219         an Org-mode file.
10221 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10223         * org-agenda.el (org-agenda-clock-consistency-checks): Allow to
10224         set properties.
10225         (org-agenda-show-clocking-issues): Handle faces.
10227 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10229         * ob-ditaa.el (org-babel-default-header-args:ditaa): Specify utf8
10230         content by default with "-Dfile.encoding=UTF-8".
10232 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10234         * ob-ditaa.el (org-babel-execute:ditaa): New ":java" header
10235         argument.
10237 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10239         * org-exp.el (org-export-preprocess-string): Mark list end before
10240         expanding macros.  Thus, a macro inside a list and containing
10241         blank lines cannot break the list structure.
10242         (org-export-preprocess-apply-macros): Multi-lines macros get
10243         indented with the same indentation as the first line.  Thus, we
10244         are sure that every line belongs to the same list as the first
10245         line, if such list exists.  Also add comments in code.
10247 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10249         * org-agenda.el (org-agenda-clock-consistency-checks): New option.
10250         (org-agenda-list): Handle display change to clock check.
10251         (org-agenda-get-progress): Show only clock entries if we are doing
10252         the consistency check.
10253         (org-agenda-show-clocking-issues): New function.
10254         (org-agenda-check-clock-gap): New function.
10255         (org-agenda-view-mode-dispatch): Offer consistency check.
10256         (org-agenda-log-mode): Handle switch to clock only display.
10257         (org-agenda-set-mode-name): Show lighter for Clockcheck.
10259         * org.el (org-hh:mm-string-to-minutes): Accept an integer argument
10260         and return it unchanged.
10262 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10264         * org-list.el (org-list-struct): When walking down the list, the
10265         function would not pay attention to drawers or blocks indentation.
10266         Thus, such constructs couldn't consistently end an item or a list.
10267         This patch ensures line indentation is stored (if applicable)
10268         before skipping them.  Also fixed doc-string and comments.
10270 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10272         * org-exp.el (org-export): Add EXPORT_FILE_NAME to the enclosing
10273         tree properties.
10275 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10277         * org-exp.el (org-export): Define a bound for finding enclosing
10278         tree with class/title definition.
10280 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10282         * org-exp.el (org-export): Go to next heading before searching
10283         backward, so make this also work if we are on the headline of the
10284         entry with the property.
10286 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10288         * org.el (org-promote):
10289         (org-demote): Soften the previous change, by only removing the
10290         flyspell function from after-change functions, because that was
10291         the one causing the slowdown - at least much of it.
10293 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10295         * org.el (org-promote, org-demote): Turn off
10296         after-change-functions to speed up the reindentation of text.
10298 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10300         * ob-ocaml.el (org-babel-ocaml-read-list): Use
10301         `org-babel-script-escape'.
10302         (org-babel-ocaml-read-array): Use `org-babel-script-escape'.
10304 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
10306         * org-html.el (org-html-handle-links): Add an alternate for inline
10307         images.
10309 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10311         * org-agenda.el (org-agenda-bulk-action): Do not use the entries
10312         variable before it is defined.
10314 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10316         * org-src.el (org-src-lang-modes): Added a language alias of "C"
10317         to "c".
10319 2011-07-28  Shaun Johnson  <shaun@slugfest.demon.co.uk>  (tiny change)
10321         * ob-tangle.el (org-babel-tangle): Make it work in an indirect
10322         buffer.
10324 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
10326         * org-html.el (org-html-make-link): Correct a bug in coderef link.
10328 2011-07-28  Bernt Hansen  <bernt@norang.ca>
10330         * org-agenda.el (org-agenda-filter-by-tag): Fix variable name
10331         typo.
10333 2011-07-28  Bernt Hansen  <bernt@norang.ca>
10335         * org-agenda.el (org-agenda-get-timestamps): Fix agenda display
10336         when headlines are missing.
10338 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10340         * org-mobile.el (org-mobile-push): Move call to hook, make it the
10341         first thing of the push operation.
10343 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10345         * ob.el (org-babel-params-from-buffer): Now looking for header
10346         arguments in #+Properties: as well as #+Babel:.  Also, we're no
10347         longer caching these results into a file local variable.
10349 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10351         * ob-python.el (org-babel-python-evaluate-external-process): Allow
10352         parsing as a table in the case of ":results output table".
10353         (org-babel-python-evaluate-session): Allow parsing as a table in
10354         the case of ":results output table".
10356 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10358         * org-agenda.el (org-agenda-bulk-action): Allow bulk scatter in
10359         all possible agenda views.  Use `org-agenda-schedule' instead of
10360         `org-agenda-date-later'.
10362 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10364         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Now supports
10365         ":results output".
10367 2011-07-28  Julien Danjou  <julien@danjou.info>
10369         * org.el (org-entry-get, org-entry-delete, org-entry-put)
10370         (org-property-values, org-delete-property-globally): Use
10371         `org-re-property'.
10372         (org-re-property): New function allowing to build a regexp to
10373         match a property.
10375 2011-07-28  Julien Danjou  <julien@danjou.info>
10377         * org.el (org-property-values): Enhance docstring.
10379 2011-07-28  Ethan Ligon  <ligon@are.berkeley.edu>  (tiny change)
10381         * org-html.el (org-html-export-list-line): Fix regexp for
10382         detecting description lists to allow "::" marker to be last
10383         visible element at end of line.
10384         * org-docbook.el (org-docbook-export-list-line): Fix regexp for
10385         detecting description lists to allow "::" marker to be last
10386         visible element at end of line.
10388 2011-07-28  Julien Danjou  <julien@danjou.info>
10390         * org-table.el (org-table-cleanup-narrow-column-properties): Use
10391         point-min rather than 1 when moving in the buffer.
10393 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10395         * org-list.el (org-list-in-valid-context-p): Renamed from
10396         `org-list-in-valid-block-p'.
10397         (org-at-item-p,org-list-search-generic): Use renamed function.
10399 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10401         * org.el (org-set-font-lock-defaults): Be more strict when
10402         recognizing description items, and do not fontify wrong cases
10403         like: "- term ::description" or "1. term :: description".
10405 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10407         * org-latex.el: Pay attention to end of footnote.  Before closing
10408         the command, ensure that list is properly closed or that last link
10409         is separated from the curly brace.
10411 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10413         * org.el (org-indent-line-function): Footnote definition must stay
10414         at column 0 to be recognized as such.  Body below can have normal
10415         indentation, so it should ignore its definition when computing
10416         indentation.
10418 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10420         * org-protocol.el (org-protocol-remember, org-protocol-capture):
10421         More appropriate message.
10423 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10425         * org-capture.el (org-capture-clock-keep): New local variable.
10426         (org-capture, org-capture-finalize): Use it and fix a bug when
10427         :clock-keep is set to `t'.
10429 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
10431         * org-exp.el (org-export-preprocess-string): Handle include files
10432         before processing macros.
10434 2011-07-28  Bernt Hansen  <bernt@norang.ca>
10436         * org-agenda.el: Remove obsolete code for adding todo list in
10437         front of the agenda.
10439 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10441         * org-latex.el (org-export-latex-convert-table.el-table): Fix
10442         format-string for insertion of captions.
10444 2011-07-28  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
10446         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Fix
10447         regexp.
10449 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
10451         * org.el (org-read-date-analyze): Help matching dotted European
10452         dates, like 31. 12. 2007
10454 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10456         * ob-lisp.el (org-babel-execute:lisp): Fix typo.
10458 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10460         * ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
10461         before reading by elisp.
10462         (org-bable-lisp-vector-to-list): Stub of a vector->list function,
10463         should be replaced with a cl-vector->el-vector function.
10465 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10467         * ob-lisp.el (org-babel-execute:lisp): Now using
10468         `org-babel-reassemble-table' to apply the appropriate header
10469         arguments to results.
10471 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10473         * org.el (org-end-of-meta-data-and-drawers): New function.
10475         * org-capture.el (org-capture-place-plain-text): Implement adding
10476         plain text templates to Org nodes.
10478 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10480         * org-beamer.el (org-beamer-environments-extra): Fix docstring.
10482 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10484         * org-exp.el (org-export-handle-comments): Add the org-protected
10485         property to the replacement string.
10487 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10489         * org-html.el (org-export-as-html, org-html-level-start): Fix
10490         logic for section number printing when NUM is an integer.
10492 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10494         * org-latex.el (org-export-latex-special-chars): Fix regexp for
10495         `single' special characters and ellipsis.
10497 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10499         * org.el (org-point-at-end-of-empty-headline): Bind
10500         `case-fold-search' to nil.
10502 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10504         * org-capture.el (org-capture-fill-template): Resolve new %<...>
10505         template escape.
10506         (org-capture-templates): Document new %<...> template escape.
10508 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10510         * ob.el (org-babel-process-params): Make this function idempotent,
10511         as it will sometimes be called multiple times.
10513 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10515         * org.el (org-ts-regexp-both): Add "]" to class of characters that
10516         should not be matched.
10517         (org-ts-regexp0, org-ts-regexp1): Do not start a class with
10518         "^]-+", because that tries to (not) match characters between "]"
10519         and "+".  Instead, move the "-" to the end of the class where it
10520         causes no harm.
10522 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10524         * ob-R.el (org-babel-edit-prep:R): Associate the appropriate R
10525         process with the edit buffer when :session is specified.
10527 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10529         * ob-tangle.el (org-babel-tangle-collect-blocks): Brought the link
10530         extraction code into line with a newer version of the
10531         `org-store-link' function.
10533 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10535         * ob-lisp.el (org-babel-expand-body:lisp): New body expansion
10536         wrapping the expression in either a let or progn, and possibly a
10537         pretty-print function invocation.
10538         (org-babel-execute:lisp): Greatly simplified method of executing
10539         lisp code blocks.
10541 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10543         * org-list.el: Move `org-update-checkbox-count-maybe' call outside
10544         of ̀save-excursion' to get back to original position.
10546 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10548         * org.el (org-numbered-action-format): New option.
10549         (org-new-numbered-action): New command.
10550         (org-collect-todos-in-subtree): New command.
10552 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10554         * org-exp.el (org-export-with-tasks): New option.
10555         (org-export-plist-vars): Add :tasks property.
10557 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10559         * org-ascii.el (org-export-as-ascii): Pass the :done-tasks
10560         property to the export preprocessor.
10562         * org-docbook.el (org-export-as-docbook): Pass the :done-tasks
10563         property to the export preprocessor.
10565         * org-html.el (org-export-as-html): Pass the :done-tasks property
10566         to the export preprocessor.
10568         * org-latex.el (org-export-as-latex): Pass the :done-tasks
10569         property to the export preprocessor.
10571         * org-exp.el (org-export-with-done-tasks): New option.
10572         (org-export-plist-vars): Add entry for :done-tasks.
10573         (org-export-preprocess-string): Call `org-export-remove-done-tasks'.
10574         (org-export-remove-done-tasks): New function.
10576 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10578         * org-latex.el (org-export-latex-keywords-maybe): Protect # in
10579         tags.
10581 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10583         * org.el (org-find-olp): Use the level of the correct match to
10584         continue search.
10586 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10588         * org-list.el (org-toggle-checkbox): Build value of
10589         org-keyword-time-regexp instead of using it directly, as it's
10590         buffer-local, and function might be called outside Org.
10592 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10594         * org-list.el (org-list-struct,org-in-item-p): Don't assume end of
10595         blocks or drawers necessarily start somewhere.  It it isn't the
10596         case, treat them as normal text.
10598 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10600         * ob-exp.el (org-babel-exp-results): Use code block name when
10601         finding cached results.
10603 2011-07-28  Julien Danjou  <julien@danjou.info>
10605         * org-latex.el (org-export-latex-date-format): Change default date
10606         format to \today.  This has the same result but respects the
10607         language set in the document by default.
10609 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10611         * org-list.el (org-list-checkbox): When called from an headline,
10612         function would normally skip drawers, but not if a SCHEDULED or
10613         DEADLINE keyword is standing before the drawer.  Also avoid
10614         problems if function is called in buffers not is Org mode.
10616 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10618         * org-clock.el (org-clock-report): Change the scope of the
10619         inserted clock report depending on whether the point is within a
10620         subtree (:scope subtree) or not (:scope file).
10622 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
10624         * org-html.el (org-export-as-html): Fix export of footnotes
10625         containing lists, tables, quotes, etc.
10627 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10629         * org-latex.el (org-export-latex-preprocess): Correctly match
10630         starred command names.
10632 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10634         * org-html.el (org-export-as-html): Get local value of
10635         org-export-with-section-numbers from the buffer's plist.  Deal
10636         specially with the case the resulting value is an integer.
10637         (org-html-level-start): New optional argument of the option plist used
10638         instead of `org-export-with-section-numbers'.  Also deal specially
10639         with the case that the value is an integer.
10641 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10643         * org-latex.el (org-export-latex-subcontent): Deal specially with
10644         the case that NUM is an integer.
10646 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10648         * org-protocol.el (org-protocol-do-capture): Allow template keys
10649         of two characters.
10650         (org-protocol-default-template-key): Update the docstring to
10651         reflect the change in `org-protocol-do-capture'.
10653 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
10655         * org-taskjuggler.el: Fix a typo in the commentary.
10657 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
10659         * org-taskjuggler.el (org-taskjuggler-open-task): Only emit a
10660         "purge allocations" statement if we are not targeting tj3.
10662 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
10664         * org-taskjuggler.el (org-taskjuggler-assign-resource-ids):
10665         Replace recursive implementation with an iterative one.
10667 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10669         * ob-sh.el (org-babel-sh-var-to-sh): Fixed insertion of tabular
10670         data into shell variables.
10672 2011-07-28  David Maus  <dmaus@ictsoc.de>
10674         * org-html.el (org-html-handle-time-stamps): Protected linebreak
10675         element after timestamp markup.
10677 2011-07-28  David Maus  <dmaus@ictsoc.de>
10679         * org-html.el (org-html-handle-links): Don't protect img tag in
10680         link description.
10682 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10684         * org-table.el (org-table-formula-handle-first/last-rc): Bind
10685         `char'.
10687 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10689         * org-list.el (org-in-item-p): Re-build `org-drawer-regexp',
10690         whatever the major mode is.
10692 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10694         * org-inlinetask.el (org-inlinetask-export-templates): Fix default
10695         templates.
10696         (org-inlinetask-export-handler): Ensure contents of inline task,
10697         if any, starts and ends with a newline character.  Refactor and
10698         comment code.
10700 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10702         * org-capture.el (org-datetree-find-date-create): Lower-case for
10703         variable names in `define-function' form.
10705 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10707         * org-table.el (org-table-convert-region): Throw error when
10708         SEPARATOR is smaller than 1.
10710 2011-07-28  Julien Danjou  <julien@danjou.info>
10712         * org-colview.el (org-columns-display-here): Fix heading retrieval
10713         in Org buffers.
10715 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10717         * org-latex.el (org-export-latex-preprocess): Last brace shouldn't
10718         be on the same line as a list end marker.
10720 2011-07-28  Julien Danjou  <julien@danjou.info>
10722         * org.el (org-icompleting-read): Do not use useless lambda.
10724 2011-07-28  Julien Danjou  <julien@danjou.info>
10726         * org-agenda.el (org-format-agenda-item): Fix length computing.
10728 2011-07-28  Julien Danjou  <julien@danjou.info>
10730         * org-agenda.el (org-format-agenda-item): Fix comment and use
10731         `add-text-properties'.
10733 2011-07-28  Julien Danjou  <julien@danjou.info>
10735         * org-agenda.el (org-agenda-highlight-todo): Remove useless
10736         `concat'.
10738 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10740         * org-list.el (org-list-to-generic): Set a default term for
10741         ill-formed description lists.  Do not insert newline characters
10742         unless told to.
10743         (org-list-to-texinfo,org-list-to-html): Apply changes to
10744         `org-list-parse-liste'.
10746 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10748         * org-clock.el (org-clock-clocktable-language-setup): Add a
10749         string.
10750         (org-clocktable-write-default): Use the new localized string
10751         in `org-clock-clocktable-language-setup'.
10753 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10755         * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
10756         (org-taskjuggler-assign-resource-ids): Replace recursive
10757         implementation with an iterative one.
10759 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
10761         * org-taskjuggler.el (org-taskjuggler-components): Escape quotes
10762         in headlines.
10764 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
10766         * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
10767         Compute the leafiness of a node.
10768         (org-taskjuggler-open-task, org-export-as-taskjuggler): Mark a
10769         node as a milestone if it is a leaf and has no effort.
10771 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
10773         * org-taskjuggler.el (org-export-taskjuggler-target-version):
10774         (org-taskjuggler-targeting-tj3-p): Add some minimal infrastructure
10775         to handle export to both tj2 and tj3.
10776         (org-taskjuggler-open-task): Use a different way to purge
10777         allocations for tj2 and tj3.
10779 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10781         * org-footnote.el (org-footnote-auto-label): New random option.
10783         * org-footnote.el (org-footnote-new): Create random footnote
10784         labels with unique ids.
10786 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10788         * org-footnote.el (org-footnote-create-definition): Allow for
10789         footnote sections above the current footnote insertion point.
10791 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10793         * org-footnote.el (org-footnote-create-definition): Don't search
10794         for last footnote when in org-mode file.
10796 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10798         * org-html.el (org-export-as-html): Handle links with
10799         `org-html-handle-links' after we handle special characters
10800         conversions.
10801         (org-html-make-link, org-export-html-format-image): Don't
10802         protect html with @ anymore, as links are now handled after
10803         special characters conversions.
10805 2011-07-28  Julien Danjou  <julien@danjou.info>
10807         * org-agenda.el (org-agenda-get-timestamps):
10808         (org-agenda-get-scheduled): Fix call to `org-format-agenda-item'.
10809         (org-format-agenda-item): Remove no-prefix argument.
10810         (org-agenda-change-all-lines): Call org-format-agenda-item without the
10811         no-prefix argument.
10813 2011-07-28  Julien Danjou  <julien@danjou.info>
10815         * org-agenda.el (org-agenda-highlight-todo): Stop using
10816         prefix-length.
10817         (org-cmp-alpha): Stop using prefix-length.
10818         (org-agenda-open-link): Stop using prefix-length.
10819         (org-agenda-change-all-lines): Stop using prefix-length.
10821         * org-colview.el (org-columns-display-here): Stop using
10822         prefix-length.  Always return claned items.
10824         * org-mobile.el (org-mobile-write-agenda-for-mobile): Stop using
10825         prefix-length.
10827 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10829         * ob-tangle.el (org-babel-tangle-collect-blocks): Don't call
10830         `org-store-link' interactively as it can confuse the setting of
10831         `org-link-to-org-use-id' and cause undue edits to the org-mode
10832         buffer during tangling.
10834 2011-07-28  David Maus  <dmaus@ictsoc.de>
10836         * org-html.el (org-export-html-format-image): Protect <p> element
10837         of image caption.
10839 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10841         * org.el (org-read-date-force-compatible-dates): New option.
10842         (org-read-date, org-read-date-analyze): Check representable date range.
10844 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10846         * org-html.el (org-export-as-html): Fix export of email.
10848 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10850         * ob-tangle.el (org-babel-spec-to-string): Check value of padline
10851         on tangling, no longer use the now-removed variable
10852         `org-babel-tangle-pad-newline'.
10854         * ob.el (org-babel-header-arg-names): Add padline to the list of
10855         header argument names.
10856         (org-babel-default-header-args): Set the default value of padline to
10857         "yes".
10858         (org-babel-merge-params): Cleaned up the merge logic, added padline.
10860 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10862         * ob.el (org-babel-header-arg-names): Adding "shebang" to known
10863         code block header argument names.
10865 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10867         * org-crypt.el: Remove useless TODO in comments.
10869 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10871         * org-html.el (org-export-as-html): The default postamble now only
10872         export a date paragraph if `org-export-time-stamp-file' is
10873         non-nil.
10875 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10877         * org-exp.el (org-export-xml): Remove the defgroup of
10878         org-export-xml.
10880 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10882         * org-html.el (org-export-html-insert-plist-item): Remove.
10883         (org-export-html-preamble): Default to `t'.  Accept functions.
10884         (org-export-html-postamble): Default to `auto'.  Accept
10885         functions and distinguish between 'auto (no formatting string)
10886         and `t' (default formatting string).
10887         (org-export-as-html): Handle org-export-html-preamble and
10888         org-export-html-postamble new defaults/allowed values.
10889         Define email and creator-info before using them.
10891 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10893         * org-html.el (org-export-html-protect-char-alist): Fix typo in
10894         custom type definition.
10896 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10898         * ob-exp.el (org-babel-exp-do-export): Now runs for empty :session
10899         arguments.
10901 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10903         * org-list.el (org-list-parse-list): Fixed regexp.
10905 2011-07-28  David Maus  <dmaus@ictsoc.de>
10907         * org-html.el (org-export-html-format-image): Protect image
10908         elements.
10910 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10912         * ob-tangle.el (org-babel-tangle-body-hook): Hook for changing the
10913         contents of a code block body on export.
10914         (org-babel-tangle-collect-blocks): Apply
10915         `org-babel-tangle-body-hook' to the collected bodies of code blocks.
10917 2011-07-28  David Maus  <dmaus@ictsoc.de>
10919         * org-html.el (org-html-make-link, org-html-handle-links): Protect
10920         generated XHTML elements.
10921         (org-export-as-html): Expand character entities after creating markup
10922         for links and timestamps.
10924 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10926         * org-html.el (org-export-as-html): Bugfix: insert email
10927         correctly.
10929 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10931         * org-html.el: Bugfix: prevent infinite matching of the `&'
10932         character.
10934 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10936         * org.el (org-fill-paragraph): `fill-forward-paragraph' function
10937         has been introduced with emacs 23.1.
10939 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10941         * org-attach.el: Allow to store a link to the attach-dir location.
10943 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
10945         * org-agenda.el (org-agenda-bulk-action): Allow the user to run a
10946         function.
10948 2011-07-28  Bernt Hansen  <bernt@norang.ca>
10950         * org-clock.el (org-clock-in): Allow clocking in new tasks
10951         inserted before the current clocking task.
10953 2011-07-28  Bernt Hansen  <bernt@norang.ca>
10955         * org-clock.el (org-clock-in): Set default clocking task when
10956         already clocking the task.
10958 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10960         * org.el (org-adaptive-fill-function): When a region is specified
10961         first line of paragraph isn't skipped, so fill-paragraph have to
10962         be computed even if point is at an item.
10964 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10966         * org-list.el (org-list-in-valid-block-p): New function.
10967         (org-at-item-p,org-list-search-generic): Use new function.
10969 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10971         * org.el (org-indent-line-function): Text in both a list and a
10972         valid block is indented with regards to current item, not to block
10973         boundaries.
10975 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
10977         * org-html.el (org-format-org-table-html): Fix anchors in HTML
10978         export (thanks to <aankhen@gmail.com>)
10979         (org-html-protect): Fix a  bug that prevents some target to be
10980         rendered correctly.
10982 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10984         * org.el (org-default-properties): Add EXPORT_TEXT.
10986 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10988         * org-footnote.el (org-footnote-create-definition)
10989         (org-insert-footnote-reference-near-definition): Fix sorting
10990         of footnotes.
10992 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
10994         * org-html.el (org-export-as-html): Bugfix: don't insert closing
10995         HTML tags when exporting body only.
10997 2011-07-28  Jason Dunsmore  <emacs-orgmode@deathroller.dunsmor.com>  (tiny change)
10999         * org.el (org-back-over-empty-lines): Bugfix.  Honor
11000         `org-blank-before-new-entry' correctly in various contexts.
11002 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11004         * org-macs.el (org-with-wide-buffer): Bugfix: use `save-excursion'
11005         and `save-restriction'.
11007 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11009         * org-timer.el (org-timer-item): `save-excursion' prevents
11010         `org-list-struct' to get the list structure when point isn't on
11011         the first line of the item.
11013 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11015         * org-capture.el (org-capture-templates): New option
11016         :no-clock-out.
11017         (org-capture): Use the new option.
11019 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11021         * org-list.el (org-update-checkbox-count): Ensure cookies on an
11022         heading are correctly updated when checkboxes are hidden.  It
11023         allows, for example, to use C-c C-x C-b on a collapsed tree and
11024         still get the update.
11026 2011-07-28  David Maus  <dmaus@ictsoc.de>
11028         * org-exp.el (org-export-visible): Accept keys for
11029         `org-export-as-html-to-buffer' and `org-export-region-as-html'.
11031 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11033         * org.el (org-duration-string-to-minutes): Don't use
11034         `rx-to-string'.
11036 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
11038         * org.el (org-effort-durations): New variable.
11040         * org.el (org-duration-string-to-minutes): New function.
11042         * org-agenda.el (org-agenda-filter-effort-form)
11043         (org-format-agenda-item): Use it.
11045         * org-clock.el (org-clock-notify-once-if-expired)
11046         (org-clock-modify-effort-estimate, org-clock-get-clock-string): Use it.
11048 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11050         * org-agenda.el (org-agenda-run-series): Rename from
11051         `org-run-agenda-series'.
11053 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11055         * org-capture.el: Don't allow currentfile anymore.
11057 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11059         * org-agenda.el (org-agenda-list): Fix bug: don't rely on
11060         `org-agenda-current-span' when calling `org-agenda-list'.
11062 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11064         * org-capture.el (org-capture-put-target-region-and-position):
11065         New function to store information about the target buffer.
11066         (org-capture-set-target-location): Use it.
11067         (org-capture-finalize): Restore the target buffer in its
11068         possibly narrowed state.  Also restore the cursor position.
11070 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11072         * org-crypt.el (auto-save-default): Make sure entries are
11073         encrypted before auto-saving.
11075 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11077         * org-inlinetask.el (org-inlinetask-promote)
11078         (org-inlinetask-demote): New functions.
11080 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11082         * org.el (org-demote-subtree,org-promote-subtree): Wrap
11083         `org-map-tree' into `org-with-limited-levels' macro, so it avoids
11084         operating on inline tasks.
11086 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11088         * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading'
11089         will move point to a real heading and not an inline task by
11090         wraping function into a `org-with-limited-levels' macro.
11092 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11094         * org-capture.el (org-capture-finalize): New argument clock-out,
11095         to tell whether finalizing the capture process should clock out
11096         the running clock.
11097         (org-capture): Use the new argument.
11099 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11101         * org.el (org-refile-get-targets): Rename from
11102         `org-get-refile-targets'.
11104 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11106         * org-exp.el (org-export-table-remove-empty-lines): New custom
11107         variable.
11108         (org-export-remove-special-table-lines): Use it.
11110 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11112         * org-table.el (org-table-fix-formulas-confirm): New custom
11113         variable.
11114         (org-table-insert-column, org-table-delete-column)
11115         (org-table-move-column, org-table-move-row)
11116         (org-table-insert-row, org-table-kill-row): Use it.
11118 2011-07-28  Tassilo Horn  <tassilo@member.fsf.org>
11120         * org.el (org-refile-get-location): Set and show default value.
11121         (org-goto, org-refile): Adapt calls.
11123 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11125         * org-mobile.el (org-mobile-files-exclude-regexp): New custom
11126         variable.
11127         (org-mobile-files-alist): Use it.
11129 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11131         * org.el (org-todo): Bugfix: use `org-with-wide-buffer' to check
11132         against headings outside of a narrowed buffer.
11134 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11136         * org.el (org-confirm-shell-link-not-regexp)
11137         (org-confirm-elisp-link-not-regexp): New custom variables.
11138         (org-open-at-point): Use the new custom variables.
11140 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
11142         * org-latex.el: Place \title \author \date before
11143         \begin{document}.
11145 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11147         * org-html.el (org-export-html-preamble)
11148         (org-export-html-postamble): Now default to `nil'.
11149         (org-export-as-html): When :html-pre/postamble is nil, fall
11150         back on the default pre/postamble, which depends on the
11151         :author-info, :email-info, :creator-info options.
11153 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11155         * ob-exp.el (org-babel-exp-results): Don't use cached results if
11156         there is no hash.
11158 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11160         * org-table.el (org-table-eval-formula): Treat relative column
11161         refs.
11163 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11165         * org-table.el (org-table-use-standard-references): Change default
11166         to `from'.
11168 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11170         * org.el (org-move-subtree-down): Leave the cursor at the same
11171         column we were at.
11173 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11175         * org-attach.el (org-attach-store-link-p): New variable.
11176         (org-attach-store-link): New function.
11177         (org-attach-attach): When `org-attach-store-link-p' is
11178         non-nil, store a link in `org-stored-links' to a newly
11179         attached file.
11181 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11183         * org-exp.el (org-export-remove-headline-metadata): Bugfix: don't
11184         case-fold-search to avoid mixing TODO keywords with real headline
11185         words.
11187 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11189         * org-table.el (org-table-fedit-finish): Read more general LHS of
11190         formulas.
11191         (org-table-formula-handle-@L): New function to hanle @L references.
11192         (org-table-current-ncol): New variable.
11193         (org-table-line-to-dline): New function.
11194         (org-table-get-stored-formulas): Accept range formulas as matches.
11195         (org-table-get-specials): Compute and store the number of columns.
11196         (org-table-get-range): New optional argument CORNERS-ONLY, to retrieve
11197         only the region marked by the range, not the content.
11198         (org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand
11199         range targets.  Also check for duplicate access to fields.
11200         (org-table-expand-lhs-ranges): New funktion.
11201         (org-table-get-remote-range): Bind `org-table-current-ncol' to protect
11202         the caller's value.
11203         (org-table-edit-formulas): Support highlighting of range targets.
11204         (org-table-field-info): Handle renge formulas.
11206 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11208         * org-html.el (org-export-html-postamble-format)
11209         (org-export-html-preamble-format): Explain how to escape the
11210         `%' character.
11212 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11214         * org-exp-bibtex.el (org-export-bibtex-preprocess): Use
11215         `org-export-current-backend'.
11217 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11219         * ob.el (org-babel-read): Read string variable values wrapped in
11220         double quotes, removing the quotes.
11222 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11224         * ob-exp.el (org-babel-exp-results): Ensure that processed params
11225         are send to org-babel-execute-src-block.
11227 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11229         * org-special-blocks.el
11230         (org-special-blocks-make-special-cookies): Use
11231         `org-export-current-backend'.
11233 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11235         * ob-exp.el (org-babel-exp-in-export-file): Now takes the language
11236         as an argument.
11237         (org-babel-exp-src-block): Explicitly pass language to
11238         `org-babel-exp-in-export-file'.
11239         (org-babel-exp-inline-src-blocks): Removed unused code.
11240         (org-babel-exp-results): Explicitly pass language to
11241         `org-babel-exp-in-export-file'.
11243 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11245         * ob-calc.el (org-babel-execute:calc): Unquote quoted vectors
11246         returned from calc-eval.
11248 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11250         * ob.el (org-babel-read): Pass elisp vectors through to code
11251         blocks.
11253 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11255         * ob.el (org-src-lang-modes): Defvar.
11256         (org-at-item-p): Declare function.
11258         * ob-calc.el (calc-store): Require.
11259         (var-syms): Defvar.
11261         * ob-python.el (py-default-interpreter): Defvar.
11263 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11265         * org-exp-blocks.el (backend): defvar.
11267 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11269         * org-agenda.el (org-agenda-get-scheduled):
11270         (org-agenda-get-timestamps): Bind local variable `show-all'.
11272 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11274         * ob-ref.el (org-at-item-p): Declare function.
11276         * org-agenda.el (diary-time-regexp): defvar.
11278         * org-archive.el (org-archive-subtree): Bind local variable
11279         `infile-p'.
11281         * org-capture.el (org-capture-insert-template-here): Get template
11282         text from property list, to avoid byte compiler message.
11284         * org-latex.el (org-export-latex-tables): Bind local variable
11285         `width'.
11287         * org-special-blocks.el (org-compat): Add require statement.
11289         * org-table.el (orgtbl-ctrl-c-ctrl-c): Bind local variable
11290         `const-str'.
11292         * org.el (org-eval): Moved function here from org-agenda.el.
11294 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11296         * ob.el (org-babel-read-table): Inhibit lisp evaluation of values
11297         when reading from tables.
11298         (org-babel-read-list): Inhibit lisp evaluation of values when
11299         reading from lists.
11300         (org-babel-read): Add optional argument which can be used to inhibit
11301         lisp evaluation of value.
11303 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11305         * ob-table.el (sbe): Ensure that ob-trim is only called on
11306         strings.
11308 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11310         * ob-exp.el (org-babel-exp-results): On export, ensure that the
11311         result hash is resolved in the original org-mode file.
11313 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11315         * org-exp.el (org-export-mark-list-end): Change end marker.
11317         * org-docbook.el (org-export-docbook-list-line): Use new marker.
11319         * org-html.el (org-html-export-list-line): Use new marker.
11321         * org-latex.el (org-export-latex-lists): Use new marker.
11323 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11325         * org-latex.el (org-export-latex-lists): Make sure markers used
11326         for export are taken into account by temporarily setting an
11327         appropriate value for `org-list-ending-method'.
11329 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11331         * org-exp-blocks.el (org-exp-blocks-block-regexp): Wrapping block
11332         regexp into its own variable, also allowing match of empty bodies.
11333         (org-export-blocks-preprocess): Using new regexp variable.
11335 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11337         * ob.el (org-babel-src-block-regexp): Code block regexp now
11338         matches blocks with empty bodies.
11340 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11342         * ob.el (org-babel-script-escape): If script escaped value doesn't
11343         parse cleanly, then return it literally.
11345 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11347         * ob-exp.el (org-babel-exp-src-block): When block will eventually
11348         be evaluated, pre-calculate the hash before noweb expansion, and
11349         expand the parameters before hash calculation.
11350         (org-babel-exp-do-export): Pass pre-calculated hash through to
11351         `org-babel-exp-results'.
11352         (org-babel-exp-results): Compare pre-calculated hash to results hash.
11354 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11356         * ob.el (org-babel-sha1-hash): Sort list values to header
11357         arguments, and sort the words in strings.
11359 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11361         * ob-ref.el (org-babel-ref-index-list): Special handling of hline
11362         rows.
11364 2011-07-28  Julien Danjou  <julien@danjou.info>
11366         * org-macs.el (org-with-point-at): Store evaluated version of
11367         pom.  This fixes a potential bug when using (org-with-point-at
11368         (func) …), where (func) would be evaluated multiple times,
11369         therefore might return different results if a marker was returned
11370         and different each time.
11372 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11374         * org.el (org-open-at-point): If a link to a radio target is the
11375         first, (resp. the last), element of a buffer, function cannot find
11376         the property change required to get its boundaries, and
11377         `buffer-substring' is called with an invalid nil argument.
11379 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11381         * org-table.el (org-table-copy-down): Fix docstring.
11383 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11385         * ob-latex.el (org-babel-execute:latex): Add imagemagick options,
11386         and for file types other than png and PDF it uses imagemagick to
11387         convert a compiled PDF file to the desired file type.
11388         (convert-pdf): Convert a PDF file to a new file type using
11389         imagemagick.
11391 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
11393         * org-capture.el (org-capture-fill-template): Fix bug with the
11394         display of interactive prompt in templates expansion.
11396 2011-07-28  Reiner Steib  <reiner.steib@gmx.de>
11398         * org-clock.el (org-clock-display): Document how to remove subtree
11399         times.
11401 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11403         * org-exp-blocks.el (org-export-blocks-format-comment): Explicitly
11404         append a newline to the body.
11406 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11408         * org-list.el (org-list-insert-item): When computing size of item
11409         being inserted, function has to take into account that indentation
11410         may not only be made of spaces.
11412 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11414         * org-clock.el (org-clock-find-position): If a list was adjacent
11415         to some clocks and a drawer was going to be created, only the
11416         first element of the list would make it into the drawer.
11418 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11420         * org-list.el (org-toggle-checkbox): Fix bug where top item in
11421         list was omitted when checking boxes.
11423 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11425         * ob-R.el: Don't print result to echo area after evaluation.
11427 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11429         * org-capture.el (org-capture-refile): Fix typo in docstring.
11431 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11433         * ob-calc.el (org-babel-execute:calc): Call out to new function
11434         for variables resolution.
11435         (ob-calc-maybe-resolve-var): Resolve (possibly recursively)
11436         variables in calc expressions.
11438 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11440         * ob-C.el (org-babel-tangle-lang-exts): Replace "c++" with "C++".
11441         (org-babel-C++-compiler): Replace "c++" with "C++".
11442         (org-babel-execute:cpp): Replace "c" with "C++".
11443         (org-babel-execute:C++): Replace "c" with "C++".
11444         (org-babel-expand-body:C++): Replace "c" with "C++".
11445         (org-babel-C-execute): Replace "c" with "C++".
11447 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11449         * ob-ref.el (org-babel-ref-at-ref-p): Only try to read results as
11450         a list if at the *beginning* of a list item.
11452         * ob.el (org-babel-read-result): Only try to read results as a
11453         list if at the *beginning* of a list item.
11455 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11457         * org-list.el (org-cycle-item-indentation): Do not break an
11458         indentation cycle because visibility cycling is requested.  This
11459         happens when an item becomes a parent, due to indentation change.
11460         Not considered empty anymore, the function cannot change its
11461         indentation again.
11463 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11465         * org-clock.el (org-clocktable-write-default): Bugfix: falls back
11466         on `org-export-default-language' when no :lang parameter is set.
11468 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11470         * org-capture.el (org-capture-expand-file): New function.
11471         (org-capture-target-buffer):
11472         (org-capture-set-target-location): Use `org-capture-expand-file'.
11474 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11476         * ob.el (org-babel-read-list): Reading the value of a list has
11477         been updated to reflect the new structure of org-mode lists in
11478         elisp.
11479         (org-babel-insert-result): Writing code block results to lists has
11480         been updated to reflect the new list structure.
11481         (org-babel-result-end): Remove a previous change to end-of-list
11482         marker detection.
11484 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11486         * org-list.el (org-cycle-item-indentation): Each time the function
11487         moves item back to child position, a white space is added to the
11488         line.
11490 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11492         * ob.el (org-babel-process-params): Allow elisp code in
11493         specification of results header arguments.
11495 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11497         * org-agenda.el (org-agenda-append-agenda): New command.
11498         (org-agenda-mode-map): New keybinding to this new command.
11500 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11502         * org.el (org-ctrl-c-ctrl-c): Call `org-list-send-list' only when
11503         cursor it at very first item of the list, as specified in the
11504         manual.  Also refactored the list part of the function a bit.
11506 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11508         * org-agenda.el (org-agenda): Set the 'last-args property to nil
11509         when calling `org-agenda'.  Don't kill the local variable
11510         `org-agenda-current-span'.
11511         (org-run-agenda-series): Use the new property 'last-args.
11512         (org-agenda-change-time-span): Use the dynamically set
11513         `org-agenda-overriding-arguments' variable when non-nil.
11515 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11517         * ob.el (org-babel-result-end): Adjust marker of list end to
11518         changes in the list format.
11520 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11522         * org-list.el (org-toggle-checkbox, org-update-checkbox-count): No
11523         need to wrap `org-entry-get' in `ignore-errors'.
11525 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11527         * org.el (org-toggle-item, org-toggle-heading): Make sure every
11528         sub-item in a list is changed into a sub-heading and sub-headings
11529         are translated into sub-items.  Also ignore inline tasks in the
11530         process.
11532 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11534         * org-exp.el (org-export-select-backend-specific-text): Add
11535         `original-indentation' property when replacing #+begin_backend and
11536         #+backend blocks with their content.  This is needed for lists, as
11537         they must know if the block belonged to them.
11539 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11541         * org-html.el (org-html-export-list-line): Insert a newline
11542         character before ending an item, as anchor could be on a line
11543         going to be deleted, like a drawer ending string.
11545         * org-list.el (org-list-to-html): Same.
11547 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11549         * org.el (org-set-autofill-regexps): Use `org-item-re' in
11550         `paragraph-start' to recognize alphabetical lists.
11551         (org-fill-paragraph): Enforce a pre-computed fill-prefix before
11552         calling `fill-paragraph' when point is in an item.  Also prevent
11553         paragraphs getting merged into an adjacent list upon filling.
11554         (org-adaptive-fill-function): Make sure to determine real
11555         fill-prefix for auto-fill.
11556         (org-auto-fill-function): Use a pre-computed fill-prefix before
11557         calling `do-auto-fill'.
11559         * org-list.el (org-list-item-body-column): New function.
11561 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11563         * org-inlinetask.el (org-inlinetask-at-task-p)
11564         (org-inlinetask-toggle-visibility): New functions.
11566         * org-list.el (org-list-set-item-visibility): New function.
11568         * org.el (org-cycle, org-cycle-internal-local): Separate lists and
11569         inline tasks from headlines.
11570         (org-outline-level): Do not consider lists as headlines.  Cycling
11571         visibility is using different tools.
11573 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11575         * org-list.el (org-list-struct): Mark items less indented than top
11576         item of the list, so that they will be modified.
11577         (org-list-struct-apply-struct): Compare struct's indentation with
11578         line's indentation instead of old-struct's.  This is needed
11579         because `org-list-struct' automatically fixes indentation so
11580         changes might not be seen otherwise.
11582         * org.el (org-ctrl-c-ctrl-c): Small refactoring.
11584 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11586         * org-list.el (org-update-checkbox-count): When a part of the
11587         buffer is processed to count checkboxes, lists are read from top
11588         to bottom, but inside lists (in drawers, blocks, or inline tasks)
11589         are skipped.  Thus, cookies cannot be updated.  This patch
11590         enforces reading of such lists if counter is itself in a special
11591         context.
11593 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11595         * org-list.el (org-list-struct-apply-struct): Inline tasks along
11596         with their content must stay at column 0 even if the item is
11597         gaining indentation.  Moreover, fix indentation of text in an
11598         inline task, now it can be in such a task within a list.
11600 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11602         * org-list.el (org-at-item-p): Also verify context is valid.
11603         Otherwise it would recognize valid items where `org-in-item-p'
11604         wouldn't.
11605         (org-in-item-p, org-list-struct-apply-struct): Use shorter version
11606         of org-at-item-p.
11607         (org-cycle-list-bullet): Fix typo.
11608         (org-list-parse-list): Avoid calling `org-at-item-p' two times by
11609         using an appropriate regexp.
11611         * org.el (org-indent-line-function): Use an appropriate regexp
11612         instead of calling `org-at-item-p' two times.
11614 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11616         * org-list.el (org-in-item-p): When point was just after
11617         org-list-end-re, check wouldn't be done for starting line.  So, if
11618         the first line was an item, it wouln't be noticed and function
11619         would return nil.  Simplify and comment code.
11621 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11623         * org.el (org-toggle-item): When used on normal text, ensure every
11624         line in region is included in the new item, regardless of its
11625         original indentation.
11627 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11629         * org-list.el (org-list-struct-apply-struct): If end of list was
11630         at eol, for example, with list inside a block, the last list
11631         wouldn't be shifted.  Thus, the patch ensures no blank lines is
11632         skipped.
11634 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11636         * org.el (org-toggle-item): Now accepts a prefix argument.  When
11637         used without argument on normal text, it will make the whole
11638         region one item.  With an argument, it defaults to old behavior:
11639         change each line in region into an item.
11641 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11643         * org.el (org-return): When called from inside an item with the
11644         indent flag, function should keep text moved inside the item.
11645         This allows to use C-j to separate lines in an item: cursor won't
11646         go back to column 0.
11648 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11650         * org-list.el (org-list-struct): When a line has org-example
11651         property, skip the entire block.  This is needed during export,
11652         for example when src blocks in org markup contain lists, and are
11653         returned verbatim because org isn't in the list of interpreted
11654         languages.
11656 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11658         * org-list.el (org-in-item-p): Handle special cases when function
11659         is called with cursor amidst `org-list-end-re' or at an inline
11660         task.
11662 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11664         * ob.el (org-babel-result-end): Apply renaming.
11666         * org-exp.el (org-export-mark-list-properties): Apply renaming.
11668         * org-list.el (org-list-prevs-alist): Renamed from
11669         `org-list-struct-prev-alist'.
11670         (org-list-parents-alist): Renamed from `org-list-struct-parent-alist'.
11671         (org-list-write-struct): Renamed from `org-list-struct-fix-struct'.
11672         (org-list-parse-list, org-sort-list, org-list-indent-item-generic)
11673         (org-toggle-checkbox, org-update-checkbox-count)
11674         (org-cycle-list-bullet, org-list-repair, org-insert-item)
11675         (org-move-item-up, org-move-item-up, org-move-item-down)
11676         (org-next-item, org-previous-item, org-end-of-item-list)
11677         (org-beginning-of-item-list, org-apply-on-list): Apply renaming.
11678         (org-get-bullet): Removed function, as it is not needed anymore.
11680 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11682         * org-list.el (org-list-insert-item-generic): Change arguments.
11683         The function now accepts structure and previous items alist.  This
11684         allows to insert an item programmatically more easily.
11685         (org-insert-item): Apply changes to
11686         `org-list-insert-item-generic'.  The function now takes care about
11687         repairing structure and updating checkboxes.
11689         * org-timer.el (org-timer-item): Apply changes to
11690         `org-list-insert-item-generic'.  The function now takes care about
11691         repairing structure.
11693 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11695         * org-list.el (org-list-make-subtree): Function now uses
11696         `org-list-parse-list mechanism'.
11697         (org-list-make-subtrees): Removed function.
11698         (org-list-to-generic): Added a parameter and every parameter can
11699         be a sexp returning a string, for finer control.
11700         (org-list-to-html, org-list-to-latex, org-list-to-texinfo): Slight
11701         modifications to apply changes to `org-list-to-generic'.
11702         (org-list-to-subtree): New function.
11704 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11706         * org.el (org-beginning-of-line): Apply changes to
11707         `org-item-beginning-re' to correct sub-expression reference.
11709 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11711         * org-docbook.el (org-export-docbook-list-line): Even with
11712         alphabetical lists, Org shouldn't enforce a particular list type
11713         to exporters.  This is a job for style files.
11715         * org-html.el (org-html-export-list-line): Ib idem.
11717 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11719         * org-list.el (org-at-item-counter-p): New function.
11720         (org-list-parse-list): Handle counters and list depth.
11721         (org-list-to-generic): A special string is used when an item has a
11722         counter.
11723         (org-list-to-latex): Use new special string for counters.  This
11724         fixes the counter bug in LaTeX export, as the enumi counter was
11725         the only one modified.
11727         * org-latex.el (org-export-latex-lists): Use new
11728         `org-list-parse-list' output.
11730 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11732         * org-list.el (org-list-get-list-type): New function.
11733         (org-list-parse-list): Use new function.
11735         * org-html.el (org-html-export-list-line): Use new function.
11737         * org-docbook.el (org-export-docbook-list-line): Use new function.
11739 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11741         * org-list.el (org-alphabetical-lists): New variable
11742         (org-item-re, org-list-full-item, org-cycle-list-bullet)
11743         (org-list-struct-fix-bul, org-list-inc-bullet-maybe): Reflect
11744         introduction of the new variable.
11745         (org-item-beginning-re): Changed into a function, so any
11746         modification of `org-alphabetical-lists' will not require
11747         reloading Org.
11748         (org-at-item-p, org-toggle-checkbox, org-update-checkbox-count)
11749         (org-list-parse-list, org-list-send-list): Reflect changes to
11750         `org-item-beginning-re'.
11751         (org-list-use-alpha-bul-p): New function.
11753         * org.el (org-check-for-hidden): Reflect changes to
11754         `org-item-beginning-re'.
11756         * org-capture.el (org-capture-place-item): Reflect changes to
11757         `org-item-beginning-re'.
11759         * org-docbook.el (org-export-docbook-list-line): Handle New type
11760         of items.
11762         * org-exp.el (org-export-mark-list-end)
11763         (org-export-mark-list-properties): Reflect changes to
11764         `org-item-beginning-re'.
11766         * org-html.el (org-html-export-list-line): Handle new type of
11767         items.
11769         * org-latex.el (org-export-latex-lists): Handle new type of items
11770         and reflect changes to `org-item-beginning-re'.
11772         * org-ascii.el (org-export-ascii-preprocess): Handle new counters.
11774 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11776         * org-list.el (org-list-end-re): Removed function and made it a
11777         variable.  There's no need for the overhead of calling the
11778         function every at every line in a list.  User will have to reload
11779         Org if he change value of either `org-list-end-regexp' or
11780         `org-empty-line-terminates-plain-lists'.
11781         (org-in-item-p,org-list-struct,org-list-parse-list): Apply change.
11783         * org-exp.el (org-export-mark-list-end)
11784         (org-export-mark-list-properties): Apply change.
11786         * org-latex.el (org-export-latex-lists): Apply change.  Also
11787         prevent items with org-example property to be considered as real
11788         items.
11790 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11792         * org-inlinetask.el (org-inlinetask-export-templates): Slightly
11793         modify templates so environment boundaries don't interfere with
11794         content of task.  Unprotect content of task so it might benefit
11795         from further transformations.  Set original-indentation property to
11796         a high value to ensure that task is always in the last item of the
11797         list.  Also, apply templates later in export process.
11799         * org-list.el (org-list-struct): Fix inline task skipping.
11801 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11803         * org-latex.el (org-export-latex-lists): Search for unprotected
11804         items only, and redefine `org-at-item'.  This change is required
11805         when verbatim lists are inserted during export, usually by Babel.
11807 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11809         * ob.el (org-babel-result-end): End position is end of current
11810         sublist instead of bottom point, as results might be inserted in a
11811         list themselves.
11813 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11815         * org-list.el (org-list-automatic-rules): Removed insert rule.
11816         (org-list-insert-item-generic): Removed code preventing user to
11817         insert another item in a block within a list.  It is because new
11818         list context make it impossible to see if a point in a block is
11819         also in a list.
11821 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11823         * org-exp.el (org-export-preprocess-string): Mark list endings
11824         before babel blocks preprocessing starts, so blank lines that may
11825         be inserted do not break list's structure.  Then, mark list with
11826         special properties required by exporters.  Thus output from babel
11827         can easily be included in lists.
11828         (org-export-mark-list-end): New function.
11829         (org-export-mark-list-properties): New function.
11830         (org-export-mark-lists): Removed function.  It was split into the
11831         two preceding functions.
11833 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11835         * org-list.el (org-update-checkbox-count): Do not recompute every
11836         list before next heading when there are more than one cookie in an
11837         headline.  Moreover, ignore the case where cookie is inserted
11838         neither at an heading nor at an item.
11840 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11842         * org-list.el (org-sort-list): Fix number of arguments to
11843         `org-list-repair', plus make `end-record' go to end of item before
11844         any blank line to keep them from being swallowed in the sorting.
11846 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11848         * org-list.el (org-list-forbidden-blocks): Renamed from
11849         `org-list-blocks'.
11850         (org-list-export-context): New variable.
11852 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11854         * org-list.el (org-list-search-generic): Renamed form
11855         `org-search-unenclosed-generic' to reflect the new behavior.  Now,
11856         match can only be in a valid context for lists, as determined by
11857         `org-list-context'.
11858         (org-list-search-backward): Renamed from
11859         `org-search-backward-unenclosed'.
11860         (org-list-search-forward): Renamed from
11861         `org-search-forward-unenclosed'.
11862         (org-toggle-checkbox,org-update-checkbox-count): Use new
11863         functions.
11864         (org-sort-list): Using default regexp search functions as context
11865         is not required in this case.
11867 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11869         * org-exp.el (org-export-mark-lists): New function, replacing
11870         org-export-mark-list-ending.  It adds information as text
11871         properties to every list, before changes done by exporter destruct
11872         them.
11874 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11876         * org-list.el (org-list-get-first-item): New alias for
11877         `org-list-get-list-begin'.
11878         (org-list-get-last-item): New function.
11879         (org-list-get-list-end): Use `org-list-get-last-item'.
11881 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11883         * org.el (org-get-string-indentation): Moved in generally useful
11884         functions section, as it wasn't specific to plain lists and that
11885         no code was using it in org-list.el.
11887 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11889         * org.el (org-skip-over-state-notes,org-store-log-note): Use new
11890         accessors.
11892 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11894         * org-list.el (org-list-indent-item-generic): Remove error
11895         messages happening before process.  This belongs to interactive
11896         functions.
11897         (org-indent-item,org-indent-item-tree)
11898         (org-outdent-item,org-outdent-item-tree): Ensure point or region
11899         is correct before computing list structure.  Return an error
11900         message otherwise.
11902 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11904         * org-list.el (org-apply-on-list): Use new structures.  Function
11905         is now applied in reverse order so modifications do not change
11906         positions of items in buffer.
11908 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11910         * org-list.el (org-list-parse-list): Rewrite of function to allow
11911         text following a sub-list in the same item.  See docstring for an
11912         example of output.
11913         (org-list-to-generic): Use new parsing function.
11914         (org-list-to-latex,org-list-to-html): Minor change for clearer
11915         export.
11917 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11919         * org-list.el (org-list-has-child-p): Renamed from
11920         `org-list-get-child'.  Returning first child is only useful as a
11921         predicate, as we are allowing an item to have more than one
11922         sub-list.
11923         (org-list-indent-item-generic): Use `org-list-has-child-p' instead
11924         of org-list-get-child.
11925         (org-in-item-p): Also return item beginning when list starts at
11926         context beginning.
11927         (org-list-get-parent): Use of `org-list-struct-parent-alist'
11928         helper function is not optional anymore.
11929         (org-list-get-all-items): Shorten code with the help of cl.el.
11930         (org-list-get-children): Now returns all children of item, even if
11931         they do not belong to the same list.  Renamed from
11932         `org-list-get-all-children'.
11933         (org-list-get-list-begin): Function wasn't return value when item
11934         was already the first item of the list at point.
11935         (org-list-get-list-end): Function wasn't return value when item
11936         was already the last item of the list at point.
11937         (org-list-struct-fix-box,org-update-checkbox-count): Now uses
11938         `org-list-get-children'.
11940 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11942         * org.el (org-indent-line-function): Indentation of item's body
11943         starts just after the bullet, not after a checkbox.  Moreover, As
11944         `org-in-item-p' also returns item beginning position when point is
11945         in a list, do not compute it a second time.
11947 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11949         * org.el (org-ctrl-c-ctrl-c): When called at a list item, replace
11950         usage `org-repair-list', forcing another reading of the list, with
11951         only needed subroutines.
11953 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11955         * org-list.el (org-list-separating-blank-lines-number): Use new
11956         accessors.
11957         (org-list-insert-item-generic): Use list structures to insert a
11958         new item.
11959         (org-list-exchange-items): Refactor and comment code.  Now return
11960         new struct instead of modifying it, as list sorting would
11961         sometimes eat first item.
11962         (org-move-item-down,org-move-item-up): Reflect changes to
11963         `org-list-exchange-items'.
11964         (org-insert-item): As `org-in-item-p' also computes item beginning
11965         when applicable, reuse the result.
11967 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11969         * org-list.el (org-list-in-item-p): Unify methods for this
11970         predicate.
11971         (org-list-in-item-p-with-indent): Removed function.
11972         (org-list-ending-between): Removed function.
11973         (org-list-maybe-skip-block): Removed function.
11974         (org-list-in-item-p-with-regexp): Removed function.
11975         (org-list-top-point-with-regexp): Removed function.
11976         (org-list-top-point-with-indent): Removed function.
11977         (org-list-bottom-point-with-indent): Removed function.
11978         (org-list-bottom-point-with-regexp): Removed function.
11979         (org-list-get-item-same-level): Removed function.
11980         (org-list-top-point): Removed function.
11981         (org-list-bottom-point): Removed function.
11982         (org-get-item-beginning): Renamed to `org-list-get-item-begin' to
11983         be consistent with naming policy of non-interactive functions.
11984         (org-get-beginning-of-list): Removed function.
11985         (org-beginning-of-item-list): Use new accessors.
11986         (org-get-end-of-list): Removed function.
11987         (org-end-of-list): Use new accessors.
11988         (org-get-end-of-item): Removed function.
11989         (org-end-of-item): Use new accessors.
11990         (org-get-previous-item): Removed function.
11991         (org-previous-item): Use new accessors.
11992         (org-get-next-item): Removed function.
11993         (org-next-item): Use new accessors.
11994         (org-list-get-item-end-before-blank): Use new accessors.
11996 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11998         * org-list.el (org-list-repair): Removed optional argument
11999         FORCE-BULLET.  The job of this interactive function is to
12000         completely fix a list at point.  Changing bullets is a separate
12001         task.  Also removed others optional arguments TOP and BOTTOM to
12002         follow the new structures.
12003         (org-list-indent-item-generic): Remove need for TOP and BOTTOM.
12004         STRUCT is a new required argument.  This avoids computing a list
12005         structure many times when function is called more than once in a
12006         row, for example in `org-cycle-item-indentation'.  Use new
12007         accessors.  Now, also call `org-update-checkbox-count-maybe'.
12008         (org-outdent-item, org-indent-item, org-outdent-item-tree)
12009         (org-indent-item-tree): Remove need for TOP and BOTTOM.
12010         (org-list-insert-item-generic): Reflect changes to `org-list-repair'.
12011         (org-list-exchange-items): Use new accessors.  Now modify struct
12012         to avoid re-reading it later.
12013         (org-move-item-down): Reflect changes to `org-list-repair'.  Use
12014         new accessors.
12015         (org-move-item-up): Reflect changes to `org-list-repair'.  Use new
12016         accessors.
12017         (org-cycle-list-bullet): Use new structures.  Also use a shortcut
12018         to `org-list-struct-fix-struct' in order to avoid unnecessary
12019         fixes, like `org-list-struct-fix-box'
12020         (org-sort-list): Use of new structures.  Renamed an internal
12021         function for a little more clarity.
12022         (org-cycle-item-indentation): Remove dependency on
12023         `org-list-repair'.  Use new accessors.
12024         (org-list-get-child): Correct bug when asking for the child of the
12025         last item.
12026         (org-list-exchange-items): Use new accessors.
12028 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
12030         * org-list.el (org-list-blocks): New variable.
12031         (org-list-context): New function.
12032         (org-list-full-item-re): New variable.
12033         (org-list-struct-assoc-at-point): Use new variable.
12034         (org-list-struct): Rewrite of function.  Now, list data is
12035         collected by looking at the list line after line.  It reads the
12036         whole list each time because reading only a subtree was not enough
12037         for some operations, like fixing checkboxes.  It also removes the
12038         need to get `org-list-top-point' and `org-list-bottom-point'
12039         first.  An added data is the position of item ending.  This aims
12040         to be able to have list followed by text inside an item.
12041         (org-list-struct-assoc-end): New function.
12042         (org-list-struct-parent-alist): New function.
12043         (org-list-get-parent): New function.
12044         (org-list-get-child): New function.
12045         (org-list-get-next-item): New function.
12046         (org-list-get-prev-item): New function.
12047         (org-list-get-subtree): Use helper function `org-list-struct-prev-alist'.
12048         (org-list-get-all-items): New function.
12049         (org-list-get-all-children): New function.
12050         (org-list-get-top-point): New function.
12051         (org-list-get-bottom-point): New function.
12052         (org-list-get-counter): New function.
12053         (org-list-get-item-end): New function.
12054         (org-list-struct-fix-bul): Rewrite for cleaner code.  Make use of
12055         new accessors.
12056         (org-list-struct-fix-ind): Make use of new accessors.
12057         (org-list-struct-fix-box): New function.
12058         (org-list-struct-fix-checkboxes): Removed function.
12059         (org-list-struct-outdent): Use new accessors.  Use the fact that
12060         there is no longer a virtual item at beginning of structure.
12061         (org-list-struct-indent): Use helper functions
12062         `org-list-struct-prev-alist' and `org-list-struct-parent-alist'.
12063         Also use new accessors.
12064         (org-list-struct-fix-struct): Comment function.  Call directly
12065         `org-list-struct-apply-struct', without removing unchanged items
12066         first.
12067         (org-list-struct-apply-struct): Comment function.  Rewrite using
12068         new accessors.  Use new variable `org-list-full-item-re'.
12069         (org-list-shift-item-indentation): Removed function, now included
12070         in `org-list-struct-apply-struct' because it is too specific.
12072 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
12074         * org-list.el (org-toggle-checkbox): Use structures to fix
12075         checkboxes of a list.
12076         (org-update-checkbox-count): Use structures to update cookies.
12078 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
12080         * org-list.el (org-list-struct-fix-checkboxes): New function.
12081         (org-checkbox-blocked-p): Removed function.
12083 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
12085         * org-list.el (org-list-get-all-items): New function.
12086         (org-list-get-all-children): New function.
12087         (org-list-get-nth): New function.
12088         (org-list-set-nth): New function.
12089         (org-list-get-ind): New function.
12090         (org-list-set-ind): New function.
12091         (org-list-get-bullet): New function.
12092         (org-list-set-bullet): New function.
12093         (org-list-get-checkbox): New function.
12094         (org-list-set-checkbox): New function.
12095         (org-list-struct-fix-bul): Use new accessors.
12096         (org-list-repair): Use new accessors.
12097         (org-list-indent-item-generic): Make use of accessors.
12098         (org-list-get-parent): Renamed from `org-list-struct-get-parent'.
12099         (org-list-get-child): Renamed from `org-list-struct-get-child'.
12100         (org-list-struct-fix-ind): Make use of accessors.
12101         (org-list-get-next-item): New function.
12102         (org-list-get-subtree): New function.
12104 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
12106         * org-list.el (org-list-struct-assoc-at-point): Add checkbox to
12107         list structure.
12109         * org-list.el (org-list-struct-assoc-at-point): Add checkbox as
12110         value in structure.
12112         * org-list.el (org-list-struct-apply-struct): Also apply
12113         checkboxes.
12115 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12117         * org-latex.el (org-export-latex-content): Bind local variables
12118         for export in the temporary export buffer.
12120 2011-07-28  David Maus  <dmaus@ictsoc.de>
12122         * org-protocol.el (org-protocol-unhex-single-byte-sequence)
12123         (org-protocol-unhex-string, org-protocol-unhex-compound): Change
12124         date of obsolete declaration to 2011-02-17.
12126 2011-07-28  David Maus  <dmaus@ictsoc.de>
12128         * org.el (org-link-escape): Throw error if encoding character in
12129         utf8 fails.
12131 2011-07-28  David Maus  <dmaus@ictsoc.de>
12133         * org-protocol.el (org-protocol-split-data)
12134         (org-protocol-open-source): Use `org-link-unescape' instead of
12135         obsolete unhex string function.
12137 2011-07-28  David Maus  <dmaus@ictsoc.de>
12139         * org.el (org-link-escape, org-link-escape-chars-browser)
12140         (org-link-escape-chars): Always percent escape the percent sign.
12142 2011-07-28  David Maus  <dmaus@ictsoc.de>
12144         * org.el (org-link-unescape): Simpler algorithm for replacing
12145         percent escapes.
12146         (org-link-unescape-compound): Use cond statements instead of nested
12147         if, convert hex string with string-to-number, save match data.
12148         (org-link-unescape-single-byte-sequence): Use mapconcat and
12149         string-to-number for unescaping single byte sequence.
12151 2011-07-28  David Maus  <dmaus@ictsoc.de>
12153         * org.el (org-link-escape): Rename lambda argument.
12155 2011-07-28  David Maus  <dmaus@ictsoc.de>
12157         * org.el (org-link-escape-chars-browser, org-link-escape-chars):
12158         Add percent sign to list of escape chars.
12160 2011-07-28  David Maus  <dmaus@ictsoc.de>
12162         * org-mobile.el (org-mobile-escape-olp): Use new percent escape
12163         character table format.
12165 2011-07-28  David Maus  <dmaus@ictsoc.de>
12167         * org-mobile.el (org-mobile-locate-entry): Remove obsolete
12168         argument in call to org-link-unescape.
12170 2011-07-28  David Maus  <dmaus@ictsoc.de>
12172         * org-protocol.el (org-protocol-unhex-string)
12173         (org-protocol-unhex-compound)
12174         (org-protocol-unhex-single-byte-sequence): Declare obsolete and
12175         alias to respective org-link-unescape-* functions.
12177 2011-07-28  David Maus  <dmaus@ictsoc.de>
12179         * org.el (org-link-unescape, org-link-unescape-compound)
12180         (org-link-unescape-single-byte-sequence): Functions moved and renamed
12181         from org-protocol.el.
12183 2011-07-28  David Maus  <dmaus@ictsoc.de>
12185         * org-macs.el (org-char-to-string): Inline function to properly
12186         decode utf8 characters in Emacs 22.  Moved and renamed from
12187         org-protocol.el.
12189 2011-07-28  David Maus  <dmaus@ictsoc.de>
12191         * org.el (org-link-escape): New optional argument.  Merge user
12192         table with default table.
12194 2011-07-28  David Maus  <dmaus@ictsoc.de>
12196         * org.el (org-link-escape): Fixup doc string.
12198 2011-07-28  David Maus  <dmaus@ictsoc.de>
12200         * org.el (org-link-escape-chars, org-link-escape-chars-browser):
12201         New format of percent escape table.
12202         (org-link-escape): Use new table format.
12204 2011-07-28  David Maus  <dmaus@ictsoc.de>
12206         * org.el (org-link-escape): New Unicode aware percent encoding
12207         algorithm.
12209 2011-07-28  Sebastian Rose  <sebastian_rose@gmx.de>
12211         * org-protocol.el (org-protocol-unhex-single-byte-sequence): New
12212         function.  Decode hex-encoded singly byte sequences.
12213         (org-protocol-unhex-compound): Use new function if decoding sequence
12214         as Unicode character failed.
12216 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12218         * org-html.el (org-export-as-html): Expand the HTML title.
12220 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12222         * org-publish.el (org-publish-cache-ctime-of-src): Improve
12223         docstring.
12224         (org-publish-find-title): New option to explicitly reset the title
12225         in the cache.
12226         (org-publish-format-file-entry): Use this new option.
12228 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12230         * org-exp.el (org-export-preprocess-string): Set the source buffer
12231         and use `org-clone-local-variables' to get local variables from
12232         it.
12234 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12236         * org-exp.el (org-export-format-source-code-or-example): Allow
12237         empty string as second element in minted/listings options.
12239 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12241         * org-exp.el (org-export-format-source-code-or-example): Support
12242         new user-customizable options.
12243         (org-export-latex-custom-lang-environments): Ensure new variable
12244         is defined.
12245         (org-export-latex-listings-options): Ensure new variable is defined.
12246         (org-export-latex-minted-options): Ensure new variable is defined.
12248 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12250         * org-html.el (org-export-as-html): Handle the case when
12251         `org-export-html-validation-link' is nil to keep backward
12252         compatible with the old default value of this variable.
12254 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12256         * ob.el (org-babel-insert-result): Don't choke if indent is not a
12257         number.
12259 2011-07-28  Christian Moe  <mail@christianmoe.com>  (tiny change)
12261         * org-bbdb.el (org-bbdb-export): When a link description has been
12262         added by `org-export-normalize-links', use path instead (remove
12263         the `bbdb:' prefix).
12265 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12267         * org-ascii.el (org-export-ascii-underline): Put the level's
12268         characters in the right order, as documented by the docstring.
12269         (org-ascii-level-start): Select the right char for underlining
12270         headlines.
12272 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12274         * org-src.el (org-edit-src-code): Allow to edit source code from
12275         modes derived from Org.
12277 2011-07-28  Niels Giesen  <niels.giesen@gmail.com>
12279         * org-clock.el (org-clock-clocktable-language-setup): Add list of
12280         dutch strings.
12282 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12284         * org-beamer.el: Mark frame as fragile when it is using minted for
12285         src block export.
12287 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12289         * org-agenda.el (org-agenda-date-later)
12290         (org-agenda-date-earlier): Enhance docstrings.
12291         (org-agenda-bulk-mark-regexp): Only match against headlines.
12292         Send a message when no entry is marked.
12293         (org-agenda-bulk-action): Fix bug about scattering deadlines.
12294         Send an error when trying to scatter outside an agenda or a
12295         timeline view.  Silently fail when trying to scatter sexp entries.
12297 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12299         * org-clock.el (org-clock-clocktable-language-setup): New custom
12300         variable.
12301         (org-clocktable-defaults): Set the default language.
12302         (org-clocktable-write-default): Use the new variable.
12304 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12306         * ob.el (org-babel-src-block-names): Don't strip text properties
12307         from search hits.
12308         (org-babel-result-names): Don't strip text properties from search
12309         hits.
12311 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12313         * ob-python.el (org-babel-python-evaluate-session): Pass nil as
12314         remove-echo part of META argument to
12315         `org-babel-comint-with-output'.
12317 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12319         * ob.el (org-babel-script-escape): Use `substring' comparison
12320         instead of regexp matching.
12322 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12324         * org-src.el (org-edit-src-code): When generating the code edit
12325         buffer, it is necessary for several variables to inherit their
12326         values from the parent org buffer.  These changes collect all such
12327         variables together into a single association list of
12328         `(variable-name value)' pairs.  In addition, a new variable is
12329         added to the list: `org-edit-src-content-indentation'.  This has
12330         the effect that a buffer local value can be used for that
12331         variable.
12333 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12335         * ob-table.el (sbe): Don't truncate sbe results.
12337 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
12339         * org-exp.el (org-export-add-options-to-plist): Require match to
12340         start at a word-boundary.
12342 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12344         * org-latex.el (org-export-latex-hyperref-format): Update
12345         docstring.
12347 2011-07-28  Tom Dye  <tsd@tsdye.com>
12349         * org.el: Update documentation of `org-add-link-type'.
12351 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12353         * org.el (org-open-at-point): Fix bug when using prefix arg to
12354         construct `org-link-search' call.  Rename prefix arg with a more
12355         generic name, to reflect its diverse uses in this function.
12357 2011-07-28  Rémi Vanicat  <vanicat@debian.org>
12359         * org-icalendar.el (org-icalendar-use-UTC-date-time): Remove.
12360         (org-icalendar-date-time-format): New custom variable.
12361         (org-icalendar-use-UTC-date-timep): New function.
12362         (org-ical-ts-to-string): Use the new variable.
12364 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12366         * org-vm.el (org-vm-store-link): Make sure the buffer is
12367         associated with a file when trying to store an Org link.
12369 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12371         * ob.el (org-babel-params-from-properties): Test for
12372         "header-arg-name" and ":header-arg-name", in that order.
12374 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12376         * org-capture.el (org-capture-templates): Document "currentfile"
12377         for capture template.
12378         (org-capture-templates): Allow to use currentfile for capture
12379         templates.
12380         (org-capture-set-target-location): Handle currentfile as a way to
12381         setting the capture buffer.
12383 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12385         * ob.el (org-babel-params-from-properties): Don't wrap
12386         `org-entry-get' into `condition-case'.
12388 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12390         * org.el (org-entry-get): Don't look for a property drawer if we
12391         are before the first heading in the file.
12392         (org-entry-get-with-inheritance): Don't attempt to move up the
12393         tree if we are before the first heading in the file.  Also,
12394         enclose less of the function in the `save-excursion'.
12396 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12398         * ob.el (org-babel-params-from-buffer): Return desired value
12399         rather than nil from failed re search.
12401 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12403         * org-agenda.el (org-get-entries-from-diary): Put multiline diary
12404         entries on a single line when lines don't start with a diary time.
12406 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12408         * org-html.el (org-export-html-protect-char-alist): New custom
12409         variable to define characters to be HTML protected.
12410         (org-html-protect): Use the new variable.
12412 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12414         * org-info.el (org-info-store-link): Use "#" to separate the info
12415         file and the node.
12416         (org-info-follow-link): Use both "#" to separate the info file and
12417         the node.  Continue to use ":" for backward compatibility.
12419 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12421         * org-icalendar.el (org-icalendar-honor-noexport-tag): New custom
12422         variable.
12423         (org-print-icalendar-entries): Use this new variable to prevent
12424         export of entries with a :noexport: tag.
12426 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12428         * org-exp.el (org-export-initial-scope): New custom variable.
12429         (org-export): Use this new variable.  If there is an active
12430         region, tell it when prompting the user for an export command.
12431         Also change the way the function handles selection of buffer and
12432         subtree export.
12434 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12436         * org-html.el (org-export-html-auto-preamble)
12437         (org-export-html-auto-postamble): Remove.
12438         (org-export-html-preamble, org-export-html-postamble): Turn into
12439         custom variables.  Update the docstrings.
12440         (org-export-html-preamble-format)
12441         (org-export-html-postamble-format): New custom variables.
12442         (org-export-as-html): Use `org-export-html-postamble-format' and
12443         `org-export-html-preamble-format'.
12444         (org-export-html-title-format): Delete.
12446 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12448         * org-exp-blocks.el (org-export-blocks-format-ditaa): This
12449         function is begin deprecated in favor of begin_src blocks.
12450         (org-export-blocks-format-dot): This function is begin deprecated in
12451         favor of begin_src blocks.
12453 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12455         * ob.el (org-babel-header-arg-names): no-expand is now part of the
12456         default header argument names list.
12458 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
12460         * org-publish.el (org-publish-sitemap-date-format)
12461         (org-publish-sitemap-file-entry-format): New custom variables.
12462         (org-publish-projects): Use these variables to format the sitemap
12463         entries.
12465 2011-07-28  Ulf Stegemann  <ulf-news@zeitform.de>
12467         * org-gnus.el (org-gnus-store-link): Allow `org-link' creation
12468         from `message-mode'.
12470 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12472         * org-agenda.el (org-agenda-filter-by-tag): Refresh agenda when
12473         updating the filter while the clock report is following the
12474         filter.
12476 2011-07-28  Julien Danjou  <julien@danjou.info>
12478         * org-agenda.el (org-agenda): Kill all local variables.  This
12479         assures we are not keeping buffer variable from an old agenda view
12480         when switching to a new custom agenda.
12482 2011-07-28  Julien Danjou  <julien@danjou.info>
12484         * org-crypt.el (org-encrypt-string): New function.
12485         (org-encrypt-entry): Use org-encrypt-string to encrypt, so we use
12486         cached crypted values.
12487         (org-decrypt-entry): Store crypted text in decrypted text.
12489 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12491         * ob-exp.el (org-babel-exp-lob-one-liners): Only replace the match
12492         if a non-nil result is returned.
12494 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12496         * org-agenda.el (org-agenda-get-day-entries): Compare DATE with
12497         modified today.
12499 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12501         * org.el (org-update-parent-todo-statistics): Fix bug when
12502         updating statistics from the column view.
12504 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12506         * org-agenda.el (org-agenda-bulk-mark-regexp): New command.
12507         (org-agenda-menu): Add the new command to the menu.
12508         (org-agenda-mode-map): Add % as the keybinding for the new
12509         command.
12511 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12513         * org-exp.el (org-export-target-internal-links): Locally turn on
12514         `org-link-search-must-match-exact-headline' to match exact
12515         internal links.
12517 2011-07-28  Julien Danjou  <julien@danjou.info>
12519         * org-faces.el (org-special-keyword): Make it inherited from
12520         `font-lock-keyword-face'.
12522 2011-07-28  Julien Danjou  <julien@danjou.info>
12524         * org-faces.el (org-link): Make `org-link' inherits from `link'
12525         face.
12527 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12529         * org.el (org-narrow-to-block): New function to narrow to block.
12530         Bound this function to `C-x n b'.
12532 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12534         * org.el (org-schedule, org-deadline): Fix bug: take care of
12535         repeating timestamps like ".+1d/3d" or "+1d 10d".
12537 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12539         * org-agenda.el (org-agenda-repeating-timestamp-show-all): Allow
12540         to use a list of TODO keywords as the value of this variable.  The
12541         agenda will show repeating stamps for entries matching these TODO
12542         keywords.
12543         (org-agenda-get-timestamps, org-agenda-get-deadlines)
12544         (org-agenda-get-scheduled): Allow the use of a list of keywords in
12545         `org-agenda-repeating-timestamp-show-all'.
12547 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12549         * org-latex.el (org-export-latex-emph-format): Don't use
12550         `org-export-latex-use-verb'.  Remove this variable.
12552 2011-07-28  Jason Dunsmore  <emacs-orgmode@dunsmor.com>  (tiny change)
12554         * org-html.el (org-html-handle-time-stamps): Fix bug when
12555         exporting inactive timestamps.
12557 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12559         * org-archive.el (org-archive-save-context-info): Fix docstring
12560         typo.
12561         (org-archive-subtree-add-inherited-tags): New variable to control
12562         whether inherited tags should be appended to local tags when
12563         archiving subtrees.
12564         (org-archive-subtree): Use the new variable.
12566 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12568         * org-archive.el (org-archive-save-context-info): Fix docstring.
12570 2011-07-28  Julien Danjou  <julien@danjou.info>
12572         * org-crypt.el (org-decrypt-entry): Delete \n on top level
12573         heading.  This avoids a display bug showing the heading outlined
12574         where the text is not since it does not have the outline property.
12575         Restore subtree visibility state after decryption.
12577 2011-07-28  Julien Danjou  <julien@danjou.info>
12579         * org-agenda.el (org-agenda-list): Use `org-agenda-current-span'
12580         as a possible default span if it is set.
12582 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12584         * org-src.el (org-edit-src-persistent-message): Change docstring.
12585         (org-edit-src-code): Get rid of help message in echo area.
12587         * ob.el (org-babel-do-in-edit-buffer): Do not pass 'quietly
12588         argument to org-edit-src-code as this has been removed.
12590 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12592         * org-latex.el (org-export-latex-emphasis-alist): Use
12593         \protectedtexttt for the =...= emphasis and \verb for the ~...~
12594         emphasis.
12595         (org-export-latex-use-verb): Now defaults to t.
12596         (org-export-latex-emph-format): Distinguish between =...= and
12597         ~...~ emphasis.
12599 2011-07-28  Julien Danjou  <julien@danjou.info>
12601         * org.el (org-link-expand-abbrev): Allow any type of character in
12602         link expand.
12604 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12606         * ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
12608 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12610         * ob-ref.el (org-babel-ref-resolve): `save-window-excursion' when
12611         resolving references.
12613 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12615         * org-html.el (org-export-html-html-helper-timestamp): Use <hr/>
12616         instead of <hr> to keep w3c validator happy.
12618 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12620         * ob.el (org-babel-where-is-src-block-head): Detect src block if
12621         point is on a #+header line.
12623 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12625         * ob.el (org-babel-where-is-src-block-head): Skip over intervening
12626         #+header lines when searching for block associated with block name
12627         line.
12629 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12631         * ob.el (org-babel-result-end): Replace call to `org-in-item-p' to
12632         the more specific `org-at-item-p'.
12634 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12636         * org-latex.el (org-latex-default-figure-position): New defcustom
12637         for default placement of latex figures.
12638         (org-export-latex-tables): Positioning tables using the new
12639         defcustom variable.
12640         (org-export-latex-format-image): Positioning images using the new
12641         defcustom variable.
12643 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12645         * ob-ditaa.el (org-babel-execute:ditaa): Throw error when
12646         evaluated and :file header argument is missing.
12648 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12650         * ob-exp.el (org-babel-exp-do-export): Simplified, no longer need
12651         to do anything to export code.
12652         (org-babel-exp-results): No longer returns a replacement for the
12653         code block.
12654         (org-babel-exp-inline-src-blocks): Simplified.
12655         (org-babel-exp-src-block): Removed unnecessary pluralization from
12656         function name.
12658 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12660         * ob-exp.el (org-babel-exp-inline-src-blocks): Simplified
12661         exportation of inline code blocks using normal code block
12662         execution mechanism to insert results.
12663         (org-babel-exp-results): Results exportation mechanism is unified
12664         for both inline and regular code blocks.
12666         * ob.el (org-babel-where-is-src-block-result): Returns the point
12667         after an inline code block for inline code blocks.
12669 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12671         * ob.el (org-babel-insert-result): Special handling of the
12672         position of results of inline code blocks.
12673         (org-babel-examplize-region): Now able to comment inline regions.
12675 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
12677         * org-exp.el (org-export-with-LaTeX-fragments): Fix docstring so
12678         that \\[ a = b \\] is not interpreted as a keybinding by
12679         `substitute-command-keys'.
12681 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12683         * org-latex.el (org-export-as-latex): Process export property list
12684         with `org-export-process-option-filters' early in latex export.
12686 2011-07-28  Julien Danjou  <julien@danjou.info>
12688         * org.el: Remove `org-invisible-p': `outline-invisible-p' is
12689         available in Emacs 22 and in recent XEmacs 21.  Replace in various
12690         files.
12692 2011-07-28  Julien Danjou  <julien@danjou.info>
12694         * org-agenda.el (org-agenda-get-progress): Fix regexp for statep:
12695         it must has \\ at the end of the line.  This avoid matching the
12696         following heading when there's no newline between the logged state
12697         and the next heading.
12699 2011-07-28  Julien Danjou  <julien@danjou.info>
12701         * org-agenda.el (org-format-agenda-item): Simplify time comuting.
12703 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
12705         * org.el (org-current-level, org-store-link, org-mark-subtree):
12706         Use `org-with-limited-levels'.
12708 2011-07-28  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12710         * org-publish.el (org-publish-get-base-files): Add sitemap file.
12712 2011-07-28  Matt Lundin  <mdl@imapmail.org>
12714         * org-agenda.el (org-agenda-todo-ignore-deadlines): New option.
12715         (org-agenda-todo-ignore-scheduled): New option.
12716         (org-agenda-todo-ignore-timestamp): New option.
12717         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
12718         Allow user to specify custom distance to ignore (future or past).
12719         (org-agenda-todo-custom-ignore-p): New function.
12721 2011-07-28  Matt Lundin  <mdl@imapmail.org>
12723         * org-habit.el (org-habit-parse-todo) Don't parse more days than
12724         needed.
12726 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12728         * ob.el (org-babel-map-inline-src-blocks): Macro for executing
12729         code in each inline code block.
12730         (org-babel-execute-buffer): Executes inline code blocks as well as
12731         regular code blocks.
12733 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12735         * ob.el (org-babel-result-end): Now recognizes "#+begin_org"
12736         blocks for removal.
12738 2011-07-28  Benjamin Drieu  <bdrieu@april.org>  (tiny change)
12740         * org-clock.el (org-clock-before-select-task-hook): New hook.
12741         (org-clock-select-task): Run new hook.
12743 2011-07-28  Julien Danjou  <julien@danjou.info>
12745         * org-agenda.el (org-agenda-get-blocks): Fix time of start/end of
12746         events with range.  This display things like: <2011-01-22 Sat
12747         14:00>--<2011-01-23 Sun 20:00> correctly, with the event starting
12748         at 14:00 and ending at 20:00.
12750 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12752         * ob.el (org-babel-inline-src-block-regexp): Character preceding
12753         "src_" can now be anything as long as it is neither alphanumeric
12754         nor '-'.
12756 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12758         * ob.el (org-babel-merge-params): Docstring typo.
12760 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12762         * ob.el (org-babel-params-from-buffer): Process all #+babel: lines
12763         in the buffer.
12765 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12767         * ob.el (org-babel-get-src-block-info): Alter order of merge
12768         arguments.
12770 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12772         * ob-python.el: Test whether non-nil buffer is #<killed buffer>.
12774 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12776         * ob.el (org-babel-insert-result): Ensure all parts of result
12777         wrappers end in newlines.
12779 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12781         * ob-tangle.el (org-babel-tangle): New :mkdirp header argument
12782         optionally creates parent directories of tangle targets.
12784 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12786         * org-ascii.el (org-ascii-level-start): Catch the case of levels
12787         which do not have an equivalent in the list of underline
12788         characters.
12790 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12792         * ob-sh.el (org-babel-sh-var-quote-fmt): Now possible to customize
12793         the format string used to escape arguments to shell code blocks.
12795 2011-07-28  Julien Danjou  <julien@danjou.info>
12797         * org-agenda.el (org-agenda-reset-view): New function.
12798         (org-agenda-view-mode-dispatch): Bind space to org-agenda-reset-view.
12800 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
12802         * org-exp.el (org-export-handle-include-files): Support :lines
12803         property.
12804         (org-get-file-contents): New argument lines to include specify a
12805         range of lines to include.
12807 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12809         * org.el (org-fast-tag-selection): Fix bug when assigning keys.
12811 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
12813         * org-latex.el (org-export-latex-make-header): Export email in
12814         author line if `org-export-email-info' is non-nil.
12816 2011-07-28  Julien Danjou  <julien@danjou.info>
12818         * org-agenda.el (org-agenda-goto-today): Respect current span.
12820 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12822         * org-complete.el (pcomplete/org-mode/link)
12823         (pcomplete/org-mode/todo, pcomplete/org-mode/prop): Copy list
12824         before uniquifying.
12826 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12828         * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
12829         linking comment type
12830         (org-babel-tangle-comment-links): Returns comment links for the
12831         source code block at point.
12833 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12835         * org.el (org-refile-check-position): Send a more explicit message
12836         on how to clear the cache before refiling again.
12838 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12840         * org-agenda.el (org-agenda-skip-function-global): New option.
12841         (org-agenda-skip-eval): New function.
12842         (org-agenda-skip): Use `org-agenda-skip-eval' and also check for
12843         the global skipping condition.
12845 2011-07-28  David Maus  <dmaus@ictsoc.de>
12847         * org-html.el (org-export-as-html): Handle timestamps after
12848         handling links.
12850 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12852         * ob-tangle.el (org-babel-tangle-jump-to-org): Ever wider searches
12853         until either a matching block is found, or the limits of the file
12854         are reached.
12856 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12858         * ob.el (org-babel-update-block-body): Literal argument to
12859         `replace-match' to allow insertion of text containing '\'.
12861 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12863         * ob-ref.el (org-babel-ref-parse): Allow passing empty strings
12864         into code blocks.
12866 2011-07-28  David Maus  <dmaus@ictsoc.de>
12868         * test-org-table.el
12869         (test-org-table/org-table-convert-refs-to-rc/3)
12870         (test-org-table/org-table-convert-refs-to-rc/2)
12871         (test-org-table/org-table-convert-refs-to-rc/1)
12872         (test-org-table/org-table-convert-refs-to-an/3)
12873         (test-org-table/org-table-convert-refs-to-an/2)
12874         (test-org-table/org-table-convert-refs-to-an/1): Provide tests for
12875         table formular format conversion.
12877 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12879         * org.el (org-sort-entries): Fix sorting with a bold emphasis at
12880         bol.
12882 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12884         * ob.el (org-babel-open-src-block-result): Must collect result
12885         *before* jumping to the result buffer.
12887 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12889         * ob.el (org-babel-src-block-names): Fix bug, wrong match-string
12890         used after update to regexp.
12892 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12894         * ob.el (org-babel-temp-file): Ensure that
12895         `org-babel-temporary-directory' is bound before using.
12896         (org-babel-remove-temporary-directory): Safer error throwing.
12898 2011-07-28  niels giesen  <niels.giesen@gmail.com>
12900         * org-docbook.el (org-export-docbook-finalize-table): Do literal
12901         replacements.
12903 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12905         * ob.el (org-babel-execute-src-block): Uses org-src-lang-modes to
12906         resolve language names for evaluation.
12908 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12910         * org-capture.el (org-capture-templates): Add %f and %F escapes
12911         (org-capture): Add more information to capture property list
12912         (org-capture-fill-template): Handle %f and %F escapes.
12914 2011-07-28  David Maus  <dmaus@ictsoc.de>
12916         * org-publish.el (org-publish-cache-ctime-of-src): Use mtime of
12917         symlink target.
12919 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12921         * org.el (org-occur-next-match): New function.
12922         (org-mode): Set the variable `next-error-function'.
12923         (org-highlight-new-match): Add an `org-type' property to the
12924         overlays.
12926 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12928         * ob-calc.el: No longer require `calc-trail' on XEmacs.
12930 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12932         * org.el (org-modules): Add `org-eshell'.
12934 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12936         * org-special-blocks.el (htmlp, latexp, line): Add defvars for
12937         dynamically scoped variables.
12939         * org.el (org-modules): Move `org-special-blocks' into the core
12940         modules section.
12942 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12944         * org-special-blocks.el: New file.
12946 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12948         * org.el (org-plist-delete): Remove duplicate definition.
12950 2011-07-28  Bernt Hansen  <bernt@norang.ca>
12952         * org-agenda.el (org-agenda-goto): Display invisible entry text.
12954         * org-agenda.el (org-agenda-switch-to): Display invisible entry
12955         text.
12957 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12959         * org.el (org-get-category): New optional argument FORCE-REFRESH.
12960         Automatically refresh if the property is not there.
12961         (org-entry-properties): Remove refresh - this is now done in
12962         org-get-category.
12964         * org-clock.el (org-clock-insert-selection-line): Let
12965         `org-get-category' do the property refresh.
12967         * org-archive.el (org-archive-subtree): Force a refresh of
12968         category properties.
12970 2011-07-28  Julien Danjou  <julien@danjou.info>
12972         * org-icalendar.el (org-print-icalendar-entries): Do not manually
12973         refresh categories.
12975 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12977         * org.el (org-display-inline-images): Check for clear-image-cache
12978         before using it.
12980 2011-07-28  Bernt Hansen  <bernt@norang.ca>
12982         * org.el: Document missing value for org-link-frame-setup.
12984 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12986         * ob-R.el (org-babel-R-write-object-command): Force evaluation of
12987         user code prior to the R exception-handling, so that errors in
12988         user code are unhandled.
12990 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12992         * org-src.el (org-src-font-lock-fontify-block): Test, early on,
12993         that a major-mode function corresponding to the language string
12994         exists.
12996 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
12998         * org-exp.el (org-export-mark-list-ending): Insert additional
12999         newline characters if end-list-marker is at a wrong position.
13001 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13003         * ob.el (org-babel-script-escape): Replace commas with spaces for
13004         better list reading when list items are packed with commas,
13005         e.g. Haskell list output.
13007 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13009         * ob-sass.el (org-babel-execute:sass): Uses ob-eval for better
13010         error reporting.
13012 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13014         * ob.el (org-babel-confirm-evaluate): Fix for the case when
13015         org-confirm-babel-evaluate is a function (used to always ask no
13016         matter what the function returns).
13018 2011-07-28  Dan Davison  <dandavison7@gmail.com>
13020         * ob-R.el: Delete duplicated function.
13022 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13024         * ob.el (org-babel-execute-src-block): Removed unused flet
13025         function.
13027 2011-07-28  Dan Davison  <dandavison7@gmail.com>
13029         * ob-asymptote.el (org-babel-execute:asymptote): Return nil to
13030         signal that the intended content has been written to file.
13032         * ob-ditaa.el (org-babel-execute:ditaa): Return nil to signal that
13033         the intended content has been written to file.
13035         * ob-dot.el (org-babel-execute:dot): Return nil to signal that the
13036         intended content has been written to file.
13038         * ob-gnuplot.el (org-babel-execute:gnuplot): Return nil to signal
13039         that the intended content has been written to file.
13041         * ob-latex.el (org-babel-execute:latex): Return nil to signal that
13042         the intended content has been written to file.
13044         * ob-mscgen.el (org-babel-execute:mscgen): Return nil to signal
13045         that the intended content has been written to file.
13047         * ob-octave.el (org-babel-execute:octave): Return result; not name
13048         of output file.
13050         * ob-plantuml.el (org-babel-execute:plantuml): Return nil to
13051         signal that the intended content has been written to file.
13053         * ob-python.el (org-babel-execute:python): Return result; not name
13054         of output file.
13056         * ob-ruby.el (org-babel-execute:ruby): Return result; not name of
13057         output file.
13059         * ob-sass.el (org-babel-execute:sass): Return nil if result has
13060         been written to file.
13062 2011-07-28  Dan Davison  <dandavison7@gmail.com>
13064         * ob-R.el (org-babel-R-graphical-output-file): New function
13065         returns the name of the output file iff R has been instructed to
13066         send graphical output to file by means of the ":results graphics"
13067         directive.
13068         (org-babel-expand-body:R): Use `org-babel-R-graphical-output-file'
13069         when constructing the R code to evaluate, which may be augmented
13070         with code implementing the writing of graohical output to file.
13071         (org-babel-execute:R): Use `org-babel-R-graphical-output-file' to
13072         determine whether R is taking responsibility for writing output to
13073         file; if so, this is signaled to ob.el by returning a nil result.
13075 2011-07-28  Dan Davison  <dandavison7@gmail.com>
13077         * ob.el (org-babel-format-result): New function to format results
13078         of src block execution.
13079         (org-babel-execute-src-block): Use `org-babel-format-result' when
13080         writing to file.
13081         (org-babel-open-src-block-result): Use `org-babel-format-result'
13082         when displaying results in a buffer.  Name results buffer
13083         differently.
13085 2011-07-28  Dan Davison  <dandavison7@gmail.com>
13087         * ob.el (org-babel-execute-src-block): Avoid calling
13088         `orgtbl-to-generic' on number results.
13090 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13092         * ob.el (org-babel-execute-src-block): Allow specification of
13093         table separator with :sep header argument.
13094         (org-babel-open-src-block-result): Allow specification of table
13095         separator with :sep header argument.
13097 2011-07-28  Dan Davison  <dandavison7@gmail.com>
13099         * ob.el (org-babel-execute-buffer): Wipe error buffer at outset of
13100         executing buffer (note that this handles execute subtree also).
13102 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13104         * org-inlinetask.el (org-inlinetask-in-task-p): Small refactoring,
13105         do not modify match data either.
13106         (org-inlinetask-goto-end): Small refactoring, remove
13107         case-sensitivity.
13108         (org-inlinetask-goto-beginning): Small refactoring, remove
13109         case-sensitivity.
13111 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
13113         * org-capture.el (org-capture-set-target-location): Use
13114         `current-time'.
13116 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
13118         * org-capture.el (org-capture-set-target-location): Use
13119         `current-time'.
13121 2011-07-28  Bernt Hansen  <bernt@norang.ca>
13123         * org.el (org-before-first-heading-p): If point is on an org-mode
13124         heading line then we are not before the first heading.
13126 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
13128         * org-timer.el (org-timer-continue-hook): Define the variable
13129         (org-timer-pause-or-continue): Run hook after relative timer is
13130         continued.
13132 2011-07-28  Julien Danjou  <julien@danjou.info>
13134         * org-agenda.el (org-compile-prefix-format): Allow %() expression.
13136 2011-07-28  Julien Danjou  <julien@danjou.info>
13138         * org-capture.el (org-capture-fill-template): Use org-eval.
13140 2011-07-28  Julien Danjou  <julien@danjou.info>
13142         * org-agenda.el (org-eval): New function.
13144 2011-07-28  Dan Davison  <dandavison7@gmail.com>
13146         * ob.el (org-babel-execute-src-block): With :results file, when
13147         :file is not supplied, interpret result as a file link as long as
13148         it is a string.
13150 2011-07-28  David Maus  <dmaus@ictsoc.de>
13152         * org-latex.el (org-export-latex-preprocess): Don't convert link
13153         description parts that look like numeric footnote.
13155 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13157         * org-latex.el (org-export-latex-tables): Allowing specification
13158         of tabular[xy] inner environments through the ATTR_LaTeX line.
13160 2011-07-28  Julien Danjou  <julien@danjou.info>
13162         * org-capture.el (org-capture-fill-template): Use
13163         `org-set-property' directly.
13165 2011-07-28  Julien Danjou  <julien@danjou.info>
13167         * org-agenda.el (org-agenda-prefix-format): Add missing `search'
13168         item in docstring.
13170 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13172         * org-exp.el (org-export-string): Use `format' to construct
13173         function call to allow symbolic or string arguments.
13175 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
13177         * org-capture.el (org-capture-place-entry):
13178         (org-capture-insert-template-here): Check tree for validity before
13179         pasting it.
13181 2011-07-28  Julien Danjou  <julien@danjou.info>
13183         * org-gnus.el (org-gnus-store-link): Trim date.
13185 2011-07-28  Julien Danjou  <julien@danjou.info>
13187         * org.el (org-email-link-description): Allow to retrieve email
13188         link date.
13190 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
13192         * org.el (org-make-target-link-regexp): `regexp-quote' target
13193         before replacing whitespace.
13195 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13197         * ob.el (org-babel-expand-noweb-references): Noweb references can
13198         now be resolved from the library of babel.
13200 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13202         * ob.el (org-babel-result-end): No longer leaving trailing new
13203         line after block removal.
13205 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
13207         * org-latex.el (org-export-latex-first-lines): Anchor outline
13208         regexp during LaTeX tree export.
13210 2011-07-28  Konrad Hinsen  <konrad.hinsen@fastmail.net>
13212         * ob-python.el (org-babel-python-initiate-session-by-key): Make
13213         sure that py-which-bufname is initialized, as otherwise it will be
13214         overwritten the first time a Python buffer is created.
13216 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13218         * ob-sh.el (org-babel-sh-var-to-sh): Better escaping of variables
13219         with spaces.
13221 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13223         * ob-org.el (org-babel-execute:org): Padding code block with an
13224         empty title on LaTeX export.
13226 2011-07-28  Matt Lundin  <mdl@imapmail.org>
13228         * org.el (org-entry-properties): Stop scanning for timestamps if a
13229         specific timestamp property (e.g., DEADLINE, SCHEDULED, etc.) is
13230         requested and a match is found.  Also, if a specific timestamp
13231         property is requested, do not push non-relevant timestamps onto
13232         property list.
13234 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
13236         * org-agenda.el (org-agenda-add-time-grid-maybe): Show time only
13237         when grid is being made for today.
13239 2011-07-28  Matt Lundin  <mdl@imapmail.org>
13241         * org-agenda.el (org-agenda-get-scheduled): Don't call
13242         `org-is-habit-p' until after checking for
13243         `org-agenda-skip-scheduled-if-done'.
13245 2011-07-28  Achim Gratz  <Stromeko@nexgo.de>
13247         * org.el: Remove spurious linebreak introduced by earlier patch.
13249         * ob.el, ob-ref.el: Remove double fix of the same problem.
13251 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
13253         * org-table.el (orgtbl-ctrl-c-ctrl-c): Parse buffer for constants.
13255 2011-07-28  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
13257         * org-html.el (org-export-html-mathjax-template): Displaymath
13258         environment and MathJax.
13260 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
13262         * org-faces.el (org-agenda-current-time): New face.
13264         * org-agenda.el (org-agenda-show-current-time-in-grid):
13265         (org-agenda-current-time-string): New options.
13266         (org-agenda-add-time-grid-maybe): Add current time to time grid.
13268 2011-05-10  Jim Meyering  <meyering@redhat.com>
13270         Fix doubled-word typos.
13271         * org-agenda.el (org-agenda-entry-types): the the -> the
13272         * org-table.el (org-table-get-remote-range): or or -> or
13273         * org-wl.el (org-wl-folder-type): the the -> the
13274         * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
13276 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13278         * org-src.el (org-src-switch-to-buffer):
13279         * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
13280         * org-mouse.el (org-mouse-agenda-type):
13281         * org-freemind.el (org-freemind-node-to-org):
13282         * ob-sql.el (org-babel-execute:sql):
13283         * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
13284         * ob-ref.el (org-babel-ref-resolve): Fix use of case.
13286 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
13288         * Version 23.3 released.
13290 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
13292         * org.el (org-blank-before-new-entry, org-context-in-file-links)
13293         (org-refile-targets, org-log-repeat, org-insert-link)
13294         (org-speed-command-default-hook, org-speed-command-hook)
13295         (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
13296         Fix typos in docstrings.
13297         (org-toggle-pretty-entities): Fix typo in message.
13299 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
13301         * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
13303 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13305         * org-remember.el (org-remember-mode-map):
13306         * org-src.el (org-src-mode-map): Move initialization into declaration.
13308 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13310         * org-remember.el (org-remember-mode):
13311         * org-capture.el (org-capture-mode): Don't run hook redundantly.
13313 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
13315         * org-faces.el (org-link): Inherit from link face.
13316         Suggested by Joakim Verona.
13318 2010-12-11  Tassilo Horn  <tassilo@member.fsf.org>
13320         * org-footnote.el (org-footnote-create-definition): Place
13321         Footnotes section before message-signature-separator also in modes
13322         derived from message-mode.
13324 2010-12-11  Julien Danjou  <julien@danjou.info>
13326         * org.el (org-make-tags-matcher): Remove useless cat-p value.
13328 2010-12-11  Julien Danjou  <julien@danjou.info>
13330         * org.el (org-entry-properties): Enhance docstring.
13332 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13334         * org-list.el (org-list-top-point-with-indent)
13335         (org-list-bottom-point-with-indent): Pay also attention to
13336         'original-indentation property of text, as blocks are put to
13337         column 0 upon exporting.
13339 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13341         * ob.el (org-babel-remove-temporary-directory): Handle exception
13342         with message informing of failure to remove directory.
13344 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13346         * ob-clojure.el (org-babel-header-arg-names:clojure): Add
13347         `package' to the list of Clojure header arguments which will be read
13348         from heading properties.
13350 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13352         * org-inlinetask.el (org-inlinetask-export-templates): Add
13353         Sébastien Vauban's suggestion for LaTeX export in docstring.  This is
13354         not default as it requires an additional LaTeX package: "todonotes".
13356 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13358         * org-inlinetask.el (org-inlinetask-export-templates): New variable.
13360         * org-inlinetask.el (org-inlinetask-export-handler): Make use of
13361         templates to export inline tasks.
13363 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13365         * org.el (org-current-level): Ignore inline tasks when getting current
13366         level of entry.
13368 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13370         * org.el (org-indent-line-function): Ignore drawers inside inline
13371         tasks  if the line to indent isn't inside an inline task itself.
13373 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13375         * org-inlinetask.el (org-inlinetask-get-task-level): New function.
13377         * org-indent.el (org-indent-add-properties): Find true level of
13378         indentation wrt inline tasks.
13380 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13382         * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
13384         * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
13386         * org-inlinetask.el (org-inlinetask-goto-end): New function.
13388         * org.el (org-mark-subtree): New command.
13390         * org.el (org-speed-commands-default, org-mode-map): Make use of
13391         new command.
13393 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13395         * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
13396         from @<span class...> so it can be removed during LaTeX export.
13398 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13400         * ob.el (org-babel-insert-result): More informative code block
13401         evaluation messages.
13403 2010-12-11  Matt Lundin  <mdl@imapmail.org>
13405         * org.el (org-make-heading-search-string): Optionally limit number
13406         of lines stored in file link search strings.
13407         (org-context-in-file-links): Add option to set to integer specifying
13408         number of lines.
13410 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13412         * org-capture.el (org-capture-finalize): New prefix argument
13413         STAY-WITH-CAPTURE.
13414         (org-capture-refile): Improve docstring.
13416 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13418         * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
13419         interaction engine.
13421 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13423         * org-agenda.el (org-agenda-list):
13424         (org-agenda-goto-today): Use `org-today'.
13426 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13428         * org-latex.el (org-export-latex-make-header): Swap \begin{document}
13429         and the title/author definitions.
13431 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13433         * org-macs.el: Better backup definition for
13434         `with-silent-modifications'.
13436 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13438         * ob-python.el (org-babel-execute:python): Rename "prefix" to
13439         "preamble".
13440         (org-babel-python-evaluate): Rename "prefix" to "preamble".
13441         (org-babel-python-evaluate-external-process): Rename "prefix" to
13442         "preamble".
13444 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13446         * ob.el (org-babel-examplize-region): Check if `end' is a marker
13447         or a point and handle appropriately.
13449 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13451         * ob-sql.el (org-babel-execute:sql): Explicitly set field
13452         separator to \t when importing tabular data.
13454 2010-12-11  Julien Danjou  <julien@danjou.info>
13456         * org-agenda.el (org-agenda-custom-commands-local-options):
13457         Allow org-agenda-span to be a symbol.
13458         (org-agenda-ndays): Make obsolete.
13459         (org-agenda-span): New variable superseding org-agenda-ndays.
13460         (org-agenda-menu): Use org-agenda-current-span.
13461         (org-agenda-current-span): New local variable storing current
13462         span.
13463         (org-agenda-list): Take a span instead of ndays as argument.
13464         This function is now responsible for computing the ndays based
13465         on span.
13466         (org-agenda-ndays-to-span): Return span only if number of days
13467         really matches.
13468         (org-agenda-span-to-ndays): New function.
13469         (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
13470         (org-agenda-goto-today): Use org-agenda-compute-starting-span.
13471         (org-agenda-later): Do not give compute a new span, use the
13472         current one.
13473         (org-agenda-day-view, org-agenda-week-view)
13474         (org-agenda-month-view, org-agenda-year-view): Stop touching
13475         org-agenda-ndays.
13476         (org-agenda-change-time-span): Only compute starting-span.
13477         (org-agenda-compute-starting-span): New function derived from
13478         the old org-agenda-compute-time-span.
13479         (org-agenda-set-mode-name): Compute mode based on
13480         org-agenda-current-span.
13481         (org-agenda-span-name): New function.
13483 2010-12-11  Robert Pluim  <rpluim@gmail.com>  (tiny change)
13485         * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
13487 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13489         * org-clock.el (org-quarter-to-date): Define variables.
13490         (org-clock-special-range): Defin variables.  Use org-floor*.
13491         (org-clocktable-write-default): Define tcol.
13493         * org-compat.el (org-floor*): New function.
13495 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13496             John Wiegley  <jwiegley@gmail.com>
13498         * org-complete.el: New file.
13500 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13502         * org-clock.el (org-clocktable-write-default): Fix the % formula.
13504 2010-12-11  Matt Lundin  <mdl@imapmail.org>
13506         * org-agenda.el (org-format-agenda-item): The value of
13507         org-category is not converted to a string unless it is defined.
13509 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13511         * ob-python.el (org-babel-execute:python): Pass the new "prefix"
13512         header argument through to external evaluation.
13513         (org-babel-python-evaluate): Pass the new "prefix" header argument
13514         through to external evaluation.
13515         (org-babel-python-evaluate-external-process): When specified prepend
13516         "prefix" to the file used in external evaluation.
13518 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13520         * ob-python.el (org-babel-python-evaluate-session): Change python
13521         module name from 'pp' to 'pprint'.
13523 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13525         * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
13526         from R session output, these are often the result of variable
13527         assignments.
13529 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13531         * ob-sql.el (orgtbl-to-csv): Declaring an external function to
13532         fix a compiler warning.
13534 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13536         * ob-eval.el (require): No longer require ob.el to allow
13537         requiring by ob.el.
13539         * ob.el (ob-eval): Require ob-eval.
13541 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13543         * ob.el (org-babel-confirm-evaluate): Show code block's name when
13544         it is available during evaluation query.
13546 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13548         * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
13549         code block.
13550         (org-babel-execute:sql): Use sql specific body expansion function.
13551         (org-babel-sql-expand-vars): Insert variables into a sql code block.
13553 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13555         * ob.el (org-babel-insert-result): Using markers instead of
13556         points for more robust buffer anchors.
13558 2010-12-11  Julien Danjou  <julien@danjou.info>
13560         * org-capture.el: Use org-today.
13562 2010-12-11  Julien Danjou  <julien@danjou.info>
13564         * org-habit.el: Use org-today.
13566 2010-12-11  Julien Danjou  <julien@danjou.info>
13568         * org.el (org-auto-repeat-maybe): Use org-today.
13570 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13572         * org-clock.el (org-day-of-week): New function.
13573         (org-quarter-to-date): New function.
13574         (org-clock-special-range): Implement quarters.
13576 2010-12-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
13578         * org.el (org-complete-tags-always-offer-all-agenda-tags):
13579         Fix docstring.
13581 2010-12-11  Julien Danjou  <julien@danjou.info>
13583         * org-agenda.el (org-format-agenda-item): Convert category to a string
13584         if it is a symbol.  This fixes the following call to
13585         org-agenda-get-category-icon which fails if category is not a string.
13587 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13589         * ob-clojure.el: Updated requirements documentation to mention
13590         the minimum version of Clojure.
13591         (org-babel-expand-body:clojure): Fully qualified function name.
13593 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13595         * org-latex.el (org-export-latex-lists): Do not add an
13596         unnecessary newline character after a list.
13598         * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
13599         point is just after a non blank line.
13601 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13603         * ob.el (org-babel-examplize-region): Remove old assertion which
13604         no longer applies to the result insertion code.
13606 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13608         * ob-python.el (org-babel-execute:python): Use a :return header
13609         argument for external evaluation in which the code block body need
13610         to be wrapped in a function.
13612 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13614         * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
13615         variable.
13617 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13619         * org.el (org-edit-special): Edit formulas when in TBLMF line.
13621 2010-12-11  Allen S. Rout  <asr@ufl.edu>  (tiny change)
13623         * org-capture.el (org-capture-after-finalize-hook): New hook.
13624         (org-capture-finalize): Run the new hook.
13626 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13628         * ob-clojure.el (org-babel-expand-body:clojure): Support for
13629         pretty printing of Clojure code and data.
13631 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13633         * ob.el (org-babel-insert-result): No longer escape results which
13634         will be wrapped in a block.
13636 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13638         * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
13639         warning and added documentation string.
13641 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13643         * ob-clojure.el (org-babel-execute:clojure): Remade using slime
13644         for all code evaluation.
13646 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13648         * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
13649         the column as well.
13651 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13653         * ob.el (org-babel-confirm-evaluate): More descriptive message
13654         when evaluation is aborted or disabled.
13656 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13658         * ob.el (org-babel-insert-result): Responds to new "wrap" header
13659         argument.
13660         (org-babel-merge-params): Includes new "wrap" header argument in
13661         one of the results header argument exclusive groups.
13663 2010-12-11  David Maus  <dmaus@ictsoc.de>
13665         * org-macs.el (with-silent-modifications): Fix condition for
13666         with-silent-modification.
13668 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13670         * ob.el (org-babel-parse-header-arguments): Stripping trailing
13671         spaces off of header arguments (even the first one).
13673 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13675         * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
13676         single quotes which is the best practice.
13677         (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
13678         more robust parsing of shell output.
13680 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13682         * org.el (org-additional-option-like-keywords): Add more keywords,
13683         and colons to some old ones.
13685 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13687         * ob-eval.el (org-babel-error-buffer-name): Define new variable.
13689 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13691         * ob-python.el (org-babel-python-table-or-string):
13692         Using `org-babel-script-escape' for reading string input from scripting
13693         languages.
13695 2010-12-11  Achim Gratz  <Stromeko@nexgo.de>  (tiny change)
13697         * org-macs.el (org-called-interactively-p): Wrap function call in
13698         with-no-warnings.
13699         (with-silent-modifications): Declare macro for Emacs < 23.2.
13701 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13703         * ob.el (org-babel-parse-header-arguments): Remove addition of
13704         ":" to singleton first header arguments as it was leading to errors.
13706 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13708         * org-latex.el (org-export-latex-make-header): Run the title through
13709         `org-export-latex-fontify-headline'.
13710         (org-export-latex-fontify-headline): Do the protection of math
13711         snippets also here.
13713 2010-12-11  Richard Lawrence  <richard.lawrence@berkeley.edu>
13715         * org-latex.el (org-export-as-latex): Sent the section title
13716         through the preprocessor.
13718 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13720         * org-html.el (org-html-level-start): Mark listified headings
13721         with a custom id.
13723 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13725         * org.el (org-open-at-point): Don't do footnote action if cursor is
13726         on a bracket link.
13728 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13730         * org.el (org-edit-special): Check also for TBLFM line.
13732 2010-12-11  Achim Gratz  <Stromeko@Stromeko.DE>  (tiny change)
13734         * org-clock.el (org-get-clocktable): Previous patch incorrectly
13735         required whitespace in front of #+BEGIN: and #+END:.
13737 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13739         * org-src.el (org-edit-src-code): Allow region to be inherited by
13740         edit buffer when mark is one character beyond end of src block.
13742 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13744         * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
13745         checking item indentation.
13747 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13749         * ob.el (org-babel-map-src-blocks): Move to earlier in the file
13750         and now autoloading.
13752 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13754         * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
13755         for testing list membership.
13757         * ob.el (org-babel-read-result): Use higher level function for
13758         testing list membership.
13759         (org-babel-result-end): Use higher level function for testing list
13760         membership.
13762 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13764         * ob-sqlite.el (ob-eval): Require ob-eval for external command
13765         execution.
13766         (org-babel-execute:sqlite): No longer uses the init option for
13767         passing commands to sqlite.
13769 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13771         * org.el (org-indent-line-function): Drawers and blocks have no
13772         influence on indentation of text below.  Also fix indentation
13773         problem with a block at column 0 and add a special case for
13774         literal examples.
13776 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13778         * ob.el (org-babel-map-src-blocks): Ensure that the file argument
13779         is only evaluated once.
13781 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13783         * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
13784         type of data
13785         (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
13787 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13789         * ob-tangle.el (org-babel-load-file): Can be called interactively.
13791 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
13793         * org-table.el (orgtbl-after-send-table-hook): New hook.
13794         (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
13795         table was sent.
13796         (orgtbl-send-table): Return the number of sent tables, or nil if no
13797         sending has happened.
13799 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13801         * org.el (org-get-priority-function): New option.
13802         (org-get-priority): Call `org-get-priority-function' if that
13803         has been set.
13805 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13807         * ob-table.el (org-babel-table-truncate-at-newline): Only add
13808         "..." if there is something after the newline.
13810 2010-12-11  Achim Gratz  <Stromeko@nexgo.de>  (tiny change)
13812         * org-clock.el (org-get-clocktable):
13813         (org-in-clocktable-p):
13814         (org-clocktable-shift):
13815         (org-clocktable-steps): Fix regexp to allow for indented clock tables.
13817 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
13819         * org-exp.el (org-export-handle-include-files): Support :minlevel
13820         property.
13821         (org-get-file-contents): New argument minlevel to demote included
13822         content.
13824 2010-12-11  Noorul Islam  <noorul@noorul.com>
13826         * org-latex.el (org-export-latex-hyperref-format): New option.
13827         (org-export-latex-href-format): Rename the existing variable
13828         `org-export-latex-hyperref-format' as `org-export-latex-href-format'
13829         (org-export-latex-links): Use `org-export-latex-hyperref-format' and
13830         `org-export-latex-href-format'.
13832 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13834         * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
13835         buffer exists before it is used.
13837 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13839         * org-exp.el (org-export-preprocess-string): Delay code block
13840         processing a bit to allow correct list parsing in the export string.
13842 2010-12-11  Christopher Allan Webber  <cwebber@dustycloud.org>
13844         * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
13845         (org-agenda-time-of-day-to-ampm): New function.
13846         (org-agenda-time-of-day-to-ampm-maybe): New function.
13847         (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
13849 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13851         * org-faces.el (org-cycle-level-faces): New option.
13853         * org.el (org-get-level-face): Honor org-cycle-level-faces.
13855 2010-12-11  Julien Danjou  <julien@danjou.info>
13857         * org-agenda.el (org-agenda-today): New function.
13858         (org-agenda-get-day-face): New function.
13859         (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
13860         (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
13861         (org-todo-list): Use org-agenda-today.
13862         (org-get-all-dates): Use org-agenda-today.
13863         (org-agenda-day-face-function): New variable.
13864         (org-agenda-get-day-face): Use org-agenda-day-face-function.
13866 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13868         * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
13869         in Org.
13871 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13873         * org-html.el (org-export-as-html): Do not treat partially
13874         protected lines as if they were fully protected.
13876 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13878         * org-exp.el (org-export-format-source-code-or-example):
13879         Remove hard-wired configuration of minted export
13880         (org-export-latex-minted-with-line-numbers): Remove variable.
13882 2010-12-11  Bastien Guerry  <bzg@gnu.org>
13884         * org-clock.el (org-dblock-write:clocktable): Fix double
13885         reference to `link' in let construct.
13886         (org-clock-clocktable-formatter): Fix typo in docstring.
13887         (org-clocktable-write-default): Fix typo in docstring.
13889 2010-12-11  David Maus  <dmaus@ictsoc.de>
13891         * org-protocol.el (org-protocol-unhex-string): Normalize percent
13892         escape sequence to upper case letters.
13894 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13896         * ob-lob.el (org-babel-lob-get-info): Include pass-through
13897         header arguments in results variable header argument string.
13899 2010-12-11  David Maus  <dmaus@ictsoc.de>
13901         * org-exp.el (org-export-visible): Limit search for in-buffer options
13902         beginning of first headline.
13904 2010-12-11  David Maus  <dmaus@ictsoc.de>
13906         * org.el (org-open-at-point): Remove stale link handler for news:
13907         links.
13909 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13911         * org-clock.el (org-clocktable-write-default): Better handling of
13912         narrowing.
13914 2010-12-11  Julien Danjou  <julien@danjou.info>
13916         * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
13918 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13920         * org.el (org-indent-line-function): Simplify code and remove bug that
13921         would insert a tab at the beginning of the line when trying to
13922         indent the item.
13924 2010-12-11  Julien Danjou  <julien@danjou.info>
13926         * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
13928 2010-12-11  Julien Danjou  <julien@danjou.info>
13930         * org-agenda.el (org-agenda-prefix-format): Insert place holder
13931         for icon.
13932         (org-agenda-category-icon-alist): New option.
13933         (org-agenda-get-category-icon): New function.
13934         (org-format-agenda-item): Support for icons.
13935         (org-compile-prefix-format): Support for icons.
13937 2010-12-11  Julien Danjou  <julien@danjou.info>
13939         * org-compat.el: Create defalias for `string-match-p' and
13940         looking-at-p.
13942 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13944         * ob-calc.el (org-babel-execute:calc): Support for variables --
13945         converts :var variables in calc variables.
13947 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13949         * org.el (org-sparse-tree): Mention [r] in dispatch menu.
13951 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13953         * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
13955 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13957         * org-id.el (org-id-store-link): Test for org-mode before checking
13958         for IDs.
13960 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13962         * org.el (org-shorten-string): New function.
13964         * org-exp.el (org-export-convert-protected-spaces): New function.
13965         (org-export-preprocess-string):
13966         Call `org-export-convert-protected-spaces' to handle new hard spaces.
13968 2010-12-11  David Maus  <dmaus@ictsoc.de>
13970         * org.el (org-narrow-to-subtree): Check for heading that ends at end
13971         of buffer.
13973 2010-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
13975         * org-capture.el (org-capture-templates): Remove autoload from
13976         defcustom.
13978         * ob-lisp.el (slime): Don't expect slime to be present.
13980 2010-11-11  Dan Davison  <dandavison7@gmail.com>
13982         * ob.el: `copy-sequence' suffices to copy alist; no need for
13983         `copy-tree'.
13985 2010-11-11  Dan Davison  <dandavison7@gmail.com>
13987         * ob.el (org-babel-execute-src-block): If ":results file" is in
13988         effect, then ensure that the value of :file is returned as the
13989         result; don't rely on language files for this.
13991 2010-11-11  Dan Davison  <dandavison7@gmail.com>
13993         * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
13994         structure by side-effects of `sort'.
13996 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13998         * org-list.el (org-list-bottom-point-with-indent): Do not check
13999         indentation of a non-empty blank line.
14001         * org-list.el (org-sort-list): Sort a list with point anywhere
14002         inside it.
14004 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14006         * ob-calc.el (org-babel-execute:calc): Safer evaluation and
14007         hopefully better error messages.
14009 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14011         * org.el (org-babel-load-languages): Adding calc.
14013 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14015         * ob.el (org-babel-initiate-session): Don't resolve variable
14016         references unless prefix arg is supplied.
14018 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14020         * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
14021         refers to the correct stack.
14023 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14025         * ob-calc.el: Adding the beginnings of support for calc code
14026         blocks.
14028 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14030         * ob-tangle.el (org-babel-update-block-body): Declaring function
14031         for updating code block bodies.
14032         (org-babel-spec-to-string):
14033         (org-babel-detangle): Detangle all tangled and commented code
14034         blocks in the current file back to org.
14035         (org-babel-tangle-jump-to-org): Jump from a tangled and commented
14036         file back to the originating org-mode code block ob-tangle:
14037         detangle changes in code files back to the original org files.
14039 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14041         * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
14042         (org-babel-tangle-comment-format-end): Fix typo.
14044 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14046         * org-exp.el (org-export-format-source-code-or-example):
14047         Use minted for latex source code export if `org-export-latex-listings'
14048         has the value 'minted.
14050         * org-latex.el (org-export-latex-listings): Document special value
14051         'minted.
14053         * org-latex.el (org-export-latex-minted): Delete variable.
14055 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14057         * ob.el (org-babel-get-src-block-info): Retrieve contents of
14058         parentheses, excluding parentheses themselves.
14060 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14062         * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
14063         Fix bug in gnuplot data file assignment using user variables.
14065 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14067         * ob-latex.el (org-babel-execute:latex): Adding new :headers
14068         header argument for latex code blocks.
14070 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14072         * org-capture.el (org-capture-templates): New capture property
14073         `:kill-buffer'.
14074         (org-capture-finalize): Kill target buffer if that is desired.
14075         (org-capture-target-buffer): Remember if we have to make the buffer.
14077 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14079         * org-clock.el (org-dblock-write:clocktable): Fix bug when
14080         computing clock tables.
14082 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14084         * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
14085         to caller even if no table is generated.
14087 2010-11-11  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
14089         * org-agenda.el (org-agenda-get-sexps): Handle lists as return
14090         values from diary entries.
14092         * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
14093         anniversaries.
14095         * org.el (org-diary-sexp-entry): Handle lists as return values
14096         from diary entries.
14098 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14100         * org-capture.el (org-capture-empty-lines-before):
14101         (org-capture-empty-lines-after): Make sure the n=0 does not insert
14102         any newlines.
14104 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14106         * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
14107         message when clojure binary is not found.
14109 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14111         * org-html.el (org-format-table-html): New argument DOCBOOK.
14112         (org-format-org-table-html): New argument DOCBOOK.  When set, use
14113         align instead of class to align table fields.
14115         * org-docbook.el (org-export-as-docbook): Specify the docbook
14116         argument for the table converter.
14118 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14120         * org-macs.el (org-called-interactively-p): New macro.
14122         * org-freemind.el: No longer require 'rx.
14123         (org-freemind): New customization group, use it for all the
14124         variables.
14125         (org-export-as-freemind): Add docstring.
14126         (org-freemind-show): Improve filen naming.
14127         (org-freemind-convert-links-helper): New function.
14128         (org-freemind-bol-helper-base-indent): New variable.
14129         (org-freemind-bol-helper): New function.
14130         (org-freemind-node-css-style): New option.
14131         (org-freemind-node-pattern): New variable.
14132         (org-freemind-from-org-mode): Better docstring.
14134 2010-11-11  David Maus  <dmaus@ictsoc.de>
14136         * ob-haskell.el (org-babel-variable-assignments:haskell):
14137         Don't pass more than two arguments to mapc.
14139 2010-11-11  David Maus  <dmaus@ictsoc.de>
14141         * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
14143 2010-11-11  David Maus  <dmaus@ictsoc.de>
14145         * org-footnote.el (message-signature-separator): Defvar to silence
14146         byte compiler.
14148 2010-11-11  David Maus  <dmaus@ictsoc.de>
14150         * org-exp.el (org-export-string): Fix reference to wrong symbol.
14152 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>
14154         * org.el (org-link-search): Return 'dedicated on successful match
14155         when org-link-search-must-match-exact-headline is set to t.
14157 2010-11-11  Daniel Clemente  <n142857@gmail.com>
14159         * org-html.el (org-html-make-link): Append fragment to file: links
14160         if present.
14162 2010-11-11  Tassilo Horn  <tassilo@member.fsf.org>
14164         * org-footnote.el (org-footnote-create-definition)
14165         (org-footnote-goto-local-insertion-point): Add footnotes before
14166         signature when in message-mode.
14168 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14170         * org.el (org-display-inline-images): Improve regexp.
14172 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14174         * org.el (org-cycle): Make sure resetting to startup visibility
14175         works after another cycle command.
14177 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14179         * org-exp.el (org-export-string): New function org-export-string
14180         can be used to convert a string of test in org-mode markup to a
14181         specified format.
14183 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14185         * org.el (org-display-inline-images): Allow non-ASCII characters
14186         in image file names.  Save match data.
14188 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14190         * org.el (org-auto-repeat-maybe): Fix shifting multiple time
14191         stamps.
14193 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14195         * org-exp.el (org-store-forced-table-alignment):
14196         (org-export-remove-special-table-lines): Allow the "c" cookie for
14197         table alignment.
14199         * org-html.el (org-export-table-header-tags):
14200         (org-export-table-data-tags): Add another %s format for the
14201         alignment.
14202         (org-export-html-table-align-individual-fields): New option.
14203         (org-format-org-table-html): Implement field-by-field alignment
14204         and support centering.
14205         (org-format-table-table-html): Make sure the new table tag formats
14206         don't break this function.
14208         * org-table.el (org-table-cookie-line-p):
14209         (org-table-align): Allow for the <c> cookie.
14211         * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
14213 2010-11-11  David Maus  <dmaus@ictsoc.de>
14215         * org-exp.el (org-export-normalize-links): Skip normalization of
14216         plain links that are part of another link.
14218 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14220         * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
14222 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14224         * org-indent.el (org-indent-add-properties):
14225         Use `with-silent-modifications'.
14226         (org-indent-remove-properties): Use `with-silent-modifications'.
14228 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14230         * org-table.el (org-table-cookie-line-p): Fix indentation.
14232         * org-exp.el (org-store-forced-table-alignment): New function.
14233         (org-export-preprocess-string):
14234         Call `org-store-forced-table-alignment'.
14236         * org-html.el (org-format-org-table-html): Use stored alignment
14237         information.
14239 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14241         * ob.el (org-babel-execute-src-block): Respects prefix argument
14242         (which forces re-calculation).
14244 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14246         * ob.el (org-babel-execute-src-block): Remove needless param
14247         sorting from ob-execute-src-block, the params are sorted already
14248         by ob-sha1-hash.
14250 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14252         * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
14253         header argument level.
14255 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14257         * ob.el (org-babel-sha1-hash): Consider words in different order
14258         as different input.
14260 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14262         * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
14264 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14266         * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
14267         structure of an Org-mode table (list of lists).
14269 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14271         * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
14272         (reference to unassigned variable `src-lang' and avoid calling
14273         org-babel-get-src-block-info twice.
14275 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14277         * ob.el (org-babel-demarcate-block): Updated to reflect the new
14278         info list contents.
14280 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14282         * org-src.el (org-edit-src-code): Supply non-nil argument to
14283         `org-babel-get-src-block-info' to avoid resolving variable
14284         references.
14286 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14288         * ob.el (org-babel-map-src-blocks): Fix minor bug in and
14289         improved efficiency of org-babel-map-src-blocks.
14291 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14293         * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
14294         checks that a code block will actually be tangled before
14295         collecting it's full information (a process which could involve
14296         the execution of other code blocks).
14298 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14300         * ob.el (org-babel-demarcate-block): Use light version of
14301         `org-babel-get-src-block-info'.
14303 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14305         * ob.el (org-babel-sha1-hash): Now handles more complex types in
14306         params.
14308 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14310         * ob.el (org-babel-execute-src-block): Generally using the new
14311         more informative params
14312         (org-babel-process-params): Don't forget the :var portion of
14313         variable assignments.
14315 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14317         * ob-table.el (sbe): Simplified to reflect to var resolution.
14319 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14321         * ob-ref.el (org-babel-ref-resolve): Bringing the referent
14322         arguments back to their params before evaluation.
14324 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14326         * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
14327         indentation.
14329 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14331         * ob-table.el (sbe): Use `org-babel-process-params params' instead
14332         of `org-babel-expand-variables'.
14334 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14336         * ob-C.el (org-babel-C-execute): Remove call to
14337         org-babel-process-params which should no longer be called from
14338         within a language file.
14340         * ob-R.el (org-babel-execute:R): Remove call to
14341         org-babel-process-params which should no longer be called from
14342         within a language file
14343         (org-babel-R-variable-assignments): Remove call to
14344         org-babel-process-params which should no longer be called from
14345         within a language file.
14347         * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
14348         org-babel-process-params which should no longer be called from
14349         within a language file.
14351         * ob-clojure.el (org-babel-execute:clojure): Remove call to
14352         org-babel-process-params which should no longer be called from
14353         within a language file.
14355         * ob-dot.el (org-babel-execute:dot): Remove call to
14356         org-babel-process-params which should no longer be called from
14357         within a language file.
14359         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
14360         call to org-babel-process-params which should no longer be called
14361         from within a language file
14362         (org-babel-execute:emacs-lisp): Remove call to
14363         org-babel-process-params which should no longer be called from
14364         within a language file.
14366         * ob-haskell.el (org-babel-execute:haskell): Remove call to
14367         org-babel-process-params which should no longer be called from
14368         within a language file.
14370         * ob-js.el (org-babel-execute:js): Remove call to
14371         org-babel-process-params which should no longer be called from
14372         within a language file.
14374         * ob-lisp.el (org-babel-execute:lisp): Remove call to
14375         org-babel-process-params which should no longer be called from
14376         within a language file.
14378         * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
14379         org-babel-process-params which should no longer be called from
14380         within a language file.
14382         * ob-octave.el (org-babel-execute:octave): Remove call to
14383         org-babel-process-params which should no longer be called from
14384         within a language file.
14386         * ob-perl.el (org-babel-execute:perl): Remove call to
14387         org-babel-process-params which should no longer be called from
14388         within a language file.
14390         * ob-python.el (org-babel-execute:python): Remove call to
14391         org-babel-process-params which should no longer be called from
14392         within a language file.
14394         * ob-ruby.el (org-babel-execute:ruby): Remove call to
14395         org-babel-process-params which should no longer be called from
14396         within a language file.
14398         * ob-scheme.el (org-babel-execute:scheme): Remove call to
14399         org-babel-process-params which should no longer be called from
14400         within a language file.
14402         * ob-screen.el (org-babel-execute:screen): Remove call to
14403         org-babel-process-params which should no longer be called from
14404         within a language file
14405         (org-babel-prep-session:screen): Remove call to
14406         org-babel-process-params which should no longer be called from
14407         within a language file.
14409         * ob-sh.el (org-babel-execute:sh): Remove call to
14410         org-babel-process-params which should no longer be called from
14411         within a language file.
14413         * ob-sql.el (org-babel-execute:sql): Remove call to
14414         org-babel-process-params which should no longer be called from
14415         within a language file.
14417         * ob-haskell.el (org-babel-execute:haskell): Remove reference to
14418         processed params.
14420         * ob-clojure.el (org-babel-execute:clojure): Remove reference to
14421         processed params.
14423         * ob-R.el (org-babel-execute:R): Remove reference to processed
14424         params.
14426 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14428         * ob-sql.el (org-babel-execute:sql): Use generic expansion
14429         function
14430         (org-babel-expand-body:sql): Delete function.
14432 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14434         * ob-sh.el (org-babel-execute:sh): Use generic expansion function
14435         (org-babel-expand-body:sh): Delete function
14436         (org-babel-prep-session:sh): Change name of called function
14437         (org-babel-variable-assignments:sh): Change function name.
14439 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14441         * ob-screen.el (org-babel-execute:screen): Use generic expansion
14442         function
14443         (org-babel-expand-body:screen): Delete function
14444         (org-babel-prep-session:screen): Remove references to processed
14445         params.
14447 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14449         * ob-sass.el (org-babel-execute:sass): Use generic expansion
14450         function
14451         (org-babel-expand-body:sass): Delete function.
14453 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14455         * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
14456         function
14457         (org-babel-prep-session:ruby): Use new variable assignment
14458         function
14459         (org-babel-variable-assignments:ruby): New function
14460         (org-babel-expand-body:ruby): Delete function.
14462 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14464         * ob-python.el (org-babel-execute:python): Use generic expansion
14465         function
14466         (org-babel-prep-session:python): Change name of called function
14467         (org-babel-variable-assignments:python): Change function name
14468         (org-babel-expand-body:python): Delete function.
14470 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14472         * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
14473         (automatically handled by generic version).
14475 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14477         * ob-perl.el (org-babel-execute:perl): Use generic expansion
14478         function
14479         (org-babel-expand-body:perl): Delete function
14480         (org-babel-variable-assignments:perl): New function.
14482 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14484         * ob-org.el (org-babel-expand-body:org): Delete function
14485         (automatically handled by generic version).
14487 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14489         * ob-octave.el (org-babel-execute:octave): Use generic expansion
14490         function
14491         (org-babel-variable-assignments:octave): Change name of function
14492         (org-babel-variable-assignments:matlab): New defalias
14493         (org-babel-prep-session:octave): Change name of function
14494         (org-babel-expand-body:matlab): Delete function
14495         (org-babel-expand-body:octave): Delete function.
14497 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14499         * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
14500         function
14501         (org-babel-variable-assignments:ocaml): New function
14502         (org-babel-expand-body:ocaml): Delete function.
14504 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14506         * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
14507         (automatically handled by generic version).
14509 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14511         * ob-js.el (org-babel-execute:js): Use new variable assignment
14512         function
14513         (org-babel-expand-body:js): Delete function
14514         (org-babel-prep-session:js): Use new variable assignment function
14515         (org-babel-variable-assignments:js): New function.
14517 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14519         * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
14520         function
14521         (org-babel-expand-body:haskell): Delete function
14522         (org-babel-prep-session:haskell): Use variable assignment function
14523         (org-babel-variable-assignments:haskell): New function.
14525 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14527         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
14528         assignment function
14529         (org-babel-prep-session:gnuplot): Use variable assignment function
14530         (org-babel-variable-assignments:gnuplot): New function.
14532 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14534         * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
14535         (automatically handled by generic version).
14537 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14539         * ob-css.el (org-babel-expand-body:css): Delete function
14540         (automatically handled by generic version).
14542 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14544         * ob-asymptote.el (org-babel-execute:asymptote): Use generic
14545         expansion function
14546         (org-babel-expand-body:asymptote): Delete function
14547         (org-babel-variable-assignments:asymptote): New function.
14549 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14551         * ob-R.el (org-babel-expand-body:R): Use new function
14552         `org-babel-variable-assignments:R'; don't trim body.
14553         (org-babel-execute:R): Respond to changes in
14554         `org-babel-expand-body:R'
14555         (org-babel-prep-session:R): Called function is now named
14556         `org-babel-variable-assignments:R'
14557         (org-babel-variable-assignments:R): Receives processed-params as
14558         new optional argument.
14560 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14562         * ob-C.el (org-babel-C-expand): Don't trim body.
14564 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14566         * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
14567         obtaining variable references.
14569 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14571         * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
14572         assignment lines to generic expansion command.
14574 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14576         * ob.el (org-babel-expand-src-block): Supply variable assignment
14577         lines to generic expansion function
14578         (org-babel-expand-body:generic): Prepend body with optional
14579         variable assignment lines.
14581 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14583         * ob-exp.el (org-babel-exp-results): Replaced old function call.
14585 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14587         * ob-lob.el (org-babel-lob-execute): Now expanding variable
14588         references before execution.
14590 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14592         * ob.el (org-babel-execute-src-block): Only sort parameters if
14593         it's required for caching.
14595 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14597         * ob-table.el (sbe): Reworking for better indentation and to
14598         integrate the new variable resolution.
14600 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14602         * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
14603         variables when resolving references.
14605 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14607         * ob.el (org-babel-merge-params): Fix order or precedence for
14608         variables.
14610 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14612         * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
14613         * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
14614         (org-babel-R-variable-assignments):
14615         * ob-asymptote.el (org-babel-expand-body:asymptote)
14616         (org-babel-execute:asymptote):
14617         * ob-clojure.el (org-babel-expand-body:clojure)
14618         (org-babel-execute:clojure):
14619         * ob-css.el (org-babel-expand-body:css):
14620         * ob-ditaa.el (org-babel-expand-body:ditaa):
14621         * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
14622         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
14623         (org-babel-execute:emacs-lisp):
14624         * ob-gnuplot.el (org-babel-expand-body:gnuplot)
14625         * ob-haskell.el (org-babel-expand-body:haskell)
14626         (org-babel-execute:haskell, org-babel-load-session:haskell)
14627         (org-babel-prep-session:haskell):
14628         * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
14629         * ob-latex.el (org-babel-expand-body:latex):
14630         * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
14631         * ob-mscgen.el (org-babel-expand-body:mscgen):
14632         * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
14633         * ob-octave.el (org-babel-expand-body:matlab)
14634         (org-babel-expand-body:octave, org-babel-execute:octave)
14635         (org-babel-octave-variable-assignments):
14636         * ob-org.el (org-babel-expand-body:org):
14637         * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
14638         * ob-plantuml.el (org-babel-expand-body:plantuml):
14639         * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
14640         (org-babel-python-variable-assignments):
14641         * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
14642         * ob-sass.el (org-babel-expand-body:sass):
14643         * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
14644         * ob-screen.el (org-babel-expand-body:screen):
14645         * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
14646         (org-babel-sh-variable-assignments):
14647         * ob-sql.el (org-babel-expand-body:sql):
14648         * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
14649         * ob.el (org-babel-expand-body:generic):
14650         Remove obsoleted optional third argument.
14652 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14654         * ob-clojure.el (org-babel-prep-session:clojure): Purging all
14655         calls to removed org-babel-ref-variables.
14657 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14659         * ob-lob.el (org-babel-lob-ingest): Now returns the count of
14660         ingested code blocks.
14662 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14664         * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
14665         information from within the original export file.
14667 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14669         * ob.el (org-babel-get-src-block-info): Small but crucial fix)
14670         (this should return nil if not match found.
14672 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14674         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
14675         Whitespace (org-babel-execute:emacs-lisp): Whitespace.
14677 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14679         * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
14680         docstring.
14682         * ob-python.el (org-babel-python-variable-assignments):
14683         Provide missing docstring.
14685 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14687         * ob-octave.el (org-babel-expand-body:octave): Refactor: break
14688         variable assignment part out into a separate function
14689         (org-babel-octave-variable-assignments): New function constructing
14690         list of variable assignment statements
14691         (org-babel-prep-session:octave): Use new function
14692         `org-babel-octave-variable-assignments' instead of previous
14693         (incorrect) variable assignment code.
14695 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14697         * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
14698         assignment part out into a separate function
14699         (org-babel-sh-variable-assignments): New function constructing
14700         list of variable assignment statements
14701         (org-babel-prep-session:sh): Use new function
14702         `org-babel-sh-variable-assignments' instead of previous
14703         (incorrect) variable assignment code.
14705 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14707         * ob-python.el (org-babel-expand-body:python): Refactor: break
14708         variable assignment part out into a separate function
14709         (org-babel-python-variable-assignments): New function constructing
14710         list of variable assignment statements
14711         (org-babel-prep-session:python): Use new function
14712         `org-babel-python-variable-assignments' instead of previous
14713         (incorrect) variable assignment code.
14715 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14717         * ob-R.el (org-babel-expand-body:R): Refactor: break variable
14718         assignment part out into a separate function
14719         (org-babel-R-variable-assignments): New function constructing list
14720         of variable assignment statements
14721         (org-babel-prep-session:R): Use new function
14722         `org-babel-R-variable-assignments' instead of previous
14723         (incorrect) variable assignment code.
14725 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14727         * ob.el (org-babel-initiate-session): Better variable names.
14729 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14731         * ob.el (org-number-sequence):
14732         Declared * ob-R.el (org-number-sequence): Declared.
14734 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14736         * ob.el (org-babel-map-src-blocks): Store correct value of
14737         `end-block'.
14739 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14741         * ob.el (org-babel-mark-block): New function to mark the body of a
14742         src block in the style of `mark-defun'.
14744 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14746         * org-compat.el (org-number-sequence): New function.
14748         * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
14750         * ob.el (org-babel-where-is-src-block-result):
14751         Use `org-number-sequence'.
14752         (org-babel-current-buffer-properties): Fix variable definition.
14754         * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
14756         * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
14757         version of `shell-command'.
14759         * org-latex.el (org-export-as-pdf): Use the 2-argument version of
14760         `shell-command'.
14762 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14764         * org-list.el (org-list-search-unenclosed-generic): Replace call
14765         to booleanp.
14767 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14769         * org.el (org-agenda-jump-prefer-future): New option.
14771         * org-agenda.el (org-agenda-goto-date):
14772         Use `org-agenda-jump-prefer-future'.
14774 2010-11-11  Noorul Islam  <noorul@noorul.com>
14776         * org-latex.el (org-export-latex-links): Replaced hard coded
14777         hyperref format with custom variable
14778         `org-export-latex-hyperref-format'.
14780 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14782         * org.el (org-insert-heading): Fix docstring.
14784 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
14786         * org-capture.el (org-capture-place-entry): If the first line is
14787         already a headline, just stay there.
14789 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14791         * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
14792         are non-nil.
14794 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14796         * org-ascii.el (org-ascii-replace-entities): Match an optional {}
14797         after an entity.
14799 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14801         * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
14802         table fields.
14804 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14806         * org.el (org-insert-heading): When on the headline of an inline
14807         task, insert another inline tasks.
14809 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14811         * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
14812         links for blocks that will actually tangle.
14814 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14816         * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
14817         in expanded shell bodies.
14819 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14821         * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
14822         newline characters.
14824 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14826         * ob-sh.el (org-babel-expand-body:sh): Align code.
14828 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14830         * ob.el (org-babel-params-from-properties): Max line with at <=80.
14832 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14834         * org-latex.el (org-export-latex-listings-langs): Clojure is now
14835         recognized as a lisp.
14837 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14839         * ob.el (org-babel-params-from-properties): Use `org-babel-read'
14840         to interpret property as header argument value.
14842 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14844         * ob.el (org-babel-parse-header-arguments): Simplify reading of
14845         header arg value.
14847 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14849         * org-publish.el (org-publish-org-to-ascii):
14850         (org-publish-org-to-latin1):
14851         (org-publish-org-to-utf8): New functions.
14853 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14855         * org.el (org-insert-heading): Skip inline tasks when trying to
14856         insert a new heading after the end of the subtree.
14858 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14860         * org-inlinetask.el (org-inlinetask-min-level): Set customization
14861         type to integer or nil.
14863         * org.el (org-insert-heading): When after an inline task, do not
14864         use level but go back to headline level before the inline task.
14866 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14868         * org-inlinetask.el (org-inlinetask-in-task-p): New function.
14870         * org.el (org-indent-line-function): Fix indentation of inline
14871         tasks.
14873 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14875         * org.el (org-activate-links): Fix customize type.
14877 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14879         * org-latex.el (org-latex-to-pdf-process): Add rubber as another
14880         default option.
14882 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14884         * org-latex.el (org-export-latex-minted): Document pygments
14885         dependency.
14887 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14889         * org-mobile.el (org-mobile-create-index-file): Encrypt the index
14890         file if encryption has been turned on.
14891         (org-mobile-copy-agenda-files): Avoid double encryption of
14892         `mobileorg.org'.
14894 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14896         * org-exp.el (org-export-latex-minted-with-line-numbers):
14897         Ensure that variable is declared.
14899 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14901         * ob-python.el (org-src-preserve-indentation): Fix compiler
14902         warning.
14904 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14906         * org-exp.el (org-export-format-source-code-or-example):
14907         Latex formatting of source code blocks using the minted package
14908         (org-export-plist-vars): Add :latex-minted property
14909         (org-export-latex-minted): Ensure variable is defined
14910         (org-export-latex-minted-langs): Ensure variable is defined.
14912 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14914         * org-src.el (org-edit-src-code): Use `org-region-active-p'.
14916 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14918         * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
14920 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14922         * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
14923         when `org-src-preserve-indentation' is non-nil.
14925 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14927         * ob-lob.el (org-babel-lob-ingest): Provide message stating number
14928         of blocks added to Library of Babel.
14930 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14932         * ob-lob.el (org-babel-lob-ingest): Check for nil source block
14933         name.
14935 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14937         * org-beamer.el (org-beamer-place-default-actions-for-lists):
14938         Fix typo in regexp.
14940 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14942         * org-list.el (org-toggle-checkbox): Avoid some boundary error
14943         when inserting a checkbox in an empty last item of a list.
14945 2010-11-11  David Maus  <dmaus@ictsoc.de>
14947         * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
14948         Query article number from file is nil by default.
14950 2010-11-11  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
14952         * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
14954 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14956         * org-capture.el (org-capture-place-entry): Move to `beg' before
14957         searching for `%?'.
14959 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14961         * org.el (org-format-latex): Fix mathjax treatment of single
14962         letters in between dollars.
14964 2010-11-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
14966         * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
14967         run.
14969 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14971         * org.el (org-blank-before-new-entry): Improve docstring.
14973 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14975         * org-mobile.el (org-mobile-force-id-on-agenda-items):
14976         Fix docstring.
14977         (org-mobile-write-agenda-for-mobile): Use outline path if we do
14978         not have an ID and are not allowed to make one.
14979         (org-mobile-get-outline-path-link): New function.
14981 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14983         * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
14984         file.
14985         (org-mobile-write-agenda-for-mobile): Use the right name, even if
14986         the file get encrypted.
14987         (org-mobile-move-capture): Only delete tempfile if it does exist.
14989 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14991         * ob.el (org-babel-number-p): Fix documentation string.
14993 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14995         * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
14996         "tangle" as a positive argument for the :noweb header argument
14997         during tangling.
14999 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15001         * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
15002         have links, with tests.
15004 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15006         * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
15007         available.
15008         (org-export-latex-get-error): New function.
15009         (org-export-as-pdf): Give an indication of the errors that
15010         happened during processing.
15012 2010-11-11  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
15014         * org-exp.el (org-export-language-setup): Fix Polish entries.
15016 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15018         * org.el (org-set-tags): Allow comma as a separator when
15019         specifying tags at the completion interface.
15020         (org-tags-completion-function): Allow comma as a separator when
15021         specifying tags at the completion interface.
15023 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15025         * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
15026         export-file if exporting from a buffer which is not visiting a
15027         file.
15029 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15031         * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
15032         name in link construction if there is a heading to follow it.
15034 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15036         * org-html.el (org-export-html-inline-image-extensions): Add "svg"
15037         as an allowed extension.
15039 2010-11-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
15041         * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
15042         with zeros.  Start applying face earlier.
15044 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15046         * ob.el (or): Don't create org-babel-temporary-directory in batch
15047         as it won't be removed by emacs-kill-hook
15048         (org-babel-remove-temporary-directory): Only try to remove this
15049         directory if it exists.
15051 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15053         * ob.el (org-babel-temporary-directory): Fixing byte-compilation
15054         warning in ob.el.
15056 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15058         * ob-tangle.el (org-babel-tangle): Now sharing the file name in
15059         the tangling message.
15061 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15063         * ob.el (org-babel-load-languages): Fixes compiler warning.
15065 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15067         * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
15068         output.
15070 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15072         * org-ascii.el (org-export-as-ascii): Use the correct match group.
15074 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15076         * ob.el (boundp): Uncommenting defvar form for
15077         org-babel-temporary-directory
15078         (org-babel-temp-file): Now using the org-babel-temporary-directory
15079         for holding new babel temporary files
15080         (org-babel-remove-temporary-directory): Removes the babel temp dir
15081         when Emacs shutsdown
15082         (kill-emacs-hook): Now removing the babel temp dir on Emacs
15083         shutdown.
15085 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15087         * org-capture.el (org-capture-fill-template): Initialize history
15088         variable.
15090 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15092         * org-src.el (org-edit-src-code): Don't move point when generating
15093         edit buffer.
15095 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15097         * org-src.el (org-edit-src-code): Deal with point being in
15098         #+end_src line.
15100 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15102         * org-table.el (org-table-current-column): Add interactive to turn
15103         this into a command.
15105 2010-11-11  Bernt Hansen  <bernt@norang.ca>
15107         * org.el (org-insert-heading): Run org-insert-heading-hook when
15108         creating the first heading in a file.
15110 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15112         * org.el (org-startup-with-inline-images): New option.
15113         (org-startup-options): Add new keywords inlineimages and
15114         noinlineimages.
15115         (org-mode): Inline images when this has been configured.
15117 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15119         * ob.el (org-babel-get-src-block-info): Remove optional
15120         HEADER-VARS-ONLY argument; further simplification.
15122 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15124         * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
15125         prompt in ob-confirm-evaluate in some cases.
15127 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15129         * ob.el (org-babel-demarcate-block): Visible region and completion
15130         during language selection.
15132 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15134         * ob.el (org-babel-get-src-block-info): Remove comment.
15136 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15138         * ob.el (org-babel-get-src-block-info): Simplify function.
15140 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15142         * ob.el (org-babel-get-src-block-info): Form info list correctly
15143         when parenthesized arguments are missing.
15145 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15147         * ob-exp.el (org-export-babel-evaluate): Docstring typo
15148         (org-babel-exp-code): Docstring typo.
15150 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15152         * org-mobile.el (org-mobile-encryption-password):
15153         Improve docstring.
15154         (org-mobile-encryption-password-session): New variable.
15155         (org-mobile-encryption-password): New function.
15156         (org-mobile-check-setup):
15157         (org-mobile-encrypt-file):
15158         (org-mobile-decrypt-file): Use the new function.
15160 2010-11-11  David Maus  <dmaus@ictsoc.de>
15162         * org-capture.el (org-capture-place-template): Widen to remove
15163         possible restrictions in target buffer.
15165 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>
15167         * org.el (org-speed-command-hook): Add org-speed-command-hook
15168         (org-babel-speed-command-hook): Hook for Babel's speed commands.
15170 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15172         * ob.el (org-babel-execute-buffer): Re-implement using
15173         `org-babel-map-src-blocks'.
15175 2010-11-11  David Maus  <dmaus@ictsoc.de>
15177         * org-capture.el (org-capture-templates): Update doc string with
15178         new message date related escapes.
15180 2010-11-11  David Maus  <dmaus@ictsoc.de>
15182         * org-wl.el (org-wl-store-link-message): Define properties %:date)
15183         (%:date-timestamp, and %:date-timestamp-inactive.
15185         * org-mew.el (org-mew-store-link): Dto.
15187         * org-mhe.el (org-mhe-store-link): Dto.
15189         * org-rmail.el (org-rmail-store-link): Dto.
15191         * org-vm.el (org-vm-store-link): Dto.
15193 2010-11-11  David Maus  <dmaus@ictsoc.de>
15195         * org-wl.el (org-wl-message-field): Always get literal content of
15196         header fields.
15198 2010-11-11  David Maus  <dmaus@ictsoc.de>
15200         * org-gnus.el (org-gnus-store-link): Define properties
15201         %:date-timestamp and %:date-timestamp-inactive.
15203 2010-11-11  David Maus  <dmaus@ictsoc.de>
15205         * org-gnus.el (org-gnus-store-link): Handle empty date header
15206         field.
15208 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
15210         * org.el (org-speed-command-hook): New.  Hook for installing
15211         additional speed commands.  Use this for enabling speed commands on
15212         src blocks.
15213         (org-speed-command-default-hook): The default hook for
15214         org-speed-command-hook.  Factored out from org-self-insert-command
15215         and mimics existing behavior.
15216         (org-self-insert-command): Modified to use org-speed-command-hook.
15218 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15220         * org-agenda.el (org-search-view): Recover spaces in search words
15221         if they were escaped with \ or inside a regexp.
15223 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15225         * org.el (org-additional-option-like-keywords): Add PROPERTIES to
15226         the list of completable meta line words.
15227         (org-complete): Complete property names after #+PROPERTY.
15229 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15231         * ob-python.el (org-babel-python-evaluate-session): Make temp file
15232         names consistent.
15234 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15236         * ob-clojure.el (org-babel-clojure-evaluate-external-process):
15237         Delete extra format argument.
15239 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15241         * ob-org.el (org-babel-org-export): Typo in docstring.
15243 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15245         * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
15246         variable.
15248 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15250         * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
15252 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15254         * ob.el (org-babel-process-file-name): New function
15255         (org-babel-maybe-remote-file): Delete function.
15257 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15259         * ob-C.el (org-babel-C-execute): Remove unused variable.
15261 2010-11-11  David Maus  <dmaus@ictsoc.de>
15263         * org.el (org-make-link-string): Prevent superfluous colon.
15265 2010-11-11  David Maus  <dmaus@ictsoc.de>
15267         * org.el (org-make-org-heading-search-string): Leave headline
15268         intact.
15270 2010-11-11  David Maus  <dmaus@ictsoc.de>
15272         * org.el (org-make-link-string): Don't escape characters in link
15273         type.
15275 2010-11-11  Bastien Guerry  <bzg@gnu.org>
15277         * org-capture.el (org-capture-templates): Update docstring to
15278         advertise %:org-date.
15280 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15282         * ob-dot.el (org-babel-execute:dot): Automatically specifies
15283         "-T<ext>" based on file name extension.
15285 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15287         * ob-org.el (org-babel-org-export): Raise error on nested export
15288         call.
15290 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15292         * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
15293         output files.
15295 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15297         * ob.el (org-babel-demarcate-block): Better initialization of
15298         stars.
15300 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15302         * org-src.el (org-src-tab-acts-natively): Add customize interface.
15304 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15306         * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
15307         New variable allowing prevention of automatic stripping of leading and
15308         trailing blank lines when exiting edit buffer.
15309         (org-edit-src-exit): Respect value of
15310         `org-src-strip-leading-and-trailing-blank-lines'
15311         (org-src-native-tab-command-maybe):
15312         Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
15313         this function.
15315 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15317         * org-src.el (org-edit-src-code): If mark was inside code block
15318         then code edit buffer inherits mark with active region.
15320 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15322         * ob.el (org-babel-demarcate-block): Fix compiler warnings.
15324 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15326         * ob.el (org-babel-demarcate-block): Better handling of empty
15327         space around demarcated area.
15329 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15331         * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
15332         this command.
15334 2010-11-11  David Maus  <dmaus@ictsoc.de>
15336         * org-gnus.el (org-gnus-open-nntp): New function.
15338 2010-11-11  David Maus  <dmaus@ictsoc.de>
15340         * org-wl.el (org-wl-open-nntp): New function.
15342 2010-11-11  David Maus  <dmaus@ictsoc.de>
15344         * org-wl.el (org-wl-open): Open message by numeric reference if
15345         article part is not a message id.
15347 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15349         * org-agenda.el (org-agenda-filter-apply): Move cursor to a
15350         visible line.
15352 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15354         * ob.el (org-babel-demarcate-block): Interactive demarcation of
15355         code blocks.
15357         * ob-keys.el (org-babel-key-bindings): Key bindings for block
15358         demarcation.
15360 2010-11-11  Bastien Guerry  <bzg@gnu.org>
15362         * org.el (org-link-types): Add the "message" link type.
15364 2010-11-11  David Maus  <dmaus@ictsoc.de>
15366         * org.el (org-link-types): Add 'message:' link type to default
15367         link types.
15369 2010-11-11  Bastien Guerry  <bzg@gnu.org>
15371         * org-gnus.el (org-gnus-store-link): Add the :date property to
15372         gnus links, allowing the use of %:date in capture templates.
15374 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15376         * org-list.el (org-cycle-list-bullet): Follow order of bullets
15377         indicated in doc-string.
15379         * org-list.el (org-list-bottom-point-with-indent): List is ended
15380         when a line is less indented that the last item, not the less
15381         indented item.
15383 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15385         * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
15386         original file before resolving code block parameters to ensure
15387         headline and buffer wide parameters are taken into consideration
15388         when only a narrowed portion of the file is exported.
15390 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15392         * org.el (org-forward-same-level): Fix docstring.
15394 2010-11-11  Sebastian Rose  <sebastian_rose@gmx.de>
15396         * org-publish.el (org-publish-attachment): Put the attachment into
15397         the right directory.
15399 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
15401         * org.el (org-goto-first-child): New command.
15403 2010-11-11  Matt Lundin  <mdl@imapmail.org>
15405         * org-agenda.el (org-prepare-agenda): If the agenda is called from
15406         within the agenda via an elisp link, such as
15407         [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
15408         of the file containing the link, since that buffer is current
15409         during org-prepare agenda (due to a with-current-buffer in
15410         org-agenda-open-link).  An additional test now ensures that the
15411         agenda buffer is in fact current when the buffer is erased and
15412         local variables for the agenda are set.
15414 2010-11-11  David Maus  <dmaus@ictsoc.de>  (tiny change)
15416         * org-exp.el (org-infile-export-plist): Define property macro.
15418 2010-11-11  David Maus  <dmaus@ictsoc.de>
15420         * org-mhe.el (org-mhe-get-header): Remove possible folding white
15421         space in message header field.
15423 2010-11-11  David Maus  <dmaus@ictsoc.de>
15425         * org-feed.el (org-feed): Fix typo in customization group :tag
15426         property.
15428 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15430         * org-latex.el (org-export-latex-tag-markup): New option.
15431         (org-export-latex-keywords-maybe):
15432         Use `org-export-latex-tag-markup'.
15434 2010-11-11  Rémi Vanicat  <vanicat@debian.org>  (tiny change)
15436         * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
15437         (org-ical-ts-to-string): Use UTC time when requested.
15439 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
15441         * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
15442         from 'file' to 'http'.
15444 2010-11-11  David Maus  <dmaus@ictsoc.de>
15446         * org.el (org-store-log-note): Fix wrong usage
15447         of`org-adapt-indentation'.
15449 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15451         * org.el (org-skip-over-state-notes): Do not compute bottom point
15452         at each item.
15454         * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
15455         instead of moving to each item.
15457 2010-11-11  David Maus  <dmaus@ictsoc.de>
15459         * org-capture.el (org-capture-templates): Small fix in doc string.
15461 2010-11-11  aaa bbb  <dominik@powerbook-g4-12-van-aaa-bbb.local>
15463         * org-archive.el (org-get-local-archive-location):
15464         Use `org-carchive-location' as default.
15466 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15468         * ob-C.el (org): No longer requires org.
15470         * ob-ledger.el (org): No longer requires org.
15472 2010-11-11  David Maus  <dmaus@ictsoc.de>
15474         * org.el (org-priority): Save match data before call to
15475         `read-char-exclusive'.
15477 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15479         * org-list.el (org-list-to-generic): Descriptions labels can be
15480         any suit of symbols, and will end at double colons.
15482 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15484         * org.el (org-indent-line-function): Indent past [@num] and
15485         [@start:num], consistently with what is already done with
15486         checkboxes.
15488 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15490         * org.el (org-store-log-note): Indent new notes to the right
15491         column.  Also take `org-list-two-spaces-after-bullet-regexp' into
15492         consideration when creating the note.
15494 2010-11-11  David Maus  <dmaus@ictsoc.de>
15496         * org-gnus.el (nnimap-group-overview-filename): Declare function
15497         to silence byte compiler.
15499 2010-11-11  David Maus  <dmaus@ictsoc.de>
15501         * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
15502         New customization variable.
15503         (org-gnus-nnimap-cached-article-number): New function.
15504         (org-gnus-follow-link): Try to fetch cached article number of
15505         message-id.
15507 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15509         * ob-org.el (org-babel-org-default-header): Used to insert a dummy
15510         first line into code blocks before export so that the first line
15511         is not interpreted as a title
15512         (org-babel-org-export): Use new dummy code block prefix.
15514 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15516         * ob.el (org-babel-insert-result): No longer throws error when
15517         inserting an empty result.
15519 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15521         * ob-tangle.el: Autoload org-babel-tangle-lang-exts from ob-tangle.
15523 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15525         * ob.el (org-babel-do-in-edit-buffer):
15526         Use `org-babel-where-is-src-block-head' to test for source block at
15527         point.
15529 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15531         * ob-keys.el (org-babel-key-bindings): Adding key-binding for
15532         `org-babel-goto-src-block-head'.
15534         * ob.el (org-babel-goto-src-block-head): Jump to the head of the
15535         current code block.
15537 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15539         * ob.el (org-babel-next-src-block): Now raising more informative
15540         error when no further code blocks can be found.
15541         (org-babel-previous-src-block): Now raising more informative error
15542         when no previous code blocks can be found.
15544 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15546         * org-exp-blocks.el
15547         (org-export-preprocess-after-include-files-hook): Now using this
15548         hook instead of `org-export-preprocess-hook'.
15550 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15552         * ob-plantuml.el (org-babel-execute:plantuml): ????
15554 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15556         * ob-python.el (org-babel-python-evaluate): Refactor as call to
15557         either `org-babel-python-evaluate-external-process' or
15558         `org-babel-python-evaluate-session'.
15559         (org-babel-python-evaluate-external-process): New function to
15560         handle evaluation in external process.
15561         (org-babel-python-evaluate-session): New function to handle
15562         evaluation in emacs inferior process.
15564 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15566         * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
15567         or html respecting :results header arg
15568         (org-babel-org-export): Exports a string of text to an output
15569         format.
15571 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15573         * ob.el (org-babel-insert-result): Remove existing results when
15574         nil results are returned.
15576 2010-11-11  David Maus  <dmaus@ictsoc.de>
15578         * org-ascii.el (org-export-as-ascii): Bind and set link path for
15579         link type specific markup function.
15581 2010-11-11  David Maus  <dmaus@ictsoc.de>
15583         * org-clock.el (notifications-notify): Properly declare function
15584         to silence byte compiler.
15586 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15588         * org-list.el (org-insert-item): Check invisibility of point at a
15589         meaningful location.
15591 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15593         * org-list.el (org-list-insert-item-generic): Updating checkboxes
15594         can modify bottom point of a list, so make it a marker before
15595         calling `org-update-checkbox-count-maybe'.
15597 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15599         * org.el (org-src-fontify-natively): Set to nil by default.
15600         Supply customize interface.
15602 2010-11-11  Bastien Guerry  <bzg@gnu.org>
15604         * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
15605         `org-bracket-link-analytic-regexp++' to match the link type.
15607 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15609         * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
15610         `language'.
15612 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15614         * ob-tangle.el (org-babel-tangle-comment-format-beg):
15615         Format string specifying the link-comment preceding a code block
15616         (org-babel-tangle-comment-format-end): Format string specifying
15617         the link-comment following a code block
15618         (org-babel-tangle-collect-blocks): Storing more information in the
15619         spec of a tangling code block
15620         (org-babel-spec-to-string): Now makes use of customizable
15621         link-comment formats.
15623 2010-11-11  Achim Gratz  <Stromeko@stromeko.net>  (tiny change)
15625         * org.el (org-delete-backward-char): Check for nil overwrite-mode
15626         before inserting spaces.
15628 2010-11-11  David Maus  <dmaus@ictsoc.de>
15630         * org-icalendar.el (org-print-icalendar-entries): Exclude tags
15631         from summary of non-TODO ical entries.
15632         (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
15633         exclude tags from summary of TODO ical entries.
15635 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15637         * ob.el (org-babel-map-src-blocks): Now exposes much information
15638         about the code block in the form of let-bound local variables.
15640 2010-11-11  David Maus  <dmaus@ictsoc.de>
15642         * org-list.el (org-outline-regexp, org-ts-regexp)
15643         (org-ts-regexp-both, org-in-regexps-block-p)
15644         (org-level-increment, org-at-heading-p)
15645         (outline-previous-heading, org-icompleting-read)
15646         (org-time-string-to-seconds): Declare to fix compiler warning.
15648 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15650         * org-list.el (org-toggle-checkbox): Ignore items in drawers when
15651         used from an heading.  Send an error when no item is in region.
15653 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15655         * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
15656         ensure that edit buffer is exited.
15658 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15660         * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
15661         control the amount of extra newlines inserted into tangled code
15662         (org-babel-tangle-collect-blocks): Now conditionally collects
15663         information to be used for "org" style comments
15664         (org-babel-spec-to-string): Now inserts "org" style comments, and
15665         obeys the newline configuration variable when inserting whitespace.
15667 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15669         * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
15670         hook
15671         (org-babel-tangle): Calls new tangle hook.
15673 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15675         * org-capture.el (org-capture): Compute the length of the correct
15676         string when removing properties.
15678 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15680         * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
15681         names before shell quoting.
15683 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15685         * org-src.el (org-src-tab-indents-natively): New variable
15686         controlling whether language-native TAB action should be performed
15687         (org-src-native-tab-command-maybe): New function to perform
15688         language-native TAB action.
15689         (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
15691 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15693         * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
15694         `org-plantuml-jar-path' before use.
15696 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15698         * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
15699         language major mode buffers during fontification.
15701 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15703         * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
15704         match code blocks with switches and header args.  Call
15705         `org-src-font-lock-fontify-block' for automatic fontification of
15706         code in code blocks, controlled by variable
15707         `org-src-fontify-natively'.
15708         (org-src-fontify-natively): New variable.
15710 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15712         * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
15713         inf-ruby.
15715 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
15717         * org-html.el (org-html-make-link): (expand-file-name) removes
15718         one "/" from "///path-to-file", so add one.  Anything other than
15719         'file' type should be exported along with the type.
15721 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
15723         * org.el (org-insert-subheading): Fix compiler warning
15724         (org-insert-todo-subheading): Fix compiler warning.
15726 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15728         * org-capture.el (org-capture): Remove read-only text properties
15729         from capture text.
15730         (org-capture-set-target-location): Throw an error if file+headline
15731         target does not point into a file which is in Org mode.
15733 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15735         * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
15737 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15739         * org-src.el (org-edit-src-code): Improve docstring.
15741 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15743         * ob.el (org-babel-execute-src-block): Document prefix argument in
15744         docstring.
15746 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15748         * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
15749         org-ditaa-jar-path with expand-file-name.
15751 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15753         * ob.el (org-babel-execute-subtree): Pass prefix arg through to
15754         `org-babel-execute-src-block'.
15756 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15758         * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
15759         [@x] syntax for list numbering.
15761 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15763         * org.el (org-indent-line-function): Indentation of source block
15764         is left to `org-edit-src-exit' and shouldn't be modified by
15765         `org-indent-line-function'.  Indentation of others blocks should be
15766         the same as the #+begin line.
15768 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15770         * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
15771         forms on source blocks in current buffer; restore point in current
15772         buffer.
15774 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15776         * org-list.el (org-list-struct): Accept list boundaries as an
15777         argument in order to avoid computing `org-list-top-point' and
15778         `org-list-bottom-point' twice when indenting.
15780 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15782         * org-list.el (org-list-ending-method): Default value is now
15783         `both', to ensure maximum compatibility before previous
15784         implementation.
15786 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15788         * org-list.el (org-list-in-item-p-with-indent): Test if first line
15789         is the item beginning.
15791         * org-list.el (org-list-top-point-with-indent): Test if first line
15792         is a valid list beginning.
15794 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15796         * org-list.el (org-list-ending-method): New customizable variable
15797         to tell Org Mode how lists end.  See docstring.
15799 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15801         * org-list.el (org-indent-item-tree): Shifting step of top-level
15802         item depends on `org-level-increment'.
15804 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15806         * org.el (org-indent-line-function): Indent first non blank line
15807         after a list according to current heading level.
15809 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15811         * org-docbook.el (org-export-as-docbook): Remove check for
15812         indentation on lines that do not start with a list bullet.
15814         * org-html.el (org-export-as-html): Same thing.
15816 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15818         * org-list.el (org-list-bottom-point): Take into consideration
15819         that bound of search can be before true ending of the list.
15821 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15823         * org-list.el (org-list-struct-apply-struct): No longer shift
15824         item's body twice: one after replacing bullet and one after
15825         changing indentation.
15827 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15829         * org-list.el (org-list-struct-indent): Add code to replace
15830         bullets if needed when indenting.
15832 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15834         * org-list.el (org-list-insert-item-generic): A single item
15835         already counting blank lines in his body should be separated with
15836         the next one by a blank line.  Moreover, if user already provided
15837         blank lines, follow his wishes.
15839 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15841         * org-list.el (org-indent-item-tree): When moving top item of a
15842         *-list to column 0, only the first item had its bullet changed to
15843         -.  It now changes all items of the top-level list, as expected.
15845 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15847         * org-list.el (org-toggle-checkbox): Go to beginning of line
15848         before processing.
15850 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15852         * org-list.el (org-list-struct-apply-struct): Check if ancestor
15853         exists.
15855 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15857         * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
15858         done at each item.
15860 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15862         * org-list.el : Removed unused variable
15863         `org-suppress-item-indentation'.
15865         * org-list.el (org-renumber-ordered-list): Skip item if bullet
15866         number is already good.
15868 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15870         * org-list.el (org-list-automatic-rules): Doc-string reflects this
15871         change.
15873         * org-list.el (org-indent-item-tree): Prevent whole list from
15874         being moved when user is not moving subtree.  Thus
15875         `org-cycle-item-indentation' will not allow to move the list.
15877 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15879         * org-list.el (org-indent-item-tree): Remove region code.  It was
15880         prone to errors and undocumented.
15882         * org-list.el (org-item-indent-positions): Better heuristics to
15883         determine what bullet the item will have when demoted.
15885 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15887         * org-list.el (org-list-bullet-string): First check if
15888         `org-list-two-spaces-after-bullet-regexp' isn't nil.
15890 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15892         * org-list.el (org-list-bullet-string): Do not modify match-data.
15894         * org.el (org-toggle-item): Now working again when changing list
15895         items into plain text.  Moreover take into consideration
15896         `org-list-two-spaces-after-bullet-regexp'.
15898 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15900         * org-list.el (org-indent-item-tree): Remove unnecessary bullets
15901         fix, and improved heuristics to determine bullet when indenting.
15903         * org-list.el (org-item-indent-positions): Function now returns
15904         sane results when there are two lists separated with blank lines
15905         only.
15907 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15909         * org-docbook.el (org-export-as-docbook): Use override="num" in
15910         any listitem matching [@start:num].
15912         * org-html.el (org-export-as-html): Use value="num" in any li
15913         matching [@start:num].
15915 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15917         * org.el (org-set-font-lock-defaults): Correct fontification for
15918         checkboxes found after [@start:?].
15920         * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
15921         [@start:?]  when looking at a regex after a bullet.
15923         * org-list.el (org-toggle-checkbox): Correct insertion of
15924         checkboxes when there is already a [@start:?] in the item.
15926         * org-list.el (org-checkbox-blocked-p): Properly check if there's
15927         an unchecked item before.
15929         * org-list.el (org-list-parse-list): Function handles items having
15930         both a counter and a checkbox.
15932 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15934         * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
15935         stores both indentation and bullet when cycle started.
15937 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15939         * org-list.el: `org-at-description-p' renamed to
15940         `org-at-item-description-p', `org-first-list-item-p' renamed to
15941         `org-list-first-item-p', `org-end-of-item-text-before-children'
15942         renamed to `org-end-of-item-or-at-child'.
15944 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15946         * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
15947         of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
15948         before toggling a checkbox.
15950 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15952         * org-list.el (org-list-bullet-string): New function returning
15953         bullet concatenated with an appropriate number of white spaces.
15955         * org-list.el (org-list-insert-item-generic): Insert the right
15956         bullet, with help of `org-list-bullet-string'.
15958         * org-list.el (org-indent-item-tree):
15959         Use `org-list-bullet-string'.
15961         * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
15963         * org-list.el (org-toggle-checkbox): Send an error when
15964         `org-toggle-checkbox' is trying to insert a checkbox at a
15965         description item.
15967         * org-list.el (org-item-re): Modified regexp so it can catch
15968         correct number of white space before item body.
15970         * org-list.el (org-list-at-regexp-after-bullet-p): Take into
15971         consideration new `org-item-re'.
15973 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15975         * org-list.el (org-list-insert-item-generic): The second item in a
15976         list will be separated from its predecessor with the number of
15977         blank lines separating the first item from its parent, if any, or
15978         no blank line.
15980 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15982         * org-list.el (org-indent-item-tree): Fix and reorder every list
15983         and sublist, from parent of list that has moved if indenting, or
15984         from list at point if outdenting.
15986 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15988         * org-list.el (org-indent-item-tree): Try to keep relative
15989         position on line.  It can't if point is in white spaces before
15990         bullet because mixed tabs and spaces make some columns
15991         unattainable.
15993 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15995         * org-list.el (org-cycle-item-indentation): Cycle when the whole
15996         item only contains bullet and maybe a checkbox.  Previously, TAB
15997         would cycle when the first line of the item was blank.
15999 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16001         * org-list.el (org-cycle-item-indentation): Allow a point just
16002         after a description item or a checkboxed item to start cycling.
16004 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16006         * org-list.el (org-cycle-list-bullet):
16007         Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
16008         as valid bullets when cycling.
16010 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16012         * org-list.el (org-cycle-item-indentation): Do return t if and
16013         only if cycling is possible and succeded.
16015 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16017         * org-list.el (org-indent-item-tree): When outdenting a subtree,
16018         the last item shouldn't have a children.
16020 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16022         * org-list.el (org-cycle-item-indentation): Cycling should play
16023         nicely with indent rule in `org-list-automatic-rules'.
16025 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16027         * org-list.el (org-indent-item-tree): If indent rule is activated,
16028         it should be impossible to outdent an item having children without
16029         moving its subtree.  Improved reordering of lists modified by
16030         cycling indentation.
16032 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16034         * org-list.el (org-maybe-renumber-ordered-list): Remove call for
16035         `org-fix-bullet-type' to prevent infinite loop, and some checks
16036         already done in `org-renumber-ordered-list'.
16038         * org-list.el (org-fix-bullet-type): Remove a check and call
16039         directly `org-maybe-renumber-ordered-list'.
16041 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16043         * org-list.el (org-indent-item-tree): It shouldn't be possible to
16044         indent the first item of a sublist (though outdent is possible) as
16045         it would break list's structure.
16047 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16049         * org-list.el (org-list-insert-item-generic): When local search
16050         doesn't help, search the list globally for blank lines.  Moreover,
16051         don't bother with new lists, and add 1 blank line.
16053 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16055         * org-capture.el (org-capture-place-item):
16056         Use `org-search-forward-unenclosed' and
16057         `org-search-backward-unenclosed' and new variable
16058         `org-item-beginning-re'.
16060         * org-list.el (org-item-beginning-re): Regexp matching beginning
16061         of an item.
16063 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16065         * org-list.el (org-cycle-list-bullet): Put back support for
16066         'previous argument.
16068 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16070         * org-list.el (org-in-item-p): Handle case when point is at an
16071         heading.
16073         * org-list.el (org-list-make-subtree): Add protection when used
16074         outside of list.
16076         * org-list.el (org-insert-item): Remove useless hack now
16077         `org-in-item-p' is fixed.
16079         * org-timer.el (org-timer-item): Remove useless hack now
16080         `org-in-item-p' is fixed.
16082 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16084         * org-list.el (org-cycle-list-bullet): Prevent description items
16085         from being numbered.  String argument is also recognized now, as
16086         long as it is a valid bullet.
16088 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16090         * org-list.el (org-indent-item-tree): Moving indentation of top
16091         list item will make the whole list move.
16093         * org-list.el (org-apply-on-list): Function is less sensitive to
16094         changes of indentation.
16096 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16098         * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
16099         of the regexp.
16101         * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
16103         * org-list.el (org-cycle-item-indentation): Allow cycling
16104         description items and checkbox items.
16106         * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
16108         * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
16109         regexp.
16111 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16113         * org-list.el (org-insert-item-internal): Guessing of blank lines
16114         number is made by looking at neighboring items, if any.
16116 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16118         * org-list.el (org-sort-list): Add the possibility to sort timer
16119         lists with the ?t or ?T options.
16121 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16123         * org-list.el (org-search-unenclosed-internal): New function to
16124         handle both `org-search-forward-unenclosed' and
16125         `org-search-backward-unenclosed'.
16127         * org-list.el (org-search-backward-unenclosed): Can send errors
16128         now.  Removed useless usage of COUNT.
16130         * org-list.el (org-search-forward-unenclosed): Can send errors
16131         now.  Removed useless usage of COUNT.
16133         * org-list.el (org-update-checkbox-count):
16134         Use `org-search-forward-unenclosed' and
16135         `org-search-backward-unenclosed' instead of `re-search-forward'
16136         and `re-search-backward'.
16138         * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
16139         and `org-search-backward-unenclosed' instead of
16140         `re-search-forward' and `re-search-backward'.
16142         * org-list.el (org-list-make-subtree):
16143         Use `org-search-forward-unenclosed' and
16144         `org-search-backward-unenclosed' instead of `re-search-forward'
16145         and `re-search-backward'.
16147 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16149         * org-list.el (org-insert-item-internal): Fixes the problem when
16150         point was before the first char of the item's body.
16152 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16154         * org-timer.el (org-timer-item): Refactoring.  Compute timer string
16155         before inserting it in the buffer.
16157         * org-timer.el (org-timer): Add an optional argument to return
16158         timer string instead of inserting it.
16160 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16162         * org-list.el (org-insert-item-internal): New function to handle
16163         positioning and contents of an item being inserted at a specific
16164         pos.  It is not possible anymore to split a term in a description
16165         list or a checkbox when inserting a new item.
16167         * org-list.el (org-insert-item): Refactored by using the new
16168         `org-insert-item-internal' function.
16170         * org-timer.el (org-timer-item): Refactored by using the new
16171         `org-insert-item-internal' function.
16173 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16175         * org-list.el (org-list-bottom-point): Be sure to check real
16176         ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
16178         * org.el (org-cycle-internal-local): Cycle up to end of subtree or
16179         end of item if we are in a list.
16181 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16183         * org-list.el (org-insert-item): Move before any special block in
16184         a list prior to add a new item.
16186         * org-timer.el (org-timer-item): When in a timer list, insert a
16187         new timer item like `org-insert-item'.  If in another list, send an
16188         error.  Otherwise, start a new timer list.
16190 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16192         * org-list.el: Minor refactoring.
16194 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16196         * org-timer.el (org-timer-item): Insert description list item at
16197         the right column.
16199         * org-list.el (org-insert-item): Insert the right number of blank
16200         lines before a relative timer.
16202 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16204         * org-list.el (org-insert-item): Remove restriction on latex
16205         blocks.
16207 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16209         * org-list.el (org-search-backward-unenclosed): Do not stop in
16210         protected places.
16212         * org-list.el (org-search-forward-unenclosed): Do not stop in
16213         protected places.
16215         * org-latex.el (org-export-latex-lists): Use the fact that
16216         org-search-forward do not stop anymore at protected places.
16218 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16220         * org-list.el (org-search-backward-unenclosed): Do not prevent
16221         list items from being inside LaTeX blocks.
16223         * org-list.el (org-search-forward-unenclosed): Do not prevent list
16224         items from being inside LaTeX blocks.
16226 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16228         * org-list.el (org-in-item-p): Do not widen before checking if we
16229         are in item.
16231         * org-list.el (org-list-send-list): We cannot count on
16232         `org-list-top-point' and `org-list-bottom-point' before buffer is
16233         narrowed.  Find bounds of list otherwise.
16235 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16237         * org-list.el (org-list-end-regexp): By default, list ending is
16238         exactly 2 blank lines.
16240 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16242         * org-docbook.el (org-export-as-docbook): When we find an empty
16243         line, we do not need to check for
16244         `org-empty-line-terminates-plain-lists' because we would have
16245         found end-list marker before.
16247         * org-html.el (org-export-as-html): Same.
16249 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16251         * org-list.el (org-insert-item): Simplify count of blank lines to
16252         insert.
16254 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16256         * org-list.el (org-list-end-regexp): New customizable variable to
16257         define what string should end lists.
16259         * org-list.el (org-list-end-re): Function is now aware of
16260         `org-list-end-regexp'.
16262 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16264         * org-html.el (org-export-as-html): Code cleanup.
16266 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16268         * org-docbook.el (org-export-as-docbook): Properly close any open
16269         list when seeing ORG-LIST-END.  Removed any reference to now
16270         unneeded DIDCLOSE variable.
16272 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16274         * org-exp.el (org-export-mark-list-ending): Fix number of blank
16275         lines inserted after a list.
16277         * org-list.el (org-list-parse-list): Fix case when
16278         `org-list-end-re' would have an indentation greater than current
16279         list.
16281 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16283         * org-exp.el (org-export-mark-list-ending): Differentiate between
16284         export backends, and replace `org-list-end-re' by a blank line
16285         upon exporting.
16287 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16289         * org-html.el (org-export-as-html): Delete didclose and everything
16290         related to it, as it is no longer needed.
16292 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16294         * org-html.el (org-export-html-preprocess): Remove unneeded
16295         insertion of list end marker, as it is now handled by
16296         `org-export-mark-list-ending'.
16298         * org-html.el (org-export-as-html): Cleaner termination of lists.
16300         * org-exp.el (org-export-mark-list-ending): New function to insert
16301         specific markers at the end of lists when exporting to a backend
16302         not using `org-list-parse-list'.  This function is called early in
16303         `org-export-preprocess-string', while it is still able to
16304         recognize lists.
16306         * org-latex.el (org-export-latex-lists): Better search for
16307         lists.  It now only finds items not enclosed and not protected.
16309 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16311         * org-list.el: Replaced `re-search-forward' by
16312         `org-search-forward-unenclosed' where it made sense.
16314 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16316         * org-list.el (org-apply-to-list): Now a return value is handed at
16317         each new call of the function applied.
16319         * org-list.el (org-fix-bullet-type): Use the new
16320         `org-apply-to-list' format.
16322         * org-list.el (org-renumber-ordered-list): Use the new
16323         `org-apply-to-list' format.
16325 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16327         * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
16328         correctly used.
16330         * org-list.el (org-search-forward-unenclosed): Better regexp used.
16332         * org-list.el (org-search-backward-unenclosed): Better regexp
16333         used.
16335 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16337         * org-list.el (org-sort-list): End-rec function was ill-defined.
16339 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16341         * org-list.el (org-search-forward-unenclosed): Fix behavior when
16342         last occurrence was enclosed.
16344         * org-list.el (org-search-backward-unenclosed): Fix behavior when
16345         last occurrence was enclosed.
16347 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16349         * org.el (org-in-regexps-block-p): Fix documentation.
16351 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16353         * org-list.el (org-search-backward-unenclosed): Fix block regexp.
16355         * org-list.el (org-search-forward-unenclosed): Fix block regexp.
16357         * org-list.el (org-list-parse-list): Minor fix.
16359 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16361         * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
16362         called with t argument.
16364 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16366         * org-html.el (org-export-html-preprocess):
16367         Replace `org-list-end-re' by a blank line during pre-process.
16369 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16371         * org-list.el (org-list-bottom-point): No need for square brackets
16372         for `skip-chars-backward'.
16374 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16376         * org-html.el: Do not delete space between end of list and
16377         beginning of the following.
16379 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16381         * org-html.el: Preprocess buffer string and add ORG-LIST-END where
16382         needed.  Lists should not end before seeing this.
16384 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16386         * org-html.el: Notice end of lists.
16388 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16390         * org-list.el (org-list-parse-list): Better handling of
16391         restrictions when function is called on a list with sublists.
16393         * org-list.el (org-list-send-list): Find the true ending of the
16394         list being sent.
16396         * org-list.el (org-list-radio-list-templates): Templates are more
16397         specific to lists.
16399 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16401         * ob-js.el (org-babel-js-eoe): Indicate end of input
16402         (org-babel-execute:js): Support for session evaluation
16403         (org-babel-prep-session:js): Fleshed out definition
16404         (org-babel-js-initiate-session): Can initiate a session using
16405         mozrepl.
16407 2010-11-11  David Maus  <dmaus@ictsoc.de>
16409         * org.el (org-set-regexps-and-options): Protect escape char in
16410         `org-complex-heading-regexp-format'.
16412 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16414         * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
16415         session-based evaluation
16416         (org-babel-execute:scheme): Now supports session-based evaluation
16417         (org-babel-prep-session:scheme): Now works and defines variables
16418         (org-babel-scheme-initiate-session): Now works using run-scheme
16419         from cmuscheme.
16421 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16423         * org.el (org-export-latex-default-packages-alist): Remove the
16424         t1enc package - this is already covered by fontenc.
16426 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16428         * ob.el (with-parsed-tramp-file-name): Declared
16429         (org-babel-tramp-localname): Ensure variable name exists locally.
16431 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16433         * ob.el (org-babel-temp-file): Don't use babel temporary directory
16434         in remote case; use make-temp-file with remote file name so that
16435         temp file is guaranteed not to exist previously on remote machine.
16436         (org-babel-tramp-localname): New function to return local name
16437         portion of possibly remote file specification.
16439 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16441         * ob-R.el (org-babel-R-write-object-command): New unified R
16442         command for writing results to file
16443         (org-babel-R-wrapper-method): Remove variable
16444         (org-babel-R-wrapper-lastvar): Remove variable
16445         (org-babel-R-evaluate-external-process): Use new R command
16446         (org-babel-R-evaluate-session): Use new R command.
16448 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16450         * ob-comint.el
16451         (org-babel-comint-eval-invisibly-and-wait-for-file): New function
16452         to evaluate code invisibly and block until output file exists.
16454         * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
16455         evaluate R code in session for :results value.  Write result to
16456         file invisibly using new function
16457         `org-babel-comint-eval-invisibly-and-wait-for-file'.
16459 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16461         * org-capture.el (org-capture-fill-template): Align tags after
16462         insertion.
16464 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16466         * org-exp.el (org-export-concatenate-multiline-emphasis):
16467         Ignore matches that start in a headline.
16469 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16471         * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
16472         and out-file in shell-quote-argument.
16474 2010-11-11  David Maus  <dmaus@ictsoc.de>
16476         * org-docview.el (org-docview-store-link): Use expanded macro to
16477         get current page.
16478         (doc-view-goto-page, image-mode-window-get): Declare functions for
16479         byte compiler.
16481 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16483         * ob-scheme.el: Very preliminary support for evaluating scheme
16484         code blocks.
16486         * org.el (org-babel-load-languages): Adding scheme.
16488 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16490         * ob.el (require): Remove circular (require 'org).
16492 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16494         * ob-R.el (ess-make-buffer-current): Declared.
16495         (ess-ask-for-ess-directory): Declared.
16496         (ess-local-process-name): Declared.
16497         * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
16499         * ob.el (org-edit-src-code): Fixing arguments.
16500         (org-edit-src-exit): Declared.
16501         (org-outline-overlay-data): Declared.
16502         (org-set-outline-overlay-data): Declared.
16504 2010-11-11  Glenn Morris  <rgm@gnu.org>
16506         * ob.el: Require org when compiling.
16507         (org-save-outline-visibility): Remove macro declaration.
16509         * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
16510         Remove unnecessary/macro declarations.
16512         * org-docview.el: Require doc-view when compiling.
16513         (doc-view-goto-page): Autoload rather than declaring.
16514         (doc-view-current-page): Remove macro declaration.
16516         * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
16517         (org-entry-get, org-table-import): Fix declarations.
16518         (org-match-string-no-properties): Remove declaration.
16520         * ob-sh.el (org-babel-comint-in-buffer)
16521         (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
16522         (org-babel-comint-with-output): Remove unnecessary declarations.
16524         * ob-R.el (orgtbl-to-tsv): Fix declaration.
16526         * org-list.el (org-entry-get): Fix declaration.
16528 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16530         * ob.el (org-babel-remove-temporary-directory): Remove explicit
16531         second argument.
16533 2010-11-11  Magnus Henoch  <magnus.henoch@gmail.com>  (tiny change)
16535         * org-clock.el (org-clocktable-steps): Allow ts and te to be day
16536         numbers.
16538 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16540         * org-macs.el (org-save-outline-visibility): Move from org.el.
16542 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16544         * ob-org.el (org-babel-default-header-args:org): Additional
16545         ":results silent" default header argument for org code blocks.
16547 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16549         * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
16550         which is now an alias to ":eval no".
16552 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16554         * ob.el (org-babel-remove-temporary-directory): The version of
16555         `delete-directory' found in files.el can not be assumed to be
16556         present on all versions, so this copies the recursive behavior of
16557         that command in such a way that all calls to delete-directory will
16558         also work with the built-in internal C implementation of that
16559         function.  This is not overly difficult as all elements of the
16560         directory can be assumed to be files.
16562 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16564         * ob-C.el (org-babel-C-execute): Corrected arguments to
16565         org-babel-temp-file.
16567 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16569         * ob.el (org-babel-temporary-directory): Variable to hold the
16570         value of the Babel temporary directory.
16572 2010-11-11  Aditya Siram  <aditya.siram@gmail.com>
16574         * ob.el (org-babel-load-in-session): Expanding noweb references
16575         when appropriate.
16577 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16579         * org.el (org-make-link-regexps): Modified regexp of
16580         org-plain-link-re.
16582 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
16584         * org-habit.el (org-habit-parse-todo): Find sr-days only if
16585         scheduled-repeat is non nil.  Use 4th element of the list returned
16586         by (org-heading-components) as habit-entry.  Modify the error
16587         message to be more meaningful.
16589 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16591         * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
16592         ":border" header arguments which both use the "preview" latex
16593         package to fit the resulting PDF image to the figure.
16595 2010-11-11  David Maus  <dmaus@ictsoc.de>
16597         * org-wl.el (org-wl-store-link): Don't try to store link if point
16598         is at end of buffer.
16600 2010-11-11  Harri Kiiskinen  <harkiisk@gmail.com>
16602         * org-publish.el (org-publish-project-alist): Document the new
16603         body-only property.
16604         (org-publish-org-to): Use the body-only property.
16606 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
16608         * org.el (org-store-link): Return link when invoked
16609         non-interactively from an agenda buffer.
16611 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
16613         * org.el (org-store-link): Storing of links to headlines in
16614         indirect buffers was broken.  Fix it.
16616 2010-11-11  Aidan Kehoe  <kehoea@parhasard.net>
16618         * ob-tangle.el (org-babel-tangle): Change the MODE argument to
16619         #'set-file-modes to use integer, not character syntax, avoiding
16620         compile problems with recent XEmacs.
16622 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16624         * org-agenda.el (org-agenda-add-entry-text): Make sure we move
16625         forward even if there is no text to be added.
16627 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16629         * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
16630         tags/property matcher.
16632 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16634         * org-exp.el (org-infile-export-plist): Bind case-fold-search to
16635         t.
16637 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16639         * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
16641 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16643         * org-latex.el (org-export-latex-set-initial-vars):
16644         Bind `case-fold-search' to t around the search for special LaTeX setup.
16646         * org-beamer.el (org-beamer-after-initial-vars):
16647         Bind `case-fold-search' to t around the search for special BEAMER
16648         setup.
16650 2010-11-11  David Maus  <dmaus@ictsoc.de>
16652         * org-agenda.el (org-write-agenda): Delete PostScript file after
16653         creating conversion to PDF.
16655 2010-11-11  David Maus  <dmaus@ictsoc.de>
16657         * org-agenda.el (org-write-agenda): Move require statements to
16658         proper place in evaluated lisp expression.
16660 2010-11-11  David Maus  <dmaus@ictsoc.de>
16662         * org-agenda.el (org-write-agenda): Rename temporary buffer to
16663         remove dependency of `flet' macro.
16665 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16667         * ob-lob.el (org-babel-lob-get-info): Edit docstring.
16669 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16671         * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
16672         from all standard sources when executing #+lob/#+call lines.
16674 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16676         * ob-R.el (org-babel-R-evaluate): Break the two branches into two
16677         separate functions
16678         (org-babel-R-evaluate-external-process): New function to handle
16679         external process evaluation
16680         (org-babel-R-evaluate-session): New function to handle session
16681         evaluation.
16683 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16685         * ob.el (org-babel-initiate-session): New function derived from
16686         previous `org-babel-switch-to-session'
16687         (org-babel-switch-to-session): Refactored to use new
16688         `org-babel-initiate-session'.
16690 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16692         * ob.el (org-babel-switch-to-session): Supply missing "P" argument
16693         to (interactive).
16695 2010-11-11  David Maus  <dmaus@ictsoc.de>
16697         * org-feed.el (org-feed-format-entry): Decode entry according to
16698         its character encoding.
16700 2010-11-11  David Maus  <dmaus@ictsoc.de>  (tiny change)
16702         * org-feed.el (xml-substitute-special): Declare function for byte
16703         compiler.
16704         (org-feed-unescape): Removed.
16705         (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
16706         Use `xml-substitute-special' to unescape XML entities.
16708 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16710         * ob.el (org-babel-switch-to-session): Throw error if block if
16711         :session not in effect for the block.
16713 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16715         * org-table.el (org-table-create-with-table.el): Align table
16716         before converting.
16718 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16720         * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
16721         that org-src buffer is current before attempting exit.
16723 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16725         * org-src.el (ob-comint): Require 'ob-comint
16726         (org-src-babel-info): Define variable.
16728 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16730         * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
16731         in the language major mode edit buffer.
16732         (org-babel-do-key-sequence-in-edit-buffer): New function to call
16733         an arbitrary key sequence in the language major mode edit buffer.
16735         * org-src.el (org-src-switch-to-buffer): Add new allowed value
16736         'switch-invisibly for `org-src-window-setup'.
16738 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16740         * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
16741         is used.
16742         (org-src-do-at-code-block): New macro to evaluate lisp with point
16743         at the start of the Org code block containing the code in this
16744         edit buffer.
16745         (org-src-do-key-sequence-at-code-block): New function to execute
16746         command bound to key at the Org code block containing the code in
16747         this edit buffer.
16749 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16751         * ob-R.el (org-babel-R-associate-session): New function to
16752         associate R code edit buffers with ESS comint session.
16754 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16756         * org-src.el (org-edit-src-code): If at src block, store babel
16757         info as buffer local variable.
16758         (org-src-associate-babel-session): New function to associate code
16759         edit buffer with comint session.  Does nothing unless a
16760         language-specific function named
16761         `org-babel-LANG-associate-session' exists.
16762         (org-src-babel-configure-edit-buffer): New function to be called
16763         in `org-src-mode-hook'.
16764         (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
16765         hook.
16767 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16769         * ob.el (org-babel-switch-to-session-with-code): New function to
16770         generate split frame displaying edit buffer and session.
16772 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16774         * org.el (org-set-tags): Consider org-indent-mode when computing
16775         the tags column.
16777 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16779         * org-compat.el (org-looking-at-p): Only use looking-at-p when
16780         defined.
16782 2010-11-11  David Maus  <dmaus@ictsoc.de>
16784         * org-agenda.el (org-finalize-agenda-entries): Delete excluded
16785         lines directly after call to sorting filter function.
16787 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16789         * org.el (org-complex-heading-regexp-format): Document the
16790         variable.
16791         (org-get-refile-targets): Use `org-complex-heading-regexp-format'
16792         to make the regular expression for matching the headline.
16794 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16796         * org.el (org-refile-check-position): New function.
16797         (org-goto):
16798         (org-refile-get-location): Call `org-refile-check-position'.
16800 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16802         * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
16803         instead of equal to compare symbols.
16805 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16807         * org-agenda.el (org-agenda-before-sorting-filter-function):
16808         New hook function.
16809         (org-finalize-agenda-entries):
16810         Apply `org-agenda-before-sorting-filter-function'.
16812 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16814         * org-latex.el (org-export-latex-first-lines): Do not protect meta
16815         lines that have nothing to do with babel.
16817 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16819         * org-capture.el (org-capture-place-template): Handle the
16820         checkitem case.
16821         (org-capture-place-item): Provide boundaries for the search to
16822         make sure we do not get a match in a different tree.
16824 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16826         * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
16827         argument parser.
16829 2010-11-11  Noorul Islam  <noorul@noorul.com>
16831         * org-latex.el (org-latex-to-pdf-process): Add output-directory
16832         option for the command pdflatex.
16833         (org-export-as-pdf): Respect directory in path of
16834         EXPORT_FILE_NAME.
16836 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16838         * org-exp.el (org-export-with-LaTeX-fragments): New default t,
16839         which now means to use MathJax processing for HTML.  Also allow
16840         new value `dvipng' to force the old image processing.
16841         (org-infile-export-plist): Parse for MATHJAX setup line.
16843         * org-html.el (org-export-html-mathjax-options): New option.
16844         (org-export-html-mathjax-config): New function.
16845         (org-export-html-mathjax-template): New option.
16846         (org-export-html-preprocess): Call the LaTeX snippet processor
16847         with an additional argument to declare special ways of processing.
16848         (org-export-as-html): Bind the dynamical variable
16849         `org-export-have-math'.  Insert the MathJax script template when
16850         it is needed by the document.
16852         * org.el (org-preview-latex-fragment): Call `org-format-latex'
16853         with the additional processing argument.
16854         (org-export-have-math): New variable, for dynamic scoping.
16855         (org-format-latex): Implement specific ways of processing.
16856         New function argument for processing type.
16857         (org-org-menu): Remove the entry to configure LaTeX snippet
16858         processing.
16860 2010-11-11  Bastien Guerry  <bzg@gnu.org>
16862         * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
16863         `org-clock-goto' and `J' for `org-agenda-clock-goto'.  If the
16864         heading currently clocked in is not listed in the agenda, display
16865         this entry in another buffer.  If there is no running clock,
16866         display a help message.
16868 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16870         * org-latex.el (org-export-latex-tables): Return "" instead of nil
16871         when no label is attached.
16873 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16875         * org-agenda.el (org-agenda-menu-show-match): New option.
16876         (org-agenda-menu-two-column): New option.
16877         (org-agenda-get-restriction-and-command): Implement dispatch menu
16878         without showing the matcher, and with two-column display.
16880 2010-11-11  Bernt Hansen  <bernt@norang.ca>
16882         * org-indent.el (org-indent-mode): Fix grammar for message when
16883         mode is refused.
16885 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16887         * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
16888         no previous result exists.
16890 2010-11-11  Noorul Islam  <noorul@noorul.com>
16892         * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
16893         warning.
16895 2010-11-11  Noorul Islam  <noorul@noorul.com>
16897         * org.el (org-set-visibility-according-to-property): Use backward
16898         search instead of forward, so that top hierarchy gets priority.
16900 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16902         * org-agenda.el (org-timeline): Allow indirect buffer.
16904 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16906         * org-exp.el (org-export-preprocess-after-radio-targets-hook):
16907         (org-export-define-heading-targets-headline-hook): New hooks.
16909         * org.el (org-modules): Add entry for org-wikinodes.el.
16910         (org-font-lock-set-keywords-hook): New hook.
16911         (org-open-at-point-functions): New hook.
16912         (org-find-exact-headling-in-buffer):
16913         (org-find-exact-heading-in-directory): New functions.
16914         (org-mode-flyspell-verify): Better cursor position for checking if
16915         flyspell should ignore a word.
16917 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16919         * org-indent.el (org-indent-remove-properties):
16920         (org-indent-add-properties): Make sure changing these properties
16921         does not trigger modification hooks.
16923 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16925         * org.el (org-link-search-must-match-exact-headline): New option.
16926         (org-link-search-inhibit-query): New variable.
16927         (org-link-search): Search for exact headline match in Org files.
16929 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16931         * ob.el (org-babel-execute-src-block-maybe): Remove check for
16932         `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
16933         function `org-babel-execute-safely-maybe'.
16935 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16937         * ob.el (org-babel-load-in-session): Set directory in case :dir
16938         arg is in effect.
16940 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16942         * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
16943         errors when we're not under of a headline.
16945 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16947         * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
16948         write delimited text instead of save -ascii
16949         (org-babel-octave-import-elisp-from-file): Specify that data
16950         written to file is tab-delimited.
16952 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16954         * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
16955         tab-delimited.
16957 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16959         * ob.el (org-babel-import-elisp-from-file): Allow separator to be
16960         specified.
16962 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16964         * ob-python.el (org-babel-python-table-or-string): Fix recognition
16965         of lists and tuples.
16967 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16969         * ob-octave.el (org-babel-octave-evaluate-external-process):
16970         Allow remote files.
16972 2010-11-11  Juan Pechiar  <pechiar@computer.org>
16974         * ob-octave.el (org-babel-octave-evaluate-external-process):
16975         Use `org-babel-octave-import-elisp-from-file' instead of
16976         `org-babel-eval-read-file'.
16977         (org-babel-octave-var-to-octave): Separate matrix rows with ';',
16978         and use '%s' as format specifier instead of '%S'.
16980 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16982         * ob-octave.el: Only (require 'matlab) when necessary.
16983         (org-babel-octave-initiate-session): (require) octave-inf or matlab
16984         as appropriate.
16985         (org-babel-execute:matlab): Remove (require).
16986         (org-babel-prep-session:matlab): Remove (require).
16987         (org-babel-matlab-initiate-session): Remove (require).
16989 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16991         * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
16992         list.
16994 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16996         * ob-python.el (org-babel-python-table-or-string): Can now handle
16997         VERY long result lines.
16999 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
17001         * org-latex.el (org-export-latex-tables): Add label if any.
17003         * org-latex.el (org-export-latex-convert-table.el-table):
17004         Fix little mistake when inserting label.
17006 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
17008         * org.el (org-cycle-internal-local): Remove an unnecessary call
17009         to `org-back-to-heading' that was preventing point to stay at its
17010         column when cycling visibility.
17012 2010-11-11  Noorul Islam  <noorul@noorul.com>
17014         * org-capture.el (org-capture-finalize): Make messages consistent.
17016 2010-11-11  Noorul Islam  <noorul@noorul.com>
17018         * org-gnus.el: Suppress compiler warning by declaring outside
17019         function nnimap-retrieve-headers-from-file.
17021 2010-11-11  Noorul Islam  <noorul@noorul.com>
17023         * org-colview.el Use org-beamer-select-environment instead of
17024         org-beamer-set-environment-tag.
17026 2010-11-11  Matt Lundin  <mdl@imapmail.org>
17028         * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
17029         that the value of org-last-inserted-timestamp includes time range.
17031 2010-11-11  David Maus  <dmaus@ictsoc.de>
17033         * org-wl.el (org-wl-store-link-message): Provide link property for
17034         message-id without angle brackets.
17036 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
17038         * ob-R.el (org-babel-R-evaluate): Improved prompt-stripping regexp.
17040 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
17042         * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
17043         file ensuing that the latest changes on disk are represented.
17045 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
17047         * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
17048         arguments w/o quotes.
17050 2010-11-11  Bernt Hansen  <bernt@norang.ca>
17052         * org-capture.el (org-capture-finalize): Fix clock in of
17053         interrupted task during capture finalize.
17055 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
17057         * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
17058         session output.
17060 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
17062         * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
17063         expression for matching main function.
17065 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
17067         * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
17068         regexp -- it wasn't matching lob lines w/o indices.
17070 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
17072         * org-exp.el (org-export-latex-listings-w-names): Fix compiler
17073         warning in org-exp.el.
17075 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
17077         * org-publish.el (org-publish-file): Better error message if
17078         base-directory or publishing-directory are not defined.
17080 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
17082         * org-colview.el (org-columns-display-here): Use overlays to
17083         overrule line prefix properties during column view.
17085 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
17087         * org-agenda.el (org-agenda-filter-preset): Document the
17088         limitation for the filter preset - it can only be used for an
17089         entire agenda view, not in an individual block in a block agenda.
17091 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
17093         * ob-table.el (sbe): Now able to accept range references from
17094         tables.
17096 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
17098         * ob.el (org-babel-pick-name): If colnames or rownames contain a
17099         list of names, then use those directly.
17101 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
17103         * org-exp.el (org-export-format-source-code-or-example):
17104         Escape underscores in code block names on latex listings export.
17106 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
17108         * ob-tangle.el (org-babel-with-temp-filebuffer):
17109         Use find-file-noselect to avoid excess buffer movement.
17111 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
17113         * org-html.el (org-html-should-inline-p): Only inline images if
17114         they should be.
17116 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
17118         * org-id.el (org-id-store-link): Autoload.
17120         * org.el ("org-id"): Autoload `org-id-store-link'.
17122 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
17124         * org-html.el (org-html-should-inline-p): Only inline images if
17125         they should be.
17127 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
17129         * org-icalendar.el (org-icalendar-alarm-time): New option.
17131         * org-icalendar.el (org-print-icalendar-entries): Timed events are
17132         exported with alarm events, a.k.a. reminders.
17134 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
17136         * org-capture.el (org-capture-target-buffer): Throw an error if we
17137         have no target file.
17138         (org-capture-select-template): Use a default template if the user
17139         has not specified any.
17141 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
17143         * org.el (org-modules): Add entry for org-velocity.
17145 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
17147         * ob-lob.el (org-babel-lob-execute): Changing indentation to
17148         improve line length.
17150 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
17152         * org-exp.el (org-export-handle-table-metalines): Choose a better
17153         position for checking protectedness.
17155 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
17157         * org-table.el (org-table-convert-region): Don't continue csv
17158         importation which the point catches the end, this fixes an
17159         infinite loop which was caused by the (point) never catching up
17160         with the "end" marker.
17162 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
17164         * org-macs.el (org-string-nw-p): New function.
17166         * org-capture.el (org-capture-import-remember-templates):
17167         Interpret an empty string as request to use
17168         `org-default-notes-file'.
17169         (org-capture-target-buffer): If the FILE is not a (non-empty)
17170         string, use `org-default-notes-file'.
17172 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
17174         * org-capture.el (org-capture-templates): Fix customize type.
17176 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
17178         * org.el (org-refile-targets):
17179         * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
17181 2010-08-19  Glenn Morris  <rgm@gnu.org>
17183         * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
17184         (org-save-outline-visibility): Move to org-macs.
17185         * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
17186         (org-save-outline-visibility): Move here from org.el.
17187         (show-all): Autoload it.
17188         * ob.el: Don't require org when compiling.
17190 2010-08-18  Glenn Morris  <rgm@gnu.org>
17192         * ob.el: Require org when compiling.
17193         (org-save-outline-visibility): Remove macro declaration.
17194         * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
17195         Remove unnecessary/macro declarations.
17196         * org-docview.el: Require doc-view when compiling.
17197         (doc-view-goto-page): Autoload rather than declaring.
17198         (doc-view-current-page): Remove macro declaration.
17200 2010-08-17  Glenn Morris  <rgm@gnu.org>
17202         * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
17203         (org-entry-get, org-table-import): Fix declarations.
17204         (org-match-string-no-properties): Remove unnecessary declaration.
17205         * ob-sh.el (org-babel-comint-in-buffer)
17206         (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
17207         (org-babel-comint-with-output): Remove unnecessary declarations.
17208         * ob-R.el (orgtbl-to-tsv): Fix declaration.
17209         * org-list.el (org-entry-get): Fix declaration.
17211 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17213         * ob-C.el: New file.
17214         * ob-R.el: New file.
17215         * ob-asymptote.el: New file.
17216         * ob-clojure.el: New file.
17217         * ob-comint.el: New file.
17218         * ob-css.el: New file.
17219         * ob-ditaa.el: New file.
17220         * ob-dot.el: New file.
17221         * ob-emacs-lisp.el: New file.
17222         * ob-eval.el: New file.
17223         * ob-exp.el: New file.
17224         * ob-gnuplot.el: New file.
17225         * ob-haskell.el: New file.
17226         * ob-keys.el: New file.
17227         * ob-latex.el: New file.
17228         * ob-lob.el: New file.
17229         * ob-matlab.el: New file.
17230         * ob-mscgen.el: New file.
17231         * ob-ocaml.el: New file.
17232         * ob-octave.el: New file.
17233         * ob-perl.el: New file.
17234         * ob-python.el: New file.
17235         * ob-ref.el: New file.
17236         * ob-ruby.el: New file.
17237         * ob-sass.el: New file.
17238         * ob-screen.el: New file.
17239         * ob-sh.el: New file.
17240         * ob-sql.el: New file.
17241         * ob-sqlite.el: New file.
17242         * ob-table.el: New file.
17243         * ob-tangle.el: New file.
17244         * ob.el: New file.
17246 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17248         * org-mks.el: New file.
17249         * org-capture.el: New file.
17251 2010-07-19  Christian Egli  <christian.egli@sbszh.ch>
17253         * org-taskjuggler.el: New file.
17255 2010-07-19  Matt Lundin  <mdl@imapmail.org>
17257         * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
17258         in org-agenda-text-search-extra-files.
17260 2010-07-19  David Maus  <dmaus@ictsoc.de>
17262         * org-list.el (org-list-send-list): Locally bind variable `txt'.
17264 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17266         * org.el (org-reload): Now also reloading babel files.
17268 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17270         * org-capture.el (org-capture-set-plist): Make sure txt is a string
17271         before calling `string-match'.
17272         (org-capture-templates): Fix customization type.
17274 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17276         * org-latex.el (org-export-latex-preprocess): Make a special case
17277         for \nbsp.
17278         (org-latex-entities): Remove the entry for \nbsp.
17279         (org-latex-entities-exceptions): Variable removed.
17281 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17283         * org-capture.el (org-capture-refile): Do not try to manipulate
17284         bookmark list.
17286         * org.el (org-refile): Use the correct bookmark here.
17288 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17290         * org-list.el (org-list-send-list): Parse list from its true beginning.
17292         * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
17294 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17296         * org.el (org-insert-link): Correctly determine if we should use
17297         a relative path.
17299 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
17301         * org-list.el (org-list-radio-list-templates): Fix templates.
17303 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
17305         * org-list.el (org-list-send-list): Regexp defining the start of
17306         a radio list is now on par with the one used for radio tables.
17308 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17310         * org-entities.el (org-entities-help): Add a headline for
17311         the user-defined entities.
17313 2010-07-19  Dirk-Jan C. Binnema  <djcb.bulk@gmail.com>  (tiny change)
17315         * org-agenda.el (org-agenda-action): Document capture key and add it
17316         to the prompt.
17318 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17320         * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
17322 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17324         * org-latex.el (org-export-latex-first-lines): Do not mark
17325         meta lines for removal.  Do not remove BABEL config lines during export.
17327 2010-07-19  David Maus  <dmaus@ictsoc.de>
17329         * org-capture.el (org-capture): Check if
17330         `org-capture-link-is-already-stored' is bound before evaluating.
17332 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17334         * org.el: Add autoload for org-babel-do-load-languages.
17336 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17338         * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
17340 2010-07-19  David Maus  <dmaus@ictsoc.de>
17342         * org-feed.el: Change indentation to match coding style
17343         guideline.
17345 2010-07-19  David Maus  <dmaus@ictsoc.de>
17347         * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
17348         library if necessary.
17350 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17352         * org-beamer.el (org-beamer-amend-header): Standardize the
17353         header cookie for the beamer extra stuff.
17355 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17357         * org-beamer.el (org-beamer-amend-header): Put extra header
17358         last in header.
17360 2010-07-19  David Maus  <dmaus@ictsoc.de>
17362         * org-exp-blocks.el (org-export-blocks-format-ditaa)
17363         (org-export-blocks-format-dot): Remove text properties of body before
17364         calculating cache hash.
17366 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17368         * org-latex.el (org-export-latex-tabular-environment): New option.
17369         (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
17371 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17373         * org-compat.el (org-version-check): New function.
17375         * org-indent.el (org-indent-mode): Check for exact emacs version.
17377 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17379         * org-capture.el (org-capture-templates): Allow the template
17380         to come from a file or function call.
17381         (org-capture-place-entry): Get the template from file or function.
17383 2010-07-19  David Maus  <dmaus@ictsoc.de>
17385         * org-agenda.el (org-agenda-bulk-action): Don't create marker for
17386         position if target is entire file.
17388 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17390         * org.el (org-autoload): Autoload a few more org-table functions.
17392 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17394         * org.el (org-babel-load-languages): Add ob-mscgen.
17396 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17398         * org-latex.el (org-export-latex-tables): Format string now
17399         matches options.
17401 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17403         * org.el (org-babel-load-languages): This variable controls which
17404         languages will be loaded by org-babel.  It is customizable through
17405         the customize interface.
17407 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17409         * org-latex.el (org-export-latex-format-image): Update number of
17410         arguments to allow for an optional short-name.
17412 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17414         * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
17416 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17418         * org-capture.el (org-capture-set-target-location):
17419         Store exact positions for file+regexp and file+function targets.
17420         (org-capture-place-entry, org-capture-place-item)
17421         (org-capture-place-table-line, org-capture-place-plain-text):
17422         Respect exact positions.
17423         (org-capture-finalize): Make sure we are at the beginning of a line
17424         when fixing the empty lines after the entry.
17426 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17428         * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
17429         (org-entry-get): Pass `literal-nil' into
17430         `org-entry-get-with-inheritance'.
17431         (org-todo): React to nil values of the LOGGING property.
17433 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17435         * org.el (org-default-notes-file): Update docstring.
17437 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17439         * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
17441 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17443         * org-exp.el (org-export-attach-captions-and-attributes):
17444         Add a shortname attribute to caption strings under the symbol name
17445         org-caption-shortn.
17447 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17449         * org.el (org-switchb): Rename from `org-iswitchb'.
17450         Improve docstring.
17451         (org-iswitchb): New alias.
17452         (org-ido-switchb): Make alias point to `org-switchb'.
17454 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17456         * org-capture.el (org-capture-fill-template):
17457         Respect time-of-day preference in template prompt.
17459 2010-07-19  David Maus  <dmaus@ictsoc.de>
17461         * org-feed.el (org-feed-unescape): Remove superfluous lambda.
17463 2010-07-19  David Maus  <dmaus@ictsoc.de>
17465         * org-wl.el (org-wl-disable-folder-check): New customization
17466         variable.
17467         (org-wl-open): Disable folder check depending on
17468         `org-wl-disable-folder-check'.
17470 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17472         * org-capture.el (org-capture-set-target-location):
17473         Fix file+function interpretation.
17475 2010-07-19  David Maus  <dmaus@ictsoc.de>
17477         * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
17478         content.
17480 2010-07-19  David Maus  <dmaus@ictsoc.de>
17482         * org-feed.el (xml-entity-alist): Declare variable
17483         `xml-entity-alist' for byte compiler.
17485 2010-07-19  David Maus  <dmaus@ictsoc.de>
17487         * org-feed.el (org-feed-unescape): New function.
17488         Unescape protected entities.
17489         (org-feed-parse-atom-entry): Use function for atom:content
17490         type text and html.
17492 2010-07-19  David Maus  <dmaus@ictsoc.de>
17494         * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
17495         element names.
17497 2010-07-19  Bernt Hansen  <bernt@norang.ca>
17499         * org.el (org-time-string-to-absolute): Ignore cyclic repeater
17500         when displaying items on todays agenda date.
17502 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17504         * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
17505         value of EXTRA.
17507 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17509         * org-publish.el (org-publish-initialize-cache):
17510         Make timestamp directory, the entire path to it.
17512 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17514         * org-exp.el (org-export-handle-comments): Make sure to check
17515         for protection in the comment line, and not in the line after it.
17517 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17519         * org-html.el (org-export-html-preprocess): Call org-format-latex,
17520         possibly with a protect-only argument.
17522         * org.el (org-format-latex): New argument PROTECT-ONLY.
17524 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17526         * org-exp.el (org-export-handle-table-metalines): This function
17527         removes table specific meta-lines, now that we aren't wiping
17528         everything that looks remotely like a comment at the end of the
17529         export process we have to be sure to catch all of the specific lines
17530         in org-exp.el.
17532 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
17534         * org-exp.el (org-export-select-backend-specific-text): Properly
17535         get rid of #+Backend and #+ATTR_Backend specifics to backends not
17536         matching the one we're exporting to.
17538 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17540         * org-table.el (orgtbl-to-generic): Add the :remove-newlines
17541         option which will strip newline characters from the text of table
17542         cells and replace then with "\n".
17544 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17546         * org.el (org-confirm-shell-link-function)
17547         (org-confirm-elisp-link-function): Limit the values that can be set by
17548         file variables.
17550 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17552         * org.el (org-compute-latex-and-specials-regexp): Deal with
17553         string elements by discarding them.
17555 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17557         * org.el (org-iswitchb): Make sure to use at least iswitchb.
17559 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17561         * org-capture.el (org-capture-position-for-last-stored)
17562         (org-capture-bookmark-last-stored-position): New functions.
17563         (org-capture-place-table-line): Better error catching.
17564         (org-capture-place-item, org-capture-place-entry)
17565         (org-capture-place-plain-text):
17566         Call `org-capture-position-for-last-stored'.
17567         (org-capture-finalize): Just call
17568         `org-capture-bookmark-last-stored-position'.
17570 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17572         * org-exp.el (org-export-mark-blockquote-verse-center):
17573         Fix small bug, now grabbing match data before overwritten by looking-at
17574         this fixes a problem with remainders of #+end_quote lines appearing
17575         in exported output.
17577 2010-07-19  David Maus  <dmaus@ictsoc.de>
17579         * org.el (org-link-frame-setup): Add customization option for
17580         Wanderlust.
17582 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17584         * org-latex.el (org-export-latex-fixed-width): Now check
17585         org-example rather than org-protected on verbatim export, because by
17586         default all ": " prefixed lines are marked protected.
17588 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17590         * org-latex.el (org-export-latex-fixed-width): Check for
17591         protection before wrapping ": " lines as verbatim.
17593 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17595         * org-exp.el (org-export-handle-comments): Check for protection
17596         before removing comments.
17598 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17600         * org-entities.el (org-entities): Restructure the list.
17601         (org-entities-help): Turn the help output into a buffer
17602         in Org-mode, so that it becomes easier to find a symbol
17603         in the structure.
17604         (org-entities-create-table): Deal with new structure.
17606 2010-07-19  David Maus  <dmaus@ictsoc.de>
17608         * org-agenda.el (org-write-agenda): Use backquotes to expand
17609         `flet' at compile time.
17611 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17613         * org.el (org-entry-properties): Make sure that standard property
17614         names are used even if the user has customized time keywords.
17616 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17618         * org-macs.el (org-not-nil): Return the value if not interpreted
17619         as nil.
17621         * org.el (org-entry-get)
17622         (org-entry-get-with-inheritance): Interpret the value "nil"
17623         as nil for properties.
17625 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17627         * org.el (org-switch-to-buffer-other-window): Return the buffer.
17629 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17631         * org-macs.el (org-not-nil): New function.
17633         * org.el (org-block-todo-from-children-or-siblings-or-parent):
17634         Use `org-not-nil' to interpret a property value of nil.
17636 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17638         * org.el (org-truely-invisible-p): New function.
17639         (org-beginning-of-line): Use `org-truely-invisible-p'.
17641 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17643         * org-agenda.el (org-agenda-get-timestamps): No errors
17644         while getting TODO state.
17645         (org-agenda-highlight-todo): No error when no keyword has
17646         been matched.
17648 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17650         * org.el (org-timestamp-change): New optional argument UPDOWN.
17651         Use this to identify calls from org-timestamp-up/down, so that we can
17652         skip by rounding minutes in this case.
17653         (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
17654         (org-timestamp-down-day): Call org-timestamp-change with the
17655         updown argument.
17657 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17659         * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
17661         * org-capture.el: New file.
17663         * org-compat.el (org-get-x-clipboard): Function moved here from
17664         remember.el.
17666         * org-mks.el: New file.
17668         * org.el (org-set-regexps-and-options): Allow statistic cookies as
17669         part of complex headlines.
17670         (org-find-olp): New argument THIS-BUFFER.  When set, assume that the
17671         OLP does not contain a file name.
17673 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17675         * org.el (org-mode): Set `comment-start' instead of changing the
17676         syntax of the `#' character.
17678 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17680         * org-exp.el (org-export-format-source-code-or-example): Mark examples
17681         by a property.
17683         * org-html.el (org-export-html-close-lists-maybe): Check if raw
17684         HTML stuff was actually made from an example.
17686 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17688         * org-latex.el: Items are no longer skipped when their first line
17689         ends on a protected element.
17691         * org-list.el: Protected environments looking like lists are not
17692         exported anymore.
17694 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17696         * org-exp-blocks.el (org-export-blocks-preprocess):
17697         Cleanup trailing newline after block.
17699 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17701         * org-exp.el: Comment regexp now matches documentation.  No more
17702         protection check when deleting comments before export.
17704 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17706         * org-exp.el (org-export-preprocess-string):
17707         Now using `org-export-handle-include-files-recurse' to resolve
17708         included files.
17710 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17712         * org-agenda.el (org-agenda-get-deadlines)
17713         (org-agenda-get-scheduled):
17714         * org.el (org-time-string-to-seconds):
17715         For deadline and scheduled agenda display ignore the cyclic repeater
17716         when calculating how many days late the task is.  If you have a weekly
17717         task and miss the date the agenda view will show more than a week late
17718         now instead of resetting on the cyclic repeating date.  This makes it
17719         much more obvious when you missed a repeating task after the repeater.
17721 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17723         * org-exp.el (org-export-mark-blockquote-verse-center):
17724         Consider environments that end at eob.
17726 2010-07-19  Mikael Fornius  <mfo@abc.se>
17728         * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
17729         with face `org-special-keyword'.  Make property keys as :LAST_REPEAT:
17730         display correctly.
17732 2010-07-19  Mikael Fornius  <mfo@abc.se>
17734         * org.el (org-at-property-p): Use save-match-data macro instead of let.
17736 2010-07-19  Mikael Fornius  <mfo@abc.se>
17738         * org.el (test): Remove unused test function.
17740 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17742         * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
17744 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17746         * org-exp-blocks.el (org-export-blocks-postblock-hook):
17747         Add documentation to and turn into a defcustom.
17749 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17751         * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
17752         instead of to nil we avoid errors when :prefix1 is defined, but
17753         prefix is not.
17755 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
17757         * org-latex.el (org-export-latex-preprocess): Environments coming
17758         from latex backend specific instructions (#+LaTeX) are already
17759         protected and won't be treated as normal environments.
17761 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17763         * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
17765 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17767         * org-timer.el (org-timer-set-timer): Use a prefix argument.
17768         See the docstring of the function.
17770 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17772         * org-timer.el (org-timer-set-timer): Fix bug about canceling
17773         timers.
17775 2010-07-19  David Maus  <dmaus@ictsoc.de>
17777         * org-w3m.el (org-w3m-copy-for-org-mode)
17778         (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
17779         Get text property directly, not using macro `w3m-anchor'.
17781 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17783         * org.el (org-emph-re): Document the match groups.
17785 2010-07-19  Bernt Hansen  <bernt@norang.ca>
17787         * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
17788         t before calling `org-clock-out', so that that function can
17789         know its call context.
17791 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17793         * org-timer.el (org-timer-default-timer): New variable.
17794         (org-timer-set-timer): Use the new variable.  Also offer the
17795         possibility to replace the current timer by a new one.
17797 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17799         * org.el (org-kill-note-or-show-branches): Hide subtree before
17800         exposing the headings.
17802 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17804         * org.el (org-add-planning-info): Remove the empty line also
17805         if there is no whitespace at all in there.
17807         * org-table.el (org-table-align): Fix alignment of strings
17808         with invisible characters.
17810 2010-07-19  David Maus  <dmaus@ictsoc.de>
17812         * org.el (org-refile-cache-get): Return empty list of targets
17813         when cache was cleared.
17814         (org-clone-subtree-with-time-shift): Maybe create ID property
17815         in cloned subtrees.
17816         (org-clone-delete-id): New customization variable.
17817         (org-clone-subtree-with-time-shift): Use customization
17818         variable `org-clone-delete-id'.
17819         (org-clone-subtree-with-time-shift): Remove empty property
17820         drawer in cloned subtrees.
17822 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17824         * org.el (org-refile-use-cache): New option.
17825         (org-refile-cache, org-refile-markers): New variable.
17826         (org-refile-marker, org-refile-cache-clear)
17827         (org-refile-cache-check-set, org-refile-cache-put)
17828         (org-refile-cache-get): New function.
17829         (org-get-refile-targets): Use the refile cache.
17831         * org-clock.el (org-clock-sum): Don't include running clock if
17832         the time block is wrong.
17834 2010-07-19  John Wiegley  <jwiegley@gmail.com>
17836         * org-clock.el (org-clock-clock-in, org-clock-in):
17837         Add parameter `start-time'.
17838         (org-clock-resolve-clock): Add parameter `clock-out-time'.
17839         If set, and resolve-to is a past time, then the clock out
17840         event occurs at `clock-out-time' rather than at `resolve-to'.
17841         In this case, `resolve-to' becomes the clock in time.
17842         (org-clock-jump-to-current-clock): Create new global command
17843         to reveal the current clock.
17844         (org-clock-resolve): Add new commands g/G and j/J, and a
17845         help window describing all commands and their meaning.
17846         (org-clock-resolve-expert): New customization variable.
17847         (org-find-open-clocks): Fix a bug that caused discovered
17848         clocks not to match up with the currently active clock.
17849         (org-resolve-clocks): Change the argument
17850         `also-non-dangling-p' to `only-dangling-p', since due to a bug
17851         this was the default behavior all along.
17853 2010-07-19  David Maus  <dmaus@ictsoc.de>
17855         * org-id.el (org-id-uuid): New function.  Return string with
17856         random (version 4) UUID.
17857         (org-id-method): Make 'uuid the new default value.
17858         (org-id-new): Use `org-id-uuid' if call to uuidgen program
17859         does not return a UUID.
17861 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17863         * org-latex.el (org-export-latex-format-image): Add support
17864         for multicolumn figures in LaTeX.
17866 2010-07-19  David Maus  <dmaus@ictsoc.de>
17868         * org.el (org-clone-subtree-with-time-shift): Remove ID
17869         property of original subtree in cloned subtrees.
17871 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17873         * org-exp.el (org-export-format-source-code-or-example):
17874         XEmacs compatibility.
17876         * org-latex.el (org-export-latex-tables): Accept comma in
17877         align string.
17879         * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
17880         (org-export-docbook-xslt-proc-command): Fix docstring.
17881         (org-export-docbook-xsl-fo-proc-command): Fix docstring.
17882         (org-export-as-docbook-pdf):
17883         Improve formatting of the xslt command.
17885         * org-exp.el (org-infile-export-plist): Check for XSLT setting.
17887         * org.el (org-file-contents): Improve error message.
17888         (org-set-regexps-and-options): Remove spaces at both ends.
17890 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17892         * org-docbook.el (org-export-as-docbook-pdf):
17893         Improve formatting of the xslt command.
17895 2010-07-19  Sebastian Rose  <sebastian_rose@gmx.de>
17897         * org-publish.el (org-publish-cache): Use one big hashmap for
17898         each project defined in `org-publish-project-alist'.
17899         (initialize-files-alist): Function removed.
17900         (org-publish-validate-link): Function removed.
17901         (org-publish-get-base-files): Add variable `sitemap-requested'
17902         to avoid sorting where possible.
17903         (org-publish-get-files): Function removed.
17904         (org-publish-get-project-from-filename): Make independent of
17905         file list.
17906         (org-publish-file): New argument NO-CACHE.
17908 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17910         * org.el (org-beginning-of-defun, org-end-of-defun):
17911         New functions.
17912         (org-mode): Install the `org-beginning-of-defun' and
17913         `org-end-of-defun' functions.
17914         (org-pretty-entities): New option.
17915         (org-toggle-pretty-entities): New command.
17916         (org-fontify-entities): New function.
17917         (org-startup-options): New keywords for pretty entities.
17918         (org-set-font-lock-defaults): Call the pretty entities
17919         function.
17921         * org-latex.el (org-export-latex-keywords-maybe): Protect the
17922         TODO markup.
17924 2010-07-19  Mikael Fornius  <mfo@abc.se>
17926         * org-habit.el (org-habit-build-graph): Help-echo date when
17927         mouse is over stars.
17929 2010-07-19  Jan Böker  <jan.boecker@jboecker.de>
17931         * org.el (org-file-apps): Improve docstring to reflect
17932         grouping matches.
17934 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17936         * org.el (org-set-startup-visibility): Fix empty line display.
17938         * org-latex.el (org-export-latex-links): Use the formatting
17939         function of the link type, if it is available.
17941         * org-table.el (org-table-get-remote-range): Return to
17942         original buffer when retrieving remote reference.
17944         * org.el (org-display-inline-images): Do the entire buffer,
17945         not just the narrowed region.  Clear the cache.
17946         (org-display-inline-images): Match mode file paths.
17948 2010-07-19  David Maus  <dmaus@ictsoc.de>
17950         * org-wl.el (org-wl-store-link-folder): Don't throw error when
17951         called on WL folder group.
17953 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17955         * org.el (org-replace-escapes): Make sure the cdr is not nil.
17956         (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
17957         (org-mode): Revert comment syntax changes.
17959 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17961         * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
17962         keywords, and `C-c / T' for a specific one.
17964 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17966         * org.el (org-mode): Fix comment syntax settings.
17968         * org-src.el (org-edit-src-allow-write-back-p):
17969         Define variable.
17971         * org.el (org-inline-image-overlays): New variable.
17972         (org-toggle-inline-images, org-display-inline-images)
17973         (org-remove-inline-images): New commands.
17974         (org-mode-map): Define a key for `org-toggle-inline-images'.
17976 2010-07-19  David Maus  <dmaus@ictsoc.de>
17978         * org-wl.el (org-wl-message-field): New function.
17979         Return content of header field in message entity.
17980         (org-wl-store-link): Call `org-wl-store-link-folder' or
17981         `org-wl-store-link-message' depending on major-mode.
17982         (org-wl-store-link-folder): New function.  Store link to
17983         Wanderlust folder.
17984         (org-wl-store-link-message): New function.  Store link to
17985         Wanderlust message.
17986         (org-wl-store-link-message): Store link to message while
17987         visiting message.
17988         (org-wl-open): Don't try to jump to message when opening a
17989         folder link.
17991 2010-07-19  David Maus  <dmaus@ictsoc.de>
17993         * org.el (org-replace-escapes): Avoid infinite loop when
17994         replace string contains escape sequence it replaces.
17996 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17998         * org-crypt.el (org-crypt-key-for-heading): Use symmetric
17999         encryption when now key is set.
18001 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18003         * org-table.el (org-table-recalculate-buffer-tables)
18004         (org-table-iterate-buffer-tables): New commands.
18006         * org.el (org-check-for-hidden): When there is a region, skip
18007         the check.
18009 2010-07-19  Dan Davison  <davison@stats.ox.ac.uk>
18011         * org-src.el (org-edit-src-code): allow-write-back-p had
18012         erroneously been omitted from let binding.
18014 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18016         * org-agenda.el (org-sorting-choice): New sorting type alpha.
18017         (org-cmp-alpha): New defsubst.
18018         (org-em): New defsubst.
18019         (org-entries-lessp): Only compute needed comparisons.
18021 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18023         * org-html.el (org-format-org-table-html): Test all columns
18024         for number content.
18026 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18028         * org-latex.el (org-export-latex-treat-sub-super-char):
18029         Make sure parenthesis matching is consistent.
18031         * org-table.el (org-table-colgroup-line-p)
18032         (org-table-cookie-line-p): New functions.
18034         * org-exp.el (org-table-clean-before-export): Better tests for
18035         colgroup and cookie lines.
18037 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18039         * org-agenda.el (org-agenda-goto): Push a mark before changing
18040         the position.
18042         * org-footnote.el (org-footnote): New group.
18043         (org-footnote-section)
18044         (org-footnote-tag-for-non-org-mode-files): Fix typos.
18046         * org-list.el (org-end-of-item-text-before-children): Also do
18047         the right thing at the end of a file.
18049         * org.el (org-set-packages-alist, org-get-packages-alist):
18050         New function.
18051         (org-export-latex-default-packages-alist)
18052         (org-export-latex-packages-alist): Add extra flag to
18053         each package, indicating if it should be used for snippets.
18054         (org-create-formula-image): Add the snippet argument.
18055         (org-splice-latex-header): New argument SNIPPET-P, pass it
18056         through to `org-latex-packages-to-string'.
18057         (org-latex-packages-to-string): New argument SNIPPET-P.
18059         * org-latex.el (org-export-latex-make-header): Add the snippet
18060         argument.
18062         * org-docbook.el (org-export-as-docbook): Implement ordered
18063         lists starting at some offset.
18065 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18067         * org.el (org-link-types, org-open-at-point): Add doi links.
18069         * org-ascii.el (org-export-ascii-preprocess): Remove list
18070         startcounter cookies.
18072         * org-list.el (org-renumber-ordered-list): Respect counter
18073         start values.
18075         * org-latex.el (org-export-latex-lists): Accept ordered list
18076         item offset cookie.
18078         * org-html.el (org-export-as-html): Accept ordered list
18079         item offset cookie.
18081         * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
18082         which messes up alignment of tags.
18084 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18086         * org-clock.el (org-clock-cancel, org-clock-out): Make sure
18087         the modeline display is removed.
18089         * org-exp.el (org-export-format-drawer-function):
18090         Fix docstring.
18092         * org-agenda.el (org-agenda-refile): New optional argument
18093         NO-UPDATE.
18094         (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
18095         is set.
18096         (org-agenda-bulk-action): Call the refile command with updates
18097         suppressed - but arrange for `org-agenda-redo' to be called at
18098         the end.
18100         * org.el (org-mode): Make table mapping quiet.
18101         (org-table-map-tables): New optional argument QUIETLY.
18103         * org-ascii.el (org-export-ascii-preprocess): Make table
18104         mapping quiet.
18106         * org-html.el (org-export-as-html, org-html-level-start):
18107         Change XHTML IDs to not use dots.
18109         * org-exp.el (org-export-define-heading-targets):
18110         Change XHTML IDs to not use dots.
18112         * org-docbook.el (org-export-docbook-level-start):
18113         Change XHTML IDs to not use dots.
18115         * org-latex.el (org-export-as-latex): Make sure that the
18116         result buffer is in latex-mode.
18118         * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
18119         (org-shiftleft-final-hook, org-shiftright-final-hook):
18120         New hooks.
18122 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18124         * org-table.el (org-table-justify-field-maybe): Make sure that
18125         inserting a value does not turn a line into a hline.
18127 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18129         * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
18130         (org-clock-sum): Add property to selected headlines.
18131         (org-dblock-write:clocktable): Make tags matcher.
18133         * org.el (org-set-autofill-regexps): XEmacs compatibility.
18135         * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
18136         in latex class definitions.
18138         * org.el (org-shiftup-hook, org-shiftdown-hook)
18139         (org-shiftleft-hook, org-shiftright-hook): New hooks.
18141         * org-entities.el (org-entities): Use \land and \lor for logical
18142         operators.
18144         * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
18145         indentation commands.
18146         (org-hidden-tree-error): New defsubst.
18147         (org-metaleft, org-metaright): Check for hidden stuff and throw an
18148         error.
18149         (org-check-for-hidden): New function.
18151         * org-list.el (org-item-re): New function.
18152         (org-at-item-p): Use `org-item-re'.
18153         (org-end-of-item-text-before-children): New function.
18154         (org-outdent-item, org-indent-item): Arrange for leaving the
18155         subtree alone.
18156         (org-outdent-item-tree, org-indent-item-tree): New argument
18157         NO-SUBTREE.
18158         (org-indent-item-tree): Use `org-end-of-item-text-before-children'
18159         to find the end for processing while ignoring the subtree.
18161         * org-publish.el (org-publish-sitemap-sort-alphabetically)
18162         (org-publish-sitemap-sort-folders)
18163         (org-publish-sitemap-sort-ignore-case): New options.
18165 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18167         * org-publish.el (org-publish-compare-directory-files): Fix sorting.
18169         * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
18171         * org-publish.el (org-publish-project-alist): Update docstring.
18172         (org-publish-file-title-cache): New variable.
18173         (org-publish-initialize-files-alist):
18174         Initialize `org-publish-initialize-files-alist' to nil.
18175         (org-publish-sort-directory-files): New function.
18176         (org-publish-projects): Access the new properties.
18177         (org-publish-find-title): Use the file title cache.
18178         (org-publish-find-title): Build the file title cache.
18179         (org-publish-get-base-files-1): Sort files.
18180         (org-publish-aux-preprocess): Do not throw an error when before
18181         the first headline.  Allow an empty target, meaning to link just
18182         to the file.
18183         (org-publish-index-generate-theindex.inc): Check if there is
18184         actually a target and only then add it to the link.
18185         (org-publish-projects): Fix a remaining issue with the last commit.
18187         * org-html.el (org-export-as-html): Treat verse as open/close
18188         paragraph.
18189         (org-export-html-close-lists-maybe): Allow to splice raw HTML into
18190         and out of lists.
18192 2010-07-19  Dan Davison  <davison@stats.ox.ac.uk>
18194         * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
18195         be used in a read-only mode.
18196         (org-edit-src-code): Different message in read-only mode.
18198 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18200         * org-src.el (org-edit-src-find-region-and-lang): Test for
18201         table.el as late as possible.
18203         * org-colview.el: Make sure this file is never loaded into XEmacs.
18205         * org-agenda.el (org-highlight, org-unhighlight): Use direct
18206         overlay calls.
18208         * org.el (org-key): Apply the translations defined in
18209         `org-xemacs-key-equivalents'.
18211         * org-mouse.el (org-mode-hook): Use `org-defkey'.
18213         * org-compat.el (org-xemacs-key-equivalents): New constant.
18215 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18217         * org-inlinetask.el (org-inlinetask-defaut-state): New option.
18218         (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
18219         Obey `org-odd-levels-only'.
18221         * org-compat.el (org-find-overlays): Use overlays-in/at.
18223         * org.el (org-remove-empty-overlays-at)
18224         (org-outline-overlay-data, org-hide-block-toggle)
18225         (org-format-latex, org-context): Use overlays-in/at.
18227         * org-src.el (org-edit-src-exit): Use overlays-in/at.
18229         * org-agenda.el (org-agenda-mark-clocking-task)
18230         (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
18231         (org-agenda-entry-text-hide)
18232         (org-agenda-fix-tags-filter-overlays-at)
18233         (org-agenda-bulk-remove-overlays): Use overlays-in/at.
18235         * org-compat.el (org-overlays-at): Function removed.
18236         (org-overlays-in): Function removed.
18238 2010-07-19  Bastien Guerry  <bzg@gnu.org>
18240         * org-clock.el (org-clock-set-current): Just return the headline
18241         itself, strip the TODO keyword, the priority cookie and the tags.
18243 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18245         * org-compat.el (org-xemacs-without-invisibility): New macro.
18246         (org-xemacs-without-invisibility): New macro.
18247         (org-indent-to-column, org-indent-line-to, org-move-to-column):
18248         Redefine using the macro `org-xemacs-without-invisibility'.
18250         * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
18252         * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
18254         * org-compat.el (org-make-overlay, org-delete-overlay)
18255         (org-overlay-start, org-overlay-end, org-overlay-put)
18256         (org-overlay-get, org-overlay-move, org-overlay-buffer):
18257         Functions removed.
18258         (org-add-to-invisibility-spec): Function removed.
18260         * org-html.el (org-export-as-html-and-open): Add argument to
18261         kill-buffer.
18263         * org-habit.el (require): `calendar' is now required already by
18264         org.el on top level.
18266         * org-clock.el (require): `calendar' is now required already by
18267         org.el on top level.
18269         * org-agenda.el (require, org-timeline, org-agenda-list)
18270         (org-todo-list, org-agenda-to-appt): `calendar' is now required
18271         already by org.el on top level.
18273         * org.el (org-export-latex-fix-inputenc): Declare function.
18275         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
18276         variables.
18278         * org.el (calendar): Require calendar now on top level in org.el
18279         and define aliases to new variables when needed.
18280         (org-read-date, org-goto-calendar): Do not bind obsolete
18281         variables.
18283         * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
18284         compilation warning, add comment that this cannot be done with
18285         `with-current-buffer'.
18287         * org-wl.el (org-wl-open): Use `with-current-buffer'.
18289         * org.el (overlay, org-remove-empty-overlays-at)
18290         (org-outline-overlay-data, org-set-outline-overlay-data)
18291         (org-show-block-all, org-hide-block-toggle)
18292         (org-highlight-new-match, org-remove-occur-highlights)
18293         (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
18294         (org-read-date, org-read-date-display, org-eval-in-calendar)
18295         (org-format-latex, org-context)
18296         (org-speedbar-restriction-lock-overlay)
18297         (org-speedbar-set-agenda-restriction): Use the normal overlay API.
18299         * org-table.el (org-table-add-rectangle-overlay)
18300         (org-table-remove-rectangle-highlight)
18301         (org-table-overlay-coordinates)
18302         (org-table-toggle-coordinate-overlays): Use the normal overlay
18303         API.
18305         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
18306         (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
18307         normal overlay API.
18309         * org-colview.el (org-columns-new-overlay)
18310         (org-columns-display-here, org-columns-remove-overlays)
18311         (org-columns-edit-value, org-columns-next-allowed-value)
18312         (org-columns-update): Use the normal overlay API.
18314         * org-clock.el (org-clock-out, org-clock-cancel)
18315         (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
18316         overlay API.
18318         * org-agenda.el (org-agenda-mark-filtered-text)
18319         (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
18320         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
18321         (org-agenda-entry-text-hide)
18322         (org-agenda-restriction-lock-overlay)
18323         (org-agenda-set-restriction-lock)
18324         (org-agenda-filter-by-tag-hide-line)
18325         (org-agenda-fix-tags-filter-overlays-at)
18326         (org-agenda-filter-by-tag-show-all, org-hl)
18327         (org-agenda-goto-calendar, org-agenda-bulk-mark)
18328         (org-agenda-bulk-remove-overlays): Use the normal overlay API.
18330         * org-freemind.el (org-freemind-from-org-mode-node)
18331         (org-freemind-from-org-mode)
18332         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
18333         Use interactive-p instead of called-interactively, because this is
18334         backward compatible with older Emacsen I still support..
18336 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18338         * org-exp.el (org-export-define-heading-targets): Fix bug in
18339         regexp finding ID and CUSTOM_ID properties.
18341 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18343         * org-footnote.el (org-footnote-goto-previous-reference):
18344         Rename from `org-footnote-goto-next-reference'.
18346         * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
18347         org-log-repeat is non-nil, or if there is clocking data in the
18348         entry.
18350         * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
18352 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18354         * org.el (org-align-all-tags): New command.
18356 2010-07-19  David Maus  <dmaus@ictsoc.de>
18358         * org-wl.el (org-wl-link-remove-filter): New customizable
18359         variable.  If non-nil, filter conditions are stripped when storing
18360         link to message in filter folder.
18361         (org-wl-shimbun-prefer-web-links): New customizable variable.
18362         If non-nil, links to shimbun messages are created as web links to
18363         message source.
18364         (org-wl-nntp-prefer-web-links): New customizable variable.
18365         If non-nil, links to nntp message are created as web links to gmane
18366         or googlegroups.
18367         (org-wl-namazu-default-index): New customizable variable.
18368         Directory of namazu search index that should be used as default
18369         when opening a link in a search folder.
18370         (org-wl-folder-types): New constant.  Wanderlust folder type
18371         indicators.
18372         (org-wl-folder-type): New function.  Return type of Wanderlust
18373         folder.
18374         (org-wl-store-link): Create web links for shimbun or nntp messages
18375         and strip filter conditions depending on customizable variables.
18376         (org-wl-open): Open namazu search folder for message when called
18377         with prefix.
18379 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18381         * org.el (org-remove-if, org-remove-if-not): New functions.
18382         (org-open-file): Use internal remove-if functions.
18384 2010-07-19  Jan Böcker  <jan.boecker@jboecker.de>
18386         * org.el (org-file-apps-entry-match-against-dlink-p): New function.
18387         (org-file-apps-ex): Remove variable.
18388         (org-open-file): Integrate org-file-apps-ex functionality back
18389         into org-file-apps, and decide whether to match a regexp against
18390         the link or the filename using org-file-apps-entry-uses-grouping-p.
18392 2010-07-19  Jan Böcker  <jan.boecker@jboecker.de>
18394         * org.el (org-file-apps-ex): New variable.
18395         (org-open-file): Before considering org-file-apps, first match the
18396         regexps from org-file-apps-ex against the whole link.
18397         See docstring of org-file-apps-ex.
18399 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18401         * org.el (org-export-latex-default-packages-alist):
18402         Remove microtype package.
18403         (org-todo-repeat-to-state): New variable.
18404         (org-auto-repeat-maybe): Allow user-selected target states.
18405         (org-default-properties): Add the new property REPEAT_TO_STATE.
18407 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18409         * org-mobile.el (org-mobile-check-setup): Make sure that there is
18410         a binary to compute checksums.
18412 2010-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
18414         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
18415         variables.
18417         * org.el (calendar): Require calendar now on top level in org.el
18418         and define aliases to new variables when needed.
18419         (org-read-date, org-goto-calendar): Do not bind obsolete
18420         variables.
18422 2010-06-22  Glenn Morris  <rgm@gnu.org>
18424         * org-entities.el: Add explicit utf-8 coding cookie to file with
18425         utf-8 characters.
18427 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18429         * org.el (org-file-complete-link): Avoid (expand-file-name ".").
18431 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
18433         * Version 23.2 released.
18435 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18437         * org-table.el (orgtbl-setup):
18438         * org-agenda.el (org-agenda-entry-text-mode): Simplify.
18440 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18442         * org-table.el (orgtbl-mode): Use define-minor-mode.
18444 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18446         * org.el (org-insert-link): Find the link buffer on visible frames.
18447         (org-export-latex-default-packages-alist): Hyperref must be loaded
18448         late.
18449         (org-open-file): More care with the new matching for file links.
18451 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18453         * org-latex.el (org-export-latex-preprocess): Do not yet protect
18454         defined entities - these will be taken care of later.
18455         (org-export-latex-special-chars): Post-process entity replacement.
18456         (org-export-latex-fontify-headline): Do not yet protect defined
18457         entities - these will be taken care of later.
18458         (org-export-latex-tables, org-export-latex-links): Format the
18459         caption properly.
18461         * org-entities.el (org-entities-user): Fix typo.
18463         * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
18465         * org-entities.el (org-entities-user): Improve docstring.
18467 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18469         * org-entities.el (org-macs): Require org-macs, to be sure that we
18470         have `declare-function' defined.
18472 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18474         * org-latex.el (org-export-latex-classes): Update docstring.
18476         * org.el (org-format-latex-header): Add cookies to the header.
18477         (org-splice-latex-header): Implement placement according to cookies.
18479 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18481         * org-publish.el (org-publish-aux-preprocess): Control case
18482         sensitivity.
18484 2010-04-10  Bastien Guerry  <bzg@gnu.org>
18486         * org.el (org-splice-latex-header): Fix typo.
18488 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18490         * org-latex.el (org-export-latex-make-header):
18491         Use `org-splice-latex-header' to build the header.
18492         (org-export-latex-classes): Update docstring.
18494         * org.el (org-splice-latex-header): New function.
18495         (org-create-formula-image): Use `org-splice-latex-header' to build
18496         the header.
18498         * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
18500 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18502         * org.el (org-export-latex-packages-alist)
18503         (org-export-latex-default-packages-alist): Fix docstring to
18504         reflect the expected structure.
18506         * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
18507         (org-export-docbook-finalize-table): Make use of label for tables.
18509 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18511         * org-attach.el (org-attach-commit): Split on newlines.
18513         * org.el (org-export-latex-default-packages-alist): Use list
18514         instead of cons for the entries.
18516 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18518         * org-entities.el (org-entity-get-representation): Catch the case
18519         that there is not entry in the list.
18521         * org-mobile.el (org-mobile-use-encryption)
18522         (org-mobile-encryption-tempfile, org-mobile-encryption-password):
18523         New options.
18524         (org-mobile-check-setup): CHeck the encryption setup.
18525         (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
18526         (org-mobile-create-sumo-agenda): Use encryption code.
18527         (org-mobile-encrypt-and-move): New function.
18528         (org-mobile-encrypt-file, org-mobile-decrypt-file):
18529         New functions.
18530         (org-mobile-move-capture): Decrypt the capture file.
18532         * org.el (org-entities): Require the new file.
18533         (org-export-latex-default-packages-alist): New variable.
18534         (org-complete): Use new entity code for completion.
18535         (org-create-formula-image): Use the new packages variable.
18537         * org-latex.el (org-export-latex-classes): Remove the standard
18538         packages from the class headers.
18539         (org-export-latex-make-header): Use the new package variable.
18540         (org-export-latex-special-chars): Better regexp for entities, to
18541         support entity name that contain numbers.
18542         (org-export-latex-treat-backslash-char): Use the new entity code.
18544         * org-html.el (org-html-do-expand): Use the new entity code.
18546         * org-exp.el (org-export): Add the new export commands.
18547         (org-html-entities): Constant removed.
18548         (org-export-visible): Add the new export commands.
18550         * org-docbook.el (org-docbook-do-expand): Use new entity code.
18552         * org-ascii.el (org-export-ascii-entities): New variable.
18553         (org-export-as-latin1, org-export-as-latin1-to-buffer)
18554         (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
18555         (org-export-as-encoding): New function.
18556         (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
18557         (org-ascii-replace-entities): New function.
18559 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18560             Ulf Stegemann  <ulf@zeitform.de>
18562         * org-entities.el: New file.
18564 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18566         * org-html.el (org-html-level-start): Catch the case that target
18567         might be nil.
18569 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
18571         * org.el (org-appearance): Change Customize group variable name
18572         from org-font-lock to org-appearance, and change tag from "Org
18573         Font Lock" to "Org Appearance".
18574         (org-odd-levels-only): Change Customize group variable name.
18575         (org-level-color-stars-only): Change Customize group variable name.
18576         (org-hide-leading-stars): Change Customize group variable name.
18577         (org-hidden-keywords): Change Customize group variable name.
18578         (org-fontify-done-headline): Change Customize group variable name.
18579         (org-fontify-emphasized-text): Change Customize group variable name.
18580         (org-fontify-whole-heading-line): Change Customize group variable name.
18581         (org-highlight-latex-fragments-and-specials): Change Customize
18582         group variable name.
18583         (org-hide-emphasis-markers): Change Customize group variable name.
18584         (org-emphasis-alist): Change Customize group variable name.
18585         (org-emphasis-regexp-components): Change Customize group variable
18586         name.
18587         (org-modules): Remove mention of org-R.
18589         * org-faces.el (org-faces): Change Customize group variable name.
18591 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18593         * org-agenda.el (org-diary-last-run-time): New variable.
18594         (org-diary): Prepare agenda buffers only if last call was some
18595         time ago.
18597         * org-html.el (org-export-html-preprocess): Replace \ref macros
18598         with a link.
18599         (org-format-org-table-html): Add the label as an anchor.
18601         * org-docbook.el (org-export-docbook-format-image): Do some
18602         formatting on captions.
18604         * org-latex.el (org-export-latex-tables, org-export-latex-links):
18605         Do some formatting on captions.
18607         * org-html.el (org-export-html-format-image)
18608         (org-format-org-table-html): Do some formatting on captions.
18610 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
18612         * org.el (org-hidden-keywords): New customizable variable.  This is
18613         a list of symbols specifying which of the special keywords #+DATE,
18614         #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
18615         (org-fontify-meta-lines-and-blocks): Changes to font-lock code
18616         implementing new faces and hiding behavior.
18618         * org-faces.el (org-document-title): New face for #+TITLE lines.
18619         (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
18620         (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
18621         keywords.
18623 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18625         * org-publish.el (org-publish-sanitize-plist): New function to
18626         rename "index" properties to "sitemap".  Do this renaming
18627         globally.
18628         (org-publish-with-aux-preprocess-maybe): New macro.
18629         (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
18630         macro.
18631         (org-publish-aux-preprocess)
18632         (org-publish-index-generate-theindex.inc): New function.
18634 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18636         * org-table.el (org-table-align): Interpret <N> at fixed width,
18637         not as maximum width.
18639 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18641         * org-exp.el (org-export-author-info, org-export-email-info):
18642         Fix docstrings.
18644         * org-beamer.el (org-beamer-select-environment): Rename from
18645         `org-beamer-set-environment-tag'.  Improve docstring.
18647         * org-freemind.el (org-freemind-write-mm-buffer): Fix another
18648         problem with odd levels.
18650         * org-ascii.el (org-export-as-ascii): Export email only if the
18651         author wants it.
18653         * org-docbook.el (org-export-as-docbook): Export email only if the
18654         author wants it.
18656         * org-html.el (org-export-as-html): Export email only if the
18657         author wants it.
18659         * org-exp.el (org-export-email-info): New option.
18660         (org-export-plist-vars): Add entry for `org-export-email'.
18662 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18664         * org-table.el (org-table-goto-line): Fix typo.
18666 2010-04-10  Mikael Fornius  <mfo@abc.se>
18668         * org.el (org-agenda-files): Typo.
18669         (org-read-agenda-file-list): Add optional argument to help
18670         `org-store-new-agenda-file-list' to remember un-expanded file
18671         names.  Expand file names relative to `org-directory'.
18672         (org-store-new-agenda-file-list): Keep un-expanded file names when
18673         saving, if available.
18674         (org-agenda-files): Update documentation.
18676 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18678         * org-ascii.el (org-export-as-ascii): Catch the case of exporting
18679         a buffer with no file name attached.
18681         * org.el (org-log-refile): New option.
18682         (org-log-note-headings): Add a heading for refiling.
18683         (org-startup-options): Add keywords for logging of the refile
18684         action.
18685         (org-refile): Add logging action.
18686         (org-add-log-note): Allow for refiling action.
18688         * org-agenda.el (org-agenda-bulk-action): Make sure
18689         `org-log-refile' is not `note' during a bulk action.
18691 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18693         * org.el (org-map-dblocks): Use save-excursion to remember the
18694         position.
18696         * org-attach.el (org-attach-commit): Remove dependence on xargs.
18697         (org-attach-delete-one): Commit after deleting a file.
18699         * org-latex.el (org-export-latex-fontify): Do not mistake table.el
18700         borders for strike-through emphasis.
18702         * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
18703         handling of odd levels.
18705         * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
18706         and `future' values.
18707         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
18708         Handle `past' and `future' values.
18710         * org.el (org-read-agenda-file-list): Interpret file names
18711         relative to org-directory and allow environment variables and
18712         "~".
18714         * org-latex.el (org-export-latex-special-chars): Allow a
18715         parenthesis before an exponent or subscript.
18717 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
18719         * org-src.el (org-edit-src-exit): When returning from code edit
18720         buffer, if code block is hidden, leave point at start of
18721         #+begin_src line.
18723 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18725         * org.el (org-insert-heading): Do not remove all spaces if the
18726         headline is empty.
18728         * org-indent.el (org-indent): Fix group name.
18730 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18732         * org-table.el (org-table-goto-column): Fix forcing a non-existing
18733         column.
18734         (org-table-get, org-table-put, org-table-goto-line)
18735         (org-table-current-line): New functions.
18737 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
18739         * org.el (org-open-file): Allow regular expressions in
18740         org-file-apps to capture link parameters using groups.  In a
18741         command string to be executed, the parameters can be referenced
18742         using %1, %2, etc.  Lisp forms can access them using
18743         (match-string n link).
18744         (org-apps-regexp-alist): Adopt the created regexp, as this is now
18745         matched against a file: link instead of the file name.
18747 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18749         * org-crypt.el (org-reveal-start-hook): Add a decryption function
18750         to this hook.
18751         (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
18752         Add docstrings.
18754         * org.el (org-point-at-end-of-empty-headline)
18755         (org-level-increment, org-get-previous-line-level): New function.
18756         (org-cycle-level): Rewritten to be independent of when this
18757         function is called.
18758         (org-in-regexps-block-p): New function.
18759         (org-reveal-start-hook): New hook.
18760         (org-reveal): Run new hook.
18762 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18764         * org-latex.el (org-export-latex-keywords): Start a new paragraph
18765         after time keywords, do not add "\newline".
18767         * org-html.el (org-export-as-html): Avoid double # in href.
18769         * org.el (org-refile-get-location): Catch an invalid target
18770         specification.
18772 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18774         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
18775         Make sure the behavior regarding to extracting time is
18776         consistent.
18778 2010-04-10  Stephen Eglen  <stephen@gnu.org>
18780         * org-agenda.el (org-agenda-insert-diary-extract-time):
18781         New variable.
18782         (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
18783         variable rather than `org-agenda-search-headline-for-time'.
18785 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18787         * org-list.el (org-fix-bullet-type): Improve cursor positioning.
18789 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18791         * org.el (org-adaptive-fill-regexp-backup): New variable.
18792         (org-set-autofill-regexps): Store a backup of
18793         `adaptive-fill-regexp'.
18794         (org-adaptive-fill-function): Fix filling of comments and ordered
18795         lists.  If there is no other match, till try adaptive fill.
18797 2010-04-10  John Wiegley  <jwiegley@gmail.com>
18799         * org-agenda.el (org-agenda-include-deadlines): Add new
18800         customization variable to determine whether unscheduled tasks
18801         should appear in the agenda solely because of their deadline.
18802         Default to true, which was the previous behavior (it just wasn't
18803         configurable).
18804         (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
18805         the agenda to show/hide deadline tasks.
18806         (org-agenda-menu): Add menu option for show/hide deadlines.
18807         (org-agenda-list): Make the agenda list sensitive to the value of
18808         `org-agenda-include-deadlines'.
18809         (org-agenda-toggle-deadlines): New function to toggle the value of
18810         `org-agenda-include-deadlines' and repaint the modeline
18811         indicators.
18812         (org-agenda-set-mode-name): Show "Deadlines" in the agenda
18813         modeline if deadline tasks are being displayed.
18815 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18817         * org-table.el (org-table-eval-formula): Replace $# and @# by
18818         current column and row number.
18820 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18822         * org.el (org-set-property, org-delete-property): Go back to
18823         prompting for the property.
18825         * org-latex.el (org-export-latex-make-header): Fully process
18826         author line.
18827         (org-export-latex-fontify-headline): Allow several arguments, not
18828         just one.
18829         (org-export-latex-fix-inputenc): Catch the error when
18830         `latexenc-coding-system-to-inputenc' is not defined.
18832         * org-agenda.el (org-agenda-skip-if-todo): New function.
18833         (org-agenda-skip-if): Add conditions for TODO keywords.
18834         (org-agenda-skip-if): Document the new todo conditions.
18836 2010-04-10  Mikael Fornius  <mfo@abc.se>
18838         * org.el (org-at-property-p): Check if we are inside a property
18839         drawer not just any drawer.
18840         (org-set-property, org-delete-property): When cursor is on a
18841         property key value pair do not prompt for property name instead
18842         use name at cursor.
18843         (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
18844         on the first line of a property drawer.
18845         (org-property-end-re): Spell check.
18847 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18849         * org-exp.el (org-export-attach-captions-and-attributes): Add the
18850         properties to the entire table, in case the first line is
18851         removed.
18853         * org-archive.el (org-archive-reversed-order): New option.
18854         (org-archive-subtree, org-archive-to-archive-sibling): Use the new
18855         option `org-archive-reversed-order'.
18857 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18859         * org-agenda.el (org-agenda-entry-types): New variable.
18860         (org-agenda-list): Use `org-agenda-entry-types'.
18861         (org-agenda-custom-commands-local-options): Support for setting
18862         `org-agenda-entry-types' as an option.
18863         (org-diary): Shift some documentation from here to the variable
18864         `org-agenda-entry-types'.
18866 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18868         * org-latex.el (org-export-latex-make-header): Apply macros in
18869         author field.
18871         * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
18872         (org-clock-select-task, org-clock-notify-once-if-expired)
18873         (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
18874         (org-clock-out-if-current, org-clock-save): Use the new functions.
18876 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18878         * org-docbook.el (org-export-as-docbook): Remove unnecessary
18879         newline.
18880         (org-export-as-docbook): Remove unnecessary newline.
18881         (org-export-as-docbook): Fix problem with double footnote
18882         reference in one place.
18884         * org-exp.el (org-export-format-source-code-or-example):
18885         Remove unnecessary newline.
18887         * org.el (org-deadline, org-schedule): Allow rescheduling entries
18888         with repeaters.
18890         * org-table.el (org-table-convert-refs-to-rc): Better way to catch
18891         function calls that look like references.
18893         * org.el (org-open-at-point): Get link abbreviations from
18894         reference buffer.
18896 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18898         * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
18899         as a reference.
18901 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18903         * org.el (org-link-unescape): Solve issue with lower-case escapes.
18905 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18907         * org-latex.el (org-export-latex-classes):
18908         Add \usepackage{latexsym} to all classes.
18910 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18912         * org-html.el (org-export-as-html): Do not allow protected lines
18913         into the table of contents.
18915         * org-latex.el (org-export-latex-special-chars): Find subsequent
18916         occurrences of special characters.
18917         (org-export-latex-tables): Do not convert table-like stuff that is
18918         protected.
18920 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18922         * org-list.el (org-toggle-checkbox): No errors when updating
18923         checkbox count fails because there is no heading.
18925 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18927         * org-clock.el (org-clock-report-include-clocking-task):
18928         New option.
18929         (org-clock-sum): Add the current clocking task.
18931 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18933         * org.el (org-cycle): Print a message when in a table.el table.
18934         (org-edit-special): Recognize the table.el context.
18935         (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
18937         * org-src.el (org-at-table.el-p): Declare.
18938         (org-edit-src-code): Handle a special case for table.el editing.
18939         (org-edit-src-find-region-and-lang): Recognize the table.el
18940         context.
18942         * org-latex.el (org-export-latex-tables): Convert table.el
18943         tables.
18944         (org-export-latex-convert-table.el-table): New function.
18946         * org-html.el (org-html-expand): Fix table.el export.
18948         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
18949         headings.
18951         * org-id.el (org-id-find-id-file): Fix bug when there is no hash
18952         table for the id locations.
18954         * org.el (org-read-date-analyze): Match American-style dates, like
18955         5/30 or 5/13/7.  Make sure cal-iso.el is loaded.  Don't force he
18956         current year when reading ISO and American dates.
18958 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18960         * org.el (org-face-from-face-or-color): New function.
18961         (org-get-todo-face, org-font-lock-add-priority-faces)
18962         (org-get-tag-face): Use `org-face-from-face-or-color'.
18964         * org-faces.el (org-todo-keyword-faces, org-priority-faces):
18965         Allow simple colors as values.
18966         (org-faces-easy-properties): New option.
18968         * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
18969         restricted, as an agenda mode.
18970         (org-agenda-fontify-priorities): Allow simple colors as values.
18972 2010-04-10  Bastien Guerry  <bzg@gnu.org>
18974         * org-timer.el (org-timer-current-timer): Rename from
18975         `org-timer-last-timer'.
18976         (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
18977         (org-timer-cancel-timer, org-timer-show-remaining-time)
18978         (org-timer-set-timer): Update to use only one timer.
18980         * org.el (org-set-property): Remove useless space in the prompt.
18982 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18984         * org-html.el (org-export-html-style-default): Add a default style
18985         for textareas.
18987         * org-exp.el (org-export-format-source-code-or-example):
18988         Fix textarea tag.
18990 2010-04-10  Bastien Guerry  <bzg@gnu.org>
18992         * org-clock.el (org-clock-current-task): New variable to store
18993         last clocked in task.
18994         (org-clock-set-current, org-clock-delete-current): New functions.
18996 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18998         * org-remember.el (org-remember-apply-template): Extend comment.
18999         (org-remember-handler): Implement clock sibling filing.
19001 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19003         * org-publish.el (org-publish-all, org-publish-current-file)
19004         (org-publish-current-project): When called with prefix argument
19005         FORCE, also rebuild the validation file list.
19007         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
19008         section headings.
19010 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19012         * org-html.el (org-export-as-html-and-open): Kill product buffer
19013         if the user wants that.
19015         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
19016         if the user wants that.
19018         * org-exp.el (org-export-kill-product-buffer-when-displayed):
19019         New option.
19021         * org-agenda.el (org-batch-agenda-csv): Use the time property
19022         instead of the `time-of-day' property.
19024 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19026         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
19027         (org-timer-pause-hook, org-timer-set-hook)
19028         (org-timer-cancel-hook): New hooks.
19029         (org-timer-start): Run `org-timer-start-hook'.
19030         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
19031         (org-timer-stop): Run `org-timer-stop-hook'.
19032         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
19034 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19036         * org.el (org-reveal): Double prefix arg shows the subtree of the
19037         parent.
19039 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19041         * org-agenda.el (org-search-view): Fix bug with searching full
19042         words in headlines in search view.
19043         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
19044         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
19045         scheduled (if the user configures it so.
19047 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19049         * org.el (org-hide-archived-subtrees): Don't jump to end of
19050         subtree if the match was not in a headline.
19051         (org-inside-latex-macro-p): Allow more complex arguments.
19052         (org-emphasize): Protect against use at end of buffer.
19054 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19056         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
19057         text properties.
19059 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19061         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
19062         values.
19063         (org-agenda-todo-ignore-scheduled)
19064         (org-agenda-todo-ignore-deadlines): More control with different
19065         allowed values.
19066         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
19067         Honor the new option settings.
19069 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19071         * org.el (org-get-location): Make sure the selection buffer is
19072         shown in the current frame.
19074         * org-ascii.el (org-export-ascii-table-widen-columns):
19075         New option.
19076         (org-export-ascii-preprocess): Realign tables to remove narrowing
19077         if `org-export-ascii-table-widen-columns' is set.
19079         * org-table.el (org-table-do-narrow): New variable.
19080         (org-table-align): Narrow only if `org-table-do-narrow' is t.
19082         * org.el (org-deadline, org-schedule): Allow updating if the
19083         relevant time stamp does not have a repeater, i.e. do not require
19084         that no time stamp has a repeater.
19086         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
19087         new white space before the tags.
19089         * org-latex.el (org-export-as-latex): Do nit require the buffer to
19090         be visiting a file when only exporting to a buffer or string.
19091         (org-export-latex-fix-inputenc): Only save the buffer is there is
19092         a file name attached to it.
19094 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
19096         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
19098 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19100         * org.el (org-fontify-meta-lines-and-blocks):
19101         Honor `org-fontify-quote-and-verse-blocks'.
19103         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
19105 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19107         * org.el (org-open-at-point): Also check for text property
19108         org-linked-text before offering collected links.
19110 2010-04-10  Stephen Eglen  <stephen@gnu.org>
19112         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
19113         Optionally extract time specification from text and add to the
19114         timestamp.
19116 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19118         * org-exp.el (org-html-entities): Fix typo.
19120         * org-latex.el (org-export-latex-make-header): Use \providecommand
19121         to make sure the \alert macro is defined.
19123         * org.el (org-format-latex-signal-error)
19124         (org-create-formula-image): Use `org-format-latex-signal-error'.
19126 2010-04-10  Stephen Eglen  <stephen@gnu.org>
19128         * org.el (org-store-link): For dired buffers, use
19129         default-directory as link name if dired-get-filename returns
19130         nil.
19132 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19134         * org-exp.el (org-export-concatenate-multiline-links): The for
19135         protectedness at beginning of match.
19137         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
19138         AUTO as a coding system, instead default to utf8.
19140 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19142         * org.el (org-block-todo-from-children-or-siblings-or-parent)
19143         (org-block-todo-from-checkboxes): Respect the local variable
19144         value when deciding if blocking should be active.
19146         * org-latex.el (org-export-latex-make-header): Define the align
19147         macro if it is not yet defined.
19149         * org-agenda.el (org-agenda-insert-diary-make-new-entry):
19150         Call `org-insert-heading' with the INVISIBLE-OK argument.
19152         * org-mac-message.el (org-mac-message-insert-flagged):
19153         Call `org-insert-heading' with the INVISIBLE-OK argument.
19155         * org.el (org-insert-heading): New argument INVISIBLE-OK.
19157         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
19158         prompt message.
19160         * org-html.el (org-html-level-start): Use the
19161         `html-container-class' text property to set an additional class
19162         for an outline container.
19164         * org-exp.el (org-export-remember-html-container-classes):
19165         New function.
19166         (org-export-preprocess-string):
19167         Call `org-export-remember-html-container-classes'.
19169         * org.el (org-cycle): Mention level cycling in the docstring.
19170         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
19172         * org-remember.el (org-remember-apply-template): Do file insertion
19173         first.
19175 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19177         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
19178         problem with mis-aligned graphs when showing habits.
19180 2010-04-10  Mikael Fornius  <mfo@abc.se>
19182         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
19183         when assigning.  Begin using numerical characters when all in name
19184         is used up.  This is to spare alphanumeric characters for better
19185         match with other keywords.
19187 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19189         * org-exp.el (org-export-preprocess-hook): Improve documentation.
19191         * org-latex.el (org-export-latex-preprocess): More consistent
19192         conversion and protection of the words LaTeX and TeX.
19193         (org-export-latex-fontify-headline, org-export-latex-preprocess):
19194         Allow angle brackets in commands, for beamer.
19196 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19198         * org-clock.el (org-clock-in): Improve the look of the clock line
19199         by formatting links.
19201 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19203         * org-latex.el (org-export-latex-classes): Use AUTO as the place
19204         holder string for the coding system.  And improve the
19205         documentation.
19206         (org-export-latex-fix-inputenc): Only modify the coding system if
19207         it is given by the placeholder AUTO.
19209 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19211         * org-clock.el (org-task-overrun-text): New option.
19212         (org-task-overrun, org-clock-update-period): New variables.
19213         (org-clock-get-clock-string, org-clock-update-mode-line):
19214         Mark overrun clock.
19215         (org-clock-notify-once-if-expired): Check if clock is overrun.
19217         * org-faces.el: New face `org-mode-line-clock-overrun'.
19219 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
19221         * org.el (org-narrow-to-subtree): Position the end of the narrowed
19222         region before the line with the next heading, to prevent the user
19223         from prepending text to the next headline.
19225 2010-04-10  Stephen Eglen  <stephen@gnu.org>
19227         * org-agenda.el (org-get-time-of-day):
19228         Use org-agenda-time-leading-zero to allow leading zero (rather than
19229         space) for times.
19231 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19233         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
19234         org-datetree.el is loaded.
19236         * org-datetree.el: Autoload `org-datetree-find-day-create'.
19238         * org-latex.el (org-export-latex-hyperref-format): New option.
19239         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
19241 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19243         * org-ctags.el (org-ctags-enable): Change order of functions.
19244         (org-ctags-create-tags): Add wildcard to file name expansion.
19246 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19248         * org.el (org-entry-properties): Fix some important bugs.
19250 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19252         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
19253         the table is not explicitly given.
19255 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19257         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
19258         as value.
19259         (org-clock-out-if-current): Work with the new list value of
19260         `org-clock-out-when-done'.
19261         (org-clock-out, org-clock-out-if-current): Avoid circular logic
19262         between clocking out and state changes.
19264         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
19266         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
19267         accident protect a character that is before a backslash.
19269 2010-04-10  Paul Sexton  <eeeickythump@gmail.com>
19271         * org-ctags.el: New file.
19273 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19275         * org-agenda.el (org-diary-class):
19276         Use `org-order-calendar-date-args'.
19278         * org.el (org-order-calendar-date-args): New function.
19280         * org-exp.el (org-export-target-internal-links): Check for
19281         protectedness after the first bracket.
19283         * org.el (org-entry-properties): Don't match wrong-case TODO
19284         keywords.
19286         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
19287         Document that ARG is passed through to remove the date.
19288         (org-agenda-bulk-action): Accept prefix arg and pass it on.
19289         Do not read a date when the user has given a `C-u' prefix.
19291 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19293         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
19294         tags are hidden.
19296 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19298         * org-latex.el (org-export-latex-fix-inputenc): New function.
19299         (org-export-latex-inputenc-alist): New option.
19301         * org-exp.el (org-export): New key SPC to publish enclosing
19302         subtree.
19304 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19306         * org-indent.el (org-indent-add-properties): Catch case when there
19307         is no headline in the buffer.
19309 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19311         * org-exp.el (org-html-entities): Add checkmark symbol.
19313         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
19314         verbatim code for ASCII export.
19316         * org.el (org-update-statistics-cookies): Also see checkboxes in
19317         ordered lists.
19319 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19321         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
19322         key.
19324         * org-beamer.el (org-beamer-amend-header): Change the location
19325         where `org-beamer-header-extra' is inserted.
19327         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
19328         just for computing this regexp.
19330 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19332         * org-beamer.el (org-beamer-frame-default-options): New option.
19333         (org-beamer-sectioning): Use default options if the user does not
19334         have defined any.
19335         (org-beamer-fix-toc): Put a frame around the table of contents.
19337         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
19338         Make sure case-folding works well when processing comment stuff.
19340         * org-latex.el (org-export-latex-after-save-hook): New hook.
19341         (org-export-as-latex): Run the new hook.
19343 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19345         * org-beamer.el (org-beamer-environments-default): Add the note
19346         environments.
19347         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
19348         lines and collect and combine the content.
19349         (org-beamer-after-initial-vars): Check for note tags and make sure
19350         they will be seen like a property.
19352         * org.el (org-offer-links-in-entry): Fix bug when there is a
19353         single link.
19355         * org-exp.el (org-export): Make sure the mark is activated, also
19356         when `transient-mark-mode' is off.
19358         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
19359         (org-agenda-search-view-search-words-only): Obsolete variable, is
19360         now an alias for `org-agenda-search-view-always-boolean'.
19361         (org-agenda-search-view-force-full-words): New option.
19362         (org-search-view): Improve docstring, and implement a better logic
19363         for Boolean and phrase searches.
19364         (org-agenda-last-search-view-search-was-boolean): New variable.
19365         (org-agenda-manipulate-query): Consider the type of the last
19366         search when modifying the search string.
19368 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19370         * org-latex.el (org-export-as-latex): Do the first letbind in the
19371         right moment.
19373         * org-agenda.el (org-get-entries-from-diary): Add the new face to
19374         these entries.
19376         * org-faces.el (org-agenda-diary): New face.
19378         * org.el (org-make-link-regexps): Allow regexp-special characters
19379         in link types.
19380         (org-open-file): When in-emacs is `system', also force system
19381         opening, like when the value was `(16)'.
19382         (org-update-statistics-cookies): Handle entries without children.
19384         * org-exp.el
19385         (org-export-preprocess-before-normalizing-links-hook): New hook.
19386         (org-export-preprocess-string): Run the new hook.
19388         * org.el (org-offer-links-in-entry): Make RET open all links.
19390         * org-html.el (org-export-as-html): Remove any leftover display
19391         properties in the html file.
19393         * org-wl.el (org-wl-store-link): Work-around for format bug with
19394         text properties.
19396         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
19397         invisibility while adding the graphs.
19399 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19401         * org-remember.el (org-select-remember-template): Use C letter to
19402         customize remember templates.
19404         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
19405         Move cursor to next visible line.
19407 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19409         * org-beamer.el (org-beamer-sectioning): Leave columns environment
19410         by specifying 0 or 1 for column width.
19411         (org-beamer-column-widths): Make 0 stand for 0.0.
19413 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19415         * org-exp.el (org-export-mark-radio-links): Don't match inside
19416         <<target>>.
19418         * org.el (org-format-latex-header-extra): New variable.
19419         (org-format-latex): Set org-format-latex-header-extra from
19420         in-buffer stuff.
19421         (org-format-latex): Add org-format-latex-header-extra to the
19422         variables on which image creation depends.
19423         (org-create-formula-image): Add the header stuff from in-buffer
19424         settings.
19425         (org-read-date-analyze): Base the analysis for future preference
19426         on NOW, not on the default date.
19428         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
19429         for TODO keyword in inline tasks.
19431         * org.el (org-log-note-headings): New headings for removing
19432         deadline or scheduling date.
19433         (org-deadline, org-schedule): Arrange for logging when removing a
19434         date.
19435         (org-add-log-note): Handle deadline and scheduling removal.
19437 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19439         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
19441 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19443         * org-agenda.el (org-diary-class): New function.
19445 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19447         * org-latex.el (org-export-latex-preprocess): Do process the text
19448         of a radio target.
19450 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19452         * org.el (org-entry-properties): Add TIMESTAMP properties back
19453         in.
19455 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19457         * org.el (org-all-time-keywords): New variable.
19458         (org-set-regexps-and-options): Set `org-all-time-keywords'.
19459         (org-entry-blocked-p): New function.
19460         (org-special-properties): Add BLOCKED as a new special property.
19461         (org-entry-properties): New optional argument SPECIFIC, only parse
19462         for this property when it is specified.
19463         (org-entry-get): Pass a SPECIFIC argument to
19464         `org-entry-properties'.
19466         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
19468 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19470         * org-latex.el (org-export-latex-tables): No forced line end if
19471         there is no caption.
19473 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19475         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
19476         package.
19478         * org-latex.el (org-export-latex-tables): Only add a caption when
19479         macro is in longtable environments if one has been defined.
19481         * org-html.el (org-export-as-html): Only take title from buffer if
19482         not exporting body-only.
19484         * org-latex.el (org-export-latex-preprocess): Better version of
19485         the regular expression for protecting LaTeX macros.
19486         (org-export-latex-preprocess): Start searching for macros to
19487         protect from beginning of buffer.
19489         * org-exp.el (org-export-target-internal-links): Check for
19490         protectedness earlier in the string.
19492         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
19493         case sensitively.
19495         * org-id.el (org-id-store-link): Match TODO keywords case
19496         sensitively.
19498         * org.el (org-heading-components, org-get-outline-path)
19499         (org-display-outline-path): Match TODO keywords case sensitively.
19501         * org-latex.el (org-export-as-latex): Ignore read-only
19502         properties.
19504         * org-exp.el (org-export-preprocess-string): Remove any
19505         `read-only' properties.
19507         * org-agenda.el (org-agenda-inactive-leader): New option.
19508         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
19509         (org-tags-view): Prompt for matcher if MATCH is an empty string.
19510         (org-todo-list): Prompt for matcher if ARG is an empty string.
19512 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19514         * org.el (org-open-link-functions): New hook.
19515         (org-open-at-point): Run `org-open-link-functions'.
19517 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19519         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
19520         stamps as well.
19522         * org.el (org-inhibit-startup-visibility-stuff): New variable.
19523         (org-mode): Don't do startup visibility if inhibited.
19524         (org-outline-overlay-data, org-set-outline-overlay-data):
19525         New functions.
19526         (org-save-outline-visibility): New macro.
19527         (org-log-note-headings): Document that one should not change the
19528         `state' note format.
19530 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19532         * org.el (org-make-link-regexps): Capture link path into a group.
19534 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19536         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
19537         the options plist.
19539 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19541         * org.el (org-startup-with-beamer-mode): New option.
19542         (org-property-changed-functions)
19543         (org-property-allowed-value-functions): New hooks.
19544         (org-entry-put, org-property-get-allowed-values): Run the new
19545         hooks.
19546         (org-property-next-allowed-value): Run the new hooks.
19548         * org-exp.el (org-export-select-backend-specific-text): Add the
19549         special beamer tags.
19551         * org-beamer.el: New file.
19553         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
19554         (org-export-as-latex):
19555         Run `org-export-latex-after-initial-vars-hook'.
19556         (org-export-latex-format-toc-function)
19557         (org-export-latex-make-header):
19558         Call `org-export-latex-format-toc-function'.
19560         * org.el (org-fill-template): Make template searches case sensitive.
19562         * org-exp.el (org-export): Use "1" as a sign to export only the
19563         subtree.
19565         * org-colview.el (org-columns-edit-value):
19566         Use org-unrestricted property.
19568         * org.el (org-compute-property-at-point): Set org-unrestricted
19569         text property if the list contains ":ETC".
19570         (org-insert-property-drawer):
19571         Use org-unrestricted property.
19573         * org-exp.el
19574         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
19575         (org-export-preprocess-string):
19576         Run `org-export-preprocess-before-selecting-backend-code-hook'.
19578         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
19580         * org-latex.el (org-export-region-as-latex):
19581         Run `org-export-first-hook'.
19583         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
19585         * org-docbook.el (org-export-as-docbook):
19586         Run `org-export-first-hook'.
19588         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
19590         * org-exp.el (org-export-first-hook): New hook.
19592 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19594         * org-list.el (org-previous-item): Exit at the beginning of the
19595         buffer.
19597         * org-id.el (org-id-locations-save): Only write the id locations
19598         if any are defined.
19600         * org-archive.el (org-archive-all-done): Make this work in a file
19601         with org-odd-levels-only set.
19603         * org.el (org-get-refile-targets): Catch the case when a buffer
19604         has no file.
19606         * org-latex.el (org-export-as-latex): Cleanup forced line ends
19607         where they are not needed.
19608         (org-export-latex-subcontent): Remove unnecessary newlines.
19610 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19612         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
19613         (org-export-latex-fontify): Fix regexp bug that takes special
19614         care of protecting the right boundary characters in emphasis
19615         matches.
19616         (org-export-latex-preprocess): Allow multiple arguments to latex
19617         macros.
19619         * org.el (org-make-link-regexps): Use John Gruber's regexp for
19620         urls.
19622         * org-macs.el (org-re): Interpret :punct: in regexps.
19624         * org-exp.el (org-export-replace-src-segments-and-examples):
19625         Also take the final newline after the END line.
19627         * org.el (org-clean-visibility-after-subtree-move): Only fix
19628         entries that are not entirely invisible already.
19629         (org-insert-link): Respect org-link-file-path-type for
19630         "docview:" links in addition to "file:" links.
19632 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19634         * org-exp.el (org-export-format-source-code-or-example):
19635         Avoid additional extra white lines in LaTeX.
19637         * org-list.el (org-list-parse-list): Leave empty lines after the
19638         list, don't consider them as part of the list.
19640         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
19641         searches.
19643         * org-clock.el (org-clock-select-task): Convert integer to
19644         character for XEmacs.
19646 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19648         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
19649         compatible.
19651 2010-04-10  Tassilo Horn  <tassilo@member.fsf.org>
19653         * org.el (org-complete-tags-always-offer-all-agenda-tags):
19654         New variable.
19655         (org-set-tags): Use it.
19657 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19659         * org-list.el (org-empty-line-terminates-plain-lists):
19660         Update docstring.
19662         * org.el (org-format-latex): Fix link creation for processed latex
19663         snippets.
19665 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19667         * org-footnote.el (org-footnote-normalize): Protect replacement
19668         text.
19670         * org.el (org-inside-latex-macro-p): Save match data.
19672 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
19674         * org-docview.el: New file.
19676 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19678         * org-latex.el (org-export-latex-class-options): New variable.
19679         (org-export-latex-set-initial-vars): Use the class options.
19681         * org.el (org-forward-same-level): Stop at headings that start
19682         with an invisible character.
19683         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
19685 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19687         * org-footnote.el (org-footnote-normalize): Don't take optional
19688         arguments in LaTeX macros as footnotes.
19690         * org.el (org-inside-latex-macro-p): New function.
19692         * org-latex.el (org-latex-to-pdf-process): Change customization
19693         group to `org-export-pdf'.
19695         * org-agenda.el (org-agenda-get-blocks): Look at time string also
19696         on days after the first one.
19698         * org.el (org-insert-heading): Also check for item before assuming
19699         before-first-heading condition.
19701         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
19702         (org-export-pdf-logfiles): New option.
19703         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
19704         (org-export-pdf-logfiles): Fix customization type.
19706         * org.el (org-insert-link): Improve error message when there is no
19707         default link to select with RET.
19709         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
19710         parameter list.
19712 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19714         * org-latex.el (org-export-latex-parse-global)
19715         (org-export-latex-parse-content)
19716         (org-export-latex-parse-subcontent):
19717         Use `org-re-search-forward-unprotected'.
19718         (org-export-as-pdf): Remove log files produced by XeTeX.
19720         * org-macs.el (org-re-search-forward-unprotected): New function.
19722 2010-04-10  James TD Smith  <ahktenzero@mohorovi.cc>
19724         * org-colview.el (org-agenda-colview-summarize): Sort out some
19725         confusion between properties and titles, which resulted in
19726         agenda summaries not working if a title was set for a column.
19728 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19730         * org-mobile.el (org-mobile-agendas): New option.
19731         (org-mobile-sumo-agenda-command): Select the right agendas.
19733         * org-latex.el (org-export-latex-format-image): Preserve the
19734         original-indentation property.
19736 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19738         * org-clock.el (org-clock-insert-selection-line): Catch error when
19739         an old tasks no longer exists.
19741         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
19742         (org-export-as-pdf): Don't remove the old PDF file before making
19743         the new one.
19745         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
19746         (org-mouse-context-menu): Use `org-looking-back'.
19748         * org.el (org-cycle-level): Use `org-looking-back'.
19750         * org-list.el (org-cycle-item-indentation):
19751         Use `org-looking-back'.
19753         * org-compat.el (org-looking-back): New function.
19755         * org.el (org-insert-heading): Catch before-first-headline when
19756         inserting a headline.
19758 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19760         * org-latex.el (org-export-latex-format-image): Indent figure
19761         environment, so that it does not interrupt plain list.
19763         * org.el (org-open-at-point): Allow long link descriptions.
19765 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19767         * org-html.el (org-export-as-html): Remove empty lines at the
19768         beginning of the exported text.
19770 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
19772         * org.el (org): Remove from hypermedia group.
19774 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
19776         * Branch for 23.2.
19778 2010-02-15  Chong Yidong  <cyd@stupidchicken.com>
19780         * org-freemind.el (org-freemind-from-org-mode-node)
19781         (org-freemind-from-org-mode)
19782         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
19783         Pass arg to called-interactively-p.
19785 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
19787         * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
19788         Fix typos in docstrings.
19790 2010-01-01  Juanma Barranquero  <lekktu@gmail.com>
19792         * org.el (org-get-outline-path, org-speed-command-help):
19793         Fix typos in error messages.
19795 2009-12-14  Juri Linkov  <juri@jurta.org>
19797         * org-html.el (org-export-html-style-include-default):
19798         Put `safe-local-variable booleanp' on
19799         `org-export-html-style-include-default' instead of mistakenly
19800         duplicate `org-export-html-style'.
19802 2009-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
19804         * org-agenda.el (org-agenda-diary-entry-in-org-file):
19805         Rebuild agenda after adding new entry.
19807         * org-datetree.el (org-datetree-find-day-create): Fix regular
19808         expression.
19810         * org.el (org-display-outline-path): Use a format specifier for
19811         message, to avoid problems with heading containing `%'.
19813         * org-agenda.el (org-agenda-hide-tags-regexp): New option.
19814         (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
19815         (org-agenda-fix-displayed-tags): New function.
19816         (org-agenda-do-context-action): Just call
19817         `org-display-outline-path', without piping the result through
19818         `message'.
19820         * org-latex.el (org-export-latex-preprocess): Protect secondary
19821         footnote references.
19823         * org-indent.el (org-indent-initialize): Avoid empty strings as
19824         line prefixes.
19826         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
19827         hat checking for the mark does not throw an error.
19828         (org-agenda-diary-entry-in-org-file): Catch the case that there is
19829         not `day' text property in the cursor line.
19831         * org.el (org-sort-entries-or-items): Make sure that the final
19832         entry has a newline before doing the sorting.
19834         * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
19835         property at the beginning of the line.
19837         * org.el (org-make-link-string): Don't allow a description with
19838         only white space.
19840         * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
19841         (org-agenda-insert-diary-as-top-level): New function.
19842         (org-agenda-add-entry-to-org-agenda-diary-file):
19843         Call `org-agenda-insert-diary-as-top-level'.
19845         * org.el (org-occur-in-agenda-files): Make sure none of the
19846         buffers is narrowed.
19847         (org-activate-plain-links): Add the face property here.
19848         (org-set-font-lock-defaults): Do not add the face to plain links,
19849         the activator function does this.
19851         * org-habit.el (org-is-habit-p): Add doc string.
19853         * org-archive.el (org-archive-subtree-default-with-confirmation):
19854         Autoload.
19856         * org-latex.el (org-export-latex-fontify): Fix regexp to make char
19857         after match optional (happens at the end of a line...).
19859         * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
19860         for special blocks.
19862         * org-faces.el (org-copy-face): Set lisp indentation.
19863         (org-quote, org-verse): New faces.
19865         * org-agenda.el (org-agenda-remove-date): Remove variable.
19867         * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
19869         * org-html.el (org-export-as-html): Move the home/up link into
19870         the content div.
19872         * org.el (org-export-latex-packages-alist): Option definition
19873         moved here from org-latex.el.
19875         * org-html.el (org-export-html-home/up-format): Add an ID to the
19876         up/home div.
19878         * org-wl.el (org-wl-store-link): Handle the case that
19879         `wl-use-petname' is set.
19881         * org.el (org-set-effort): Improve prompt.
19882         (org-get-outline-path): Widen to get full path.
19883         (org-compact-display-after-subtree-move): Function removed.
19885 2009-11-20  Eric Schulte  <schulte.eric@gmail.com>
19887         * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
19888         hash keys to cache and re-use images generated by the
19889         org-exp-blocks interface to ditaa and dot.
19891         * org.el (org-format-latex): Latex images are now saved to files
19892         named by the sha1 hash of the latex source text avoiding
19893         regeneration of identical images.
19895 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
19897         * org-latex.el (org-export-as-latex): Add the :drawers property.
19899 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
19901         * org.el (org-speed-commands-user): Allow documentation headlines.
19902         (org-speed-commands-default): Organize the value of this constant
19903         with descriptive headlines.
19904         (org-print-speed-command): Output the headlines.
19906 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
19908         * org-agenda.el (org-agenda-show-outline-path): New option.
19909         (org-agenda-do-context-action): New function.
19910         (org-agenda-next-line, org-agenda-previous-line):
19911         Use `org-agenda-do-context-action'.
19913         * org.el (org-use-speed-commands): Allow function value.
19914         (org-speed-commands-default): Make headline motion safe, so that
19915         these commands always end on a headline.
19916         (org-speed-commands-default): New key `v' for `org-agenda'.
19917         (org-speed-move-safe): New function.
19918         (org-self-insert-command): Use the function value of
19919         `org-use-speed-commands'.
19920         (org-get-outline-path): Improve docstring.
19921         (org-format-outline-path): New function.
19922         (org-display-outline-path): New function.
19924 2009-11-15  John Wiegley  <jwiegley@gmail.com>
19926         * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
19927         a string, use that to find the LOGBOOK drawer.
19929 2009-11-15  Glenn Morris  <rgm@gnu.org>
19931         * org-agenda.el (org-datetree-find-date-create)
19932         (org-habit-get-priority):
19933         * org.el (org-format-agenda-item): Fix declarations.
19935 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19937         * org.el (org-clone-subtree-with-time-shift): Make it work at the
19938         end of the buffer.
19940         * org-mobile.el (org-mobile-write-checksums): Specify coding
19941         system.
19942         (org-mobile-timestamp-buffer): Keep local variable/mode line at
19943         beginning of buffer.
19945         * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
19947         * org.el (org-block-todo-from-children-or-siblings-or-parent)
19948         (org-block-todo-from-checkboxes): Do not block changes to a nil
19949         TODO state.
19951 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
19953         * org-habit.el (org-habit-parse-todo): Indicate which habit is
19954         wrongly set up in the error messages.
19956         * org-colview.el (org-columns-display-here): Don't try to
19957         calculate values if the underlying property is not set.
19958         (org-columns-string-to-number): Convert age strings back into
19959         fractional days.
19960         (org-agenda-colview-summarize): Handle extended summary types
19961         properly.
19963 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19965         * org-exp.el (org-export-format-drawer-function): New variable.
19966         (org-export-format-drawer): New function.
19967         (org-export-preprocess-string): Pass the backend as a parameter to
19968         `org-export-remove-or-extract-drawers'.
19969         (org-export-remove-or-extract-drawers): New parameter BACKEND.
19971         * org-protocol.el (org-protocol-char-to-string): New defsubst.
19973 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19975         * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
19976         message when no block is selected.
19978         * org-latex.el (org-export-latex-links): Check for protectedness
19979         in the last matched character, not after the match.
19981         * org-datetree.el (org-datetree-find-date-create):
19982         Respect restriction when KEEP-RESTRICTION is set.
19983         (org-datetree-file-entry-under): New function.
19984         (org-datetree-cleanup): New command.
19986 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
19988         * org-src.el (org-edit-src-code): New optional argument context
19989         allows calling functions to avoid altering the saved window
19990         configuration.
19991         (org-edit-src-exit): Do not restore window configuration when this
19992         function is used in the context of saving the edit buffer.
19994 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19996         * org-clock.el (org-clock-out, org-clock-cancel): Revert to
19997         instances to switching to with-current-buffer, because these seem
19998         to cause problems - no idea why.
20000         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
20001         Require diary-lib for (diary-date-display-form).
20003 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20005         * org.el (org-log-reschedule, org-log-redeadline): New options.
20006         (org-log-note-headings): Add templates for rescheduling and
20007         deadline changing.
20008         (org-startup-options): Add in-buffer settings for logging changing
20009         schedule and deadline time stamps.
20010         (org-deadline, org-schedule): Check for existing date and arrange
20011         for logging if the user requests it.
20012         (org-add-log-note): Prepare proper note buffers for rescheduling
20013         and deadline changes.
20015 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20017         * org-agenda.el (org-agenda-diary-entry-in-org-file)
20018         (org-agenda-add-entry-to-org-agenda-diary-file)
20019         (org-agenda-insert-diary-make-new-entry): New functions.
20020         (org-agenda-diary-entry):
20021         Call `org-agenda-diary-entry-in-org-file' when appropriate.
20023         * org.el (org-calendar-insert-diary-entry-key): New option.
20024         (org-agenda-diary-file): New option.
20025         ("calendar"): Install our insertion function in the calendar.
20027         * org-remember.el (org-datetree): Require.
20028         (org-remember-templates): Add new positioning option.
20029         (org-remember-reference-date): New variable.
20030         (org-remember-apply-template): Store the reference date in a local
20031         variable.
20032         (org-remember-handler): Implement date tree positioning of entries.
20034         * org-datetree.el: New file.
20036         * org-latex.el (org-export-latex-preprocess): Protect targets in
20037         verbatim emphasis.
20039         * org-html.el (org-export-as-html): Protect targets in verbatim
20040         emphasis.
20042         * org-docbook.el (org-export-as-docbook): Protect targets in
20043         verbatim emphasis.
20045 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20047         * org-clock.el (org-show-notification): Handle messages that
20048         contain a percent character.
20050         * org-remember.el (org-remember-apply-template): Turn of partial
20051         completion.
20053         * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
20054         (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
20056         * org.el (org-indent-mode): Define variable already in org.el.
20057         (org-unfontify-region): Remove line-prefix and wrap-prefix
20058         properties only if org-indent-mode is active.
20060 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20062         * org-icalendar.el (org-print-icalendar-entries): Save match data
20063         around call to verify function.
20064         (org-print-icalendar-entries): Add a call to the verification
20065         function.
20067         * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
20068         save-restrivtion' form.
20070 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
20072         * org-exp.el (org-export-format-source-code-or-example):
20073         Restrict scope of preserve-indentp to the let binding.
20074         (org-src): Require org-src, since org-src-preserve-indentation is used.
20076 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20078         * org-timer.el (org-timer-set-timer): Set variables
20079         org-timer-timer[123] correctly.
20081         * org-mobile.el (org-mobile-files-alist): Make it work when
20082         `agenda-archives' is included in
20083         `org-agenda-text-search-extra-files'.
20084         (org-mobile-push): Restore agenda after mobile push.
20086 2009-11-13  John Wiegley  <jwiegley@gmail.com>
20088         * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
20089         way the amount of idle time is presented in the minibuffer.
20091 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20093         * org-icalendar.el (org-print-icalendar-entries):
20094         Use org-icalendar-verify-function only if non-nil.
20096         * org.el (org-refile): Refile to clock only if the prefix arg is
20097         2.
20098         (org-sparse-tree): Fix docstring to be in line with prompt.
20099         (org-update-parent-todo-statistics):
20100         Call `org-after-todo-statistics-hook' on each level.
20102 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20104         * org-remember.el (org-remember-apply-template): Make sure the
20105         buffer exists.
20107 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20109         * org.el (org-tab-ind-state): New variable.
20110         (org-cycle-level): New function.
20111         (org-cycle-level-after-item/entry-creation): New option.
20112         (org-flag-subtree): New function.
20113         (org-hide-archived-subtrees): Call `org-flag-subtree'.
20114         (org-set-effort): Indexed access.
20116         * org-list.el (org-cycle-item-indentation): New function.
20118         * org.el (org-refile): Make prefix argument 2 refile to current
20119         clock.
20120         (org-priority): Interpret action `remove' as call to remove the
20121         priority cookie.
20123         * org-remember.el (org-remember-apply-template): Don't depend on
20124         buffer name being like file name.
20126 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20128         * org-clock.el (org-clock-play-sound): Expand file in
20129         org-clock-sound, to allow ~ for home.
20131         * org-remember.el (org-remember-handler):
20132         Set text-before-node-creation even if this already looks like a node,
20133         because the string might be needed on non-org-mode target files.
20135         * org-agenda.el (org-agenda-open-link): Make this work in agenda
20136         clocktables.
20137         (org-agenda-switch-to): Follow a link at point if
20138         org-return-follows-link' is set and there is nothing else to do in
20139         this line.
20141 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
20143         * org-exp-blocks.el: Modify split separator regexp to avoid empty
20144         strings.
20146 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
20148         * org-colview.el (org-columns-new): Make this work with the new
20149         operators.
20150         (org-columns-store-format): Make this work with the new operators.
20152 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20154         * org-src.el (org-src-preserve-indentation): Document that this
20155         variable is also used during export.
20157         * org-exp.el (org-export-format-source-code-or-example):
20158         Preserve indentation if a block has a -i option, or if
20159         `org-src-preserve-indentation' is set.
20161         * org-exp-blocks.el (org-export-blocks-preprocess):
20162         Preserve indentation if a block has a -i option, or if
20163         `org-src-preserve-indentation' is set.
20165 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20167         * org.el (org-mode-map): Define the new archiving keys.
20168         (org-speed-commands-default): Define an archiving key in the speed
20169         command map.
20170         (org-org-menu): Improve the menu structure concerning archiving.
20172         * org-archive.el (org-archive-subtree-default-with-confirmation):
20173         New command.
20175         * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
20176         (org-agenda-menu): Add the new archiving commands to the menu.
20177         (org-agenda-archive-default)
20178         (org-agenda-archive-default-with-confirmation): New commands.
20179         (org-agenda-archive, org-agenda-archive-to-archive-sibling):
20180         Just call `org-agenda-archive-with'.
20181         (org-agenda-archive-with): New function.
20183         * org-table.el (org-table-convert-region): Inert spaces around "|"
20184         to avoid line beginnings like "|-1" which will be mistaken as
20185         hlines.
20187 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20189         * org.el (org-offer-links-in-entry): Return nil if there are no
20190         links, t if a link has been selected.
20191         (org-open-at-point): Open attachment directory when called in the
20192         headline and there are no links in the entry body.
20193         (org-speed-commands-default): Add "o" for open-at-point as a speed
20194         command.
20196         * org-attach.el (org-attach-reveal): Optional prefix arg
20197         IF-EXISTS, which avoids creating the attachment directory if it
20198         does not yet exist.
20200         * org-agenda.el (org-agenda, org-run-agenda-series):
20201         Evaluate MATCH.
20203 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20205         * org.el ("abbrev"): Work with abbrev tables only after they have
20206         been loaded.
20208         * org-list.el (org-list-send-list): Fix bug related to match
20209         data.
20211         * org-latex.el (org-export-latex-fontify): Apply verbatim
20212         emphasis.
20213         (org-export-latex-make-header): Insert \obeylines if line breaks
20214         should be preserved.
20216         * org-exp.el (org-export-protect-verbatim): Add an
20217         `org-verbatim-emph' property to such text.
20219 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20221         * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
20222         (org-print-icalendar-entries): Skip entries where the timestamp is
20223         not a deadline and not scheduled, if the user requests that.
20225         * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
20226         before an opening quote.
20228         * org-archive.el (org-archive-subtree): Keep archive after
20229         archiving something.
20231         * org-id.el (org-id-update-id-locations): Add archive files if
20232         that is required by `org-id-extra-files'.
20234 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20236         * org-src.el (org-src-window-setup): New option.
20237         (org-src-switch-to-buffer): New function.
20238         (org-edit-src-exit): Add optional argument CONTEXT and use it to
20239         restore window configuration.
20240         (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
20241         Call `org-src-switch-to-buffer'.
20243         * org.el (org-default-properties): Add STYLE property.
20244         (org-files-list): Use the function call to get the files.
20245         (org-additional-option-like-keywords): Add SETUPFILE to completion
20246         list.
20248 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20250         * org-table.el (org-table-convert-region): Correctly interpret
20251         quoting in csv import.
20253         * org.el (org-icompleting-read): Make iswitchb completion work
20254         with lists and tables.
20256         * org-agenda.el (org-agenda-add-entry-text): Never add entry text
20257         while pushing the mobile agenda.
20259 2009-11-13  John Wiegley  <jwiegley@gmail.com>
20261         * org-clock.el (org-clock-auto-clock-resolution): Now takes three
20262         values: nil, t and `when-no-clock-is-running'.
20263         (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
20264         whether or not to resolve Org buffers on clock in.
20266 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
20268         * org-colview.el (org-format-time-period): Function to format
20269         times in fractional days for display.
20270         (org-columns-display-here): Add support for showing a calculated
20271         value in place of the property.
20272         (org-columns): Set `org-columns-time' to the current time so time
20273         difference calculations will work.
20274         (org-columns-time): Use to store the current time when column view
20275         is displayed, so all time differences will use the same reference
20276         point.
20277         (org-columns-compile-map): There is now an extra position in each
20278         entry specifying the function to use to calculate the displayed
20279         value for the non-calculated properties in the column.
20280         (org-columns-compute-all): Set `org-columns-time' to the current
20281         time so time difference calculations will work.
20282         (org-columns-compute): Handle column operators where the values
20283         used are calculated from the underlying property.
20284         (org-columns-number-to-string): Handle the 'age' column format.
20285         (org-columns-string-to-number): Correct the function name (was
20286         org-column...).  Add support for the 'age' column format.
20287         (org-columns-compile-format): Support the additional parameter in
20288         org-columns-compile-map.
20290 2009-11-13  Bastien Guerry  <bzg@gnu.org>
20292         * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
20293         variable.
20295 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20297         * org-clock.el (org-clock-has-been-used): New variable.
20298         (org-clock-in): Set `org-clock-has-been-used'.
20299         (org-clock-save): Save only if clock data has been used or created
20300         during this session.
20302 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20304         * org-clock.el (org-clock-persist): New value, to store only the
20305         clock history.
20306         (org-clock-save): Don't save the clock if only the history should
20307         be stored.
20308         (org-clock-load): Turn off John Wiegley's auto resolving mechanism
20309         when restoring a saved clock.
20311 2009-11-13  John Wiegley  <jwiegley@gmail.com>
20313         * org-clock.el (org-clock-display, org-clock-put-overlay):
20314         Use `org-time-clock-use-fractional'.
20316         * org.el (org-time-clocksum-use-fractional)
20317         (org-time-clocksum-fractional-format): Two new customizable
20318         variables which allow the user to select fractional times (1.25
20319         instead of 1:25) in the `org-clock-display' report.
20321 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20323         * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
20324         New option.
20326         * org.el (org-tag-alist): Fix customization type.
20328 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20330         * org-mobile.el (org-mobile-update-checksum-for-capture-file):
20331         Make sure the regexp search can fail without throwing an error.
20332         (org-mobile-apply): Save the inbox buffer after removing
20333         successfully applied changes.
20335 2009-11-13  John Wiegley  <jwiegley@gmail.com>
20337         * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
20338         time is reported after the user comes back (but before they
20339         resolve time).
20341         * org.el (org-get-repeat): Change so that this function can be
20342         called with either `org-scheduled-string' or
20343         `org-deadline-string'.
20345         * org-clock.el (org-clock-auto-clock-resolution): Rename from
20346         `org-clock-disable-clock-resolution', since negatives don't sound
20347         good in customization variables.
20348         (org-clock-in): Don't use the auto-resolution logic if the user is
20349         clocking into a different task while an active clock is running.
20350         This then allows the default behavior of clocking out of the open
20351         task and then into the new task.
20353         * org.el (org-modules): Made this variable more consistent, since
20354         it was referring to Org, OrgMode and Org-mode, whereas the docs
20355         for the variable always refer to Org-mode.
20357 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
20359         * org.el (org-repeat-re): The changed org-repeat-re no longer
20360         matched simple +2d type repeaters.  Fix it so it does.
20362 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20364         * org-latex.el (org-export-latex-preprocess): Protect the vspace
20365         macro in the VERSE environment.
20367 2009-11-13  John Wiegley  <jwiegley@gmail.com>
20369         * org-habit.el (org-habit-get-priority): A new function that
20370         determines the relative priority of a habit, based on how long
20371         past its scheduled date it is, and how near the deadline is.
20373         * org-agenda.el (org-agenda-get-scheduled): Set habit priority
20374         using `org-habit-get-priority'.
20376         * org-habit.el (org-habit-build-graph): Start displaying colors
20377         from the first scheduled date, if that date is earlier than the
20378         first completion date.
20380         * org-habit.el: Changed all "color" variables to faces, and made
20381         them appropriate for light and dark backgrounds.
20383         * org-habit.el (org-habit-duration-to-days): Made this function
20384         more general.
20385         (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
20387         * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
20388         habits, since they don't use DEADLINE anymore.
20390         * org.el (org-repeat-re, org-display-custom-time)
20391         (org-timestamp-change): Extend to support the new ".+N/N"
20392         syntax, used for habits.
20394         * org-clock.el (org-clock-resolve-clock): Fix an incorrect
20395         variable reference.
20397         * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
20398         modeline when habits are being displayed (if that module is being
20399         loaded).
20401 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
20403         * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
20404         idle time using the xscreensaver extension.
20405         (org-user-idle-seconds): Use X11 idle time if available.
20407 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20409         * org-agenda.el (org-agenda-next-line): New command.
20410         (org-agenda-previous-line): New commands.
20411         (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
20412         New commands.
20413         (org-agenda-follow-mode): Do the follow immediately if the mode is
20414         turned on here.
20415         (previous-line, next-line): Replace keys with the corresponding
20416         org functions.
20417         (org-agenda-mode-map): Bind backspace and delete to the scrolling
20418         command.
20420         * org.el (org-icompleting-read): Turn off partial completion mode
20421         for the duration of this completion round.
20423         * org-latex.el (org-export-latex-fontify-headline): Protect TeX
20424         macros in author lines and similar stuff.
20426         * org.el (org-file-tags): Fix docstring.
20427         (org-get-buffer-tags): Add the #+FILETAGS tags.
20428         ("ecb"): Make ecb show context after jumping into an Org file.
20430 2009-11-13  John Wiegley  <johnw@newartisans.com>
20432         * org-agenda.el (org-finalize-agenda): Draw habit consistency
20433         graphs after everything else in the buffer has been setup.
20435 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20437         * org-mobile.el (org-mobile-apply): Count success and failure.
20439         * org.el (org-indent-line-function): Fix regexp replace problem.
20441 2009-11-13  John Wiegley  <johnw@newartisans.com>
20443         * org-clock.el (org-clock-disable-clock-resolution):
20444         New customization variable that disable automatic clock resolution on
20445         clock in.
20446         (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
20447         not automatically resolve anything.  This is does not affect
20448         idle-time resolution, however, if `org-clock-idle-time' is set.
20450 2009-11-13  John Wiegley  <johnw@newartisans.com>
20452         * org-habit.el: New file, which implements code to build a "habit
20453         consistency graph".
20455         * org-agenda.el (org-agenda-get-deadlines)
20456         (org-agenda-get-scheduled): Display consistency graphs when
20457         outputting habits into the agenda.  The graphs are always relative
20458         to the current time.
20459         (org-format-agenda-item): Add new parameter `habitp', which
20460         indicates whether we are formatting a habit or not.  Do not
20461         display "extra" leading information if habitp is true.
20463         * org.el (org-repeat-re): Improve regexp to include .+ and ++
20464         leaders for repeat strings.
20465         (org-get-repeat): Now takes a string parameter `tagline', so the
20466         caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
20468 2009-11-13  John Wiegley  <johnw@newartisans.com>
20470         * org-agenda.el (org-agenda-auto-exclude-function):
20471         New customization variable for allowing the user to create an "auto
20472         exclusion" filter for doing context-aware auto tag filtering.
20473         (org-agenda-filter-by-tag): Changes to support the use of
20474         `org-agenda-auto-exclude-function'.  See the new manual addition.
20476 2009-11-13  John Wiegley  <johnw@newartisans.com>
20478         * org.el (org-files-list): Don't attempt to return a file name for
20479         Org buffers which have no associated file.
20481         * org-agenda.el (org-agenda-do-action): Fix a typo.
20483 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20485         * org-mobile.el (org-mobile-locate-entry): Interpret files
20486         relative to org-directory.
20487         (org-mobile-inbox-for-pull): Document the best location for this
20488         file.
20489         (org-mobile-check-setup): Verify `org-directory'.
20490         (org-mobile-create-index-file): Sort the files to be listed in
20491         index.org.
20493 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
20495         * org.el (org-fast-tag-selection): Add a way to display a
20496         description for a tag group.  This is done by adding a string to
20497         either the startgroup or endgroup cell.
20499 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20501         * org-clock.el (org-clock-resolve, org-resolve-clocks)
20502         (org-emacs-idle-seconds): Use `org-float-time' instead of
20503         `time-to-seconds'.
20505 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20507         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
20508         type.
20510         * org.el (org-pre-cycle-hook): Document that `empty' can also be
20511         the value of ARG when doing local cycling.
20513 2009-11-13  John Wiegley  <johnw@newartisans.com>
20515         * org-clock.el (org-clock-resolve-clock): If keeping or
20516         subtracting time results in a clock out at a time in the past, and
20517         if the resolution occurred due to idleness or invoking `M-x
20518         org-resolve-clocks', remember that past moment in time.  On the
20519         next clock in, the user will be prompted to see if they want to
20520         back-date their new clock to then.
20521         (org-clock-resolve): Do not jump the user to the location of a
20522         dangling clock if the resolution is occurring due to an idle
20523         timeout.  In that case there is typically only one dangling clock,
20524         the active one, and there is no value gained by shuffling their
20525         windows around to show it to them.  Being prompted to resolve an
20526         idle clock should be as inobtrusive as possible.
20527         (org-resolve-clocks-if-idle): New function that resolves only the
20528         currently active clock if the user has exceeded the time returned
20529         by `org-user-idle-seconds', based on the value of
20530         `org-clock-idle-time'.
20531         (org-clock-in): If, after resolving clocks, (???)
20532         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
20534         * org-clock.el (org-clock-resolve-clock): New function that
20535         resolves a clock to a specific time, closing or resuming as need
20536         be, and possibly even starting a new clock.
20537         (org-clock-resolve): New function used by `org-resolve-clocks'
20538         that sets up for the call to `org-clock-resolve-clock'.
20539         It determines the time to resolve to based on a single-character
20540         selection from the user to either keep time, subtract away time or
20541         cancel the clock.
20542         (org-resolve-clocks): New user command which resolves dangling
20543         clocks -- that is, open but not active -- anywhere in the file
20544         list returned by `org-files-list'.
20545         (org-clock-in): Automatically resolve dangling clocks whenever a
20546         user clocks in.
20547         (org-clock-cancel): If the user cancels the solely clock in a
20548         LOGBOOK, remove the empty drawer.
20550         * org-clock.el (org-clock-idle-time): New user customizable option
20551         for detecting whether the user has left a clock idle.  Note: it is
20552         only used in this commit to test whether it's worthwhile to check
20553         OS X to get the Mac user's current idle time.  If the Emacs idle
20554         time is less than the value, the user hasn't been away long enough
20555         to be worth checking (a more expensive test than just getting
20556         Emacs idle time).
20557         (org-user-idle-seconds, org-mac-idle-seconds)
20558         (org-emacs-idle-seconds): This three functions, in conjunction
20559         with the user customization variable `org-clock-idle-time', return
20560         the number of seconds (as a floating point) that the user has been
20561         away from their Emacs (or, if running on OS X, their computer).
20563         * org-clock.el (org-find-open-clocks): New function that returns a
20564         list of all open clocks in the given FILE.  Note that each clock
20565         it returns is a cons cell of the format (MARKER . START-TIME).
20566         This "clock" value is used by several of the new clock module
20567         utility functions.
20568         (org-is-active-clock): New inline function which tests whether the
20569         given clock value is the same as the currently active clock.
20570         Returns non-nil if this is the case.
20571         (org-with-clock-position): New macro that evaluates FORMS with
20572         point in the buffer and at the position of the given clock.
20573         Changes to the current clock are global.
20574         (org-with-clock): New macro that evaluates FORMS with point in the
20575         buffer and at the position of the given clock.  However, changes
20576         to the current clock are local and have no effect on the user's
20577         active clock.  This allows, for example, far any clock to be
20578         canceled without canceling the active clock.
20579         (org-clock-clock-in): New inline function that switches the active
20580         clock to the given clock.  If either the argument RESUME, or the
20581         global `org-clock-in-resume', are non-nil, it will resume a clock
20582         that was previously left open.
20583         (org-clock-clock-out): New inline function that clocks out the
20584         given clock value without affecting the currently active clock.
20585         (org-clock-clock-cancel): New inline function that cancels the
20586         given clock value without affecting the currently active clock.
20588         * org-clock.el (org-clock-in): Before creating
20589         `org-clock-mode-line-timer', check to make sure an older timer is
20590         not currently running.
20591         (org-clock-out): Accept new third parameter `at-time', which
20592         permits a clock to be clocked out at a specific time.  Note that
20593         no attempt is made to verify that the clock out time is later than
20594         the clock in time.
20596         * org.el (org-files-list): New utility function for returning a
20597         list of all open org-mode buffers, plus all files used to build
20598         the agenda buffer.  Note that not all the files will necessarily
20599         be visited by a buffer at time of call.
20600         (org-entry-beginning-position): Like the function
20601         `line-beginning-position', this inline function returns the
20602         beginning position of the current heading/entry.
20603         (org-entry-end-position): Like the function `line-end-position',
20604         this inline function returns the end position of the current
20605         heading/entry.
20607 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20609         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
20610         a header line.
20612 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20614         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
20616 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20618         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
20619         entries that have no tags.
20620         (org-agenda-search-view): New customize group.
20621         (org-agenda-search-view-search-words-only): New option.
20622         (org-search-view): Implement substring search.
20624 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20626         * org.el (org-outline-level): Add doc string.
20628 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20630         * org-inlinetask.el (org-inlinetask-export): Re-introduce
20631         variable.
20632         (org-inlinetask-export-handler): Only export inline task if the
20633         user option calls for it.
20635 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20637         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
20638         END if present.
20640 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20642         * org-latex.el (org-export-latex-tables): Don't format in
20643         protected regions.
20645 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20647         * org-src.el (org-edit-src-code)
20648         (org-edit-src-find-region-and-lang, org-edit-src-exit):
20649         Handle macro editing.
20651         * org-agenda.el (org-prefix-category-max-length): New variable.
20652         (org-format-agenda-item): Use `org-prefix-category-max-length'.
20653         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
20655 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20657         * org-mobile.el (org-mobile-create-index-file): Improve the
20658         listing of tags and todo keywords.
20660         * org-latex.el (org-export-latex-format-image): New function.
20661         (org-export-latex-links): Use `org-export-latex-format-image'.
20663 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20665         * org-inlinetask.el (org-inlinetask-get-current-indentation)
20666         (org-inlinetask-remove-terminator): New functions.
20667         (org-inlinetask-export-handler): Terminate the description list.
20669         * org-exp.el (org-export-select-backend-specific-text): Remove the
20670         region markers.
20672         * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
20673         tasks without content.
20675         * org-clock.el: Make sure the clock-in target position does not
20676         move to a different node by widening the buffer.
20678         * org-html.el (org-export-html-format-image): Wrap image into
20679         figure div only when there is a caption.
20681         * org-archive.el (org-archive-mark-done): Change default value to
20682         nil.
20684 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20686         * org.el (org-context): Call `bobp', not `eobp'.
20688         * org-clock.el (org-clock-cancel): Remove quotes from marker
20689         variables.
20691         * org.el (org-read-date-prefer-future): New allowed value `time'.
20692         (org-read-date-analyze): Shift day to tomorrow depending on time
20693         entered and value of `org-read-date-prefer-future'.
20695 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20697         * org.el (org-version, org-get-refile-targets, org-refile)
20698         (org-store-log-note, org-diary-to-ical-string)
20699         (org-speedbar-set-agenda-restriction):
20700         * org-publish.el (org-publish-find-title):
20701         * org-plot.el (org-plot/gnuplot):
20702         * org-mouse.el (org-mouse-do-remotely):
20703         * org-mobile.el (org-mobile-move-capture):
20704         * org-mac-message.el (org-mac-message-insert-flagged):
20705         * org-latex.el (org-replace-region-by-latex):
20706         * org-docbook.el (org-replace-region-by-docbook):
20707         * org-clock.el (org-clock-out, org-clock-cancel):
20708         * org-bibtex.el (org-execute-file-search-in-bibtex):
20709         Use with-current-buffer.
20711 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
20713         * org.el (org-directory, org-map-entries):
20714         * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
20716 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20718         * org.el (org-set-tags-to): New command.
20720         * org-latex.el (org-export-latex-set-initial-vars): Also check in
20721         the plist.
20723         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
20724         keyword.
20726         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
20728 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20730         * org-inlinetask.el (org-inlinetask-export): Option removed.
20731         (org-inlinetask-export-handler): Better export.
20733         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
20734         (org-export-as-xoxo): Run the new hook.
20736         * org-html.el (org-export-html-final-hook): New hook.
20737         (org-export-as-html): Run the new hook.
20739         * org-docbook.el (org-export-docbook-final-hook): New hook.
20740         (org-export-as-docbook): Run the new hook.
20742         * org-ascii.el (org-export-ascii-final-hook): New hook.
20743         (org-export-as-ascii): Run the new hook.
20745         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
20746         space character as the character before the ^/_.
20747         (org-export-latex-final-hook): New hook.
20748         (org-export-as-latex): Run `org-export-latex-final-hook'.
20750 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20752         * org-macs.el (org-if-unprotected-at): Fix docstring.
20754         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
20755         text in the prefix (if category is a link).
20757         * org-latex.el (org-export-latex-preprocess): Deal properly with
20758         empty lines in verse environments.
20760         * org.el (org-format-latex-header): Inline fullpage.sty.
20762         * org-footnote.el (org-footnote-create-definition): Reveal context
20763         to add a new footnote definition.
20765         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
20766         org-table-recalculate when cursor is in TBLFM line.
20768         * org-list.el (org-renumber-ordered-list): Fix cursor position
20769         when bullet length has changed.
20771 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20773         * org.el (org-format-latex): Mention `org-format-latex-options' in
20774         the docstring.
20776 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20778         * org.el (org-agenda-get): New function.
20780         * org-agenda.el (org-agenda-post-command-hook): No longer move
20781         point away from end of line.
20782         (org-agenda-add-entry-text, org-agenda-collect-markers)
20783         (org-finalize-agenda, org-agenda-mark-clocking-task)
20784         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
20785         (org-agenda-entry-text-show, org-agenda-highlight-todo)
20786         (org-agenda-compare-effort, org-agenda-filter-apply)
20787         (org-agenda-later, org-agenda-change-time-span)
20788         (org-agenda-post-command-hook, org-agenda-show-priority)
20789         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
20790         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
20791         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
20792         (org-agenda-open-link, org-agenda-copy-local-variable)
20793         (org-agenda-switch-to, org-agenda-check-no-diary)
20794         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
20795         (org-agenda-add-note, org-agenda-change-all-lines)
20796         (org-agenda-priority, org-agenda-set-tags)
20797         (org-agenda-set-property, org-agenda-set-effort)
20798         (org-agenda-toggle-archive-tag, org-agenda-date-later)
20799         (org-agenda-show-new-time, org-agenda-date-prompt)
20800         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
20801         (org-agenda-clock-in, org-agenda-bulk-mark)
20802         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
20803         Use `org-get-at-bol'.
20805         * org-colview.el (org-columns-display-here)
20806         (org-columns-edit-allowed, org-agenda-columns):
20807         Use `org-get-at-bol'.
20809 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20811         * org.el (org-special-ctrl-a/e): Improve documentation and
20812         customize type.
20813         (org-end-of-line): Don't jump to after the ellipsis.
20814         (org-mode-map): Bind <home> and <end> as well.
20816 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20818         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
20819         space after #+ as comments.
20820         (org-open-at-point): Run `org-follow-link-hook' always.
20822         * org-latex.el (org-export-latex-emph-format): Use better commands
20823         to insert special characters in verbatim snippets.
20825 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20827         * org-faces.el (org-copy-face): New function.  Use it to create
20828         various faces formerly created by using `copy-face'.
20830         * org-agenda.el (org-prepare-agenda): Don't officially mark this
20831         window dedicated.
20832         (org-agenda-quit): Kill the frame containing the agenda window if
20833         that frame was created for the agenda.
20835 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20837         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
20838         stamp in the agenda.
20840 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20842         * org-agenda.el (org-prepare-agenda):
20843         Reset `org-drawers-for-agenda'.
20844         (org-prepare-agenda): Uniquify list of drawers.
20846         * org.el (org-complex-heading-regexp-format): New variable.
20847         (org-set-regexps-and-options):
20848         Define `org-complex-heading-regexp-format'.
20849         (org-drawers-for-agenda): New variable.
20850         (org-map-entries): Bind `org-drawers-for-agenda'.
20851         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
20853         * org-remember.el (org-go-to-remember-target)
20854         (org-remember-handler): Use `org-complex-heading-regexp-format'.
20856 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20858         * org-agenda.el (org-agenda-highlight-todo): Fix text property
20859         problem.
20861         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
20862         always with `invisible-ok'.
20863         (org-store-link): No error when there is nothing to link to in the
20864         agenda.
20866         * org-list.el (org-update-checkbox-count): Insert changed cookie
20867         before the old, to avoid problems with invisibility at the end of
20868         the line.
20869         (org-update-checkbox-count): Insert changed cookie before the old,
20870         to avoid problems with invisibility at the end of the line.
20872         * org.el (org-sort-entries-or-items): Include the final newline.
20873         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
20874         lines for fontification.
20875         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
20876         (org-prepare-dblock): Store the current indentation of the BEGIN
20877         line.
20878         (org-update-dblock): Apply the indentation of the begin line to
20879         the rest of the block.
20880         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
20881         (org-startup-folded): New allowed value `showeverything'.
20882         (org-startup-options): Add STARTUP keyword `showeverything'.
20883         (org-set-startup-visibility): Respect value `showeverything' in
20884         org-startup-folded.
20886 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20888         * org.el (org-closest-date): Fix issue with past preference.
20890         * org-archive.el (org-archive-set-tag)
20891         (org-archive-subtree-default): New commands.
20893         * org-clock.el (org-clock-clocktable-default-properties):
20894         New option.
20895         (org-clock-report):
20896         Use `org-clock-clocktable-default-properties'.
20898 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20900         * org.el (org-iswitchb-completing-read): Fix typo.
20902         * org-crypt.el: New file.
20904         * org.el: Add an entry for org-crypt.
20906 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20908         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
20909         consistency.
20910         (org-batch-store-agenda-views): New function.
20911         (org-agenda-title-append): Define variable.
20912         (org-write-agenda): New export to Org files.
20913         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
20914         (org-agenda): Allow to keep the restricted file list if a special
20915         variable is bound to t.
20916         (org-agenda): Define a special agenda view for working on flagged
20917         entries.
20918         (org-agenda-get-restriction-and-command): List the new agenda
20919         view.
20920         (org-agenda-show-the-flagging-note): New command.
20921         (org-agenda-mode-map): New key `?' for looking at the flagging
20922         note.
20924         * org.el (org-autoload): Autoload org-mobile.el.
20925         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
20927         * org-mobile.el: New file.
20929         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
20931 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20933         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
20934         statements.
20935         (org-table-get-remote-range): Match indented #+TBLNAME
20936         statements.
20938         * org.el (org-convert-to-odd-levels)
20939         (org-convert-to-oddeven-levels): Work also correctly if the file
20940         is in outline-mode.
20942 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20944         * org.el (org-store-link): When in agenda buffer, link to
20945         referenced entry.
20946         (org-add-planning-info): Remove spaces at eol.
20948         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
20949         property.
20951 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20953         * org-latex.el (org-export-latex-first-lines): Fix problem with
20954         LaTeX export of first line and selected subtree.
20956         * org.el (org-shifttab): Interpret arg differently when using only
20957         odd levels.
20959 2009-10-01  Bastien Guerry  <bzg@gnu.org>
20961         * org.el (org-check-agenda-file): Use a more explicit message.
20963 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20965         * org-exp.el (org-export-remove-special-table-lines): Don't remove
20966         normal lines.
20968 2009-10-01  Bastien Guerry  <bzg@gnu.org>
20970         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
20971         prompt in the temporary window.
20973         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
20974         prefix for marked entries in the agenda view.
20976 2009-10-01  Andreas Burtzlaff  <andy13@gmx.net>  (tiny change)
20978         * org.el (outline-end-of-subtree): Bugfix: advise this function in
20979         a way that prevents any trailing character from being displayed.
20981 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20983         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
20984         menu.
20986         * org-exp.el (org-export-remove-special-table-lines): Remove bad
20987         slow regexp match.
20989 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20991         * org-latex.el (org-export-latex-preprocess): Do not protect in
20992         the LaTeX header.
20994         * org-src.el (org-edit-src-save): Save window setup while saving.
20995         (org-edit-src-code): Use new buffer name construction scheme.
20997 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20999         * org-agenda.el (org-agenda-entry-text-exclude-regexps):
21000         New variable.
21001         (org-agenda-entry-text-cleanup-hook): New hook.
21002         (org-agenda-get-some-entry-text): Remove matches of
21003         `org-agenda-entry-text-exclude-regexps' and run the hook
21004         `org-agenda-entry-text-cleanup-hook'.
21006         * org.el (org-offer-links-in-entry): New argument ZERO to
21007         implement a link with index zero.
21008         (org-cycle-show-empty-lines): Not keep empty line under header
21009         hidden.
21010         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
21011         to nil for special completion.
21012         (org-store-link): Don't error before the first heading.
21014         * org-agenda.el (org-agenda-open-link): Pass the prefix to
21015         `org-offer-links-in-entry'.
21017 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
21019         * org-agenda.el (org-agenda-quit): Provide the window argument for
21020         `window-dedicated-p', Emacs 22 needs it.
21021         (org-format-agenda-item): If the category is a link, arrange for
21022         invisible text to replaced with spaces.
21023         (org-compile-prefix-format): Add the extra space.
21024         (org-prefix-category-length): New variable.
21026         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
21027         references from TOC lines.
21029         * org.el (org-selected-window): New variable.
21031         * org-table.el (org-table-edit-formulas): Remember the selected
21032         window.
21033         (org-table-fedit-finish, org-table-fedit-abort): Select the window
21034         that was originally selected.
21036         * org-exp.el (org-export-preprocess-apply-macros): Scan the
21037         expansion of a macro for more macro definitions.
21039         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
21040         invisibility overlay starts on the newline.
21042 2009-10-01  Glenn Morris  <rgm@gnu.org>
21044         * org-agenda.el (calendar-check-holidays):
21045         * org-exp.el (org-agenda-skip):
21046         * org-list.el (outline-back-to-heading):
21047         * org-wl.el (wl-summary-goto-folder-subr):
21048         * org.el (iswitchb-mode, remember, remember-buffer-desc)
21049         (remember-finalize, remember-save-after-remembering, remember-register)
21050         (remember-buffer, remember-handler-functions)
21051         (remember-annotation-functions): Remove unused declarations.
21053         * org.el (iswitchb-read-buffer): Fix declaration.
21055 2009-09-30  Glenn Morris  <rgm@gnu.org>
21057         * org-compat.el (w32-focus-frame):
21058         * org-exp-blocks.el (R):
21059         * org-exp.el (htmlize-buffer):
21060         * org-protocol.el (server-edit):
21061         * org-table.el (org-format-org-table-html):
21062         * org.el (org-indent-mode): Fix declarations.
21064         * org-colview.el (org-columns-uncompile-format): Avoid assignment to
21065         free variable `fun'.
21067 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
21069         * org-agenda.el (org-agenda-restore-windows-after-quit):
21070         Fix typo in docstring.
21072 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
21074         * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
21075         (org-shiftselect-error, org-ctrl-c-ctrl-c):
21076         * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
21077         * org-attach.el (org-attach-check-absolute-path):
21078         * org-docbook.el (org-export-as-docbook):
21079         * org-html.el (org-export-as-html):
21080         * org-id.el (org-id-update-id-locations):
21081         * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
21082         Fix typos in error messages.
21084 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21086         * org-ascii.el: Require CL for the `loop' macro.
21088 2009-09-05  Carsten Dominik  <dominik@u016822.science.uva.nl>
21090         * org-gnus.el (require): Wrap (require gnus-sum) into
21091         eval-when-compile.
21093 2009-09-03  Carsten Dominik  <dominik@u016822.science.uva.nl>
21095         * org-protocol.el (org-protocol-store-link)
21096         (org-protocol-remember, org-protocol-open-source): Remove autoload
21097         cookies again.
21099         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
21100         referencing the start of the line.
21102         * org-gnus.el: Remove unnecessary declare-function forms.
21103         (gnus-sum): Always require gnus-sum.
21105 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21107         * org-protocol.el (org-protocol-store-link)
21108         (org-protocol-remember, org-protocol-open-source): Add autoloads.
21110         * org-compat.el (org-float-time): New function.
21112         * org.el (org-clock-update-time-maybe)
21113         (org-sort-entries-or-items, org-do-sort)
21114         (org-evaluate-time-range, org-time-string-to-seconds)
21115         (org-closed-in-range): Use `org-float-time'.
21117         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
21118         (org-timer-seconds): Use `org-float-time'.
21120         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
21121         (org-clock-sum, org-dblock-write:clocktable)
21122         (org-clocktable-steps): Use `org-float-time'.
21124         * org-agenda.el (org-agenda-last-marker-time)
21125         (org-agenda-new-marker, org-diary): Use `org-float-time'.
21127         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
21128         function.
21130         * org-exp.el (org-get-file-contents): Only protect lines that
21131         really need it.
21133         * org-html.el (require): Require cl for compilation.
21135         * org.el: Avoid using `default-major-mode'.
21137         * org-plot.el (require): Require CL only at compile time.
21139         * org-exp.el (require): Require CL only at compile time.
21141         * org-agenda.el (org-agenda-quit): When the agenda window is
21142         dedicated, remove other windows before exiting, so that the frame
21143         really will be killed.
21145         * org-exp.el (org-export-handle-include-files): Reset START and
21146         END for each loop cycle.
21148 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21150         * org.el (org-eval-in-calendar):
21151         Use `org-select-frame-set-input-focus'.
21153         * org-compat.el (org-select-frame-set-input-focus): New function.
21155         * org.el (org-update-statistics-cookies): New function.
21156         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
21158 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21160         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
21161         after the local variables are set.
21163         * org-latex.el (org-export-latex-protect-amp): New function.
21164         (org-export-latex-links): Protect link ampersands in tables.
21166         * org-exp.el (org-export-select-backend-specific-text): Match in
21167         two steps, to avoid regexp problems.
21169         * org.el (org-offer-links-in-entry): Improve working with many and
21170         duplicate links.
21172         * org-agenda.el (org-agenda-show-1): Make more consistent with
21173         normal cycling.
21174         (org-agenda-cycle-show): Make more consistent with normal cycling.
21176         * org-gnus.el (org-gnus-store-link): Restore the linking to a
21177         website.
21179 2009-09-02  Bastien Guerry  <bzg@gnu.org>
21181         * org-latex.el (org-export-latex-first-lines): Bugfix.
21183 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21185         * org-clock.el (org-clock-modify-effort-estimate): Emit message
21186         about new effort.
21188         * org.el (org-set-effort): New function.
21189         (org-mode-map): New key for effort setting command.
21191         * org-agenda.el (org-agenda): Keep window setup when calling
21192         agenda from within agenda window.
21193         (org-agenda-mode-map): New keys for effort setting commands.
21194         (org-agenda-menu): Add effort setting commands to menu.
21195         (org-agenda-set-property, org-agenda-set-effort): New functions.
21197         * org-latex.el (org-export-latex-tables):
21198         Fix `org-table-last-alignment' and `org-table-last-column-widths' if
21199         the first column has been removed.
21201 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21203         * org.el (org-remove-timestamp-with-keyword): Only remove in
21204         entry, not in subtree.
21206         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
21207         emacs lisp.
21209         * org.el (org-open-at-point): When on headline, offer all strings
21210         in entry.
21212         * org-remember.el (org-remember-templates): Documentation fix.
21214         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
21215         `org-get-last-sibling' instead of the outline versions of these
21216         functions.
21217         (org-get-last-sibling): New function.
21218         (org-refile): Use `org-get-next-sibling' instead of the outline
21219         version of this function.
21220         (org-clean-visibility-after-subtree-move):
21221         Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
21222         outline versions of these functions.
21224 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21226         * org-agenda.el (org-prepare-agenda): When creating a new frame
21227         for the agenda, make the window dedicated.
21229         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
21231         * org-table.el (org-table-align): Change the order of reinsertion
21232         and deletion, to avoid problems with overlays following the table.
21234         * org.el (org-parse-time-string): Better error message.
21235         (org-show-subtree): Use org-end-of-subtree.
21237         * org-macs.el (org-goto-line): New defsubst.
21239         * org.el (org-open-file, org-change-tag-in-region)
21240         (org-fast-tag-show-exit): Don't use `goto-line'.
21242         * org-table.el (org-table-align, org-table-insert-column)
21243         (org-table-delete-column, org-table-move-column)
21244         (org-table-sort-lines, org-table-copy-region)
21245         (org-table-paste-rectangle, org-table-wrap-region)
21246         (org-table-get-specials, org-table-rotate-recalc-marks)
21247         (org-table-get-range, org-table-recalculate)
21248         (org-table-edit-formulas, org-table-fedit-convert-buffer)
21249         (org-table-show-reference, org-table-highlight-rectangle):
21250         Don't use `goto-line'.
21252         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
21253         (org-edit-src-exit): Don't use `goto-line'.
21255         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
21257         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
21258         Don't use `goto-line'.
21260         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
21262         * org-colview.el (org-columns, org-columns-redo)
21263         (org-agenda-columns): Don't use `goto-line'.
21265         * org-agenda.el (org-agenda-mode): Force visual line motion off.
21266         (org-agenda-add-entry-text-maxlines): Improve docstring.
21267         (org-agenda-start-with-entry-text-mode): New option.
21268         (org-agenda-entry-text-maxlines): New option.
21269         (org-agenda-entry-text-mode): New variable.
21270         (org-agenda-mode): Set initial value of
21271         `org-agenda-entry-text-mode'.
21272         (org-agenda-mode-map): Add the `E' key.
21273         (org-agenda-menu): Add entry text mode to the menu.
21274         (org-agenda-get-some-entry-text): Fix line count bug.
21275         (org-finalize-agenda): Apply entry text mode if appropriate.
21276         (org-agenda-entry-text-show-here): New function.
21277         (org-agenda-entry-text-show): New function.
21278         (org-agenda-entry-text-hide): New function.
21279         (org-agenda-view-mode-dispatch): Add entry text mode to the view
21280         key menu.
21281         (org-agenda-entry-text-mode): New command.
21282         (org-agenda-set-mode-name): Add entry text mode to the mode line
21283         string.
21284         (org-agenda-undo, org-agenda-get-restriction-and-command)
21285         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
21286         `goto-line'.
21288 2009-09-02  Bernt Hansen  <bernt@norang.ca>
21290         * org-clock.el (org-notify): Bugfix.
21292 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21294         * org-agenda.el (org-agenda-open-link): Handle multiple links and
21295         check for after-string.
21297         * org-gnus.el (org-gnus-store-link): Simplify.
21299         * org.el (org-latex-regexps): Don't add extra empty lines for
21300         display formulas.
21302 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21304         * org-agenda.el (org-agenda-get-some-entry-text): New function.
21305         (org-agenda-add-entry-text):
21306         Use `org-agenda-get-some-entry-text'.
21308         * org.el (org-cycle-separator-lines): Update docstring.
21309         (org-cycle-show-empty-lines): Handle negative values for
21310         `org-cycle-show-empty-lines'.
21312         * org-exp.el (org-export-protect-sub-super): New function.
21313         (org-export-normalize-links): Protect the url of plain links from
21314         supscript and superscript processing.
21316         * org-remember.el (org-remember-escaped-%): New function.
21317         (org-remember-apply-template): Use `org-remember-escaped-%' to
21318         detect escaped % signs.
21320 2009-09-02  Bastien Guerry  <bzg@gnu.org>
21322         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
21323         sound when showing the notification.
21325         * org-clock.el (org-notify): New function.
21326         (org-clock-notify-once-if-expired): Use `org-notify'.
21328         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
21329         and `gnus-article-mode' separately.
21330         (gnus-summary-article-header): Fix the declare-function.
21332 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21334         * org-exp.el (org-export-format-source-code-or-example):
21335         Translate language.
21337         * org-src.el (org-src-lang-modes): New variable.
21338         (org-edit-src-code): Translate language.
21340         * org-exp.el (org-export-format-source-code-or-example): Deal wit
21341         the new structure of the `org-export-latex-listings-langs'
21342         variable.
21344         * org-latex.el (org-export-latex-listings-langs): Change structure
21345         of the variable from plist to alist.
21347 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21349         * org.el (org-in-commented-line): New function.
21351 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21353         * org.el (org-hide-block-toggle): Make folded blocks searchable.
21355 2009-09-02  Friedrich Delgado Friedrichs  <friedel@nomaden.org>  (tiny change)
21357         * org.el (org-flag-drawer): More useful error.
21359 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21361         * org-remember.el (org-remember-apply-template):
21362         Use org-icompleting-read.
21364         * org-publish.el (org-publish): Use org-icompleting-read.
21366         * org-colview.el (org-columns-edit-value, org-columns-new)
21367         (org-insert-columns-dblock): Use org-icompleting-read.
21369         * org-attach.el (org-attach-delete-one, org-attach-open):
21370         Use org-icompleting-read.
21372 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21374         * org.el (org-hierarchical-todo-statistics): Improve docstring.
21375         (org-version): Return the version text.
21376         (org-org-menu): Add a menu entry for the new bug reporter.
21377         (org-submit-bug-report): New command.
21379         * org-list.el (org-hierarchical-checkbox-statistics):
21380         Improve docstring.
21382         * org.el (org-emphasis-regexp-components): Add "`" to set of
21383         pre-emphasis characters.
21385         * org-latex.el (org-export-latex-classes): Always include the soul
21386         package.
21387         (org-export-latex-emphasis-alist): Use \st for strikethough.
21389         * org-exp-blocks.el (org-export-blocks-preprocess):
21390         Use `indent-code-rigidly' to indent.
21392         * org-agenda.el (org-agenda-get-restriction-and-command):
21393         Remove properties only if MATCH really is a string.
21395 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21397         * org-latex.el (org-export-latex-packages-alist):
21398         Fix customization type.
21400         * org.el (org-create-formula-image): Also use
21401         `org-export-latex-packages-alist'.
21403         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
21404         (org-export-as-html): Format footnotes correctly.
21406 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21408         * org.el (org-fast-tag-selection): Avoid text properties on tags
21409         in the alist.
21411         * org-agenda.el (org-agenda-get-restriction-and-command):
21412         Avoid text properties on the match element.
21414 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21416         * org.el (org-set-regexps-and-options): Make sure the list of done
21417         keywords is not invalid.
21419         * org-exp.el (org-export-interpolate-newlines): New function.
21421 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21423         * org.el (org-format-latex): Avoid nested overlays.
21425         * org-latex.el (org-export-latex-listings-langs): Add a few more
21426         languages.
21428         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
21429         ignore newlines and space before the first macro argument.
21431         * org-latex.el (org-export-latex-tables): Remove save-excursion
21432         around `org-table-align'.
21434 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21436         * org.el (org-export-html-special-string-regexps):
21437         Definition moved into org.el.
21439         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
21440         in macro calls.
21442 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21444         * org-latex.el (org-export-latex-listings)
21445         (org-export-latex-listings-langs): New options.
21447         * org-exp.el (org-export-format-source-code-or-example):
21448         Use listing package if requested by the user.
21450 2009-09-02  Bastien Guerry  <bzg@gnu.org>
21452         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
21453         command before actually switching to a buffer.
21455 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21457         * org-exp.el (org-get-file-contents): Only quote org lines when
21458         the markup is src or example.
21460         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
21461         New option.
21462         (org-agenda-get-day-entries): Remember deadline results and pass
21463         them on into the function getting the scheduling information.
21464         (org-agenda-get-scheduled): Accept deadline results as parameters
21465         and maybe skip some entries.
21466         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
21468         * org.el (org-insert-heading): When respecting content, do not
21469         convert current line to headline.
21471         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
21472         Also cheeeeeck the hd marker.
21473         (org-clock-in): Also set the hd marker.
21474         (org-clock-out): Also set the hd marker.
21475         (org-clock-cancel): Reset markers.
21477         * org.el (org-clock-hd-marker): New marker.
21479         * org-faces.el (org-agenda-clocking): New face.
21481         * org-agenda.el (org-agenda-mark-clocking-task): New function.
21482         (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
21484         * org.el (org-modules): Add org-track.el.
21486         * org-agenda.el (org-agenda-bulk-marked-p): New function.
21487         (org-agenda-bulk-mark, org-agenda-bulk-unmark):
21488         Use `org-agenda-bulk-marked-p'.
21489         (org-agenda-bulk-toggle): New command.
21491 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21493         * org.el (org-move-subtree-down): Hide subtree if it was folded,
21494         not just the body.
21496         * org-remember.el (org-remember-finalize): Avoid buffer-modified
21497         messages.
21499 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21501         * org-html.el (org-export-as-html):
21502         * org-docbook.el (org-export-as-docbook):
21503         Use (default-value 'major-mode) instead of default-major-mode.
21505 2009-08-08  Carsten Dominik  <carsten.dominik@gmail.com>
21507         * org-docbook.el: Add arch-tag.
21509         * org-exp-blocks.el: Add arch-tag.
21511         * org-id.el: Add arch-tag.
21513         * org-indent.el: Add arch-tag.
21515         * org-inlinetask.el: Add arch-tag.
21517         * org-protocol.el: Add arch-tag.
21519 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21521         * org.el (org-create-formula-image): Remove the -E option for
21522         dvipng.
21524         * org-exp.el (org-default-export-plist): Respect #+BIND.
21525         (org-export-confirm-letbind): New function.
21527         * org.el (org-paste-subtree): Test the kill ring entry if it is
21528         going to be used.
21529         (org-copy-subtree): Use `org-forward-same-level'.
21530         (org-forward-same-level): Respect the `invisibe-ok' arg for
21531         back-to-heading.
21533 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21535         * org.el (org-table-map-tables): Make sure cursor is back at table
21536         beginning after funcall.
21538         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
21539         handled before children, and do not error if an entry is not
21540         found, probably because it hase been remove when the parent was
21541         archived or refiled.
21543         * org.el (org-ido-completing-read): Accept straight lists for
21544         completion as well as alists.
21546         * org-timer.el (org-timer-cancel-timers): Rename from
21547         `org-timer-cancel-timers'.
21549         * org.el (org-cycle-internal-local): Fix problem with finding next
21550         invisible line.
21552 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21554         * org-list.el (org-list-send-list):
21555         Call `org-list-goto-true-beginning' instead of
21556         `org-list-find-true-beginning', which does not exist.
21558         * org-timer.el (org-timer-reset-timers): Use `mapc'.
21559         (org-timer-set-timer): Do not assign to heading.
21561         * org-id.el (org-id-open): Quote function name.
21563         * org-macs.el (org-unmodified): Turn off recording undo
21564         information while running inside the macro.
21566         * org-table.el (org-table-export): Also work in file-less
21567         buffers.
21569         * org.el (org-startup-indented): New option.
21570         (org-startup-options): Add new options indent and noindent.
21571         (org-unfontify-region): Remove line-prefix and wrap-prefix
21572         properties.
21573         (org-after-demote-entry-hook, org-after-promote-entry-hook):
21574         New hooks.
21575         (org-promote, org-demote): Run the new hooks.
21577         * org-table.el (org-table-align): Replace leading \n as well.
21579         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
21580         and `line-wrap' text properties.
21582         * org-compat.el (org-kill-new): New function.
21584         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
21585         `line-wrap' text properties.
21587         * org-indent.el: New file.
21589 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21591         * org.el (org-provide-todo-statistics): Tweak docstring.
21593         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
21595 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21597         * org-exp.el (org-export-as-org): Insert the "-source" string
21598         before the extension.
21600         * org.el (org-read-date): Make sure the calendar is in the current
21601         frame.
21602         (org-set-emph-re): Remove the ? from the post-match.
21603         (org-emphasis-regexp-components): Add backslash to the
21604         postmatch class.
21605         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
21606         optional so that also lines at the end of the buffers will still
21607         be matched as headlines.
21609         * org-table.el (org-table-error-on-row-ref-crossing-hline):
21610         Variable made obsolete.
21611         (org-table-relative-ref-may-cross-hline): New option.
21612         (org-table-find-row-type): Honow the new option
21613         `org-table-relative-ref-may-cross-hline'.
21615 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21617         * org-table.el (org-table-cut-region, org-table-copy-region):
21618         Work on single field if no active region.
21620 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21622         * org-latex.el (org-export-latex-make-header): Only insert title
21623         if one is defined.
21625         * org.el (org-make-options-regexp): Allow empty values.
21627 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21629         * org.el (org-cycle-internal-local): Improved version of finding
21630         next visible line.
21631         (org-cycle-hide-drawers): Only hide drawers if this is really
21632         necessary.
21633         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
21634         org-version of this function in Org-mode.  We use advice to
21635         implement this change, so that future changes to this function in
21636         outline.el wil be handled properly.
21637         (org-forward-same-level, org-backward-same-level): New commands.
21639 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21641         * org.el (org-remove-empty-overlays-at)
21642         (org-clean-visibility-after-subtree-move): New functions.
21643         (org-move-subtree-down): Simplify cleanup of display.
21645 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21647         * org-mac-message.el (org-mac-message-get-links): Improve
21648         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
21649         "s".  Fix the return value.
21650         (org-mac-message-insert-flagged): Simplify.
21652         * org.el (org-refile-get-location): Tamper with refile history o
21653         that history contains compete matches instead of the entered
21654         string.
21656 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21658         * org.el (org-store-link): Never store a link to an inline task.
21660         * org-footnote.el (org-footnote-goto-local-insertion-point):
21661         Skip inline tasks when positioning footnotes.
21663         * org.el (org-refile): Remove the END line when archiving an
21664         inline task that does have an END line.
21666         * org-archive.el (org-archive-subtree): Remove the END line when
21667         archiving an inline task that does have an END line.
21669         * org-macs.el (org-with-limited-levels): New macro.
21670         (org-get-limited-outline-regexp): New function.
21672         * org-exp.el (org-export-format-source-code-or-example): Fix bug
21673         that did not enumerate first line.
21674         (org-export-mark-radio-links): Skip matches in links.
21676 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21678         * org.el (org-activate-plain-links): Make single-match.
21679         (org-adapt-indentation): Fix docstring.
21681         * org-macs.el (org-unmodified): Turn of modification hooks while
21682         running this macro.
21684 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21686         * org.el (org-adapt-indentation): Slightly improve the docstring.
21687         (org-occur): Sends an error when the user inputs an empty string.
21688         (org-priority): Bugfix: the tag alignement should happen within
21689         save-excursion.
21691 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21693         * org.el (org-make-link-regexps): Don't exclude parentheses from
21694         `org-plain-link-re'.
21695         (org-cycle-internal-local): When locally cycling, switch directly
21696         from CHILDREN to FOLDED if there is no subtree.
21697         (org-cycle): Update the docstring to document the new behavior of
21698         `org-cycle-internal-local'.
21700 2009-08-06  Nicolas Goaziou  <n.goaziou@neuf.fr>  (tiny change)
21702         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
21703         an abbreviated format for days.
21705 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21707         * org-protocol.el (org-protocol-default-template-key):
21708         New option.
21710         * org.el (org-refile): Bugfix: save-excursion before reading the
21711         refile target, otherwise cursor moves might confuse `org-refile'.
21713         * org.el (org-toggle-heading): Bugfix: correctly convert list
21714         items before the first headline.
21716         * org.el (org-provide-todo-statistics): Allow a list of TODO
21717         keywords to compute statistics against headlines containing a
21718         keyword from this list.
21719         (org-update-parent-todo-statistics): Possibly use the new allowed
21720         value of `org-provide-todo-statistics'.
21722 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21724         * org-timer.el: Add autoload cookie.
21726         * org.el (org-occur-link-in-agenda-files): New function.
21728         * org-timer.el (org-timer-last-timer): New variable.
21730         * org-agenda.el (org-agenda-mode-map): New key for
21731         org-timer-set-timer called from the agenda.
21733         * org.el (org-mode-map): New key for org-timer-set-timer.
21735         * org-timer.el (org-timer-reset-timers)
21736         (org-timer-show-remaining-time, org-timer-set-timer):
21737         New functions.
21739         * org-clock.el (org-show-notification): Update the docstring.
21741         * org.el (org-provide-todo-statistics): Allow new value
21742         'all-headlines for this option, which includes entries with no
21743         TODO keywords in the todo statistics.
21744         (org-update-parent-todo-statistics): Possibly use the new
21745         'all-headline value from `org-provide-todo-statistics'.
21747 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21749         * org-clock.el (org-dblock-write:clocktable): Add a new option
21750         :timestamp which allows display of timestamps in clock reports.
21752         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
21753         list to a subtree, preserving the structure of the list.
21754         (org-set-emph-re): Make the last element optional in the regexp.
21755         This regexp now matches an emphasized string at the end of a line.
21757         * org-list.el (org-list-goto-true-beginning)
21758         (org-list-make-subtree, org-list-make-subtrees): New functions.
21760         * org.el (org-eval-in-calendar): Select the right frame.
21761         (org-save-frame-excursion): Remove this macro.
21763 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21765         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
21766         trying to find the beginning of a list.
21768         * org-exp.el (org-get-file-contents): Use a new argument: markup.
21769         When present, tell org-get-file-contents not to protect org-like
21770         lines.
21772         * org-id.el (org-id-uuid-program): New option to set the name of
21773         the uuidgen program.
21774         (org-id-method): Use `org-id-uuid-program'.
21775         (org-id-new): Use `org-id-uuid-program'.
21777 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21779         * org-exp.el (org-export-number-lines): Allow whitespace in code
21780         references.  Allow the -r switch to remove the references in the
21781         source code even when the lines are not numbered: the labels can
21782         be explicit enough.
21784         * org.el (org-fontify-whole-heading-line): New option.
21785         (org-set-font-lock-defaults): Use the new option.
21787         * org-clock.el (org-show-notification-handler): New option.
21788         (org-show-notification): Use the new option.
21790 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21792         * org.el (org-eval-in-calendar): Fix a bug about calendar
21793         navigation when `calendar-setup' value is 'calendar-only.
21795 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21797         * org.el (orgstruct++-mode): Fix typo in docstring.
21798         (org-insert-link): Clean up: (or (...)) => (...)
21799         (org-insert-link): Use TAB for stored links completion.
21801 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21803         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
21804         building the list of targets.
21806         * org-remember.el (org-remember-delete-empty-lines-at-end):
21807         New option.
21808         (org-remember-handler): Use the new option.
21810 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
21812         * org.el (org-tags-sort-function): New option for sorting tags.
21813         (org-set-tags): Use the new option to sort tags.
21815         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
21816         premature deletion of the data when using org-plot in a script.
21818 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21820         * org-clock.el (org-clock-in-prepare-hook): New hook.
21821         (org-clock-in): Use this new hook.
21823 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21825         * org.el (org-special-ctrl-a/e): Explicitly bind the value
21826         'reversed for this option to the "true line boundary first"
21827         behavior.
21828         (org-tags-match-list-sublevels): Document the 'indented value for
21829         this variable.
21831         * org-latex.el (org-export-latex-first-lines): Fix problem with
21832         publishing the region.
21834         * org-exp.el (org-export-format-source-code-or-example):
21835         Fix bad line numbering when exporting examples in HTML.
21837 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
21839         * org-colview.el (org-format-time-period): Formats a time in
21840         fractional days as days, hours, mins, seconds.
21841         (org-columns-display-here): Add special handling for SINCE and
21842         SINCE_IA to format for display.
21844         * org.el (org-time-since): Add a function to get the time since an
21845         org timestamp.
21846         (org-entry-properties): Add two new special properties: SINCE and
21847         SINCE_IA.  These give the time since any active or inactive
21848         timestamp in an entry.
21849         (org-special-properties): Add SINCE, SINCE_IA.
21850         (org-tags-sort-function): Add custom declaration for tags
21851         sorting function.
21852         (org-set-tags): Sort tags if org-tags-sort-function is set.
21854 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21856         * org-clock.el (org-clock-goto): Find hidden headlines as well.
21858         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
21860         * org-plot.el (org-plot/add-options-to-plist): Add timeind
21861         option.
21863 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21865         * org-publish.el (org-publish-remove-all-timestamps): New function.
21866         (org-publish-all): Remove all timestamp files if `org-publish-all'
21867         is called with a prefix argument.
21869         * org-list.el (org-indent-item): Fix typo.
21870         (org-item-indent-positions): Normalize ordered bullet.
21872 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21874         * org-macs.el (org-set-local): Make a local variable, do not make
21875         the variable buffer-local!
21877         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
21879         * org-exp.el (org-infile-export-plist): Read BIND lines.
21880         (org-install-letbind): New function.
21881         (org-export-as-org, org-export-preprocess-string):
21882         Call `org-install-letbind'.
21884         * org-list.el (org-list-demote-modify-bullet): New option.
21885         (org-first-list-item-p): Save point.
21886         (org-fix-bullet-type): New optional argument FORCE-BULLET.
21887         (org-indent-item): Honor `org-list-demote-modify-bullet'.
21888         (org-item-indent-positions): Return bullet types along with
21889         indentation.
21891 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21893         * org.el (org-show-entry): Hide drawers.
21895 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21897         * org-footnote.el (org-footnote-auto-adjust): New option.
21898         (org-footnote-auto-adjust-maybe): New function.
21899         (org-footnote-new, org-footnote-delete):
21900         Call `org-footnote-auto-adjust-maybe'.
21902         * org.el (org-startup-options): Add new footnote-related
21903         keywords.
21905         * org-publish.el (org-publish-timestamp-filename): Additional
21906         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
21907         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
21908         TRUE-PUB-DIR.  Pass them through to
21909         `org-publish-timestamp-filename'.
21910         (org-publish-update-timestamp): Additional arguments PUB-DIR and
21911         PUB-FUNC, which are included in the hash.
21912         (org-publish-file): Delay timestamp test until the publishing
21913         function is known.
21915 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21917         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
21918         setting the deadline.
21920         * org.el (org-read-date-final-answer): New variable.
21921         (org-read-date): Store the final answer string, including the date
21922         from the calendar, for reuse by agenda bulk commands.
21924         * org-publish.el (org-publish-attachment): Fix publishing of
21925         attachments.
21927         * org-latex.el (org-export-latex-quotation-marks): Fix export of
21928         quotation makrs in parenthesis.
21929         (org-remove-initial-hash): New function.
21930         (org-export-latex-preprocess): Fix bug with infinite loop if
21931         environment is not properly closed.
21933         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
21934         when indented.
21936         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
21937         highlight also when indented.
21939 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21941         * org-footnote.el (org-footnote-renumber-fn:N): New command.
21942         (org-footnote-action): Offer renumbering.
21944         * org.el (org-cycle): Honor the `integrate' value of
21945         org-cycle-include-plain-lists'.
21947         * org-list.el (org-cycle-include-plain-lists): New allowed value
21948         `internal'.  Improve the docstring.
21950         * org.el (org-set-autofill-regexps): Improve the paragraph-start
21951         regexp to work better with LaTeX commands.
21953 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21955         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
21956         and eps extensions.
21958 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21960         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
21961         loaded.
21963         * org.el (org-map-entries): No longer force
21964         `org-tags-match-list-sublevels' to t during a todo-only tags
21965         search.
21967 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21969         * org-latex.el (org-export-latex-low-levels): Allow user-defined
21970         environment.
21971         (org-export-latex-subcontent): Handle user-defined environment.
21973         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
21974         the View dispatcher.
21976         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
21977         `make-overlay'.
21979         * org-latex.el (org-export-as-pdf): Protect match data during call
21980         to shell-quote-argument.
21982         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
21983         (org-agenda-view-mode-dispatch): New function.
21985 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21987         * org-agenda.el (org-agenda-mode): Reset list of marks.
21988         (org-agenda-mode-map): Define new keys for refile and bulk action.
21989         (org-agenda-menu): Add menu itesm for refile and bulk action.
21990         (org-agenda-refile): New function.
21991         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
21992         (org-agenda-marked-entries): New variable.
21993         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
21994         (org-agenda-remove-all-bulk-action-marks)
21995         (org-agenda-bulk-action): New functions/commands.
21997 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21999         * org-exp.el (org-get-file-contents): Protect org-like lines in
22000         included files.
22001         (org-export-format-source-code-or-example): Remove newlines.
22003         * org-latex.el (org-export-latex-links): Check for no-description
22004         marking.
22006         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
22007         argument separator back to comma.
22008         (org-export-normalize-links): Mark links without description.
22010 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22012         * org-exp.el (org-infile-export-plist): Fix bug in macro
22013         processing.
22015         * org-agenda.el (org-agenda-clock-out): Update line after clocking
22016         out.
22017         (org-agenda-highlight-todo): Fix bug with highlighting.
22019 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22021         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
22022         new alignment strings.
22024         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
22025         command list.
22026         (org-table-align): Check for forced align type.
22028         * org.el (org-self-insert-command): Add yas/expand to command
22029         list.
22031         * org-clock.el (org-clock-in-hook): New hook.
22032         (org-clock-in): Run `org-clock-in-hook.
22033         (org-clock-out-hook): New hook.
22034         (org-clock-out): Run `org-clock-out-hook.
22035         (org-clock-cancel-hook): New hook.
22036         (org-clock-cancel): Run `org-clock-cancel-hook.
22037         (org-clock-goto-hook): New hook.
22038         (org-clock-goto): Run `org-clock-goto-hook.
22040 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22042         * org.el (org-store-link): Better default description for link to
22043         Org-mode headline.
22045         * org-exp.el (org-export-generic): Autoload the generic exporter
22046         function.
22047         (org-export): Implement the `g' key for the generic exporter.
22049 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22051         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
22052         and for zbacktab'.
22054         * org-exp.el (org-infile-export-plist): Get macros also from
22055         #+SETUPFILE.
22057 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22059         * org-colview.el (org-columns-capture-view): Protect vertical bars
22060         in column values.
22061         (org-columns-capture-view): Exclude comment and archived trees.
22063         * org.el (org-quote-vert): New function.
22065         * org-latex.el (org-export-latex-verbatim-wrap): New option.
22067         * org-exp.el (org-export-format-source-code-or-example):
22068         Use `org-export-latex-verbatim-wrap'.
22070         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
22071         time stamps.
22073 2009-08-06  Eric Schulte  <schulte.eric@gmail.com>
22075         * org-exp-blocks.el: New file.
22077 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22079         * org-remember.el (org-remember-templates): Allow the headline
22080         element to be a function.
22081         (org-remember-apply-template): If the headline is a function, call
22082         it to get the true function.
22084         * org-clock.el (org-clock-menu): New function.
22085         (org-clock-update-mode-line): Update help string.
22086         (org-clock-modify-effort-estimate): New function.
22087         (org-clock-mark-default-task): New function.
22089         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
22090         minutes as input.
22091         (org-org-menu): Add new clocking stuff.
22092         (org-clock-is-active): New function.
22094 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22096         * org.el (org-open-non-existing-files): Improve docstring.
22098 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22100         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
22101         New option.
22102         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
22104         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
22106         * org-list.el (org-get-checkbox-statistics-face): Use the new
22107         faces.
22109         * org-faces.el (org-checkbox-statistics-todo)
22110         (org-checkbox-statistics-done): New faces.
22112 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22114         * org-latex.el (org-export-latex-use-verb): New variable.
22115         (org-export-latex-emph-format): Prefer \texttt over \verb when
22116         org-export-latex-use-verb is set.
22118 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22120         * org-remember.el (org-remember-handler): Abort remember if the
22121         buffer is empty.
22123         * org-exp.el (org-export-format-source-code-or-example):
22124         Run `org-src-mode-hook'.
22126 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22128         * org.el (org-indent-line-function): Fix indentation of +#end lines.
22130 2009-08-06  Tassilo Horn  <tassilo@member.fsf.org>
22132         * org-gnus.el (org-gnus-store-link): Require message.el in
22133         org-gnus-store-link.
22135 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22137         * org-src.el: New file, split out of org.el.
22139         * org-macs.el (org-replace-match-keep-properties): New function.
22141         * org-exp.el (org-export-mark-blockquote-verse-center):
22142         Better preprocessing of center and quote and verse blocks.
22144         * org-list.el (org-list-end): Respect the stored "original"
22145         indentation when determining the end of the list.
22147         * org-exp.el (org-export-replace-src-segments-and-examples):
22148         Remember indentation correctly.
22150 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22152         * org-clock.el (org-clock-update-mode-line): Apply face
22153         org-mode-line-clock.
22155         * org-faces.el (org-mode-line-clock): New face.
22157 2009-08-06  Tassilo Horn  <tassilo@member.fsf.org>
22159         * org-gnus.el (org-gnus-store-link): Fix bug where
22160         `org-gnus-store-link' used wrong subject when called in an article
22161         buffer.  Patch provided by fengli AT gmail DOT com.
22163 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22165         * org-exp.el (org-export-format-source-code-or-example):
22166         Remember the original indentation of source code snippets and examples.
22168         * org-latex.el (org-export-as-latex): Relocate the table of
22169         contents.
22171         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
22173         * org-agenda.el (org-run-agenda-series): Scope global options also
22174         when creating the agenda buffer.
22176 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22178         * org.el (org-adapt-indentation): Improve documentation.
22179         (org-insert-property-drawer): Respect org-adapt-indentation when
22180         inserting the drawer.
22181         (org-remove-flyspell-overlays-in): New function.
22182         (org-do-emphasis-faces, org-activate-plain-links)
22183         (org-activate-code, org-fontify-meta-lines-and-blocks)
22184         (org-activate-angle-links, org-activate-footnote-links)
22185         (org-activate-bracket-links, org-activate-dates)
22186         (org-activate-target-links, org-activate-tags): Remove flyspell
22187         overlays.
22189 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22191         * org.el (org-edit-src-save): New function.
22193         * org-clock.el (org-clock-out-switch-to-state): New option.
22194         (org-clock-out): Honor `org-clock-out-switch-to-state'.
22196         * org-compat.el (org-compatible-face): Improve macro.
22198         * org.el (org-global-properties-fixed): Add default for
22199         CLOCK_MODELINE_TOTAL.
22201         * org-clock.el (org-clock-sum): Accept lists and strings as tstart
22202         and tend.
22203         (org-clock-sum-current-item): Optional argument TSTART, pass it to
22204         org-clock-sum.
22205         (org-clock-get-sum-start): New function.
22207         * org.el (org-startup-options): New keywords blockhide and
22208         blockshow.
22209         (org-mode): Add new invisibility spec.
22210         (org-set-startup-visibility): Hide block on startup if so
22211         desired.
22212         (org-hide-block-startup): New option.
22213         (org-block-regexp): New constant.
22214         (org-hide-block-overlays): New variable.
22215         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
22216         (org-show-block-all, org-hide-block-toggle-maybe)
22217         (org-hide-block-toggle): New functions.
22218         (org-edit-src-exit): Do not quote lines starting with # and no +
22219         behind it.
22220         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
22221         entry.
22223 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22225         * org.el (org-buffer-property-keys): Add Effort property for
22226         completion.
22228 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22230         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
22231         when retrieving total clocked time in the subtree.
22233         * org.el (org-quoting-blocks): New variable.
22235 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22237         * org-table.el (org-table-store-formulas)
22238         (org-table-get-stored-formulas, org-table-fix-formulas)
22239         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
22240         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
22242         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
22243         Allow indented #+TBLFM line.
22245         * org-footnote.el (org-footnote-goto-local-insertion-point):
22246         Allow indented #+TBLFM line.
22248         * org-colview.el (org-dblock-write:columnview): Allow indented
22249         #+TBLFM line.
22251         * org-clock.el (org-dblock-write:clocktable): Allow indented
22252         #+TBLFM line.
22254 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22256         * org-exp.el (org-export-format-source-code-or-example):
22257         Make editing indented blocks work correctly.
22259         * org.el (org-edit-src-nindent): New variable.
22260         (org-edit-src-code, org-edit-fixed-width-region)
22261         (org-edit-src-find-region-and-lang, org-edit-src-exit):
22262         Make editing indented blocks work correctly.
22264 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22266         * org-exp.el (org-export-replace-src-segments-and-examples):
22267         Find indented blocks.
22268         (org-export-format-source-code-or-example): Fix indentation of
22269         blocks.
22270         (org-export-remove-indentation): New function.
22271         (org-export-select-backend-specific-text): Allow backend-specific
22272         code to be indented.
22273         (org-export-mark-blockquote-verse-center): Allow markers to be
22274         indented.
22276         * org.el (org-fontify-meta-lines): New function.
22277         (org-set-font-lock-defaults): Call the new fontification
22278         function.
22280         * org-faces.el (org-meta-line): New face.
22281         (org-block): New face.
22283 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22285         * org.el (org-treat-insert-todo-heading-as-state-change)
22286         (org-treat-S-cursor-todo-selection-as-state-change):
22287         New variables.
22288         (org-insert-todo-heading):
22289         Honor `org-treat-insert-todo-heading-as-state-change'.
22290         (org-shiftright, org-shiftleft):
22291         Honor `org-treat-S-cursor-todo-selection-as-state-change'.
22292         (org-inhibit-logging): New variable.
22294 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22296         * org-agenda.el (org-remove-subtree-entries-from-agenda):
22297         Reduce range for marker position checking.
22299         * org-latex.el (org-export-latex-first-lines): Fix bug when
22300         exporting a region.
22302 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22304         * org-exp.el (org-export-push-to-kill-ring): Protect using
22305         x-set-selection, because that does not always work.
22307         * org-agenda.el (org-agenda-list): Apply the new face
22308         `org-agenda-date-today'.
22310         * org-faces.el (org-agenda-date-today): New face.
22312 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22314         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
22315         creating appointments.
22317         * org-latex.el (org-export-latex-low-levels): Fix customization
22318         type.
22320         * org.el (org-priority, org-shiftup, org-shiftdown):
22321         Disable priority commands.
22323         * org-agenda.el (org-agenda-priority): Disable priority commands.
22325         * org.el (org-enable-priority-commands): New option.
22327         * org-colview.el (org-columns-compute)
22328         (org-columns-number-to-string): Fix problems with empty fields.
22330         * org-exp.el (org-export-push-to-kill-ring): New function.
22331         (org-export-copy-to-kill-ring): New option.
22333         * org-latex.el (org-export-as-latex):
22334         Call `org-export-push-to-kill-ring'.
22336         * org-exp.el (org-export-show-temporary-export-buffer):
22337         New option.
22339         * org-latex.el (org-export-as-latex):
22340         Use `org-export-show-temporary-export-buffer'.
22342         * org-exp.el (org-export-show-temporary-export-buffer):
22343         New option.
22344         (org-export-push-to-kill-ring): New function.
22346         * org-colview.el (org-columns-compile-map): New variable.
22347         (org-columns-new, org-columns-compute)
22348         (org-columns-number-to-string, org-columns-uncompile-format)
22349         (org-columns-compile-format): Implement new operators.
22351 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22353         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
22355         * org-list.el (org-update-checkbox-count): Make property
22356         dependent.
22358         * org.el (org-hierarchical-todo-statistics): New option.
22359         (org-update-parent-todo-statistics): Modify to handle recursive
22360         statistics.
22362 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22364         * org-publish.el (org-publish): Make this function behave
22365         correctly in interactive use when called with a prefix argument.
22367         * org.el (org-todo-statistics-hook): New hook.
22368         (org-update-parent-todo-statistics): Use new hook.
22369         (org-log-into-drawer): New function.
22370         (org-add-log-setup): Use the new `org-log-into-drawer' function to
22371         determine if we should be logging into a drawer.
22372         (org-log-into-drawer): Update docstring.
22373         (org-default-properties): Add LOG_INTO_DRAWER as a property.
22375         * org-list.el (org-checkbox-statistics-hook): New hook.
22376         (org-update-checkbox-count-maybe): Use new hook.
22378 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22380         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
22381         better buffer-generating mechanism.
22382         (org-edit-src-find-buffer): New function.
22384         * org-icalendar.el (org-print-icalendar-entries): Don't check for
22385         archive tag, this is already done by `org-agenda-skip'.
22386         data while constructing lost of tags.
22388 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22390         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
22391         as argument separator in macros.
22393 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22395         * org.el (org-after-sorting-entries-or-items-hook): New hook.
22396         (org-sort-entries-or-items): Run the new hook.
22397         (org-after-refile-insert-hook): New hook.
22398         (org-refile): Run `org-after-refile-insert-hook'.
22400         * org-agenda.el (org-agenda-get-progress): Never take time of day
22401         from headline when displaying progress.
22403         * org-latex.el (org-export-latex-complex-heading-re): New variable.
22404         (org-export-as-latex): Force the correct regexp in the
22405         preprocessor buffer.
22406         (org-export-latex-set-initial-vars):
22407         Set `org-export-latex-complex-heading-re'.
22409         * org-agenda.el (org-agenda-start-with-log-mode): New option.
22410         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
22412 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22414         * org-latex.el (org-export-latex-tables-centered): New option.
22415         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
22417         * org-exp.el (org-export-as-org): New command.
22418         (org-export-as-org): New command.
22420         * org-publish.el (org-publish-org-to-org): New function.
22422 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22424         * org.el (org-yank): Just call `org-yank-generic'.
22425         (org-yank-generic): New function, containing the formaer
22426         functionality of `org-yank'.
22428         * org-latex.el (org-export-latex-not-done-keywords)
22429         (org-export-latex-done-keywords): New variables.
22430         (org-export-latex-todo-keyword-markup): New option.
22431         (org-export-latex-set-initial-vars): Remember the TODO keywords.
22432         (org-export-latex-keywords-maybe): Apply the TODO markup.
22434 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22436         * org-exp.el (org-infile-export-plist): Add more default macros.
22437         (org-export-preprocess-apply-macros): Process macro arguments.
22439 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22441         * org-icalendar.el (org-icalendar-include-todo): New allowed value
22442         `unblocked'.
22443         (org-print-icalendar-entries): Respect the new value of
22444         `org-icalendar-include-todo'.
22446         * org.el (org-link-try-special-completion)
22447         (org-file-complete-link): New functions.
22448         (org-insert-link): Add special completion support for some link
22449         types.
22451         * org-bbdb.el (org-bbdb-complete-link): New function.
22453 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22455         * org-list.el (org-update-checkbox-count): Allow recursive
22456         statistics.
22457         (org-hierarchical-checkbox-statistics): New option.
22459         * org.el (org-cycle): Remove erraneous space character.
22461         * org-icalendar.el (org-icalendar-timezone): Initialize from
22462         environment.
22464 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22466         * org.el (org-autoload): Fix autoloading of ascii export
22467         functions.
22468         (org-modules): Add org-special-blocks.
22470 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22472         * org-icalendar.el (org-start-icalendar-file): Use the new option.
22473         (org-ical-timezone): New option.
22475         * org-exp.el (org-export-get-coderef-format): Use the description
22476         is present.
22478         * org.el (org-sort-entries-or-items): Improve docstring, and make
22479         better implementation for time sorting.
22481 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22483         * org.el (org-edit-src-persistent-message): New option.
22484         (org-edit-src-code, org-edit-fixed-width-region): Use the new
22485         option.
22487         * org-clock.el (org-clock-insert-selection-line): Fix prefious
22488         patch.
22490         * org.el (org-edit-src-code, org-edit-fixed-width-region):
22491         Use separate buffer instead of indirect buffer to edit source code.
22492         (org-edit-src-exit): Make this function work with the new setup.
22494         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
22495         are properly fontified before shown in the selection menu.
22497         * org.el (org-fontify-like-in-org-mode): New function.
22499         * org-latex.el (org-export-latex-links): Use the property list to
22500         retrieve the default image attributes.
22502         * org-exp.el (org-export-plist-vars): Add a new option.
22504 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22506         * org-exp.el (org-export, org-export-visible): Support ASCII
22507         export to buffer.
22508         (org-export-normalize-links): Do not protect the description if it
22509         is explicitly given.
22511         * org-list.el (org-reset-checkbox-state-subtree): Move here from
22512         org-checklist.el.
22513         (org-reset-checkbox-state-subtree):
22514         Call `org-reset-checkbox-state-subtree'.
22516         * org-remember.el (org-select-remember-template): For the
22517         selection of a valid template.
22519         * org-latex.el (org-export-region-as-latex): Supply the
22520         force-no-subtree argument.
22521         (org-export-as-latex): Provide better limits when exporting the
22522         first line.  When exporting to string, we still want the first
22523         lines.
22524         (org-export-latex-first-lines): New argument END, to force the end
22525         of the region.
22526         (org-export-region-as-latex): Use the property list.
22527         (org-export-as-latex): ????
22529 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22531         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
22532         (org-export-latex-preprocess): Run the new hook.
22534         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
22535         (org-export-preprocess-string): Run the new hook.
22537 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22539         * org-macs.el (org-check-external-command): New defsubst.
22541         * org.el (org-mode-map): New key for reload.
22542         (org-format-latex): Better error message when external programs
22543         are not available.
22545         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
22547         * org.el (org-sort-entries-or-items): Explicit sorting function
22548         for priorities, needed for XEmacs compatibility.
22550         * org-remember.el (org-remember-apply-template): Improve auto-save
22551         behavior.
22553 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22555         * org-latex.el (org-export-latex-preprocess): Also protect
22556         environments ending in a star.
22558         * org-list.el (org-at-item-p): Fix regular expression.
22560 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22562         * org.el (org-end-of-subtree): Improve speed.
22564         * org-agenda.el (org-agenda-get-timestamps)
22565         (org-agenda-get-progress, org-agenda-get-deadlines)
22566         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
22567         in particular, wait as long as possible to collect the tags.
22568         (org-stuck-projects): Improve docstring.
22570         * org.el (org-store-link): No errors when getting custom id before
22571         first headline.
22572         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
22574 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22576         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
22578         * org-protocol.el: Remove dependency on url.el.
22579         (org-protocol-unhex-compound, org-protocol-open-source):
22580         Remove dependency on url.el.
22582         * org-latex.el (org-export-as-pdf):
22583         Use `org-latex-to-pdf-process'.
22585 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22587         * org-latex.el (org-latex-to-pdf-process): New option.
22589         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
22590         New option.
22591         (org-agenda-get-timestamps):
22592         Honor `org-agenda-skip-additional-timestamps-same-entry'.
22594         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
22595         (org-clock-goto): Find recent task only if
22596         `org-clock-goto-may-find-recent-task' allows it.
22598         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
22599         drawers, and drawers that are missing the :END: line.
22601 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22603         * org-clock.el (org-clock-goto): Go to recently clocked task if no
22604         clock is running.
22606 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22608         * org.el (org-update-parent-todo-statistics): Check for
22609         STATISTICS_FROM property.
22611         * org-list.el (org-update-checkbox-count): Check for
22612         STATISTICS_FROM property.
22614         * org.el (org-tab-first-hook)
22615         (org-tab-after-check-for-table-hook)
22616         (org-tab-after-check-for-cycling-hook): New hooks.
22617         (org-cycle-internal-global, org-cycle-internal-local):
22618         New functions, split out from `org-cycle'.
22619         (org-cycle): Call the new hooks.
22621 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22623         * org-exp.el (org-export-preprocess-string): Reset the list of
22624         preferred targets for each run of the preprocessor.
22626         * org.el (org-refile-target-verify-function):
22627         Improve documentation.
22628         (org-get-refile-targets): Respect point being moved by the
22629         verification function.
22631         * org-latex.el (org-export-latex-timestamp-keyword-markup):
22632         New option.
22633         (org-export-latex-keywords): Use new option.
22635         * org.el (org-rear-nonsticky-at): New defsubst.
22636         (org-activate-plain-links, org-activate-angle-links)
22637         (org-activate-footnote-links, org-activate-bracket-links)
22638         (org-activate-dates, org-activate-target-links)
22639         (org-activate-tags): Place the rear-nonsticky properties at the
22640         correct location.
22642 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22644         * org-protocol.el (server-edit): Declare `server-edit'.
22645         (org-protocol-unhex-string, org-protocol-unhex-compound):
22646         New functions.
22647         (org-protocol-check-filename-for-protocol): Call `server-edit'.
22649         * org.el (org-default-properties): New default properteis for
22650         completion.
22652         * org-exp.el (org-export-add-subtree-options): Add new properties
22653         for subtree export.
22655 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22657         * org-id.el (org-id-get-with-outline-path-completion): Turn off
22658         org-refile-target-verify-function for the duration of the command.
22660         * org.el (org-link-to-org-use-id): New possible value
22661         `create-if-interactive-and-no-custom-id'.
22662         (org-store-link): Use custom IDs.
22663         (org-link-search): Find custom ID properties from #link.
22664         (org-default-properties): Add CUSTOM_ID for property completion.
22665         (org-refile-target-verify-function): New option.
22666         (org-goto): Turn off org-refile-target-verify-function
22667         for the duration of the command.
22669 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22671         * org-exp.el (org-export-preferred-target-alist): New variable.
22672         (org-export-define-heading-targets): Find the new CUSTOM_ID
22673         property.
22674         (org-export-target-internal-links): Target the custom ids when
22675         possible.
22677         * org-latex.el (org-export-latex-preprocess): Better regexp for
22678         matching latex macros with arguments.
22680 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22682         * org-remember.el (org-remember-handler): Allow filing to non-org
22683         files.
22685 2009-08-06  Magnus Henoch  <magnus.henoch@gmail.com>
22687         * org-table.el (org-table-fix-formulas): Do not change references
22688         to remote tables.
22689         (org-table-get-remote-range): Convert standard coordinates to RC
22690         format.
22692         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
22694 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22696         * org-compat.el (org-sha1-string): Function removed.
22698         * org.el (org-refile-allow-creating-parent-nodes): New option.
22699         (org-refile-get-location): New argument NEW-NODES.
22700         (org-refile): Call `org-refile-get-location' with the new
22701         argument.
22702         (org-refile-get-location): Arrange for adding a new child.
22703         (org-refile-new-child): New function.
22705         * org-clock.el: Fix a number of docstrings.
22706         (org-clock-find-position): New argument
22707         FIND-UNCLOSED to make the function find an unclosed clock in the
22708         entry.
22709         (org-clock-in): Call `org-clock-find-position' with the new
22710         argument if we might be resuming a clock.
22712 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22714         * org-latex.el (org-export-latex-display-custom-times): New variable.
22715         (org-export-latex-timestamp-markup): New option.
22716         (org-export-latex-set-initial-vars): Remember the local value of
22717         `org-display-custom-times'.
22718         (org-export-latex-content): Process time stamps.
22719         (org-export-latex-time-stamps): New function.
22721         * org-macs.el (org-maybe-intangible): Add intangible property
22722         again to invisible text.
22724 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22726         * org-exp.el (org-default-export-plist): Handle undefined
22727         variables.
22729 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22731         * org.el (org-sort-entries-or-items): Match TODO keywords
22732         case-sensitively, when sorting.
22733         (org-priority): Do not match TODO keywords with wrong case.
22735 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22737         * org.el (org-todo): Honor the NOBLOCKING property.
22739         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
22740         NOBLOCKING property.
22742         * org.el (org-scan-tags): Fix bug in tag scanner.
22744 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22746         * org.el (org-modules): Mark obsolete packages.
22748         * org-html.el: New file, split out from org-exp.el.
22750         * org-icalendar.el: New file, split out from org-exp.el.
22752         * org-xoxo.el: New file, split out from org-exp.el.
22754         * org-ascii.el: New file, split out from org-exp.el.
22756 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22758         * org-compat.el (org-find-library-name): New function.
22760         * org.el (org-pre-cycle-hook): New hook.
22761         (org-cycle): Call the new hook in appropriate places.
22762         (org-reload): Only reload files that have been loaded before.
22764 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22766         * org.el (org-set-font-lock-defaults): Enforxe space or line end
22767         after todo keyword.
22768         (org-todo): When changing TODO state, do matching
22769         case-sensitively.
22770         (org-map-continue-from): New variable.
22771         (org-scan-tags): Respect values in `org-map-continue-from'.
22772         (org-reload): Make XEmacs compatible.
22774 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22776         * org-protocol.el (org-protocol-flatten-greedy): New function.
22777         (org-protocol-flatten): New function.
22779         * org.el (org-open-link-from-string): Pass reference buffer to
22780         `org-open-at-point'.
22781         (org-open-at-point): New optional argument `reference-buffer'.
22783 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22785         * org.el (org-scan-tags): Make tag scan find headline in first
22786         line, 2nd attempt.
22787         (org-get-refile-targets): Add the naked file name.
22788         (org-refile): Store as top-level entry when only file name was
22789         given.
22791         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
22793         * org.el (org-block-todo-from-children-or-siblings-or-parent):
22794         Rename from org-block-todo-from-children-or-siblings, and
22795         enhanced to look for the parent's status as well.
22797         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
22798         (org-agenda-get-progress): Add first notes line to log entry if so
22799         desired.
22801 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22803         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
22804         (org-agenda-cleanup-fancy-diary): Call the new hook.
22806         * org-remember.el (org-remember-apply-template): Take the default
22807         for the annotation from the :annotation property.
22809         * org-mac-message.el (org-mac-message-get-link): Remove the
22810         quotes.
22811         (org-mac-message-get-link): Return the result.
22813 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22815         * org.el (org-refile-get-location): Add file name only if not
22816         already included in outline path.
22818         * org-faces.el (org-n-level-faces): Fix customization type from
22819         number to integer.
22821         * org-exp.el (org-export-headline-levels): Fix customization type
22822         from number to integer.
22824         * org-agenda.el (org-agenda-confirm-kill)
22825         (org-agenda-custom-commands-local-options)
22826         (org-timeline-show-empty-dates, org-agenda-ndays)
22827         (org-agenda-start-on-weekday, org-scheduled-past-days):
22828         Fix customization type from number to integer.
22830 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22832         * org-protocol.el: Declare some functions.
22834         * org-agenda.el (org-agenda-compare-effort):
22835         Honor `org-sort-agenda-noeffort-is-high'.
22836         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
22837         (org-agenda-compare-effort): Implement the "?" operator for
22838         finding entries without effort setting.
22840         * org.el (org-extract-attributes-from-string): New function.
22842         * org-exp.el (org-export-splice-attributes): New function.
22844 2009-08-06  Bastien Guerry  <bzg@gnu.org>
22845         Daniel M German  <dmg@uvic.org>
22846         Sebastian Rose  <sebastian_rose@gmx.de>
22847         Ross Patterson  <me@rpatterson.net>
22849         * org-protocol.el: New file.
22851 2009-08-06  Baoqiu Cui  <cbaoqiu@yahoo.com>
22853         * org-docbook.el: New file.
22855 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22857         * org-mouse.el: XEmacs compatibility fixes.
22859         * org.el (org-modules): Add org-inlinetasks.el.
22860         (org-cycle): Implement limiting level on cycling.
22861         (org-move-subtree-down): Fix bug with swapping subtrees at end of
22862         buffer.
22864         * org-inlinetask.el: New file.
22866         * org.el (org-emphasis-regexp-components): Allow braces in
22867         emphasis pre and post match.
22869         * org-footnote.el (org-footnote-normalize): When only sorting, do
22870         not insert inline notes at the end.
22872         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
22874 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22876         * org.el (org-reftex-citation): New command.
22878 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22880         * org-agenda.el (org-agenda-cmp-user-defined): New option.
22881         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
22882         sorting options.
22883         (org-entries-lessp): Apply the new sorting option.
22885         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
22886         blocker code, when an older sibling has children.
22888         * org-mac-message.el (org-mac-message-get-link): Improve getting
22889         links from multiple selected messages.
22891 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22893         * org-remember.el (org-remember-finalize): Do not set buffer file
22894         name to nil.
22895         (org-remember-handler): Mark buffer as unmodified.
22896         (org-remember-handler): Delete backup file and show message about
22897         remaining backup files.
22898         (org-remember-auto-remove-backup-files): New option.
22900         * org.el (org-store-link): Use buffer name as link description in
22901         w3-mode buffers.
22902         (org-ido-switchb): Fix argument bug for completion.
22904         * org-remember.el (org-remember-apply-template): Set local
22905         variable `auto-save-visited-file-name' instead of global one.
22907 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22909         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
22910         (org-agenda-get-todos): Mark file tags as inherited.
22911         (org-agenda-list): Always search diary lines for a time.
22913 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22915         * org-feed.el: New file.
22917         * org-exp.el (org-export-as-html): Close local lists depending on
22918         indentation, also when starting a table.
22920         * org-remember.el (org-remember-backup-directory)
22921         (org-remember-backup-name): New internal variable.
22923 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22925         * org-clock.el (org-clock-out-if-current): Make buffer detection
22926         work in indirect buffers as well.
22928         * org.el (org-emphasis-regexp-components): Add the exxclamation
22929         mark to the post-emphasis characters.
22931 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22933         * org.el (org-read-date-minibiffer-septup-hook): New hook.
22934         (org-read-date): Run the new hook.
22936         * org-mac-message.el (org-mac-flagged-mail): New group.
22937         (org-mac-mail-account): New variable.
22938         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
22939         New commands.
22941         * org-remember.el (org-remember-backup-directory): New variable.
22942         (org-remember-apply-template): Write file to backup directory.
22944 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22946         * org-mouse.el (org-mouse-todo-menu): New function.
22947         (org-mouse-todo-keywords): Function removed.
22948         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
22950         * org-table.el (org-table-beginning-of-field)
22951         (org-table-end-of-field): New commands.
22952         (org-table-previous-field, org-table-beginning-of-field):
22953         Better error messages.
22954         (orgtbl-setup): Include `M-a' and `M-e'.
22956         * org.el (org-backward-sentence, org-forward-sentence):
22957         New commands.
22959         * org-colview.el (org-colview-initial-truncate-line-value):
22960         New variable.
22961         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
22962         (org-columns): Remember the value of `truncate-lines'.
22964         * org.el (org-columns-skip-arrchived-trees): New option.
22966         * org-agenda.el (org-agenda-export-html-style): Define color for
22967         org-agenda-done face.
22968         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
22969         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
22971         * org.el (org-scan-tags): Use the new face.
22973         * org-faces.el (org-agenda-done): New face.
22975         * org.el (org-scan-tags): Test the value org
22976         `org-tags-match-list-sublevels'.
22977         (org-tags-match-list-sublevels): New allowed value: indented.
22979         * org-latex.el (org-export-latex-make-header): Apply macros
22980         in header.
22982         * org-exp.el (org-export-apply-macros-in-string): New function.
22984         * org-latex.el (org-export-latex-list-parameters): Fix bug
22985         with the definition of a checked box.
22987         * org-clock.el (org-clock-find-position): Fix drawer indentations.
22989         * org-latex.el (org-export-latex-low-levels): More options
22990         for how to process lower levels in LaTeX.
22991         (org-export-latex-subcontent): Better treatment for lists as a
22992         means of publishing lower levels.
22994 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22996         * org.el (org-set-font-lock-defaults): Use new checkbox face.
22998         * org-faces.el (org-checkbox): New face.
23000         * org-exp.el (org-export-html-preprocess): Only create LaTeX
23001         fragement images if there is an export file.
23003 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23005         * org-agenda.el (org-stuck-projects): Document that the subtree of
23006         projects that are not stuck will now be searched for stuck
23007         sub-projects.
23008         (org-agenda-skip-entry-when-regexp-matches)
23009         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
23010         (org-agenda-list-stuck-projects):
23011         Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
23013         * org-latex.el (org-export-latex-preprocess):
23014         Improve export of verses.
23016         * org-exp.el (org-export-as-html): Implement centering as a div
23017         rather than a paragraph.  Do a better job with line-end in verse
23018         environments.
23020 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23022         * org.el (org-open-at-point): Fix tags searches by mouse click.
23024 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23026         * org-latex.el (org-export-latex-preprocess): Implement the
23027         centering markup.
23029         * org-exp.el (org-export-mark-blockquote-verse-center):
23030         Rename from `org-export-mark-blockquote-and-verse'.
23031         (org-export-as-html): Implement the centering markup.
23033         * org-latex.el (org-export-latex-tables): Fix vertical
23034         lines in tables.
23036 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23038         * org.el (org-read-date-history): New variable.
23039         (org-read-date): Use new history variable.
23040         (org-toggle-heading): Fix bug when used before first headline.
23041         (org-store-log-note): Remove drawer if empty while note is
23042         aborted.
23043         (org-remove-empty-drawer-at): New function.
23044         (org-check-after-date): New command.
23045         (org-sparse-tree): New sparse tree command "a".
23047         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
23049 2009-08-06  Bastien Guerry  <bzg@gnu.org>
23051         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
23052         column and a space, not only a column.
23054 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23056         * org-latex.el (org-export-latex-emphasis-alist):
23057         Better defaults for verbose emphasis.
23058         (org-export-latex-emph-format): New function.
23059         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
23061         * org-agenda.el (org-agenda-menu): Add new commands to menu.
23062         (org-agenda-do-date-later, org-agenda-do-date-earlier)
23063         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
23064         (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
23065         New commands.
23067         * org.el (org-timestamp-change): Move end-time along with start
23068         time.
23070 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23072         * org-exp.el (org-export-target-internal-links)
23073         (org-export-as-html): Protect links specified as #name.
23075 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23077         * org.el (org-clone-subtree-with-time-shift): New command.
23079         * org-latex.el (org-export-latex-special-chars)
23080         (org-export-latex-treat-sub-super-char): Fix subscript export.
23082         * org-exp.el (org-create-multibrace-regexp): Do not add
23083         backslashes to the class.
23085 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23087         * org-colview.el (org-columns-map): Better functions for moving up
23088         and down a row, even if `truncate-line' is nil.
23090         * org.el (org-insert-todo-heading): Make sure the keyword is
23091         inserted at the correct position.
23093         * org-publish.el (org-publish-project-alist)
23094         (org-publish-projects, org-publish-org-index): Change default anme
23095         for the index of file names to "sitemap.org".
23097         * org-latex.el (org-export-latex-tables):
23098         Use `org-split-string', for Emacs 21 compatibility.
23100 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23102         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
23104 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23106         * org-exp.el (org-export-page-description)
23107         (org-export-page-keywords): New variables.
23108         (org-export-plist-vars): Add entries for :keywords and
23109         :description.
23110         (org-infile-export-plist): Parse for new keywords.
23111         (org-get-current-options): Add new keywords.
23112         (org-export-as-html): Publish description and keywords.
23114         * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
23115         New option.
23116         (org-agenda-add-entry-text):
23117         Honor `org-agenda-add-entry-text-descriptive-links'.
23119         * org-latex.el (org-export-latex-preprocess): Make all
23120         external preprocess functions use a PARAMETER arg.
23122         * org-exp.el (org-export-preprocess-string)
23123         (org-export-select-backend-specific-text)
23124         (org-export-format-source-code-or-example)
23125         (org-format-org-table-html): Support docbook export.
23126         (org-export-preprocess-string): Make all external preprocess
23127         functions use a PARAMETER arg.
23129 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23131         * org-exp.el (org-export-html-style-include-scripts): New option.
23132         (org-export-plist-vars): Add new option
23133         `org-export-html-style-include-scripts'.
23134         (org-export-as-html): Honor new option
23135         `org-export-html-style-include-scripts'.
23136         (org-export-html-scripts, org-export-html-style-default):
23137         Fix xml issues with the Safari browser.
23139 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23141         * org-publish.el (org-publish-attachment): Only copy file when the
23142         directories differ.
23144 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23146         * org-clock.el (org-clocktable-steps): Use inactive time stamps
23147         for clocktable steps.
23149         * org.el (org-additional-option-like-keywords): Add two more
23150         keywords.
23152 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23154         * org-exp.el (org-export-format-source-code-or-example):
23155         Mark temporary buffer unmodified, so that it will be killed even if
23156         mode like message mode has decided to assign a file name.
23158         * org.el (org-scan-tags): Improve tag inheritance.
23159         (org-scan-tags, org-make-tags-matcher): Make tag comparison
23160         case-sensitive.
23161         (org-scan-tags): Use the internal tags list instead of creating it
23162         from scratch.
23163         (org-trust-scanner-tags, org-scanner-tags): New variables.
23164         (org-scan-tags): Set `org-scanner-tags'.
23165         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
23166         (org-map-entries): Document the possible speedup using scanner
23167         tags.
23169 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23171         * org.el (org-add-planning-info): Fix bug with looking for keyword
23172         only at column 0.
23174         * org-agenda.el (org-agenda-custom-commands-local-options):
23175         Add option for tags filter preset.
23176         (org-prepare-agenda): Store filter preset as a property on the
23177         filter variable.
23178         (org-finalize-agenda): Call the filter, if there is a preset.
23179         (org-agenda-filter-by-tag): Filter again after clearing the
23180         filter, when there still is a preset.
23181         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
23182         Include the preset filter.
23183         (org-agenda-redo): Apply the filter again, also the preset filter.
23185         * org-exp.el (org-export-as-html): Use IDs in the correct way.
23187         * org.el (org-uuidgen-p): New function.
23189         * org-agenda.el (org-agenda-fontify-priorities): New default value
23190         `cookies'.
23191         (org-agenda-fontify-priorities): Rename from
23192         org-fontify-priorities.
23194         * org.el (org-set-font-lock-defaults):
23195         Call `org-font-lock-add-priority-faces'.
23196         (org-font-lock-add-priority-faces): New function.
23198         * org-faces.el (org-set-tag-faces): New option.
23199         (org-priority-faces): New variable.
23201         * org-exp.el (org-export-as-html): Add a "content" div around the
23202         entire content of the body tag.
23203         (org-export-html-get-bibliography): New function.
23204         (org-export-html-validation-link): New variable.
23205         (org-export-as-html): Add validation link to exported page.
23207         * org.el (org-match-sparse-tree): Rename from
23208         `org-tags-sparse-tree'.
23209         (org-tags-sparse-tree): New alias.
23211 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23213         * org.el (org-get-valid-level): Catch the case where the level
23214         change is nil.
23216         * org-clock.el (org-clock-find-position): Better indentation of
23217         new clock drawers.
23219 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23221         * org-agenda.el (org-agenda-quit): Delete window only when the
23222         frame-setup was not `current-window'.
23224         * org.el (org-tag-persistent-alist): New option.
23225         (org-startup-options): Add keyword `noptag'.
23226         (org-fast-todo-selection): Handle :newline correctly.
23227         (org-set-tags): Handle :newline correctly.
23228         (org-fast-tag-selection): Handle :newline correctly.
23230 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23232         * org-exp.el (org-export-as-ascii): Reverse link buffer before
23233         outputting it.
23234         (org-export-ascii-push-links): Fix bug with pussing links into the
23235         export buffer.
23237 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23239         * org-archive.el (org-archive-subtree): Do not add 1 to level if
23240         pasting at top level.
23242         * org-bbdb.el: Improve documentation.
23244 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23246         * org-list.el (org-insert-item): Only consider insert empty lines
23247         is `org-empty-line-terminates-plain-lists' is not nil.
23249         * org.el (org-blank-before-new-entry): Mention the dependence on
23250         `org-empty-line-terminates-plain-lists' in the docstring.
23252         * org-publish.el (org-publish-get-project-from-filename):
23253         New optional argument UP.  Only find the top project if UP is set.
23254         (org-publish-current-project): Find the top encloding project.
23256         * org-agenda.el (org-agenda-before-write-hook)
23257         (org-agenda-add-entry-text-maxlines): New options.
23258         (org-write-agenda): Run the new hook in the temporary buffer.
23259         (org-agenda-add-entry-text): New function.
23260         (org-write-agenda): Implement PDF export, using ps2pdf.
23262         * org.el (org-global-properties-fixed, org-global-properties):
23263         Improve documentation string.
23265         * org-exp.el (org-export-ascii-links-to-notes): New option.
23266         (org-export-as-ascii): Handle links better.
23267         (org-export-ascii-wrap, org-export-ascii-push-links):
23268         New functions.
23270 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23272         * org-agenda.el (org-agenda): Make prefix arg optional.
23273         (org-agenda-search-headline-for-time): New option.
23274         (org-format-agenda-item):
23275         Honor `org-agenda-search-headline-for-time'.
23277         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
23278         characters.
23280         * org.el (org-self-insert-cluster-for-undo): New option.
23281         (org-self-insert-command): Cluster undo for 20 characters.
23282         (org-self-insert-command-undo-counter): New variable.
23284 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23286         * org-exp.el (org-export-as-html): Fix problem with closing colone
23287         example.
23289 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23291         * org-latex.el (org-export-as-latex)
23292         (org-export-latex-first-lines): Avoid modification flag when
23293         adding or removing text properties.
23294         (org-export-latex-fontify): Catch error when org-emph-alist has
23295         entries that are not defined for LaTeX export.
23297         * org-export-latex.el: Rename to org-latex.el.
23299         * org-latex.el: Rename from org-export-latex.el.
23301         * org.el (orgstruct++-mode): New function.
23302         (turn-on-orgstruct++): Call `orgstruct++-mode'.
23303         (org-context-p): Allow detecting item context after the first line
23304         of an item.
23305         (orgstruct-make-binding): Detect if item-body context should be
23306         seen.
23307         (orgstruct-is-++): New variable.
23308         (org-add-planning-info): Catch the case when there is no planning
23309         info yet and the call does not want to add anything, only maybe
23310         tries to remove something.
23311         (org-special-ctrl-a/e): All value to be a cons cell with separate
23312         settings for `C-a' and `C-e'.
23313         (org-beginning-of-line, org-end-of-line): Honor separate values
23314         for `C-a' and `C-e'.
23316 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23318         * org.el (org-reload): New command.
23320 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
23322         * org-gnus.el (org-gnus-store-link): Fix bug where
23323         org-gnus-store-link used wrong subject when called in an article
23324         buffer.  Patch provided by fengli AT gmail DOT com.
23326 2009-03-13  D. Goel  <deego3@gmail.com>
23328         * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
23329         replace ls by (values-list ls).
23331 2009-02-20  Carsten Dominik  <dominik@science.uva.nl>
23333         * org-remember.el (org-remember-apply-template): Turn off ido for
23334         this completion.
23336         * org.el (org-priority): Also find invisible headings, for remote
23337         editing.
23338         (org-completing-read-no-ido): New function.
23339         (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
23341         * org-colview.el (org-columns-edit-value): No special treatment of
23342         prefix arg.
23344 2009-02-19  Carsten Dominik  <dominik@science.uva.nl>
23346         * org.el (org-block-todo-from-children-or-siblings):
23347         Use `org-up-heading-all' so that this will work correctly with hidden
23348         property drawers and entries.
23349         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
23350         falling back to normal, default command.
23351         (org-get-location): Temporarily turn off special behavior.
23353 2009-02-13  Glenn Morris  <rgm@gnu.org>
23355         * org-rmail.el (rmail-show-message): Restore argument list to the
23356         declaration now that this functions behaves in Emacs 23 as in 22.
23358 2009-02-12  Glenn Morris  <rgm@gnu.org>
23360         * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
23362 2009-02-12  Joachim Reiter  <Reiter.Joachim@web.de>  (tiny change)
23364         * org-footnote.el (org-footnote-action): Fix doc typo.
23366 2009-02-06  Carsten Dominik  <dominik@science.uva.nl>
23368         * org-exp.el (org-export-preprocess-string): Fix bug with skipping
23369         text before first headline.
23370         (org-export-remove-or-extract-drawers): Fix regular expression for
23371         extracting drawers.
23373         * org.el (org-format-latex): Stop LaTeX fragment processing in
23374         protected examples.
23376 2009-02-05  Glenn Morris  <rgm@gnu.org>
23378         * org-rmail.el (rmail-show-message): Update declaration.
23379         (rmail-buffer, rmail-view-buffer): Declare.
23380         (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
23382 2009-02-04  Carsten Dominik  <dominik@science.uva.nl>
23384         * org.el (org-return-follows-link): Revert setting
23385         `org-return-follows-link' to t by default.
23387 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
23389         * org.el (org-cycle-global-at-bob): Fix typo.
23391         * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
23393 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
23395         * org.el (org-mode): Make dependence stuff work more reliably.
23396         (org-update-parent-todo-statistics): Fix bug with updating
23397         statistics cookie.
23398         (org-yank-adjusted-subtrees, org-return-follows-link)
23399         (org-use-fast-todo-selection, org-tags-column): New default
23400         setting for variables.
23402         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
23403         ~ as verbatim delimiters, to avoid table bug.
23404         (org-export-latex-classes): Remove the a4paper option from the
23405         default styles.
23407         * org-exp.el (org-export-html-format-image): New argument
23408         PAR-OPEN, to fix XHTM validation bug.
23409         (org-export-as-html): Pass par-open to
23410         `org-export-html-format-image'.
23411         (org-export-html-footnotes-section): Use a more consistent id for
23412         footnotes.
23414         * org-agenda.el (org-agenda-sorting-strategy)
23415         (org-agenda-tags-column): New default setting for variables, based
23416         on a poll what typical uses use.
23417         (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
23418         setting the blocked tag.
23420 2009-01-31  Carsten Dominik  <dominik@science.uva.nl>
23422         * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
23423         only checking for blocks.
23425         * org-exp.el (org-export-html-footnotes-section): Make the div id
23426         consistent.
23428         * org-export-latex.el (org-export-latex-classes):
23429         Remove paper size option from LaTeX classes.
23431 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
23433         * org.el (org-enforce-todo-checkbox-dependencies): New option.
23434         (org-block-todo-from-checkboxes): New function.
23435         (org-todo): Make triple prefix arg circumvent blocking.
23437 2009-01-30  Glenn Morris  <rgm@gnu.org>
23439         * org-list.el (org-empty-line-terminates-plain-lists)
23440         (org-toggle-checkbox): Doc fixes.
23442         * org-table.el (org-table-clean-before-export): Fix declaration.
23444 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
23446         * org-timer.el (org-timer): Provide the timer feature.
23448         * org.el (org-require-autoloaded-modules): Add a few more files to
23449         the list of autoloaded modules.
23451         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
23453         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
23454         drawers that are unprotected.
23455         (org-export-html-format-image): Make sure inlined LaTeX fragment
23456         images remain inlined.
23458         * org.el (org-toggle-ordered-property): New function.
23459         (org-mode-map): Add a key for `org-toggle-ordered-property'.
23460         (org-org-menu): Add menu entries for TODO dependencies.
23462         * org.el (org-default-properties): Add ORDERED to the default
23463         properties, to get completion support for it.
23465         * org-list.el (org-update-checkbox-count): Update more than one cookie.
23467         * org.el (org-update-parent-todo-statistics): Update more than one
23468         cookie.
23470 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
23472         * org-agenda.el (org-agenda-get-todos): Start search from correct
23473         position.
23475         * org.el (org-fast-todo-selection): Make sure TODO selection does
23476         not change buffer position.
23478         * org-list.el (org-toggle-checkbox): Implement adding or removing
23479         checkboxes from line or region when called with a prefix
23480         argument.
23482         * org-rmail.el (org-rmail-store-link): Protect the call to
23483         `rmail-narrow-to-non-pruned-header'.
23485         * org-clock.el (org-clock-special-range): Fix week display in
23486         clock tables.
23488         * org-exp.el (org-get-current-options): Fix bug when in indirect
23489         buffer.
23491         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
23492         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
23493         (org-agenda-dim-blocked-tasks): New function.
23495         * org.el (org-enforce-todo-dependencies): New option.
23496         (org-block-todo-from-children-or-siblings): New function.
23498         * org-faces.el (org-agenda-dimmed-todo-face): New face.
23500 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
23502         * org.el (org-todo): Return correct state type even if the blocker
23503         throws an error.
23504         (org-modifier-cursor-error): Rename from
23505         `org-shiftcursor-error'.
23506         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
23507         (org-shiftmetadown): Call `org-modifier-cursor-error'.
23509         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
23510         to get real errors from the blocker hook.
23512         * org.el (org-shiftselect-error, org-call-for-shift-select):
23513         New functions.
23514         (org-set-visibility-according-to-property): Turn off the setting
23515         of `org-show-entry-below', to avoid overruling a FOLDED visibility
23516         property.
23518         * org.el (org-support-shift-select): New option.
23519         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
23520         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
23521         selection outside contexts.
23523         * org-list.el (org-at-item-bullet-p): New function.
23525         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
23526         variables.
23528         * org-footnote.el (org-footnote-normalize): Remove unnecessary
23529         variable.
23530         (org-insert-footnote-reference-near-definition):
23531         Remove unnecessary let form.
23533 2009-01-26  Carsten Dominik  <dominik@science.uva.nl>
23535         * org-export-latex.el (org-export-as-latex):
23536         Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
23537         (org-export-latex-first-lines): New parameter OPT-PLIST.
23539         * org.el (org-yank): Tell `delete-selection-mode' about
23540         `org-yank'.
23542         * org-faces.el (org-clock-overlay): Fix face definition.
23544         * org-export-latex.el (org-export-latex-first-lines):
23545         Pass timestamp and footnote parameters to the preprocessor.
23547         * org-exp.el (org-export-remove-timestamps): Do not remove time
23548         stamps inside tables.
23550 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23552         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
23554         * org.el (org-agenda-tags-todo-honor-ignore-options):
23555         Declare variable.
23557         * org-table.el (org-table-insert-hline): Fix typo in function call
23558         to `backward-char'.
23560         * org-exp.el (org-export-as-html): Remove the initial space from
23561         colon examples.
23563         * org.el (org-scan-tags):
23564         Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
23566         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
23567         New customization groups.
23568         (org-agenda-tags-todo-honor-ignore-options): New option.
23569         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
23570         New function.
23571         (org-agenda-get-todos):
23572         Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
23574 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23576         * org-exp.el (org-export-format-source-code-or-example):
23577         Escape HTML characters also in examples that anre not treated with
23578         htmlize.  Also, just switch to EXAMPLE processing if we do not
23579         have a good version of htmlize.
23581         * org-rmail.el: Fix copyright notice.
23583         * org.el (org-activate-footnote-links): Improve footnote link
23584         highlighting.
23586         * org-footnote.el (org-footnote-normalize): Fix finding the end of
23587         a footnote definition at the end of the file.
23589         * org-table.el (org-table-get-specials): Add an imagined hline at
23590         the end of the table.  This can be useful for references that want
23591         to go to the end of the table.  Also fix bug when computing last
23592         row constants, in tables that do not start right at the right
23593         margin.
23594         (org-table-eval-formula): Match and replace remove references.
23595         (org-table-formula-substitute-names): Make sure that names inside
23596         a "remote" call are left alone, the will be replaced later when
23597         the remote call is handled.
23598         (org-table-convert-refs-to-rc): Do not convert things that might
23599         look like a reference, but are really part of an ID or namei n a
23600         remote reference.
23601         (org-table-get-remote-range): New function.
23603 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23605         * org-faces.el (org-clock-overlay): Fix bug in face definition.
23607         * org-clock.el (org-clock-put-overlay): Use new face instead of
23608         `secondary-selection'.
23610         * org-faces.el (org-clock-overlay): New face.
23612 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23614         * org-exp.el (org-get-current-options): Include the option for
23615         publishing time stamps.
23617         * org.el (org-toggle-heading): Rename from
23618         `org-toggel-region-headings'.
23619         No longer needs a region defined, but will use it if there is one.
23620         (org-ctrl-c-star): Simplify, relying more on the internal
23621         workings of `org-toggle-heading'.
23622         (org-toggle-item): Rename from `org-toggle-region-items'.
23623         No longer needs a region defined, but will use it if there is one.
23624         (org-ctrl-c-minus): Simplify, relying more on the inernal
23625         workings of `org-toggle-item'.
23627         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
23628         environment detection.  Also, do real changes only in unprotected
23629         places.
23631 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23633         * org-export-latex.el (org-export-latex-quotation-marks):
23634         Use `org-if-unprotected-1'.
23635         (org-export-latex-set-initial-vars): Check for class definition in
23636         property.
23638         * org-macs.el (org-if-unprotected-1): New macro.
23640 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23642         * org-compat.el (org-count-lines): New function.
23644         * org-exp.el (org-export-format-source-code-or-example):
23645         Handle switches related to text areas.
23647         * org.el (org-activate-footnote-links): Don't allow match inside a
23648         link.
23650         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
23652         * org-export-latex.el (org-export-latex-links): Keep a relative
23653         path relative also after export.
23655         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
23657         * org.el (org-make-tags-matcher): Never use IDO for completing the
23658         tags matcher match string.
23659         (org-completing-read): Also remove the special biding for "?".
23661         * org-attach.el (org-attach-allow-inheritance): New option.
23662         (org-attach-inherited): New variable.
23663         (org-attach-dir): Handle properties related to the attachment
23664         directory.
23665         (org-attach-check-absolute-path): New function.
23666         (org-attach-set-directory, org-attach-set-inherit): New commands.
23667         (org-attach): Accommodate the new commands in the dispatcher.
23669 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23671         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
23672         `window-full-width-p'.
23674         * org-exp.el (org-export-as-html): Only check for images files
23675         that really can be inlined.
23677         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
23678         list of extensions to be a parameter.
23680         * org-exp.el (org-export-html-inline-image-extensions):
23681         New variable.
23683         * org-agenda.el (org-prepare-agenda):
23684         Use `org-agenda-block-separator'.
23685         (org-agenda-block-separator): New option.
23687 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23689         * org-export-latex.el (org-export-latex-tables):
23690         Call `org-table-clean-before-export' with the new optional argument.
23692         * org-exp.el (org-table-clean-before-export): New optional
23693         parameter MAYBE-QUOTED, allows for quoted characters like \# in
23694         first column.
23696 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23698         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
23699         histograms.
23701         * org-colview.el (org-colview-construct-allowed-dates):
23702         Better error catching when a date/time property does not have allowed
23703         values defined.
23705 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23707         * org.el (org-map-entries): Restore point and restriction after
23708         `org-map-entries'.
23710 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23712         * org.el (org-time=, org-time<, org-time<=, org-time>)
23713         (org-time>=, org-time<>): Make sure both values are dates.
23715 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23717         * org-archive.el (org-extract-archive-heading): Allow %s for file
23718         name also in achive location heading.
23720 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23722         * org-archive.el (org-add-archive-files): Uniquify the list before
23723         returning it.
23725 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23727         * org-compat.el (org-fit-window-to-buffer):
23728         Use `window-full-width-p'.
23730         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
23731         space after the colon in short examples.
23733         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
23734         enforce a space after the colon.  However, we also allow lines
23735         that are *only* a colon.
23736         (org-export-as-html): Enforce the space after the colon in short
23737         examples.
23738         (org-export-preprocess-string): Do the colon example protection
23739         earlier.
23740         (org-export-remove-timestamps): Do not check for protection at the
23741         end of the line.
23743 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23745         * org.el (org-format-latex-options): Add new matcher for single
23746         letters between dollars.
23747         (org-get-header): Function removed.
23748         (org-heading-components): New function.
23750         * org-exp.el (org-export-define-heading-targets): Record ID's also
23751         as alternative targets.
23752         (org-export-as-html): Interpret "id:" links to other files by
23753         preserving the relative path.
23755         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
23756         is nil.
23758         * org-exp.el (org-export-normalize-links): Protect the main link,
23759         to avoid special character processing.
23761         * org-export-latex.el (org-export-latex-special-keyword-regexp):
23762         New variable.
23763         (org-export-latex-special-string-regexps): Variable removed.
23764         (org-export-latex-keywords): Use the new regexp.
23766         * org-exp.el (org-export-handle-include-files): Fetch switches and
23767         put them into the BEGIN statement.
23769         * org-timer.el (org-timer-mode-line-string): New variable.
23771         * org-clock.el (org-clock-mode-line-map): Rename from
23772         `org-clock-mode-map'.
23773         (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
23774         (org-clock-update-mode-line): Rename from `org-update-mode-line'.
23775         (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
23776         (org-clock-remove-overlays): Rename from
23777         `org-remove-clock-overlays'.
23779         * org-timer.el (org-timer-pause-or-continue): Implement stopping
23780         and mode line display.
23781         (org-timer-stop): New command.
23782         (org-timer-seconds): Return correct time when timer is paused.
23783         (org-timer-mode-line-timer): New variable.
23784         (org-timer-set-mode-line, org-timer-update-mode-line):
23785         New functions.
23787         * org.el (org-insert-heading): Handle new value `auto' for
23788         `org-blank-before-new-entry'.
23789         (org-org-menu): Add new items for timer functions.
23791         * org-list.el (org-insert-item): Handle new value `auto' for
23792         `org-blank-before-new-entry'.
23794         * org.el (org-blank-before-new-entry): New value `auto', made
23795         default.
23797 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23799         * org-exp.el (org-export-normalize-links): If the link is also
23800         used as the description, protect the description.
23802 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23804         * org.el (org-closest-date): Fix bug with yearly repeats, in
23805         combination with preference of the past as it is used for deadline
23806         and scheduling search.
23808         * org-exp.el (org-html-handle-time-stamps): No longer check for
23809         the `org-export-with-timestamps' option, because the preprocesser
23810         has taken care of this already.
23812         * org.el (org-entry-properties): Catch the case when this is
23813         called in a non-org-mode file.
23815         * org-export-latex.el (org-export-latex-remove-from-headlines):
23816         Variable made obsolete, also LaTeX export now uses the standard
23817         variables.
23818         (org-export-as-latex): Add the timestamps parameter to the
23819         preprocessor parameter list.
23820         (org-export-latex-content): Export the remaining keywords without
23821         considering to remove them.
23822         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
23823         Use bold font instead of tt font for the keywords.
23824         (org-export-latex-fontify-headline): Format headlines, assuming
23825         that all keywords still present should be published.
23826         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
23827         publish what ever remains of the time stamps.
23828         (org-export-latex-list-parameters): New option.
23829         (org-export-latex-lists): Pass additional parameters to the list
23830         converter.
23832         * org-exp.el (org-export-preprocess-string): Remove clock lines
23833         and timestamps already in the preprocesor.
23834         (org-export-remove-timestamps, org-export-remove-clock-lines):
23835         New functions.
23836         (org-export-as-ascii, org-export-as-html): Add the timestamps
23837         parameter to the preprocessor parameter list.
23839         * org-list.el (org-list-parse-list): Parse for checkboxes.
23840         (org-list-to-generic): Introduce and handle new parameters :cbon
23841         and :cboff.
23842         (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
23843         Add optional parameter PARAMS.
23845         * org-export-latex.el (org-export-latex-special-chars):
23846         Fix problems with interpreting dollar signs.
23847         (org-inside-latex-math-p): New function.
23848         (org-export-latex-preprocess): Protect all the math fragments.
23850         * org.el (org-latex-regexps): Allow a dash after a dollar.
23852         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
23853         mark after copying.
23855         * org-agenda.el (org-run-agenda-series): Have series options set
23856         when finalizing the agenda.
23858         * org-exp.el (org-export-format-source-code-or-example):
23859         Protect the converted examples.
23861         * org.el (org-set-regexps-and-options): Fix the regexp
23862         `org-complex-heading-regexp'.
23864 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23866         * org.el (org-edit-src-get-label-format): New function.
23867         (org-coderef-label-format): New option.
23868         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
23869         a label format specification and make sure it is used in the edit
23870         buffer.
23871         (org-edit-src-get-label-format): New function.
23872         (org-store-link): Handle new coderef formats.
23873         (org-link-search): Handle new coderef formats.
23875         * org-footnote.el (org-footnote-create-definition)
23876         (org-footnote-goto-local-insertion-point): Make footnote insertion
23877         work correctly when the "Footnotes" headline is the last line in
23878         the buffer.
23880         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
23881         the location.
23883 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23885         * org-w3m.el (org-w3m): New customization group.
23886         (org-w3m-deactivate-mark): New option.
23887         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
23888         option say not to.
23890 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23892         * org.el (org-set-font-lock-defaults): Trigger footnote
23893         fontification.
23894         (org-activate-footnote-links): New function.
23895         (org-activate-links): New entry `footnote'.
23897         * org-faces.el (org-footnote): New face.
23899 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23901         * org-macs.el (org-re): Handle the [:word:] class.
23903         * org-exp.el (org-export-preprocess-string):
23904         Call `org-export-protect-colon-examples'.
23905         (org-export-protect-colon-examples): Rename from
23906         `org-export-protect-examples', and scope limited to lines starting
23907         with a colon.
23909 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23911         * org-exp.el (org-export-preprocess-string): Move the preprocess
23912         hook to after turning on Org-mode.
23913         (org-export-preprocess-after-include-files-hook)
23914         (org-export-preprocess-after-tree-selection-hook)
23915         (org-export-preprocess-before-backend-specifics-hook)
23916         (org-export-preprocess-final-hook): New hooks.
23917         (org-export-preprocess-string): Run the new hooks.
23919         * org.el (org-ctrl-c-minus): Fix indentation for new items.
23921         * org-footnote.el: New file.
23923         * org.el (org-footnote): Require footnote code.
23924         (org-startup-options): Add new footnote options.
23925         (org-mode-map): New keybindig for footnotes.
23926         (org-ctrl-c-ctrl-c): Add function at footnotes.
23927         (org-org-menu): New menu entries for footnotes.
23929         * org-export-latex.el (org-export-as-latex): Pass footnote
23930         variable to preprocessor.
23931         (org-export-latex-preprocess): Treat multiple references to a
23932         footnote.
23934         * org-exp.el (org-export-preprocess-string):
23935         Call `org-footnote-normalize'.
23936         (org-export-as-ascii, org-export-as-html): Pass footnote variable
23937         to preprocessor.
23938         (org-export-as-html): Treat multiple references to a footnote.
23940 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23942         * org-export-latex.el (org-export-latex-links): Handle coderef
23943         links.
23945         * org.el (org-bracket-link-analytic-regexp++): New variable.
23946         (org-make-link-regexps):
23947         Initialize `org-bracket-link-analytic-regexp++'.
23948         (org-store-link): Implement special case in edit-src buffer.
23949         (org-insert-link): No use of ide to insert stored links.
23950         (org-link-search): Implement special case for coderefs.
23952         * org-exp.el (org-export-html-scripts): New constant.
23953         (org-export-html-style-default): Add a new style for highlighted
23954         code.
23955         (org-export-code-refs): New variable.
23956         (org-export-preprocess-string): Initialize `org-export-code-refs'.
23957         Call `org-export-replace-src-segments-and-examples'
23958         No longer call `org-export-protect-examples'.
23959         (org-export-target-internal-links): Take care of coderef targets.
23960         (org-export-last-code-line-counter-value): New variable.
23961         (org-export-replace-src-segments-and-examples): Rename from
23962         `org-export-replace-src-segments', and modified.
23963         (org-export-format-source-code-or-example): Rename from
23964         `org-export-format-source-code'.
23965         (org-export-number-lines): New function.
23966         (org-export-as-ascii, org-export-as-html): Handle coderef links.
23968 2009-01-23  Glenn Morris  <rgm@gnu.org>
23970         * org-rmail.el (rmail-narrow-to-non-pruned-header):
23971         Remove declaration of deleted function.
23973 2009-01-16  Glenn Morris  <rgm@gnu.org>
23975         * org-mouse.el (org-mouse-show-context-menu):
23976         Use mouse-menu-major-mode-map, if defined, rather than the obsolete
23977         mouse-major-mode-menu.
23979 2008-12-23  Carsten Dominik  <dominik@science.uva.nl>
23981         * org-remember.el (org-remember-handler): Safer way to get a new
23982         buffer accessing the target file.
23984         * org.el (org-refile-get-location): Handle case of current buffer
23985         not having a file associated with it.
23987 2008-12-22  Carsten Dominik  <dominik@science.uva.nl>
23989         * org-table.el (org-table-get-formula): Only ask to overwrite
23990         field formula if there really is one.
23992 2008-12-21  Carsten Dominik  <dominik@science.uva.nl>
23994         * org-export-latex.el (org-export-latex-make-header): Double the
23995         commenting % in the time stamp format.
23996         (org-export-latex-special-chars): Handle case where there is no
23997         match group 3.
23999 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
24001         * org.el (org-get-refile-targets, org-refile-get-location):
24002         Use expanded file name to improve comparison.
24004 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
24006         * org.el (org-scan-tags): Rescan for tags, to get the correct
24007         upcase/downcase stuff.  This slows things down for now, but it
24008         works.
24009         (org-mode): Make sure the tag-faces regexp is initialized.
24011         * org-export-latex.el (org-export-latex-links): Fix bug with
24012         undefined label.
24014         * org-table.el (org-table-get-specials):
24015         Set `org-table-current-last-data-line'.
24016         (org-table-current-last-data-line): New variable.
24017         (org-table-insert-column, org-table-delete-column)
24018         (org-table-move-column, org-table-fix-formulas):
24019         Call `org-table-fix-formulas' a second time to fix the $LR references.
24020         (org-table-get-specials): Add the $LR references to the tables.
24021         (org-table-get-formula): Do not offer last-row names as LHS of
24022         formulas.
24024         * org.el (org-store-link): Capture link description from
24025         `org-id-store-link'.
24027         * org-exp.el (org-export-html-format-image): Add the / to the end
24028         of the <img> tag.
24029         (org-export-format-source-code): Surround example by empty lines,
24030         to make sure it will not be inside a paragraph.
24032         * org.el (org-ido-switchb): New function.
24034 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
24036         * org-agenda.el (org-agenda-show): New prefix argument
24037         FULL-ENTRY.
24039         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
24040         argument.
24042 2008-12-20  Glenn Morris  <rgm@gnu.org>
24044         * org.el (org-org-menu): Fix some more menu entries.
24046 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
24048         * org-table.el (org-table-get-specials): Revert introduction of @0
24049         as reference of the last table row, because of conflicts.
24051         * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
24052         argument, get the current tags directly.
24053         (org-agenda-set-tags): Leave getting current tags to
24054         `org-agenda-change-all-lines'.
24056 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
24058         * org.el (org-org-menu): Do not quote the set-tags command.
24060 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
24062         * Fix typos in comments and docstrings throughout Org-mode.
24064         * org.el (org-get-outline-path): Fix bug if level is not given.
24066         * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
24068 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
24070         * org.el (org-refile): Avoid refiling to within the region to be
24071         refiled.
24073         * org-export-latex.el (org-export-latex-special-chars):
24074         Replace special characters also in tables.
24076         * org-agenda.el (org-agenda-change-all-lines): New argument
24077         FORCE-TAGS.
24078         (org-agenda-set-tags): Get the new tags and pass them to
24079         `org-format-agenda-item'.
24081 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
24083         * org-export-latex.el (org-export-latex-classes): Add longable as
24084         a default package to all classes.
24085         (org-export-latex-tables): Handle the longtable attribute and the
24086         align attribute.
24088         * org-table.el (orgtbl-to-generic): Handle tables that start with
24089         a hline.
24091         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
24092         \verb for colde-like snippets.
24093         (org-export-as-latex): Fix issues with region export.
24095         * org.el (org-up-heading-safe): Speed up function by using a
24096         direct regexp search.
24097         (org-olpa): New variable.
24098         (org-get-outline-path): Speed-up path constructions in cases where
24099         this is possible because the entire hierarchy is scanned anyway.
24100         (org-refile-get-location): Don't compare the truenames of files,
24101         this is too slow.
24102         (org-goto-max-level): New option.
24103         (org-goto): Use `org-goto-max-level'.
24105 2008-12-16  Tassilo Horn  <tassilo@member.fsf.org>
24107         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
24108         Strip angle brackets from message-ids in the former and don't do
24109         it in the latter.
24110         (org-gnus-follow-link): Open summary reliable, even if the last
24111         messages were deleted, and handle empty groups, too.
24113 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
24115         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
24116         instead of \texttt for the =...= and ~===~ emphasis environments.
24117         (org-export-as-latex): Remove any old :org-license-to-kill text
24118         properties.
24119         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
24120         (org-export-latex-make-header): Add some hard space after the
24121         table of contents.
24122         (org-export-latex-first-lines): Accept RBEG argument.
24123         Mark exported text so that it will be excuded in further steps.
24125         * org-table.el (org-table-get-specials): Make @0 reference the
24126         last line in a table.
24127         (org-table-recalculate): Improve docstring.
24129 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
24131         * org.el (org-log-done): Fix docstring.
24133 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
24135         * org-exp.el (org-export-html-format-image): Fix bugs.
24137         * org-export-latex.el (org-export-latex-tables)
24138         (org-export-latex-links): Implement attribute, label, and caption
24139         handling.
24141         * org-exp.el (org-export-html-style-default): Add style
24142         definitions for the figure div.
24143         (org-export-preprocess-string, org-export-as-html):
24144         Implement attribute, label, and caption handling.
24145         (org-export-attach-captions-and-attributes): New function.
24146         (org-export-html-format-image): New function.
24147         (org-format-org-table-html): Implement attribute, label, and
24148         caption handling.
24150         * org.el (org-find-text-property-in-string): New function.
24151         (org-extract-attributes): Use the property org-attr instead of
24152         org-attrobutes, because this property is now set with the #+ATTR
24153         lines.
24155 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
24157         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
24158         the case that FROM is nil.
24160         * org.el (org-before-first-heading-p): New function.
24162 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
24164         * org-exp.el (org-export-as-html): Do not add a space before
24165         enforces line breaks.
24166         (org-export-as-html): Close paragraph before blockquote and verse
24167         tags.
24169 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
24171         * org-id.el (org-id-locations-file): Wrap file name with
24172         `convert-standard-filename'.
24173         (org-id-files): New variable.
24174         (org-id-use-hash): New option.
24175         (org-id-update-id-locations): Also search in all files current
24176         listed in `org-id-files'.  Convert the resulting alist to a hash
24177         if the user customation says so.
24178         (org-id-locations-save): Handle he case if `org-id-locations' is a
24179         hash.
24180         (org-id-locations-load): Convert the alist to a hash.
24181         (org-id-add-location): Handle the hast case.
24182         (kill-emacs-hook): Make sure id locations are saved when Emacs is
24183         exited.
24184         (org-id-hash-to-alist, org-id-alist-to-hash)
24185         (org-id-paste-tracker): New functions.
24187 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24189         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
24190         bindings of calendar variables.
24192         * org-table.el (org-table-find-row-type): Rename from
24193         `org-find-row-type'.
24194         (org-table-rewrite-old-row-references): Rename from
24195         `org-rewrite-old-row-references'.
24196         (org-table-shift-refpart): Rename from `org-shift-refpart'.
24197         (org-table-cleanup-narrow-column-properties): Rename from
24198         `org-cleanup-narrow-column-properties'.
24200 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24202         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
24203         for better error messages.
24204         (org-table-get-descriptor-line): Supply the new arguments to
24205         `org-find-row-type'.
24206         (org-table-error-on-row-ref-crossing-hline): New option.
24208         * org.el (org-target-link-regexp): Make buffer-local.
24209         (org-move-subtree-down): Fix bug with trees at beginning of
24210         buffer.
24212 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24214         * org-faces.el (org-set-tag-faces): New function.
24215         (org-tags-special-faces-re): New variable.
24217         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
24219         * org-faces.el (org-tag-faces): New option.
24220         (org-tag): Mention `org-tag-faces' in the docstring.
24222 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24224         * org-exp.el (org-export-html-style-default): Implement new
24225         quoting.
24227         * org-jsinfo.el (org-infojs-template): Implement new quoting.
24229         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
24230         command to the `w3m-minor-mode-map'.
24232         * org-archive.el (org-archive-to-archive-sibling):
24233         Protect `this-command' to avoid appending kills during archiving.
24235         * org-exp.el (org-export-with-priority): New variable.
24236         (org-export-add-options-to-plist): Use `org-export-plist-vars'
24237         instead of internal list of strings and properties.
24238         (org-print-icalendar-entries): Retrieve the location property with
24239         inheritance.
24241 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24243         * org-exp.el (org-export-with-todo-keywords): New option.
24244         (org-export-plist-vars): Include also the keys for the #+OPTIONS
24245         line.
24246         (org-default-export-plist, org-export-add-options-to-plist)
24247         (org-export-as-ascii, org-export-as-html): Use the new structure
24248         of `org-export-plist-vars'.
24250         * org.el (org-map-entries): Return all values.
24252 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24254         * org.el (org-matcher-time): Recognize more special values.
24256         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
24258 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24260         * org.el (org-tags-exclude-from-inheritance): New option.
24261         (org-tag-inherit-p, org-remove-uniherited-tags):
24262         Respect `org-tags-exclude-from-inheritance'.
24264         * org-agenda.el (org-agenda-show-inherited-tags): New option.
24265         (org-format-agenda-item): Add inherited tags to the agenda line
24266         string, and make sure that properties are kept when downcasing the
24267         tags list.
24268         (org-agenda-add-inherited-tags): New function.
24269         (org-downcase-keep-props): New function.
24271         * org.el (org-scan-tags): Mark inherited tags with a text
24272         property.
24273         (org-get-tags-at): Mark inherited tags with a text property.
24274         (org-add-prop-inherited): New function.
24276         * org-agenda.el (org-agenda-add-inherited-tags): New function.
24277         (org-agenda-show-inherited-tags): New option.
24279 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24281         * org.el (org-modules): Add org-w3m to the default modules.
24283         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
24284         orgtbl-mode.
24285         (orgtabl-create-or-convert-from-region): New command.
24287         * org-exp.el (org-export-as-ascii): Remove the handling of
24288         targets.
24289         (org-export-ascii-preprocess): Handle targets already in this
24290         function.
24292 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24294         * org-timer.el (org-timer-start-time): Define this variable.
24295         (org-timer-item): Make argument optional.
24297         * org-list.el (org-insert-item): Automatically insert a timer item
24298         if the current list is a timer list.
24300         * org-timer.el: New file.
24302         * org-publish.el (org-publish-org-index): Only exclude the index
24303         file in the main directory from being added to the site-map.
24304         (org-publish-get-project-from-filename): If the current project is
24305         a component, start publishing from the parent project.
24307 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24309         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
24311         * org-publish.el (org-publish-org-index): Improve removal of
24312         temporary buffers.
24314 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
24316         * org-agenda.el (org-get-closed): Re-apply changes
24317         accidentially overwritten by last commit to Emacs.
24319         * org.el (org-outline-path-complete-in-steps): New option.
24320         (org-refile-get-location):
24321         Honor `org-outline-path-complete-in-steps'.
24322         (org-agenda-change-all-lines, org-tags-sparse-tree)
24323         (org-time-string-to-absolute, org-small-year-to-year)
24324         (org-link-escape): Re-apply changes accidentially overwritten
24325         by last commit to Emacs.
24327 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24329         * org-clock.el (org-dblock-write:clocktable): Make sure the
24330         clocktable sees the first line.
24331         (org-clock-in): Warn if the clock cannot be resumed.
24333 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24335         * org.el (org-open-at-point): Fix mixup about interactive and
24336         non-interactive elisp links.
24338 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24340         * org-exp.el (org-export-preprocess-string): Allow one comment
24341         line before the first headline to always be included.  This is
24342         to not miss a commented target.
24344         * org-mouse.el (org-mouse-insert-item):
24345         Call `org-indent-to-column' instead of `indent-to', for XEmacs
24346         compatibility.
24348         * org.el (org-refile-targets): Fix customize definition so
24349         that it works also in XEmacs.
24350         (org-fixup-indentation): Call `org-indent-to-column' instead
24351         of `indent-to', for XEmacs compatibility.
24353 2008-11-23  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
24355         * org-mew.el (org-mew-store-link): Get the correct case folder
24356         for refiled messages.
24358 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24360         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
24361         line break indicators.
24363         * org.el (org-ido-completing-read): Remove the "i:" prefix for
24364         ido-completion propts.
24366 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24368         * org-remember.el (org-remember-apply-template):
24369         Use `org-substring-no-properties'.
24371         * org-compat.el (org-substring-no-properties): New function.
24373         * org-remember.el (org-remember-apply-template):
24374         Use `org-substring-no-properties' for compatibility.
24376         * org-list.el (org-list-two-spaces-after-bullet-regexp):
24377         New option.
24378         (org-fix-bullet-type):
24379         Respect `org-list-two-spaces-after-bullet-regexp'.
24381         * org-clock.el (org-clock-load): Clean up the code.
24383         * org.el (org-adaptive-fill-function): Allow two spaces after
24384         "1." as a list bullet.
24386 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24388         * org-clock.el (org-clock-save, org-clock-load): Check for
24389         live buffers, existing files, and buffer file names to ensure
24390         consistent information.
24391         (org-clock-persist): Make `clock' a special value of this
24392         variable, and improve docstring.
24394         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
24395         (org-get-string-indentation): Adapt indentation when the bullet
24396         width changes.
24398 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24400         * org-remember.el (org-remember-finalize): Make interactive.
24401         (org-remember-kill): New command.
24402         (org-remember-finish-immediately): Call `org-remember-finalize'
24403         directly.
24404         (org-remember-finalize): Make `org-remember-finalize' an interactive
24405         function.
24407 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24409         * org-remember.el (org-remember-apply-template): No ido completion
24410         for free prompts in remember templates.
24411         (org-remember-before-finalize-hook): New hook.
24412         (org-remember-mode): New minor mode.
24413         (org-remember-apply-template): Turn on `org-remember-mode'.
24415         * org-remember.el (org-remember-apply-template): Fix the way how
24416         the list of allowed properties is retrieved from the target file.
24418         * org.el (org-insert-link): Improve file link matching.
24420 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24422         * org-colview.el (org-columns-display-here): New argument
24423         DATELINE, to trigger using the new face.
24424         (org-agenda-colview-summarize): Call `org-columns-display-here'
24425         with the new argument.
24427         * org-faces.el (org-agenda-column-dateline): New face.
24429         * org-publish.el (org-publish-org-index): Use index-title at page
24430         title, not as section.
24432         * org-exp.el (org-export-html-format-desc): Respect the
24433         org-protect property.
24434         (org-export-as-html): Protect image specifiers that are in the
24435         description part of a link.
24437         * org.el (org-sort-entries-or-items, org-completing-read)
24438         (org-refile-get-location, org-olpath-completing-read, org-todo)
24439         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
24440         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
24441         (org-set-property, org-delete-property)
24442         (org-delete-property-globally): Use `org-ido-completing-read'.
24444         * org-remember.el (org-remember-apply-template):
24445         Use `org-ido-completing-read'.
24447         * org-publish.el (org-publish): Use `org-ido-completing-read'.
24449         * org-colview.el (org-columns-edit-value, org-columns-new)
24450         (org-insert-columns-dblock): Use `org-ido-completing-read'.
24452         * org-attach.el (org-attach-delete-one, org-attach-open):
24453         Use `org-ido-completing-read'.
24455         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
24456         Use `org-ido-completing-read'.
24458         * org.el (org-time-today): New function.
24459         (org-matcher-time): Use `org-time-today'.  Add special treatment
24460         for "<tomorrow>" and "<yesterday>".
24461         (org-ido-completing-read): New function.
24462         (org-completion-use-ido): New option.
24464         * org-exp.el (org-export-format-source-code): Fix bug in require
24465         htmlize code.
24466         (org-export-target-internal-links): Fix bug in search for text
24467         property.
24469 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24471         * org-export-latex.el (org-export-latex-subcontent):
24472         Interpret target aliases as additional labels.
24474         * org-exp.el (org-export-target-aliases): New variable.
24475         (org-export-preprocess-string)
24476         (org-export-handle-invisible-targets): Fill the alias alist.
24477         (org-export-as-html): Remove the &nbsp; from the anchor, and also
24478         assign an id.
24479         (org-html-level-start): Insert the target aliases as additional
24480         anchors.
24482         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
24483         picture area.
24485 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24487         * org.el (org-open-at-mouse): Ensure correct link abbreviations
24488         when following a link with the mouse from the agenda.
24490         * org-exp.el (org-export-as-html): Avoid lone </div> when no
24491         headlines are created.
24493 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24495         * org.el (org-link-translation-function): New option.
24496         (org-open-at-point): Call `org-link-translation-function' if
24497         non-nil.
24498         (org-translate-link): New function.
24499         (org-translate-link-from-planner): New function.
24500         (org-open-at-point): Allow interactive commands in elisp links.
24502         * org-exp.el (org-icalendar-cleanup-string): Restore the old
24503         iCalendar quoting.  The new one seems to caus problems with
24504         applications.
24506         * org.el (org-yank): Set `this-command' to `yank', so that
24507         `yank-pop' will work.
24509 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24511         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
24512         compliance as far as quoting is concerned.
24514         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
24515         hexified version of the tag.
24517         * org-vm.el (org-vm-follow-link): Require `vm-search'.
24519         * org.el (org-up-heading-safe, org-forward-same-level):
24520         Always call `org-back-to-heading' instead of `outline-back-to-heading'.
24521         (org-back-to-heading): New wrapper around outline-back-to-heading,
24522         with a useful error message telling where the error happened.
24524         * org-list.el (org-update-checkbox-count): Always call
24525         `org-back-to-heading' instead of `outline-back-to-heading'.
24527         * org-exp.el (org-export-as-html): Make sure that each <img> tag
24528         has an `alt' attribute, to ensure XHTML validation.
24530 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24532         * org-publish.el (org-publish-attachment): Allow publishing to
24533         overwrite attachment files.
24535         * org-agenda.el (org-agenda-timerange-leaders): New option.
24536         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
24538         * org.el (org-edit-src-exit): Untabify ASCII image before
24539         returning.
24541 2008-11-19  Glenn Morris  <rgm@gnu.org>
24543         * org.el, org-mouse.el (org-agenda-change-all-lines):
24544         Fix declaration.
24546 2008-11-18  Carsten Dominik  <dominik@science.uva.nl>
24548         * org.el ("speedbar"): Only show context if the file really is an
24549         org-mode buffer.
24551 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
24553         * org.el (org-time-string-to-absolute, org-small-year-to-year)
24554         (org-tags-sparse-tree): Fix typos in docstrings.
24556 2008-11-15  Carsten Dominik  <dominik@science.uva.nl>
24558         * org-publish.el (org-publish-attachment): Allow copy-file to
24559         overwrite files.
24561 2008-11-13  Glenn Morris  <rgm@gnu.org>
24563         * org-agenda.el (org-get-closed): Fix alias.
24565 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
24567         * org.el (org-link-escape): Fix typo in docstring.
24569 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24571         * org.el (org-yank): Make any prefix force normal yanking.
24572         Suppress folding if text would be swallowed into a folded
24573         subtree.
24574         (org-yank-folded-subtrees, org-yank): Docstring updates.
24576         * org-agenda.el (org-agenda-compare-effort): Treat no effort
24577         defined as 0.
24579         * org-exp.el (org-export-language-setup): Add Catalan and
24580         Esperanto language entries.
24582 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24584         * org.el (org-refile): Allow refiling of entire regions.
24586         * org-clock.el (org-clock-time%): New function.
24588         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
24589         retrieve property values.
24591 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24593         * org-agenda.el (org-agenda-list): Handle the value `only' of
24594         org-agenda-show-log'.
24595         (org-agenda-log-mode): Interpret a double prefix arg.
24597 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24599         * org-exp.el (org-export-html-footnotes-section): New variable.
24600         (org-export-as-html): Use `org-export-html-footnotes-section' to
24601         insert the footnotes.
24602         (org-export-language-setup): Add "Footnotes" to language words.
24604 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24606         * org.el (org-yank): Fix bug when not inserting a subtree.
24608 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24610         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
24611         instead of `vm-beginning-of-message'.
24613         * org.el (org-make-link-regexps): Make sure that links to gnus can
24614         contain brackets.
24616 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24618         * org-attach.el (org-attach-dir): Remove duplicate ID creation
24619         code.
24621         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
24622         shell output.
24624         * org.el (org-link-abbrev-alist): Improve customization type.
24626         * org-attach.el (org-attach-expand-link, org-attach-expand):
24627         New functions.
24629         * org-agenda.el (org-agenda-get-progress): Rename from
24630         `org-get-closed'.  Implement searching for state changes as well.
24631         (org-agenda-log-mode-items): New option.
24632         (org-agenda-log-mode): New option prefix argument, interpreted as
24633         request to show all possible progress info.
24634         (org-agenda-get-day-entries): Call `org-get-progress' instead of
24635         `org-get-closed'.
24636         (org-agenda-set-mode-name): Handle the more complex log mode
24637         settings.
24638         (org-get-closed): New alias, pointing to `org-get-progress'.
24640 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24642         * org.el (org-file-apps-defaults-gnu)
24643         (org-file-apps-defaults-macosx)
24644         (org-file-apps-defaults-windowsnt): Add an entry defining the
24645         system command.
24646         (org-file-apps): Allow `system' as key and value.
24647         (org-open-at-point): Explain the effect of a double prefix arg.
24648         (org-open-file): If the argument `in-emacs' is (16),
24649         i.e. corresponding to a double prefix argument, try to open the
24650         file externally.
24652 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24654         * org.el (org-insert-link): Abbreviate absolute files names in
24655         links.  Also, fix a bug in which the double C-u prefix would not
24656         be honored.
24658 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24660         * org.el (org-insert-heading): If buffer does not end with a
24661         newline, add one if necessary to insert headline correctly.
24663         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
24664         paragraphs, not inside.
24666         * org.el (org-todo):
24667         Quote `org-agenda-headline-snapshot-before-repeat'.
24669         * org-exp.el (org-export-as-html): Fully process link descriptions.
24670         (org-export-html-format-desc): New function.
24671         (org-export-as-html): Collect footnotes into the correct basket.
24672         (org-html-protect): No longer protect quotations marks here, this
24673         goes wrong.
24675         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
24676         BEG.
24678         * org-compat.el (org-fit-window-to-buffer): New function (not
24679         really, a preliminary and incomplete version was present earlier,
24680         but not used).
24682         * org.el (org-fast-todo-selection, org-fast-tag-selection):
24683         Use `org-fit-window-to-buffer'.
24685         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
24687         * org-agenda.el (org-agenda-get-restriction-and-command)
24688         (org-fit-agenda-window, org-agenda-convert-date):
24689         Use `org-fit-window-to-buffer'.
24691         * org-exp.el (org-export-as-html): Process href links through
24692         `org-export-html-format-href'.
24693         (org-export-html-format-href): New function.
24695         * org-agenda.el (org-agenda-todo): Update only the current
24696         headline if this is a repeated TODO, marked done for today.
24697         (org-agenda-change-all-lines): New argument JUST-THIS, to change
24698         only the current line.
24700         * org.el (org-todo): Take a snapshot of the headline if the
24701         repeater might change it.
24703 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24705         * org-publish.el (org-publish-find-title): Remove buffers visited
24706         only for extracting the title.
24708         * org-exp.el (org-export-html-style)
24709         (org-export-html-style-default): Mark style definitions as
24710         unparsed CDATA.
24712         * org-publish.el (org-publish-validate-link):
24713         Function re-introduced.
24715 2008-11-12  Charles Sebold  <csebold@gmail.com>
24717         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
24718         property.
24719         (org-plot-quote-timestamp-field): New function.
24720         (org-plot-quote-tsv-field): Call timestamp field function when
24721         necessary rather than just quoting as a string.
24722         (org-plot/gnuplot-to-data): Pass in timefmt property.
24723         (org-plot/gnuplot-script): Supports timefmt property.
24724         (org-plot/gnuplot): Checks for timestamp column before checking
24725         for text index column.
24727 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24729         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
24731         * org-publish.el (org-publish-org-index): Create a section in the
24732         index file.
24733         (org-publish-org-index): Stop linking to directories.
24735         * org.el (org-emphasis-alist): Use span instead of <u> to
24736         underline text.
24738         * org-exp.el (org-export-as-html): Make sure <p> is closed before
24739         <pre> sections.
24741 2008-11-12  Sebastian Rose  <sebastian_rose@gmx.de>
24743         * org-jsinfo.el (org-infojs-template): Remove language attribute
24744         from script tag.
24746 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24748         * org-agenda.el (org-agenda-remove-marked-text): New function.
24749         (org-agenda-mark-filtered-text)
24750         (org-agenda-unmark-filtered-text): New functions.
24751         (org-write-agenda): Remove filtered text.
24753         * org.el (org-make-tags-matcher): Give access to TODO "property"
24754         without speed penalty.
24756 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24758         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
24759         option.
24760         (org-store-link-props): Make sure adding to the plist works
24761         correctly.
24763         * org-gnus.el (org-gnus-no-new-news): New function.
24764         (org-gnus-follow-link): Allow the article ID to be a message-id,
24765         in addition to allowing article numbers.  Message IDs make much
24766         more roubust links.
24767         (org-gnus-store-link): Use message-id to create link.
24769 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24771         * org.el (org-emphasize): Reverse the selection array.
24772         (org-emphasis-alist): Set <code> tags for the verbatim
24773         environment.
24775         * org-remember.el (org-remember-handler): Fix bug with
24776         prefix-related changing of the note storage target.
24778         * org-exp.el (org-print-icalendar-entries): Make the exported
24779         priorities compatible with RFC 2445.
24781         * org-clock.el (org-clock-save): Insert time stamp without
24782         dependence on time-stamp.el.
24784 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24786         * org.el ("saveplace"): If saveplace puts point into an invisible
24787         location, make it visible.
24788         (org-make-tags-matcher): Allow inactive time stamps in time
24789         comparisons.
24790         (org-yank-adjusted-subtrees): New option.
24791         (org-yank): Incorporate adjusting trees.
24792         (org-paste-subtree): New argument FOR-YANK which will cause
24793         insertion at point without backing up over white lines, and leave
24794         point at the end of the inserted text.  Also if the cursor is
24795         at the beginning of a headline, use the same level or the inserted
24796         tree.
24798         * org-publish.el (org-publish-get-base-files-1): Deal correctly
24799         with broken symlinks.
24801 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24803         * org-exp.el (org-export-select-tags, org-get-current-options):
24804         Fix typo.
24806 2008-11-06  Glenn Morris  <rgm@gnu.org>
24808         * org-publish.el (org-publish-attachment): Use copy-file rather than
24809         eshell/cp.
24811 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
24813         * org.el (org-columns-modify-value-for-display-function):
24814         * org-table.el (org-table-convert-region): Fix typos in docstrings.
24816 2008-10-28  Glenn Morris  <rgm@gnu.org>
24818         * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
24820         * org-list.el (outline-next-heading, outline-back-to-heading):
24821         Fix declarations.
24823 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24825         * org-agenda.el (org-format-agenda-item)
24826         (org-agenda-filter-make-matcher): Make sure tags are stored and
24827         compared downcased.
24829 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24831         * org.el (org-insert-todo-heading): Fix bug with force-heading
24832         argument.
24834 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24836         * org-exp.el (org-export-as-ascii): Handle the case that we are
24837         bulishing from an indirect buffer.
24839         * org-table.el (org-table-copy-down): Fix bug with time stamp
24840         increment.
24842         * org-mouse.el (org-mouse-features): New option.
24843         (org-mode-hook): Turn on features depending on
24844         `org-mouse-features'.
24846         * org.el (org-insert-heading-respect-content): Force heading
24847         creation.
24848         (org-insert-heading): Keep the folding state of the heading before
24849         the inserted one.
24851 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24853         * org-archive.el (org-archive-to-archive-sibling): Handle top
24854         level headlines better.
24856 2008-10-26  Bastien Guerry  <bzg@gnu.org>
24858         * org-export-latex.el (org-export-latex-classes):
24859         Add \usepackage{graphicx} to the default list of packages.
24861 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24863         * org-agenda.el (org-agenda-filter): Rename from
24864         `org-agenda-filter-tags'.
24866 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24868         * org.el (org-entry-properties): Add CATEGORY property, iven if it
24869         is not defined as a property in this entry.
24870         (org-add-log-note): Mask prefix argument when immediately storing
24871         the note.
24873         * org-agenda.el (org-agenda-filter-effort-default-operator):
24874         New option.
24876 2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>
24878         * org.el (org-add-log-setup): Bugfix; code to find insertion point
24879         after drawers was skipping ahead one line too many, so notes were
24880         inserted after the first note instead of before it.
24882 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24884         * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
24885         New variables.
24886         (org-prepare-agenda): Reset the filter tags.
24887         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
24888         Show filter tags in mode line.
24890         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
24891         formatter.
24893         * org-export-latex.el (org-latex-entities-regexp): New constant.
24894         (org-export-as-pdf): Use two calls to `shell-command'.
24896 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24898         * org-export-latex.el (org-export-latex-treat-sub-super-char):
24899         Honor the {} value of the subsuperscript setting.  Make sure that
24900         longer subsuperscripts are typeset in a roman font.
24902         * org.el (org-clock-update-time-maybe): Compute negative clock
24903         intervals correctly.
24905 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24907         * org.el (org-add-log-setup):
24908         Respect `org-log-state-notes-insert-after-drawers'.
24909         (org-log-state-notes-insert-after-drawers): New option.
24910         (org-todo-trigger-tag-changes): New function.
24911         (org-todo): Call `org-todo-trigger-tag-changes'.
24913 2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>
24915         * org.el (org-add-log-setup): Only skip drawers if they are
24916         immediately after the scheduling keywords.
24918         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
24919         function.
24920         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
24921         call it with the current todo state to get the state to switch to
24922         when clocking in.
24923         (org-clock-in): Use org-indent-line-function to indent clock lines.
24924         (org-clock-find-position): Fix indentation of empty clock drawers.
24926 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24928         * org-publish.el (org-publish-org-to): Handle case when
24929         org-export-to-pdf does return a file name, not a buffer.
24930         (org-publish-org-to-pdf): New function.
24932         * org-export-latex.el (org-export-as-pdf)
24933         (org-export-as-pdf-and-open): New commands.
24935         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
24936         forms as ranges.
24938         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
24939         things in protexted regions.
24941 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24943         * org-export-latex.el (org-export-latex-preprocess):
24944         Improve quoting of LaTeX environments.
24946 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
24948         * org.el (org-default-notes-file):
24949         * org-publish.el (org-publish-timestamp-directory):
24950         * org-id.el (org-id-locations-file): Run file names that begin
24951         with a period thru `convert-standard-filename'.
24953 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24955         * org-plot.el: Switch coding system to unix.
24957 2008-10-12  John Wiegley  <johnw@newartisans.com>
24959         * org-attach.el: New file.
24961 2008-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
24963         * org.el (org-edit-fixed-width-region): Exclude final newline from
24964         picture area.
24966         * org-export-latex.el (org-export-latex-subcontent): Add labels to
24967         sections, to make internal links work.
24968         (org-export-latex-fontify-headline): Do not remove all text
24969         properties, to make sure that target properties survive this
24970         process.
24972         * org-exp.el (org-export-preprocess-string): Change sequence of
24973         modifications, to make sure links are prepared before the LaTeX
24974         conversions do happen.
24976         * org-attach.el (org-attach-delete-all): Rename from
24977         `org-attch-delete'.  Add a security query before deleting the
24978         entire directory.  New optional argument FORCE can overrule the
24979         security query.
24980         (org-attach-delete-one): New command.
24982         * org-attach.el (org-attach-file-list): Fix bug with directory.
24984         * org.el (org-apps-regexp-alist): New function.
24985         (org-file-apps): Add auto-mode to the default value.
24986         (org-open-file): Use the new structure of org-file-apps.
24988         * org-attach.el (org-attach): Support the new keys.
24989         (org-attach-method): New option.
24991         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
24992         March.
24994         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
24995         of the list value o `org-use-tag-inheritance'.
24997         * org-attach.el (org-attach-auto-tag): New option.
24998         (org-attach-tag, org-attach-untag): New functions.
24999         (org-attach-attach, org-attach-new, org-attach-sync):
25000         Call `org-attach-tag'.
25001         (org-attach-delete): Call `org-attach-untag'.
25003         * org-table.el (orgtbl-self-insert-command): Make this work for
25004         the keypad as well.
25006         * org.el (org-add-log-setup): Limit searc for drawers to entry
25007         text, not to subtree.
25009         * org-clock.el (org-clock-heading-for-remember): New variable.
25010         (org-clock-in): Set `org-clock-heading-for-remember'.
25012 2008-10-12  James TD Smith  <ahktenzero@mohorovi.cc>
25014         * org-remember.el (org-remember-apply-template): Add new
25015         expansions: %k, %K for currently clocked task and a link to the
25016         currently clocked task, and %< to file notes in the currently
25017         clocked task.
25019 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
25021         * org-export-latex.el (org-export-latex-make-header): Also insert
25022         the content of the property :latex-header-extra.
25024         * org-exp.el (org-infile-export-plist): Put the content of
25025         #+LATEX_HEADER: into the property :latex-header-extra.
25027         * org-colview.el (org-columns-get-format-and-top-level):
25028         Remove resetting the marker.
25030         * org.el (org-entry-property-inherited-from): Improve docstring.
25031         (org-entry-get-with-inheritance): Reset marker before starting the
25032         search.
25034         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
25036         * org.el (org-entry-get-multivalued-property)
25037         (org-entry-protect-space, org-entry-restore-space):
25038         New functions.
25039         (org-file-apps-defaults-macosx): Let PostScript files be opened by
25040         preview.
25041         (org-time-stamp-inactive): Call `org-time-stamp'.
25042         (org-time-stamp): New argument `inactive'.  Also edit inactive
25043         stamps.  Convert time stamp type.
25044         (org-open-file): Interpret the `default' value for the `command'
25045         in `org-file-apps'.
25047         * org-id.el (org-id-int-to-b36-one-digit)
25048         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
25049         (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
25050         b36.
25052         * org-id.el (org-id-reverse-string): New function.
25053         (org-id-new): Use `org-id-reverse-string' to make sure the
25054         beginning chars of the ID are mutating fast.  This allows to use a
25055         directory structure to spread things better.
25056         (org-id-prefix): Change default to nil.
25058         * org-list.el (org-move-item-down, org-move-item-up): Remember and
25059         restore the column of the cursor position.
25061         * org-remember.el (org-remember-apply-template): Remove properties
25062         from `initial'.
25064         * org-wl.el (org-wl-open): Remove useless call to
25065         `wl-thread-open-all'.
25067         * org-remember.el (org-remember-handler): Fix bug with `bottom'
25068         location.
25070         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
25071         `org-bbdb-anniversaries'.
25073         * org.el (org-get-next-sibling, org-forward-same-level):
25074         New functions, similar to the outline versions, but invisible headings
25075         are OK.
25077 2008-10-12  Bastien Guerry  <bzg@gnu.org>
25079         * org.el (org-auto-repeat-maybe): Insert a space between
25080         the timestamp's type and the timestamp itself.
25082 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
25084         * org-table.el (org-table-sum): Do not format the result with %g,
25085         it does rounding when there are too many digits.
25087         * org.el (org-map-entries): Protect the keyword-selecting variables.
25089 2008-10-12  Bastien Guerry  <bzg@gnu.org>
25091         * org-agenda.el (org-agenda-to-appt): Make sure the function check
25092         against all agenda files.
25094 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
25095             Bastien Guerry  <bzg@gnu.org>
25097         * org-list.el: New file, aggregating list functions from org.el
25098         and org-export-latex.el.
25100 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
25102         * org.el (org-edit-src-region-extra): New option.
25104         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
25105         time before 1am.
25107 2008-10-12  Bastien Guerry  <bzg@gnu.org>
25109         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
25111 2008-10-12  James TD Smith  <ahktenzero@mohorovi.cc>
25113         * org-plot.el (org-plot/gnuplot): Make tables starting with a
25114         hline work correctly.
25115         (org-plot/gnuplot-script): Put commas at the end of each script
25116         line.
25118         * org.el (org-get-refile-targets): Replace links with their
25119         descriptions.
25120         (org-imenu-get-tree): Replace links with their descriptions.
25122         * org-remember.el (org-remember-apply-template): Add a new
25123         expansion for adding properties to remember items.
25125         * org.el (org-add-log-setup): Skip over drawers (properties,
25126         clocks etc) when adding notes.
25128         * org-agenda.el (org-agenda-get-closed): Show durations of clocked
25129         items as well as the start and end times.
25131         * org-compat.el (org-get-x-clipboard-compat): Add a compat
25132         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
25134         * org-remember.el (org-get-x-clipboard): Use the compat
25135         function to get clipboard values when x-selection-value is
25136         unavailable.  Use substring-no-properties instead of
25137         set-text-properties to remove text properties from the clipboard
25138         value.
25140         * org-clock.el (org-update-mode-line): Support limiting the
25141         modeline clock string, and display the full todo value in the
25142         tooltip.  Set a local keymap so mouse-3 on the clock string goes to
25143         the currently clocked task.
25144         (org-clock-string-limit): Add a custom value for the maximum
25145         length of the clock string in the modeline.
25146         (org-clock-mode-map): Add a keymap for the modeline string.
25148 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
25150         * org-compat.el (org-propertize): New function.
25152 2008-10-12  Bastien Guerry  <bzg@gnu.org>
25154         * org-export-latex.el (org-export-latex-tables): Protect exported
25155         tables from further special chars conversion.
25156         (org-export-latex-preprocess): Preserve LaTeX environments.
25157         (org-list-parse-list): Parse descriptive lists.
25158         (org-list-to-generic, org-list-to-latex, org-list-to-html)
25159         (org-list-to-texinfo): Export descriptive lists.
25160         (org-quote-chars): Remove.
25161         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
25162         (org-export-latex-list-beginning-re): Rename to
25163         `org-list-beginning-re'.
25164         (org-list-item-begin): Rename to `org-list-item-beginning'.
25166 2008-10-12  Eric Schulte  <schulte.eric@gmail.com>
25168         * org-plot.el: New file.
25170 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
25172         * org.el (org-refile): Allow refiling to the last entry in the
25173         buffer.
25174         (org-get-tags-at): Fix bug when inheritance is turned off.
25176         * org.el (org-indent-line-function): No longer check for src
25177         regions, this is too much overhead.
25179         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
25180         matching.
25182         * org.el (org-scan-tags): Make sure that tags matching is not case
25183         sensitive.  TODO keyword matching is case sensitive, however, to
25184         avoid confusion with similar words that are not meant to be
25185         keywords.
25187         * org.el (org-get-local-tags-at): New function.
25188         (org-get-local-tags): New function.
25190         * org-exp.el (org-export-get-categories): New function.
25192         * org-agenda.el (org-sorting-choice)
25193         (org-agenda-sorting-strategy, org-agenda-get-todos)
25194         (org-agenda-get-timestamps, org-agenda-get-deadlines)
25195         (org-agenda-get-scheduled, org-agenda-get-blocks)
25196         (org-entries-lessp): Implement sorting by TODO state.
25197         (org-cmp-todo-state): New defsubst.
25199         * org-colview.el (org-colview-construct-allowed-dates):
25200         New function.
25201         (org-columns-next-allowed-value):
25202         Use `org-colview-construct-allowed-dates'.
25204         * org.el (org-protect-slash): New function.
25205         (org-get-refile-targets): Use `org-protect-slash'.
25207         * org-agenda.el (org-global-tags-completion-table): New variable.
25209         * org-exp.el (org-export-handle-export-tags): New function.
25210         (org-export-preprocess-string):
25211         Call `org-export-handle-export-tags'.
25213         * org-publish.el (org-publish-expand-components): Function removed.
25214         (org-publish-expand-projects): Allow components to have components.
25216         * org.el (org-indent-line-function): Do not indent in regions that
25217         are external source code.
25218         (org-yank-and-fold-if-subtree): New function.
25220         * org-agenda.el (org-agenda-todayp): New function.
25221         (org-agenda-get-deadlines, org-agenda-get-scheduled):
25222         Use `org-agenda-todayp'.
25224         * org.el (org-insert-heading-respect-content)
25225         (org-insert-todo-heading-respect-content): New commands.
25226         (org-insert-heading-respect-content): New option.
25227         (org-insert-heading): Respect `org-insert-heading-respect-content'.
25229         * org-clock.el (org-clock-find-position): Make sure the note after
25230         the clock line gets moved into the new clock drawer.
25232         * org-id.el (org-id-new): New option.
25234         * org-table.el (org-table-copy-down): Avoid overflow during
25235         increment.  Use prefix argument 0 to temporarily disable the
25236         increment.
25238         * org-exp.el (org-export-as-html): Do not turn on the major mode
25239         if the buffer will be killed anyway.
25240         (org-get-current-options): Exclude the #+TEXT field.
25241         (org-export-as-html): Make sure text before the first headline is
25242         a paragraph.
25244         * org-publish.el (org-publish-org-to): Tell the exporter that this
25245         buffer will be killed, so it is not necessary to do major mode
25246         initialization.
25248         * org-archive.el (org-archive-to-archive-sibling): Show empty
25249         lines after folding the archive sibling.
25251         * org.el (org-log-note-extra): New variable.
25253 2008-10-12  Bastien Guerry  <bzg@gnu.org>
25255         * org.el (org-additional-option-like-keywords): Add keywords for
25256         the _QUOTE, _VERSE and _SRC environments.
25258         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
25259         exporting _QUOTE and _VERSE environments.
25261 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
25263         * org-agenda.el (org-agenda-filter-by-tag): New command.
25265         * org-exp.el (org-get-current-options): Remove angular brackets
25266         from the date entry.
25268         * org.el (org-edit-fixed-width-region): New function.
25269         (org-edit-fixed-width-region): Also try
25270         `org-edit-fixed-width-region'.
25271         (org-edit-fixed-width-region-mode): New option.
25272         (org-activate-code): Only interpret lines starting with colon
25273         plus a space as example lines.
25275         * org-remember.el (org-remember-templates): Add nil instead of
25276         empty strings to fix the length of remember templates.
25278         * org-table.el (org-calc-default-modes): Fix the time format for
25279         calc, from 12 hour to 24 hour clock.
25281         * org-agenda.el (org-agenda-get-deadlines)
25282         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
25283         entries that are pre-warnings of deadlines or reminders.
25285         * org.el (org-sort-entries-or-items): Make numeric and alpha
25286         comparisons ignore any TODO keyword and priority cookie.
25288         * org-remember.el (org-remember-handler): Reinterpretation of the
25289         prefix argument.
25291         * org-agenda.el (org-agenda-get-scheduled): Use new
25292         `org-scheduled' face.
25294         * org-faces.el (org-scheduled): New face.
25296         * org-wl.el (org-wl-open): Remove incorrect declaration.
25298         * org-gnus.el (org-gnus-store-link): Support for :to information
25299         in gnus links.
25301         * org-exp.el (org-export-as-html): Fix typo in creator
25302         information.
25303         (org-export-protect-examples): New parameter indent.  Insert extra
25304         spaces only when this parameter is specified.
25305         (org-export-preprocess-string): Call `org-export-protect-examples'
25306         with an indentation parameter when exporting to ASCII.
25308         * org-remember.el (org-remember-templates)
25309         (org-remember-apply-template): Allow the file component to be a
25310         function.
25312         * org.el (org-goto-local-search-headings): Rename from
25313         `org-goto-local-search-forward-headings'.  Added the possibility
25314         to search backwards.
25316         * org-export-latex.el (org-export-latex): New customization
25317         group.
25319         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
25321         * org-exp.el (org-html-do-expand): Allow {} to terminate
25322         tex macro.
25324         * org.el (org-buffer-list): Select buffers based on major mode,
25325         not on file name.
25327         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
25328         face property.
25330         * org-colview.el (org-columns-display-here):
25331         Use `org-columns-modify-value-for-display-function'.
25333         * org.el (org-columns-modify-value-for-display-function): New option.
25335         * org-publish.el (org-publish-file): Make sure the directory match
25336         for the publishing directory works correctly.
25338         * org-agenda.el (org-agenda-execute-calendar-command)
25339         (org-agenda-diary-entry): Additional optional argument.
25341 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
25343         * org-exp.el (org-export-as-html): Add attributes also in mailto
25344         and ftp links.
25346         * org.el (org-autoload): Add `org-dblock-write:columnview'.
25348 2008-08-11  Glenn Morris  <rgm@gnu.org>
25350         * org-mac-message.el (do-applescript): Fix declaration.
25352 2008-08-10  Glenn Morris  <rgm@gnu.org>
25354         * org-exp.el (org-export-as-html): Let-bind `i'.
25356         * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
25357         (org-extract-attributes): Let-bind `key', `value'.
25358         (org-make-tags-matcher): Let-bind `time-p'.
25360 2008-07-27  Carsten Dominik  <dominik@science.uva.nl>
25362         * org-install.el: New file.
25364 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
25366         * org-exp.el (org-export-html-style)
25367         (org-export-html-style-extra): Declare as safe-local-variable.
25369 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
25371         * org-publish.el (org-publish-file): Use the true name of the
25372         file.
25374         * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
25375         instead of :style.
25377         * org-exp.el (org-export-plist-vars)
25378         (org-export-add-options-to-plist): Handle creator setting flag.
25379         (org-export-as-html): Handle attributes also for ftp and mailto
25380         links.
25382         * org-agenda.el (org-agenda-diary-entry)
25383         (org-agenda-execute-calendar-command): Cater for the second
25384         argument of `calendar-cursor-to-date'.
25386 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
25388         * org-exp.el (org-export-region-as-html, org-export-as-html):
25389         Make sure that calls from `org-export-region-as-html' do not do the
25390         special check for a subtree.
25392         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
25394         * org.el (org-open-file):
25395         Use `org-open-directory-means-index-dot-org'.
25396         (org-open-directory-means-index-dot-org): New option.
25398         * org.el (org-make-link-string): Remove link attributes from
25399         description.
25400         (org-open-at-point): Remove link attributes before using the path.
25402         * org-exp.el (org-export-as-html): Handle link attributes.
25404         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
25406         * org-table.el (org-table-to-lisp): New function.
25408         * org.el (org-narrow-to-subtree): Do not include the final newline
25409         into the narrowed region.
25411         * org-agenda.el (org-agenda-custom-commands-local-options):
25412         Fix bug with user-define skipping condition.
25414         * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
25416         * org-exp.el (org-export-html-style-default): Automatic overflow
25417         handling for pre fields.
25418         (org-export-as-ascii, org-export-as-html): Change default format
25419         for time stamp.
25421         * org-table.el (org-table-export): Offer completion for translator
25422         functions, and do not require a heading above the table.
25424         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
25425         Cater for the case of a list starting in the first line of the
25426         buffer.
25428         * org-publish.el (org-publish-find-title): Bug fix.
25429         (org-publish-org-index): Implement new :index-style option.
25431         * org-publish.el (org-publish-timestamp-filename):
25432         Use SHA1-encoded file names in the timestamp directory.
25434         * org-publish.el (org-publish-needed-p): Be verbose about files
25435         published and files skipped.
25437         * org-exp.el (org-export-preprocess-string): Swap link
25438         normalization and internal link targeting.
25440         * org-publish.el (org-publish-needed-p): Create timestamp
25441         directory when it does not exist.
25443         * org-clock.el (org-clock-out-when-done): Doc fix.
25445         * org.el (org-agenda-skip-unavailable-files): Doc fix.
25447         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
25448         Ignore case when searching for the COMMENT cookie at export time.
25450         * org-exp.el (org-get-file-contents)
25451         (org-get-and-remove-property): New functions.
25452         (org-export-handle-include-files): Handle the new prefix options.
25453         (org-export-as-html): Fix the verse environment.
25455         * org.el (org-time=, org-time<, org-time<=, org-time>)
25456         (org-time>=, org-time<>, org-2ft): New functions.
25457         (org-op-to-function): Also provide for the time testing functions.
25459         * org-exp.el (org-export-html-style-default): New constant.
25461         * org-exp.el (org-export-html-style-extra): New variable.
25462         (org-export-splice-style): New function.
25464         * org-exp.el (org-export-plist-vars, org-export-as-html):
25465         Implement `org-export-creator-info'.
25466         (org-export-creator-info): New option.
25468         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
25469         (org-property-drawer-re, org-clock-drawer-re): New constants.
25471         * org-exp.el (org-icalendar-use-deadline)
25472         (org-icalendar-use-scheduled): New options.
25473         (org-icalendar-include-todo): Default changed to t.
25474         (org-print-icalendar-entries): Implement better utilization of
25475         scheduling and deadline time stamps.
25476         (org-export-target-internal-links, org-export-as-html): Allow file
25477         lines without the "file:" prefix if the file path is an absolute
25478         path or starts with ".".
25480         * org-clock.el (org-clocktable-shift): Also understand yesterday,
25481         lastweek etc.
25482         (org-clock-special-range): Also understand yesterday, lastweek etc.
25484         * org.el (org-agenda-skip-archived-trees): Docstring now
25485         discourages using this.
25486         (org-scan-tags): Check for org-agenda-archives-mode.
25487         (org-map-entries): Make sure org-agenda-archives-mode is nil.
25488         (org-agenda-files): Functionality of second arg changed.
25490         * org-agenda.el (org-agenda-archives-mode): New variable.
25491         (org-write-agenda, org-prepare-agenda, org-agenda-list)
25492         (org-search-view, org-todo-list, org-tags-view)
25493         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
25494         `ifmode' argument.
25495         (org-agenda-quit): Reset the archives mode.
25496         (org-agenda-archives-mode): New command.
25497         (org-agenda-set-mode-name): Include archives info.
25499         * org.el (org-paste-subtree): Make sure the yanked headline is
25500         visible if it was yanked at a visible point.
25501         (org-move-item-up): Fix the bug with moving white space at the end
25502         of the item.
25503         (org-show-empty-lines-in-parent): New function.
25505 2008-07-19  Juri Linkov  <juri@jurta.org>
25507         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
25508         new keymap `narrow-map' instead of binding "\C-xns".
25510 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
25512         * org.el (org-agenda-skip-unavailable-files):
25513         * org-clock.el (org-clock-out-when-done): Doc fixes.
25515 2008-06-18  Glenn Morris  <rgm@gnu.org>
25517         * org.el (org-map-entries): Let-bind `file'.
25519 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25521         * org-colview.el (org-columns-next-allowed-value): Bug fix.
25523         * org-agenda.el (org-agenda-get-closed): Get the end time into the
25524         agenda prefix as well.
25526         * org-publish.el (org-publish-org-index): Make a properly indented
25527         list.
25529         * org.el (org-calendar-agenda-action-key): New option.
25530         (org-get-cursor-date): New function.
25531         (org-mark-entry-for-agenda-action): New command.
25532         (org-overriding-default-time): New variable.
25533         (org-read-date): Respect `org-overriding-default-time'.
25535         * org-remember.el (org-remember-apply-template): Respect the
25536         overriding default time.
25538         * org-agenda.el (org-agenda-action-marker): New variable.
25539         (org-agenda-action): New command.
25540         (org-agenda-do-action): New function.
25542 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25544         * org.el (org-schedule, org-deadline): Protect scheduled and
25545         deadline tasks against changes that accidentally remove the
25546         repeater.  Also show a message with the new date when done.
25548 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25550         * org.el (org-beginning-of-line): Cater for the case when there
25551         are tags but no headline text.
25552         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
25553         it set.
25555 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25557         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
25558         the return value is nil instead of "nil" when there is no match.
25560         * org-exp.el (org-insert-centered): Use fill-column instead of
25561         80.
25562         (org-export-as-ascii): Use string-width to measure the width of
25563         the heading.
25565         * org.el (org-diary-to-ical-string): No longer kill buffer
25566         FROMBUF, this is now done by the caller.
25568         * org-exp.el (org-print-icalendar-entries): Move the call to
25569         `org-diary-to-ical-string' out of the loop, and kill the buffer
25570         afterwords.
25572         * org-remember.el (org-remember-visit-immediately):
25573         Position cursor after moving to the note.
25574         (org-remember-apply-template): Use a text property to record the
25575         cursor position.
25576         (org-remember-handler): Align tags after pasting the note.
25578 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25580         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
25582         * org-agenda.el (org-agenda-open-link): If there is an
25583         org-bbdb-name property in the current line, jump to that bbdb
25584         entry.
25586         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
25587         text property, so that the agenda knows where this entry comes
25588         from.
25590         * org-agenda.el (org-agenda-clock-in): Fix bug in the
25591         interaction between clocking-in from the agenda, and  automatic
25592         task state switching.
25594         * org-macs.el (org-with-point-at): Bug fix in macro definition.
25596         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
25597         zmacs-region stays after this command in XEmacs.
25599 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25601         * org.el (org-scan-tags): Allow new values for ACTION parameter.
25603         * org-remember.el (org-remember-templates): Fix bug in
25604         customization type definition.
25606         * org.el (org-map-entries): New function.
25608 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25610         * org-agenda.el (org-agenda-skip-comment-trees): New option.
25611         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
25613 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25615         * org-remember.el (org-jump-to-target-location): New variable.
25616         (org-remember-apply-template):
25617         Set `org-remember-apply-template' if requested by template.
25618         (org-remember-handler): Start an idle timer to jump to
25619         remember location.
25621         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
25623         * org.el (org-set-regexps-and-options): Fix bug with parsing of
25624         file tags.
25625         (org-get-tags-at): Add the content of `org-file-tags'.
25627         * org-exp.el (org-export-handle-comments): Fix bug with several
25628         comment lines after each other.
25629         (org-number-to-roman, org-number-to-counter): New functions.
25630         (org-export-section-number-format): New option.
25632 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25634         * org-exp.el (org-export-protect-examples): Catch the case of a
25635         missing end_example line.
25637         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
25638         `org-file-tags' to nil.
25640         * org-colview.el (org-columns-next-allowed-value): Handle next
25641         argument NTH to directly select a value.
25643 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25645         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
25647 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25649         * org.el (org-columns-ellipses): New option.
25651 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25653         * org-colview.el (org-columns-add-ellipses): New function.
25654         (org-columns-compact-links): New function.
25655         (org-columns-cleanup-item): Call `org-columns-compact-links'.
25656         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
25657         when in agenda.
25658         (org-columns-edit-value): Fix bug with editing values from
25659         agenda column view.
25660         (org-columns-redo): Also redo the agenda itself.
25662 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25664         * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
25665         New option.
25667         * org-colview.el (org-agenda-columns-cleanup-item): New function.
25669         * org-exp.el (org-export-ascii-preprocess): Rename from
25670         `org-export-ascii-clean-string'.
25671         (org-export-kill-licensed-text)
25672         (org-export-define-heading-targets)
25673         (org-export-handle-invisible-targets)
25674         (org-export-target-internal-links)
25675         (org-export-remove-or-extract-drawers)
25676         (org-export-remove-archived-trees)
25677         (org-export-protect-quoted-subtrees)
25678         (org-export-protect-verbatim, org-export-protect-examples)
25679         (org-export-select-backend-specific-text)
25680         (org-export-mark-blockquote-and-verse)
25681         (org-export-remove-comment-blocks-and-subtrees)
25682         (org-export-handle-comments, org-export-mark-radio-links)
25683         (org-export-remove-special-table-lines)
25684         (org-export-normalize-links)
25685         (org-export-concatenate-multiline-links)
25686         (org-export-concatenate-multiline-emphasis): New functions,
25687         obtained from spliting the export preprocessor.
25689         * org-table.el (org-table-recalculate): Improve error message if
25690         the row number is invalid.
25692 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25694         * org-archive.el (org-archive-save-context-info): Fix bugs in
25695         customization setup and docstring.
25697         * org-exp.el (org-export-html-style): Change the size of in the
25698         <pre> element to 90%.
25700 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25702         * org.el (org-find-src-example-start): Function removed.
25703         (org-edit-src-find-region-and-lang): New function.
25705 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25707         * org.el (org-edit-src-exit): New function.
25708         (org-exit-edit-mode): New minor mode.
25710         * org-exp.el (org-export-preprocess-string): Fix bug with removing
25711         comment-like lines from protected examples.
25713         * org.el (org-edit-src-example, org-find-src-example-start)
25714         (org-protect-source-example, org-edit-special): New functions.
25716 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25718         * org-publish.el (org-publish-project-alist): Fix typo in
25719         docstring.
25720         (org-publish-project-alist): Handle :index-title property.
25722 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25724         * org-export-latex.el (org-export-as-latex): Make sure region
25725         bounds are correct.  Parse subtree properties relating to export.
25727         * org-exp.el (org-export-add-options-to-plist): New function.
25728         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
25730 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25732         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
25733         EXPORT_TITLE.
25735         * org-exp.el (org-export-get-title-from-subtree)
25736         (org-export-as-ascii, org-export-as-html): Make sure the original
25737         region-beginning and region-end are used, even after moving point.
25738         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
25739         property.
25741         * org-remember.el (org-remember-last-stored-marker): New variable.
25742         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
25743         (org-remember-handler): Also use marker to remember
25744         last-stored position.
25746         * org.el (org-goto-marker-or-bmk): New function.
25748 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25750         * org.el (org-file-properties): Rename from `org-local-properties'.
25751         (org-scan-tags): Take file tags into account.
25752         (org-tags-match-list-sublevels): Default changed to t.
25754         * org-exp.el (org-export-as-html): Close paragraph after a footnote.
25756         * org.el (org-update-parent-todo-statistics): New function.
25758         * org-exp.el (org-icalendar-store-UID): New option.
25759         (org-icalendar-force-UID): Option removed.
25760         (org-print-icalendar-entries): IMplement UIDs.
25762 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25764         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
25766 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25768         * org-faces.el (org-column): Document how this face is being used
25769         and why sometimes the background faces shine through.
25771         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
25773         * org-publish.el (org-publish-attachment): Create publishing
25774         directory if it does not yet exist.
25776         * org-table.el (org-calc-default-modes): Change default number
25777         format to (float 8).
25779         * org.el (org-olpath-completing-read): New function.
25780         (org-time-clocksum-format): New option.
25781         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
25783         * org-clock.el (org-clock-display, org-clock-out)
25784         (org-update-mode-line): Use `org-time-clocksum-format'.
25786         * org-colview.el (org-columns-number-to-string):
25787         Use `org-time-clocksum-format'.
25789 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25791         * org-id.el: New file, move from contrib to core.
25793         * org-exp.el (org-icalendar-force-UID): New option.
25795 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25797         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
25798         shifted by one day if there is a date range without an end time.
25800         * org.el (org-try-structure-completion): New function.
25802 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25804         * org.el (org-set-font-lock-defaults): Improve fontification of
25805         description lists.
25806         (org-insert-item): Handle description lists.
25807         (org-adaptive-fill-function): Improve auto indentation in
25808         description lists.
25810         * org-exp.el (org-export-as-html, org-export-preprocess-string):
25811         Implement VERSE environment.
25812         (org-export-preprocess-string): Implement the COMMENT
25813         environment.
25815         * org-export-latex.el (org-export-latex-preprocess):
25816         Implement VERSE environment.
25818 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25820         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
25821         option.
25823 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25825         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
25827         * org.el (org-quote-csv-field): New functions.
25829         * org-table.el (org-table-export-default-format): Remove :splice
25830         from default format, we get the same effect by not specifying
25831         :tstart and :tend.
25832         (org-table-export): Improve setup, distinguish better between
25833         interactive and non-interactive use, allow specifying the format
25834         on the fly, better protection against wrong file names.
25835         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
25836         and :tend when :splice is omitted.
25838 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25840         * org-clock.el (org-clock-select-task): Make sure the selection
25841         letters are 1-9 and A-Z, no special characters.
25843 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25845         * org-exp.el (org-export-htmlize): New group.
25846         (org-export-htmlize-output-type)
25847         (org-export-htmlize-css-font-prefix): New options.
25848         (org-export-htmlize-region-for-paste): New function.
25849         (org-export-htmlize-generate-css): New command.
25851 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25853         * org.el (org-set-visibility-according-to-property): New function.
25854         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
25855         and compute the regular expressions, and update font-lock.
25856         (org-property-re): Allow a dash in property names.
25858         * org-archive.el (org-extract-archive-file): Insert the file name
25859         without the path into the format, to allow the location format to
25860         contain a subdirectory.
25862         * org-agenda.el (org-agenda-post-command-hook): If point is at end
25863         of buffer, and the `org-agenda-type' property undefined, use the
25864         value from the character before.
25866         * org.el (org-add-planning-info): Don't let indentation for
25867         would-be timestamp become extra whitespace at the end of headline.
25869 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25871         * org.el (org-remove-double-quotes, org-file-contents):
25872         New functions.
25874         * org-exp.el (org-infile-export-plist): Also parse the
25875         contents of #+SETUPFILE files, recursively.
25877         * org.el (org-set-regexps-and-options): Also parse the
25878         contents of #+SETUPFILE files, recursively.
25880         * org-exp.el (org-export-handle-include-files): New function.
25881         (org-export-preprocess-string):
25882         Call `org-export-handle-include-files'.
25884         * org.el (org-delete-property-globally)
25885         (org-delete-property, org-set-property): Ignore case during
25886         completion.
25887         (org-set-property): Use `org-completing-read' instead of
25888         `completing-read'.
25890         * org.el (org-complete-expand-structure-template): New,
25891         experimental function.
25892         (org-structure-template-alist): New, experimental option.
25893         (org-complete): Call `org-complete-expand-structure-template'.
25895 2008-06-17  Bastien Guerry  <bzg@gnu.org>
25897         * org-export-latex.el (org-export-latex-preprocess):
25898         Add support for blockquotes.
25900 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25902         * org.el (org-read-date-analyze): Catch the case where only a
25903         weekday is given.
25905 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25907         * org.el (org-set-font-lock-defaults): Make the description
25908         tag bold.
25910         * org-exp.el (org-export-as-html, org-close-li):
25911         Implement description lists.
25913 2008-06-17  Jason Riedy  <jason@acm.org>
25915         * org-table.el (*orgtbl-default-fmt*): New variable.
25916         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
25917         when there is no other fmt available.
25919         (orgtbl-to-generic): Allow an explicitly nil :tstart or
25920         :tend to suppress the appropriate string.
25922         (orgtbl-to-orgtbl): New function for translating to another orgtbl
25923         table.
25925 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25927         * org.el (org-read-date-analyze): "." as an alias for "+0" in
25928         read date.
25930         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
25931         New function.
25933         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
25934         New function.
25936 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25938         * org-clock.el (org-clock-find-position): Don't include notes
25939         into clock drawer.
25941         * org-archive.el (org-archive-subtree): No longer remove an
25942         extra line after cutting the subtree.  `org-cut-subtree' already
25943         takes care of this.
25945         * org-remember.el (org-remember-handler): Only kill the target
25946         buffer if it does not contain the running clock.
25948         * org.el (org-markers-to-move): New variable.
25949         (org-save-markers-in-region, org-check-and-save-marker)
25950         (org-reinstall-markers-in-region): New function.
25951         (org-move-subtree-down, org-copy-subtree): Remember relative
25952         marker positions before cutting.
25953         (org-move-subtree-down, org-paste-subtree): Restore relative
25954         marker positions after pasting.
25956         * org-remember.el (org-remember-clock-out-on-exit): New option.
25957         (org-remember-finalize): Clock out only if the setting in
25958         `org-remember-clock-out-on-exit' requires it.
25959         (org-remember-handler): Do the cleanup in the buffer, to make sure
25960         that the clock marker remains in tact.
25962 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25964         * org-clock.el (org-clock-goto): Widen buffer if necessary.
25965         (org-clock-in): Make sure that also tasks outside the narrowed
25966         region will be clocked in correctly.
25967         (org-clock-insert-selection-line): Widen the buffer so that we can
25968         find the correct task heading.
25970         * org.el (org-base-buffer): New function.
25972         * org-exp.el (org-icalendar-cleanup-string): Make sure ","
25973         and ";" are escaped.
25974         (org-print-icalendar-entries): Also apply
25975         `org-icalendar-cleanup-string' to the headline, not only to the
25976         summary property.
25978 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25980         * org-exp.el (org-export-preprocess-hook): New hook.
25981         (org-export-preprocess-string): Call `org-export-preprocess-hook'.
25983         * org.el (org-font-lock-hook): New variable.
25984         (org-font-lock-hook): New function.
25985         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
25987 ;; Local Variables:
25988 ;; coding: utf-8
25989 ;; add-log-time-zone-rule: t
25990 ;; End:
25992         Copyright (C) 2008-2013 Free Software Foundation, Inc.
25994   This file is part of GNU Emacs.
25996   GNU Emacs is free software: you can redistribute it and/or modify
25997   it under the terms of the GNU General Public License as published by
25998   the Free Software Foundation, either version 3 of the License, or
25999   (at your option) any later version.
26001   GNU Emacs is distributed in the hope that it will be useful,
26002   but WITHOUT ANY WARRANTY; without even the implied warranty of
26003   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26004   GNU General Public License for more details.
26006   You should have received a copy of the GNU General Public License
26007   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.