Install the actual changes missing in previous revision
[emacs.git] / lisp / org / ChangeLog
bloba9d2731892f870e942f22782e70fb28a81f6ddda
1 2013-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3         Spelling fixes.
4         * ob-python.el (org-babel-python-with-earmuffs):
5         Rename from org-babel-python-with-earmufs.  All uses changed.
6         (org-babel-python-without-earmuffs):
7         Rename from org-babel-python-without-earmufs.  All uses changed.
9 2013-11-12  Bastien Guerry  <bzg@gnu.org>
11         * org-agenda.el (org-agenda-set-restriction-lock): Autoload.
13 2013-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15         Address some byte-compiler warnings.
16         * ob-abc.el (org-babel-expand-body:abc): Use dolist.
17         (org-babel-execute:abc): Fix regexp quoting.
18         * ob-calc.el (org--var-syms): Rename from `var-syms'.
19         * ob-lilypond.el (ly-compile-lilyfile): Remove redundant let-binding.
20         * ob-table.el (sbe): Move debug declaration.
21         * org-clock.el (org--msg-extra): Rename from `msg-extra'.
22         * org.el (org-version): Avoid var name starting with _.
23         (org-inhibit-startup, org-called-with-limited-levels)
24         (org-link-search-inhibit-query, org-time-was-given)
25         (org-end-time-was-given, org-def, org-defdecode, org-with-time):
26         * org-colview.el (org-agenda-overriding-columns-format):
27         * org-agenda.el (org-agenda-multi, org-depend-tag-blocked)
28         (org-agenda-show-log-scoped):
29         * ob-python.el (py-which-bufname, python-shell-buffer-name):
30         * ob-haskell.el (org-export-copy-to-kill-ring):
31         * ob-exp.el (org-link-search-inhibit-query):
32         * ob-R.el (ess-eval-visibly-p):
33         * ob-core.el (org-src-window-setup): Declare before use.
34         (org-babel-expand-noweb-references): Remove unused `blocks-in-buffer'.
35         * ox-odt.el (org-odt-hfy-face-to-css):
36         * org-src.el (org-src-associate-babel-session, org-src-get-lang-mode):
37         * org-bibtex.el (org-bibtex-get, org-bibtex-ask, org-bibtex)
38         (org-bibtex-check):
39         * ob-tangle.el (org-babel-tangle, org-babel-spec-to-string)
40         (org-babel-tangle-single-block, org-babel-tangle-comment-links):
41         * ob-table.el (sbe):
42         * ob-sqlite.el (org-babel-sqlite-expand-vars):
43         * ob-sql.el (org-babel-sql-expand-vars):
44         * ob-shen.el (org-babel-execute:shen):
45         * ob-sh.el (org-babel-execute:sh, org-babel-sh-evaluate):
46         * ob-scala.el (org-babel-scala-evaluate):
47         * ob-ruby.el (org-babel-ruby-table-or-string)
48         (org-babel-ruby-evaluate):
49         * ob-python.el (org-babel-python-table-or-string)
50         (org-babel-python-evaluate-external-process)
51         (org-babel-python-evaluate-session):
52         * ob-picolisp.el (org-babel-execute:picolisp):
53         * ob-perl.el (org-babel-perl-evaluate):
54         * ob-maxima.el (org-babel-execute:maxima):
55         * ob-lisp.el (org-babel-execute:lisp):
56         * ob-java.el (org-babel-execute:java):
57         * ob-io.el (org-babel-io-evaluate):
58         * ob-haskell.el (org-babel-execute:haskell):
59         * ob-fortran.el (org-babel-execute:fortran):
60         * ob-exp.el (org-babel-exp-code):
61         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp):
62         * ob-ditaa.el (org-babel-execute:ditaa):
63         * ob-core.el (org-babel-execute-src-block, org-babel-sha1-hash)
64         (org-babel-parse-header-arguments, org-babel-reassemble-table)
65         (org-babel-goto-src-block-head, org-babel-mark-block)
66         (org-babel-expand-noweb-references, org-babel-script-escape)
67         (org-babel-process-file-name):
68         * ob-clojure.el (org-babel-execute:clojure):
69         * ob-calc.el (org-babel-execute:calc):
70         * ob-awk.el (org-babel-execute:awk):
71         * ob-abc.el (org-babel-execute:abc):
72         * ob-R.el (org-babel-expand-body:R):
73         * ob-C.el (org-babel-C-execute): Avoid deprecated ((lambda) ...).
75 2013-11-12  Glenn Morris  <rgm@gnu.org>
77         * ox-html.el (org-html-scripts): Add 2013 to copyright years.
78         (org-html-infojs-template): Copyright holder to FSF.
80 2013-11-12  Aaron Ecay  <aaronecay@gmail.com>
82         * ox-latex.el (org-latex-inline-image-rules): Add "svg" to
83         supported filetypes.
84         (org-latex--inline-image): Implement SVG files inclusion.
85         (org-latex-headline): Don’t insert alternate title if identical to
86         regular one.
88         * ob-python.el: Update the arglist passed to `declare-function'
89         for `run-python'.
91         * ob-tangle.el (org-babel-tangle): Use `light' argument to
92         `org-babel-get-src-block-info'.
94         * ob-core.el (org-babel-execute-src-block): Return nil in case of
95         `:results none'.  Also run `org-babel-after-execute-hook' in this
96         circumstance.
98         * org-id.el (org-id-locations-save): Bind print-(level,length) to
99         nil in this function.
101         * ob-R.el (org-babel-R-graphics-devices): New defvar.
102         (org-babel-R-construct-graphics-device-call): Use it instead of a
103         hard-coded list of graphics devices.
105         * ob-core.el (org-babel-when-in-src-block): New macro.
106         (org-babel-execute-src-block-maybe)
107         (org-babel-expand-src-block-maybe)
108         (org-babel-load-in-session-maybe, org-babel-pop-to-session-maybe):
109         Use it.
110         (org-babel-execute-src-block): Use `copy-tree' to prevent setf
111         from modifying users variables withing let-bound `info' variable.
113         * ob-exp.el (org-export-babel-evaluate): Add a 'inline-only
114         option.
115         (org-babel-exp-results): Implement 'inline-only for
116         `org-export-babel-evaluate'.
118         * org.el (org-edit-special): Use prefix arg.
120         * ob-awk.el (org-babel-expand-body:awk, ob-picolisp.el)
121         (org-babel-expand-body:picolisp): Remove optional arg.
123         * ob-R.el (org-babel-R-initiate-session): Handle case where the
124         session buffer exists, but does not have a live process.
125         (org-babel-R-construct-graphics-device-call): Change file
126         extension of tikz graphics files to .tikz.
128         * org-src.el (org-edit-src-exit): Don't modify the undo list when
129         inserting the code.
131         * ox-latex.el (org-latex-plain-text): Properly escape "~" for
132         LaTeX export.
133         (org-latex-image-default-option): Change default value to "".
134         (org-latex-image-default-width, org-latex-image-default-height):
135         New variables.
136         (org-latex-inline-image-rules): Make .tikz files as exportable
137         with LaTeX.
138         (org-latex--inline-image): Support tikz images.  Also support
139         separate :width and :height parameters for images.
141         * org-bibtex.el (org-bibtex-ask): Use `visual-line-mode' instead
142         of longlines-mode.
144 2013-11-12  Abdó Roig-Maranges  <abdo.roig@gmail.com>
146         * org.el (org-format-latex): Do not re-generate a LaTeX preview if
147         the image already exists.
149         * org-agenda.el (org-agenda-search-view-max-outline-level): New
150         option to define the max level for the entries shown by the search
151         view.  A value of 1 means to show the top parent of the entries.
153         * org.el (org-create-formula-image-with-dvipng): Fix bug that made
154         this function fail with no :foreground and :background attributes
155         set, due to bad handling of "Transparent" color.  Fix bug when
156         colors are not `default'.
157         (org-format-latex-options): Add `auto' to docstring.
158         (org-format-latex): Get face colors at point and put them inside
159         opt.
160         (org-create-formula-image-with-imagemagick): Fix bug when handling
161         "Transparent" bg color.
162         (org-dvipng-color-format): Same as `org-latex-color-format' for
163         dvipng-style color specification.
165 2013-11-12  Achim Gratz  <Stromeko@Stromeko.DE>
167         * ob-core.el (org-babel-check-confirm-evaluate): Return result of
168         evaluating the function pointed to by `org-confirm-babel-evaluate'
169         when it is a functionp and its value as a variable otherwise.
170         (org-babel-get-rownames, org-table.el)
171         (org-table-transpose-table-at-point): Replace the inadvertent use
172         of mapcar* (from cl) by plain mapcar and direct cons manipulation.
173         (org-babel-params-from-properties): Use
174         `org-babel-current-src-block-location' for evaluating new-style
175         header-argument properties.  Remove superfluous save-match-data
176         clauses.  Comment which properties get evaluated where.
177         (org-babel-insert-header-arg, org-babel-parse-src-block-match):
178         Replace `if' with empty else part by `when' for readability.
179         (org-babel-params-from-properties): Inquire for language specific
180         and default header properties.  Language specific header
181         properties take precedence over default header properties and
182         old-style header property specifications.
184         * org.el (org-re-property): Re-implement using full regex for
185         `org-re-property'.  Add optional argument LITERAL to flag when
186         PROPERTY should to be regex-quoted.  Move before definition of
187         `org-re-property'.
188         (org-re-property-keyword): Remove, functionality is subsumed by
189         `org-re-property'.
190         (org-property-re): Define using `org-re-property'.  Improve
191         definition so that this regex can be
192         (org-entry-get, org-property-values): Adjust match number for
193         PROPVAL.  (org-entry-put): Use `org-re-property' instead of
194         `org-re-property-keyword'.
195         used in all situations.  Extend docstring with explanation of
196         matching groups.
197         (org-at-property-p): Implement using `org-element-at-point'.
198         (org-entry-properties, org-buffer-property-keys, org-indent-line):
199         Use `org-property-re' and adjust match group numbers accordingly.
201         * org-compat.el (define-obsolete-variable-alias)
202         (define-obsolete-function-alias): Actually remove the third (and
203         any following) argument from the argument list before calling the
204         advised function.  Extend eval-and-compile clause and add advices
205         for functions that have different parameter lists in XEmacs. Add
206         variable definitions that XEmacs lacks .
208         * ob-fortran.el (org-every): Declare.
210         * org-element.el (org-element-node-property-parser): Use
211         `org-property-re' and adjust match group numbers accordingly.
212         Move `looking-at' out of the let clause to not rely on the
213         unspecified evaluation order inside the let.
215         * ob-eval.el, ob.el, org-macro.el, org-mhe.el: Require org-macs
216         and org-compat as necessary.
218         * ob-tangle.el (org-edit-special, org-store-link)
219         (org-open-link-from-string): Declare functions.
221         * org-macs.el (declare-function): Define macro to use autoload
222         instead for XEmacs.
224         * ox-html.el, ox-odt.el: XEmacs does not have table.el, so use
225         'noerror on the require form.
227         * ox-texinfo.el (org-texinfo-table-column-widths): Fix spliced
228         argument list that XEmacs complains about by adding parenthesis.
230         * ob-octave.el (org-babel-octave-initiate-session): If octave-inf
231         can't be loaded, try octave instead before giving up.  Emacs
232         24.3.50 and upwards replaces octave-inf with just plain octave.
234         * org-id.el (org-id-update-id-locations): Autoload interactive
235         function.
237         * ob-core.el (org-babel-parse-inline-src-block-match):
238         * ob-exp.el (org-babel-exp-src-block): Give header arguments from
239         properties priority over default header arguments.
241         * ob-sh.el (org-babel-sh-var-to-sh): When detecting a table, the
242         first line could be the symbol `hline' rather than a list of table
243         cells, so check for that as well.
245         * org.el (org-table-clean-did-remove-column):
246         * org-table.el (org-table-clean-did-remove-column): Move defvar,
247         this dynamic variable is only used in org-table.
249         * org-table.el (org-table-colgroup-info): Remove unused defvar for
250         `org-table-colgroup-info'.
251         (org-table-clean-before-export): Let-bind regular expression
252         strings and remove unused matching group.  Use
253         `org-table-clean-did-remove-column' in cond statement rather than
254         branching via if to avoid code duplication.  Remove the code
255         associated with the removed `org-table-colgroup-info'.
256         (orgtbl-export): Remove unused internal function.
258         * org-macro.el (org-macro-expand): Do not try to interpret the
259         macro replacement text as a regex so that escaped backslashes and
260         commas in macro arguments will be interpreted correctly.
262         * ob-perl.el (org-babel-perl-wrapper-method): Select output handle
263         only after evaluation so that output is not mixed into results
264         eavaluation.
265         (org-babel-perl-evaluate): Fix the handling of results for
266         ":results output" to also parse tables.  Use the same lambda
267         construction as in ob-sh.el to avoid code duplication.
269         * ob-exp.el (org-babel-exp-results, org-babel-lob-execute):
270         Suppress user confirmation of the emacs-lisp wrapper execution
271         around a lob call.
273         * ob-perl.el (org-babel-perl-wrapper-method): Use TAB as separator
274         for table results as expected by
275         `org-babel-import-elisp-from-file´.
277         * ob-core.el (org-babel-number-p): String match for any number
278         moved first so that the match data for the length check does not
279         become corrupted.
280         (org-babel-confirm-evaluate-answer-no): Dynamically scoped
281         variable, if bound non-nil the confirmation dialog will not be
282         initiated and denial of evaluation is assumed.
283         (org-babel-check-confirm-evaluate): New macro to establish
284         bindings based on INFO.
285         (org-babel-check-evaluate): New defsubst that checks if the
286         evaluation of a code block is disabled.  Refactors the first part
287         of the original function `org-babel-confirm-evaluate´.
288         (org-babel-confirm-evaluate): New defsubst that checks if the user
289         should be queried and returns the answer.  Keeps the second part
290         of the original function `org-babel-confirm-evaluate´.
291         Re-implement using bindings for common subexpressions.
292         (org-babel-execute-src-block): Do not ask for confirmation if the
293         cached result is current.
294         (org-babel-call-process-region-original): Change declaration into
295         definition with nil initial value at the beginning of the file and
296         drop the later definition.  Add comment that the dynamic scoping
297         of this variable is done for tramp.
299         * org-table.el (org-table-eval-formula): The condition-case to
300         check for must be "error", not "user-error".
302         * ob-perl.el (org-babel-execute:perl): Pass `result-params´
303         through to `org-babel-perl-evaluate´.
304         (org-babel-variable-assignments:perl): Add "my" to variable
305         declaration so that it becomes compatible with "use strict;".  Use
306         new internal formatting function `org-babel-perl--var-to-perl´.
307         (org-babel-perl--var-to-perl): New internal function, uses Perl
308         non-interpolating quoting on the string that defines the variable
309         to suppress spurious interpretation of it as Perl syntax.
310         (org-babel-perl-wrapper-method): Use a block and declare all
311         variables as "my", also use Perl quoting throughout.  Redirect
312         STDOUT to the temporary file so that simply "print" will put the
313         results there.  Check the return value and output in table form if
314         it is an ARRAY ref, otherwise print it without a final newline.
315         (org-babel-perl-preface): Content of this variable is prepended to
316         body before invocation of perl.  Rename input parameter body to
317         ibody and let-bind body to concatentation of
318         `org-babel-perl-preface' and ibody.  Implement results
319         interpretation so that tables are easier to produce.
321         * ob-eval.el (org-babel-eval): Use simplified version of
322         `org-babel--shell-command-on-region´, we are the only caller of
323         this function.
324         (org-babel--shell-command-on-region): Replace
325         `org-babel-shell-command-on-region´ with a much more simplified
326         internal version, remove superfluous DOCSTRING and interactive
327         clause, strip out all conditionals which were never used.  Prevent
328         deletion of temporary input file to aid debugging when the symbol
329         `org-babel--debug-input´ is bound and has non-nil value.
331         * ob-tangle.el (org-babel-tangle): Do not change signature, a nil
332         arg is even documented in the manual.
334         * org-src.el: Change declaration of `org-babel-tangle´ to "arg"
335         for first argument.
337         * ob-core.el (org-babel-execute-src-block): Add binding for
338         merged-params to avoid multiple evaluation of
339         `org-babel-merge-params´.  Rename cache? to cache-p, add binding
340         for cache-current-p and use it.  Do not run
341         `org-babel-confirm-evaluate´ if source block has a cache and the
342         cache value is current (there is no evaluation involved in this
343         case).
345         * org.el (org-current-time): Replace call to obsolete function
346         `time-to-seconds´ with a call to compatibility function
347         `org-float-time´.
349         * org-compat.el (user-emacs-directory): If not bound, define as an
350         alias to `user-init-directory´ so that XEmacs continues to be
351         happy with Org.
353         * org-macs.el: New macro to allow the 5-argument form of load to
354         be used where possible without breaking compatibility with XEmacs.
356         * org.el (org-version, org-reload): Use
357         `org-load-noerror-mustsuffix´ instead of adding a fifth argument
358         to load directly.  Guard against undefined variable load-suffixes,
359         which doesn't exist in XEmacs.
361         * org.el: Use
362         `org-define-obsolete-{function,variable}-alias´instead of
363         `define-obsolate{function,variable}-alias´.
365         * org-compat.el (user-error): Defalias to `error´ for Emacsen that
366         don't have it.
368         * ob-python.el (org-babel-python-hline-to)
369         (org-babel-python-None-to): Specify customize group as 'org-babel
370         and widget type as 'string.
372         * ob.el (org-babel-result-cond): Macro expansion needs to unquote
373         formal parameter `result-params´.
375         * org.el (org-reload): Major rewrite.
377         * org.el (org-clock-get-last-clock-out-time): Declare function.
379 2013-11-12  Alan Schmitt  <alan.schmitt@polytechnique.org>
381         * ob-ocaml.el (org-babel-prep-session:ocaml): Use
382         `save-window-excursion' around the code starting the tuareg
383         process.
384         (org-babel-ocaml-command): New option to specify the name of the
385         toplevel to run.
386         (org-babel-prep-session:ocaml): Directly call
387         `tuareg-run-process-if-needed' with `org-babel-ocaml-command' as
388         argument.
389         (org-babel-execute:ocaml): Always append ";;" at the end of the
390         expression before sending it to the toplevel.  Do not remove the
391         type information if "verbatim" is a results parameter of the code
392         block.
393         (org-babel-ocaml-parse-output): Make sure the complete type is
394         taken into account when matching against known types.
396         * org-faces.el (org-footnote): Fix docstring.
398 2013-11-12  Andreas Leha  <andreas@lehas.net>
400         * ob-latex.el (org-babel-execute:latex): Add a tizk option that
401         copies the body of the block into a tikz file.
403 2013-11-12  Arun Persaud  <apersaud@lbl.gov>
405         * org-agenda.el (org-agenda-prefix-format): Add documentation for
406         the new %b option.
407         (org-prefix-has-breadcrumbs): Add flag, `t' when %b is set.
408         (org-agenda-format-item): Add breadcrumbs if requested.
409         (org-compile-prefix-format): Add compiled information for
410         breadcrumbs, add %b option.
412 2013-11-12  Aurélien Aptel  <aurelien.aptel@gmail.com>  (tiny change)
414         * ox-html.el (org-html-code, org-html-verbatim): Remove fancy
415         string replacements for code and verbatim text when exporting to
416         HTML.
418 2013-11-12  Bastien Guerry  <bzg@gnu.org>
420         * org.el (org-align-tags-here): Fix bug: move to the correct
421         position.
422         (org-agenda-prepare-buffers): Restore the point position.
423         (org-insert-link): Don't remove brackets when they belong to a
424         timestamp in a headline.
426         * org-capture.el (org-capture-refile): Don't finalize prematurely.
427         (org-capture): Store :return-to-wconf earlier.
428         (org-capture-place-template): Don't store :return-to-wconf when
429         called from a capture template using `function', rely on the early
430         :return-to-wconf value store from `org-capture'.
432         * org-compat.el (org-move-to-column): New argument
433         `ignore-invisible' to turn on `buffer-invisibility-spec'.
435         * org-agenda.el (org-agenda-show-new-time): Ignore invisible text
436         when inserting the new time as a text property.
437         (org-agenda-filter-make-matcher): When filtering tags and hitting
438         space, filter out entries with tags, only keep those without tags.
439         (org-agenda-drag-line-forward, org-agenda-drag-line-backward): Fix
440         bugs: don't drag lines without text and don't drag lines
441         before/after hidden lines.
443         * ox-odt.el (org-odt-table-style-format): Use %s for inserting the
444         rel-width property as a string.
445         (org-odt-template): Fall back on a string for :rel-width.
447         * org.el (org-directory, org-default-notes-file)
448         (org-reverse-note-order): Don't use the `org-remember'
449         customization group.
450         (org-require-autoloaded-modules): Don't require
451         `org-remember'.
453         * org-capture.el: Update commentary section to reflect the fact
454         that org-remember.el is not used anymore.
456         * org.el (org-babel-load-file): Set `exported-file' correctly, in
457         case the file as been tangled using a buffer-local value.
459         * ob-tangle.el (org-babel-tangle-file): Return the list of tangled
460         files.
462         * ox-org.el (org-org-publish-to-org): When htmlizing an .org file,
463         ensure to show all headings and all blocks before fontifying.
465         * ob-shen.el (org-babel-ruby-var-to-ruby): Declare.
467         * ox.el: Fix comment: remove reference to the obsolete variable
468         `org-export-language-setup'.
470         * org.el (org-set-regexps-and-options-for-tags): Fix concatenation
471         of the tags list.
473         * ox-odt.el (org-odt-pixels-per-inch): Use 96.0 as the default.
475         * org.el (org-refile): With a numeric prefix argument of `3',
476         emulate (setq org-refile-keep t) and copy the subtree to the
477         target location, don't delete it.
478         (org-set-regexps-and-options-for-tags): Fix the setting of tag
479         groups when relying on `org-tag-alist', not on tags directly set
480         in the buffer with the #+TAGS option.
482         * org-agenda.el (org-agenda-archive-with): Save window excursion.
484         * org.el (org-forward-element, org-backward-element): Throw a
485         message instead of an error when trying to move from a position
486         where there is no element.
487         (org-clock-is-active): Fix docstring.
489         * org-list.el (org-sort-list): Use `x' instead of `c' for sorting
490         plain list by checked status.
492         * org.el (org-structure-template-alist): Fix custom type and
493         default value.
494         (org-set-regexps-and-options-for-tags): Enhance docstring.
495         (org-set-regexps-and-options): Make sure not to add
496         `org-tag-alist' twice when setting this variable through et
497         #+setupfile: directive.
498         (org-tags-expand): Use `with-syntax-table'.
500         * org-list.el (org-sort-list): Implement sorting by "checked"
501         status for check lists.
503         * org-table.el (org-table-sum): Fix rounding error when summing
504         times.
506         * ob-scheme.el (org-babel-scheme-execute-with-geiser): Fix code
507         typo.  Add declarations.
509         * ox-html.el (org-html-link-use-abs-url): New option.
510         (org-html-link): Use it to prepend relative links with the value
511         of HTML_LINK_HOME, when defined.
513         * org.el (org-refile): Fix refiling the active region within an
514         list.  Don't store the last refiled subtree in the kill ring.
516         * org.el (org-mode-map): Remap `forward-paragraph' and
517         `backward-paragraph' to `org-forward-element' and
518         `org-backward-element'.
520         * ox-html.el (org-html-begin-plain-list): New parameter
521         `ordered-num' to tell whether the list is ordered numerically.
522         (org-html-plain-list): Handle alphabetical ordered list.
524         * org-agenda.el (org-batch-agenda): Let-bind `org-agenda-sticky'
525         to nil during batch export.
527         * org.el (org-copy-subtree): Fix typo in docstring.
528         (org-scan-tags): Don't disable `case-fold-search' too early.
530         * org-agenda.el (org-agenda-skip-eval): Fix typo in docstring.
532         * org-capture.el (org-capture-set-target-location): Don't throw an
533         error when `org-time-was-given' is not bound.
535         * org-clock.el (org-clock-modify-effort-estimate): Clarify
536         docstring.
538         * org.el (org-set-regexps-and-options-for-tags): Return a list
539         with tag-related variables.
540         (org-set-regexps-and-options): Append tags from a setup file to
541         the local tags of the file.
542         (org-agenda-prepare-buffers): Set tags from a setup file by
543         calling `org-set-regexps-and-options' when necessary.
544         (org-set-regexps-and-options): Fix `org-deadline-time-hour-regexp'
545         and `org-scheduled-time-hour-regexp'.
547         * org-table.el (org-table-TBLFM-begin-regexp): Rename from
548         `org-TBLFM-begin-regexp'.
549         (org-table-calc-current-TBLFM): Rename from
550         `org-calc-current-TBLFM'.
552         * org.el (org-ctrl-c-ctrl-c): Require org-table if needed.
553         (org-refresh-properties): Put the text property on the whole
554         subtree, not just on the headline.
555         (org-get-outline-path): Remove statistical and checkboxes cookies.
557         * org-agenda.el (org-agenda, org-search-view, org-tags-view)
558         (org-agenda-get-day-entries, org-agenda-set-restriction-lock): Use
559         (current-buffer) as the value of `org-agenda-restrict'.  Fix a bug
560         about narrowing to wrong region boundaries when
561         `org-agenda-restrict' is non-nil.
563         * org.el (org-agenda-text-search-extra-files): Fix typos in
564         docstring.
565         (org-insert-heading): Fix case when there the first heading starts
566         at the beginning of the buffer.
568         * ob-core.el (org-babel-expand-src-block): Use
569         `org-called-interactively-p'.
571         * org.el (org-agenda-prepare-buffers): Avoid duplicates in
572         `org-tag-alist-for-agenda' correctly.
573         (org-read-date-minibuffer-local-map): Check if we are at the
574         beginning of the prompt, not if we are after a whitespace.  Bind
575         C-. to `calendar-goto-today'.
577         * org-clock.el (org-clock-in): Don't forward by one character when
578         setting the marker in the clock history.
580         * org.el (org-read-date-minibuffer-local-map): Call
581         `calendar-goto-today' only if there is a space before point in the
582         minibuffer prompt.
583         (org-insert-heading): Reveal context when called interactively.
584         Fix bug about wrong conversion of lines with :END: or #+end_ into
585         headlines.
586         (org-in-drawer-p): New function.
587         (org-meta-return): Use `org-catch-invisible-edits' and the
588         `org-in-drawer-p' to check whether we are within a drawer.
590         * org-list.el (org-sort-list): Fix infloop.
592         * org.el (org-clone-subtree-with-time-shift): Unconditionally ask
593         for a time shift if there is a time-stamp.  Don't ask for a time
594         shift when called with a universal prefix argument.
596         * ob-core.el (org-babel-insert-result): Fix bug when inserting
597         results as a list: ensure we split a string containing "\n".
599         * ox-html.el: Fix copyright header.
601         * org.el (org-store-link): Don't add a search string when storing
602         a link from a radio target.
603         (org-open-at-point): Jump to the radio link (<<<radio>>>), not to
604         the simple target (<<target>>).
606         * org-table.el (org-table-get-remote-range): Fix typo.
608         * org-datetree.el (org-datetree-find-month-create)
609         (org-datetree-find-day-create): Add a docstring.
610         (org-datetree-find-year-create): Only match headlines with a
611         year or a year and one or more tags.
613         * org-crypt.el (org-crypt-check-auto-save)
614         (org-crypt-use-before-save-magic): Use `org-add-hook' when the
615         hooks are local hooks.
617         * org-agenda.el (org-agenda-mode): Use `org-add-hook' and merge
618         upstream change from Emacs 2013-04-18T00:12:33Z!monnier@iro.umontreal.ca.
620         * ob-core.el (org-babel-pop-to-session-maybe): Fix docstring.
621         (org-babel-pop-to-session-maybe): Use true function's name,
622         not its alias.
624         * org-agenda.el (org-agenda-drag-line-forward)
625         (org-agenda-drag-line-backward): New commands.
626         (org-agenda-mode-map): Bind the new commands to M-<down> and
627         M-<up> respectively.
629         * org.el (org-insert-heading): Fix insertion of items.
631         * org-capture.el (org-capture-use-agenda-date): Fix docstring.
633         * org-agenda.el (org-agenda-bulk-toggle): Fix docstring.
634         (org-agenda-bulk-toggle-all): New command.
635         (org-agenda-mode-map): Bind `org-agenda-bulk-toggle' to `M-m'
636         and `org-agenda-bulk-toggle-all' to `M-*'.
637         (org-agenda-menu): Add `org-agenda-bulk-toggle' and
638         `org-agenda-bulk-toggle-all'.
639         (org-agenda-bulk-mark, org-agenda-bulk-unmark): Jump to the
640         next headline, not the next line.
642         * org-capture.el (org-mks): Fix bug: let-bind `case-fold-search'
643         to nil while matching the first letter of a multi-letters
644         template.
646         * org.el (org-store-link): When a bracket link is found in a
647         headline, use the link description or the link path.
648         (org-flag-drawer, org-hide-block-toggle)
649         (org-goto-left, org-goto-right, org-promote)
650         (org-paste-subtree, org-narrow-to-block, org-sort-entries)
651         (org-insert-link, org-offer-links-in-entry, org-open-file)
652         (org-refile, org-refile-get-location)
653         (org-refile-check-position, org-prepare-dblock, org-todo)
654         (org-auto-repeat-maybe, org-show-todo-tree, org-sparse-tree)
655         (org-occur, org-priority, org-scan-tags)
656         (org-get-tags-string, org-property-action, org-set-effort)
657         (org-entry-put, org-insert-drawer)
658         (org-compute-property-at-point)
659         (org-property-next-allowed-value, org-evaluate-time-range)
660         (org-closest-date, org-timestamp-change)
661         (org-revert-all-org-buffers, org-cycle-agenda-files)
662         (org-agenda-file-to-front, org-remove-file)
663         (org-preview-latex-fragment, org-format-latex)
664         (org-create-math-formula, org-create-formula-image)
665         (org-speed-command-help, org-check-before-invisible-edit)
666         (org-modifier-cursor-error, org-hidden-tree-error)
667         (org-mark-subtree, org-kill-line, org-first-sibling-p)
668         (org-up-element, org-down-element)
669         (org-drag-element-backward, org-drag-element-forward)
670         (org-unindent-buffer, org-speedbar-set-agenda-restriction): Use
671         `user-error' instead of `error'.
673         * ox-latex.el (latex): Don't force exporting with smart quotes.
675         * ox.el (org-export-with-smart-quotes): Mention the need to use
676         the relevant Babel package when setting this option to non-nil.
678         * org-src.el (org-edit-src-turn-on-auto-save): New option.
679         (org-edit-src-code): Use it.
680         (org-edit-src-auto-save-idle-delay): Enhance docstring.
682         * org-capture.el (org-mks): Make cursor invisible.
684         * org.el (org-link-expand-abbrev): Save match data before before
685         calling the replacement function.
687         * org-list.el (org-sort-list): Don't move point when matching time
688         values.
690         * org.el (org-shifttab): Show the correct number of empty
691         headlines when called with a numeric prefix argument.  Enhance
692         docstring.
693         (org-uniquify): Use `copy-sequence'.
694         (org-adaptive-fill-function, org-fill-paragraph): Throw a useful
695         error message when parse an element fails in the current buffer.
697         * ox.el (org-export-with-planning): Enhance docstring.
699         * org.el (org-closed-keep-when-no-todo): New option.
700         (org-todo): Use the new option.
701         (org-open-line): Rename from `org-ctrl-o'.
702         (org-mode-map): Use `remap'.
703         (org-cycle-emulate-tab, org-file-apps)
704         (org-set-font-lock-defaults)
705         (org-translate-link-from-planner, org-link-search)
706         (org-refile-get-targets, org-read-date-get-relative): Minor
707         code clean-up: fix dangling parentheses.
709         * org-agenda.el (org-agenda-entry-text-mode): Also check against
710         regexp filters.
711         (org-timeline): Handle `org-agenda-show-log'.
713         * org-clock.el (org-clock-select-task): Remove successive
714         duplicates in the clock history to consider.
716         * org.el (org-uniquify-alist): Improve docstring.
717         (org-make-tags-matcher, org-change-tag-in-region): Add buffer's
718         tags to the tags completion table.
719         (org-tags-expand): Prevent circular replacement of group tags.
720         Tiny docstring formatting.
721         (org-uniquify): Make a defsubst.  Use `delete-dups' instead of
722         `add-to-list'.
723         (org-todo): Also remove the CLOSED planning information when
724         removing the TODO keyword.
725         (org-forward-heading-same-level): Fix bug when forwarding
726         to a hidden subtree of the same level.
727         (org-tags-expand): Use word delimiters when building the tag
728         search regexp.
730         * org-clock.el (org-clock-insert-selection-line): Don't display
731         the clockout time.
733         * org.el (org-emphasis-regexp-components): Make a defvar.
734         (org-emphasis-alist): New default value: don't set HTML tags.
735         (org-emphasize, org-set-emph-re): Use the new value of
736         `org-emphasis-alist'.
738         * org-mobile.el (org-mobile-edit): Insert new headings at the end
739         of the parent subtree.  Use `org-at-heading-p' instead of the
740         obsolete `org-on-heading-p'.
742         * org.el (org-insert-heading): When called from a list item and
743         `org-insert-heading-respect-content' is non-nil, insert a heading,
744         not an item.
745         (org-insert-heading-respect-content): Fix docstring.
746         (org-insert-heading): When in a non-empty non-headline line,
747         convert the current line into a headline.
749         * org-table.el (org-table-copy-down): Don't move cursor when
750         getting the field.
752         * ox-icalendar.el (org-icalendar-export-current-agenda): Do not
753         evaluate babel code blocks.
755         * ox-html.el (html): Add more options.
757         * ox-publish.el (org-publish-project-alist): Add :with-planning in
758         docstring.
760         * ob-exp.el (org-babel-exp-src-block): Tiny docstring fix.
762         * ox-icalendar.el (org-icalendar--combine-files): Fix typo.
764         * org-mouse.el (org-mouse-agenda-context-menu): Fix a function's
765         name.
767         * ox.el (org-export-options-alist, org-export--skip-p): Use
768         `:with-planning' instead of `:with-plannings', to keep in sync
769         with the corresponding option's name.
771         * ob-core.el (org-babel-confirm-evaluate): Fix typo in docstring.
773         * org-agenda.el (org-agenda-undo, org-agenda)
774         (org-agenda-append-agenda)
775         (org-agenda-get-restriction-and-command, org-agenda-write)
776         (org-agenda-clock-cancel)
777         (org-agenda-diary-entry-in-org-file, org-agenda-diary-entry)
778         (org-agenda-execute-calendar-command)
779         (org-agenda-goto-calendar, org-agenda-convert-date)
780         (org-agenda-bulk-mark, org-agenda-bulk-action)
781         (org-agenda-show-the-flagging-note): Use `user-error' instead of
782         `error'.
784         * org-macs.el (org-with-remote-undo): Normalize argument names.
786         * org.el (org-store-log-note): Fix `buffer-undo-list' when called
787         after `org-agenda-todo'.
788         (org-add-log-note): Minor formatting fix.
790         * org-agenda.el (org-agenda-append-agenda): Set buffer read only.
792         * org-clock.el (org-clock-select-task): Throw a user error when
793         the clock history is empty.
795         * org-table.el (org-table-get-remote-range): Fix docstring: use
796         #+NAME instead of #+TBLNAME.
798         * ob-ref.el: Use #+NAME instead of #+TBLNAME in comment.
800         * ox-html.el (org-html-table-row-tags): Better example.
802         * org-clock.el (org-clock-select-task): Fix window to buffer.
803         Hide the cursor.
804         (org-clock-insert-selection-line): Add the clock-out time.
806         * ox-html.el (org-html-table-row-tags): Allow new dynamically
807         bound value `row-number'.
808         (org-html-table-row): Bind `row-number' to the number of the
809         row (first row is 0).
811         * org.el (org-minutes-to-clocksum-string): Round fractions of
812         minutes.
814         * ox-html.el (org-html-table-row-tags): Fix example in docstring.
816         * org-agenda.el (org-agenda-span-to-ndays): Enhance docstring.
817         (org-agenda-goto-date): Fix bug when going to a date in month
818         view.
819         (org-agenda-goto-date): Put the cursor on the agenda line with the
820         selected date.
821         (scheduled/deadline items with hour spec) then redo an agenda*.
823         * org-clock.el (org-clock-resolve): Enhance the content of the
824         help window.
826         * org-footnote.el (org-footnote-auto-label): Minor docstring fix.
828         * ox-odt.el (org-odt-link): Fix bug: convert & to &amp; in
829         links.
831         * ox-html.el (org-html-table-row): Dynamically bind
832         `rowgroup-number', `start-rowgroup-p', `end-rowgroup-p',
833         `top-row-p', `bottom-row-p'.
834         (org-html-table-row-tags): Update docstring: tell what variables
835         are dynamically bound.
837         * org-src.el (org-edit-src-code): Don't set
838         `buffer-auto-save-file-name' unless `auto-save-default' is
839         non-nil.
841         * ox.el (org-export-table-row-group): Fix typo in docstring.
843         * org-table.el (orgtbl-apply-fmt): Enhance docstring.
845         * org.el (org-file-contents): Make the message more prominent.
847         * ox.el (org-export-replace-region-by): New function.
849         * ox-texinfo.el (org-texinfo-convert-region-to-texinfo),
850         * ox-md.el (org-md-convert-region-to-md),
851         * ox-latex.el (org-latex-convert-region-to-latex),
852         * ox-html.el (org-html-convert-region-to-html): New functions to
853         replace the active region by its export into various backends.
855         * org-faces.el (org-agenda-restriction-lock): Use less flashy
856         colors.
858         * org-agenda.el
859         (org-agenda-restriction-lock-highlight-subtree): New option.
860         (org-agenda-top-headline-filter): Rename from
861         `org-agenda-top-headline-filter'.
862         (org-find-top-headline): Rename from `org-find-top-category'.
863         Add a docstring.
864         (org-agenda-filtered-by-top-headline): Rename from
865         `org-agenda-filtered-by-top-category'.
866         (org-agenda-filter-by-top-headline): Rename from
867         `org-agenda-filter-by-top-category'.  Fix docstring.
868         (org-agenda-filter-top-headline-apply): Rename from
869         `org-agenda-filter-top-category-apply'.  Fix docstring.
870         (org-agenda-mode-map): Update binding.
871         (org-agenda-get-todos): Set `todo-state' earlier so that we can
872         skip false-positives in time.
874         * org.el (org-get-todo-state): Add a docstring.
875         (org-ctrl-o): New command to insert a new row in tables
876         (like `M-S-<down>' does) and open a line elsewhere.
877         (org-mode-map): Bind the new command to `C-o'.
878         (org-set-regexps-and-options): Process tags from an external setup
879         file.
881         * org-agenda.el (org-agenda-dim-blocked-tasks): Enhance docstring.
882         (org-agenda-finalize-entries): Conditionally apply limits so
883         that we don't manipulate big lists uselessly.
884         (org-agenda-limit-entries): Limit exclusively.  E.g., when
885         limiting to a maximum of "2 tags", don't limit among tagged
886         entries only, but limit among all entries.
887         (org-agenda-limit-interactively): New command.
888         (org-agenda-mode-map): Bind the new command to "~".
889         (org-agenda-redo): Small fix: don't use `eval'.
891         * org.el (org-ctrl-c-ctrl-c): Fix bug wrt updating checkboxes: the
892         list beginning should be stored using a marker so that updating
893         [%0] to [%50] will not throw an error.
894         (org-babel-load-file): Move `org-babel-load-file' from
895         ob-tangle.el to here so that it is correctly autoloaded by Emacs
896         before Org is required.
898         * org-mac-message.el: Delete.
900         * org.el (org-modules): org-mac-message.el is not a core package
901         anymore.
903         * org-table.el (orgtbl-to-generic): Fix bug when exporting the
904         cells of radio tables with 'hline.
906         * org.el (org-speed-commands-default): Use ?s for
907         `org-narrow-to-subtree'.
909         * org-agenda.el (org-agenda-start-on-weekday): Fix typo.
910         (org-agenda-start-day): Enhance docstring.
912         * org-src.el (org-src-native-tab-command-maybe): Check that we are
913         in a source code block.
915         * org-mobile.el: Remove useless defvar.
917         * org.el (org-indent-line): A line just below a line with a list
918         item is now indented depending on the indentation of this list
919         item.
921         * org.el (org-options-keywords): Add #+TARGET.
923         * org-clock.el (org-resolve-clocks-if-idle): Only try to resolve
924         last clock if the clock buffer still exists.
925         (org-clock-out, org-clock-cancel): Set markers to nil.
927         * ox-org.el (org-org-publish-to-org):
928         * ox-html.el (org-html-publish-to-html): Use the custom extension.
930         * org.el (org-cycle-internal-local): Fix invalid search bound when
931         `org-cycle-include-plain-lists' is set to 'integrate.
933         * org.el (org-sparse-tree-default-date-type): Add an option for
934         closed time-stamps.
935         (org-sparse-tree): Allow to check against closed time-stamps.
936         (org-re-timestamp): Handle closed time-stamps.
937         (org-closed-in-range): Delete.
939         * org-capture.el (org-capture-import-remember-templates): Take
940         care of adding :jump-to-captured option if needed.
942         * org.el (org-toggle-pretty-entities): Enhance messages.
943         (org-raise-scripts): Handle scripts like "a_b^c".
945         * org-capture.el (org-capture-templates): Document new option
946         :jump-to-captured in the docstring.  Offer the complete list of
947         options when customizing.
948         (org-capture-finalize): Handle :jump-to-captured.
950         * org.el (org-agenda-prepare-buffers): Fix bugs: don't let-bind
951         `org-tag-alist' to nil and don't append duplicate tags to
952         `org-tag-alist-for-agenda'.
953         (org-store-link): Storing multiple links in the active region now
954         requires a triple prefix argument.
955         (org-store-link, org-link-search): Fix handling of links to #+NAME
956         and #+TARGET keywords.
958         * org-compat.el (org-ignore-region): Tiny docstring fix.
960         * org-capture.el (org-capture): Don't store multiple links over
961         lines in the active region.
963         * ox-odt.el (org-odt-special-block): Don't wrap annotations into
964         <text:p>...</text:p> at all.
965         (org-odt--fix-annotations): New function.
966         (org-odt--export-wrap): Use the new function to fix annotations
967         insertion in content.xml.
969         * org.el (org-mode-flyspell-verify): Require 'org-element so that
970         `org-element-affiliated-keywords' is defined.
972         * ox-odt.el (org-odt-special-block): Don't insert annotations
973         using style "Text_20_body".
975         * org.el (org-toggle-tags-groups): Correctly highlight group tags.
976         (org-tags-expand): Expand tags as words, with characters ?@
977         and ?_ being considered words constituents.
978         (org-set-regexps-and-options): Don't read setup files from
979         read-only buffers.
980         (org-file-contents): When no-error is non-nil, throw a less
981         intrusive message.
983         * org-agenda.el (org-agenda-scheduled-leaders)
984         (org-agenda-deadline-leaders): Re-align leaders to the left,
985         back to a 11 characters width.
987         * org.el (org-refile-cache-check-set): More informative message.
989         * org-agenda.el (org-tags-view): Set the matcher after preparing
990         the agenda, as `org-tag-groups-alist-for-agenda' might be needed.
991         (org-agenda-filter-make-matcher): New parameter `filter' and
992         `type'.  Handle group tags.
993         (org-agenda-filter-expand-tags): New function.
994         (org-agenda-filter-apply): Handle group tags.
996         * org.el (org-blank-before-new-entry): Tiny docstring fix.
997         (org-tag-alist-for-agenda): Add docstring.
998         (org-tag-groups-alist-for-agenda): New global variable.
999         (org-tag-groups-alist): New buffer-local variable.
1000         (org-tag-alist, org-tag-persistent-alist): Handle :grouptags.
1001         (org-group-tags): New option.
1002         (org-toggle-group-tags): New command.
1003         (org-mode-map): Bind `org-toggle-group-tags' to `C-c C-x q'.
1004         (org-set-regexps-and-options-for-tags): New function, factored
1005         out from `org-set-regexps-and-options'.
1006         (org-set-regexps-and-options): Don't handle tags, they are now
1007         handled separately by `org-set-regexps-and-options-for-tags'.
1008         (org-assign-fast-keys): Handle :grouptags.
1009         (org-mode): Use `org-set-regexps-and-options-for-tags' on top
1010         of `org-set-regexps-and-options'.
1011         (org-fontify-meta-lines-and-blocks-1): Fontify group tags.
1012         (org-make-tags-matcher): Expand group tags in the matcher.
1013         (org-tags-expand): New function.
1014         (org-tags-completion-function): Tiny code clean up.
1015         (org-set-current-tags-overlay): Add a docstring.
1016         (org-fast-tag-selection): Highlight group tags.
1017         (org-agenda-prepare-buffers): Set `org-tag-alist-for-agenda'
1018         and `org-tag-groups-alist-for-agenda'.  Don't uniquify
1019         `org-tag-alist-for-agenda' as we may need the grouping
1020         information for filtering in the agenda buffer.
1021         (org-uniquify-alist): New function.
1023         * org-pcomplete.el (pcomplete/org-mode/file-option/tags): Handle
1024         :grouptags.
1026         * org-faces.el (mode-line): New face for group tags.
1028         * ob-core.el (org-babel-hash-show-time): Tiny docstring
1029         enhancement.
1031         * org-element.el (org-element-paragraph-separate): Use new name
1032         `org-list-allow-alphabetical'.
1034         * org-list.el (org-list-allow-alphabetical): Rename from
1035         `org-alphabetical-lists'.
1036         (org-list-empty-line-terminates-plain-lists): Rename from
1037         `org-empty-line-terminates-plain-lists'.
1038         (org-checkbox-hierarchical-statistics): Rename from
1039         `org-hierarchical-checkbox-statistics'.
1041         * org.el (org-image-actual-width): Update docstring.
1042         (org-display-inline-images): Use the #+attr_html: :width syntax.
1043         (org-modules): Remove deleted libraries, add new ones.
1045         * ox-html.el (org-html-indent): Default to nil, as non-nil can
1046         break indentation of source code blocks.
1047         (org-html-link): Don't insert nil if there is no attributes.
1048         (org-html-link--inline-image): Use the correct syntax for image
1049         attributes.  Allow :width :height and :alt as predefined
1050         attributes for inline images.
1051         (org-html-link, org-html-table): Use the standard syntax---
1052         e.g. "#+attr_html: :options ..."--- to get attributes.
1054         * ox.el (org-export-table-cell-alignment): Treat an empty cell as
1055         a number if it follows a number.
1057         * ox.el (org-export-as): Allow user functions in
1058         `org-export-before-parsing-hook' to modify the point.
1060         * org.el (org-entry-add-to-multivalued-property): Add the new
1061         value by appending it at the end of the line.
1063         * org-table.el (orgtbl-to-generic): New parameter `backend' to
1064         export cells content using a specific backend.
1065         (orgtbl-to-latex, orgtbl-to-texinfo): Export cells to LaTeX
1066         and Texinfo before sending the table.
1068         * ox.el (org-export-define-backend)
1069         (org-export-define-derived-backend): Make defuns and update
1070         docstrings.
1072         * ox-texinfo.el (texinfo):
1073         * ox-org.el (org):
1074         * ox-odt.el (odt):
1075         * ox-md.el (md):
1076         * ox-man.el (man):
1077         * ox-latex.el (latex):
1078         * ox-icalendar.el (icalendar):
1079         * ox-html.el (html):
1080         * ox-beamer.el (beamer):
1081         * ox-ascii.el (ascii): Use `org-export-define-backend' and
1082         `org-export-define-derived-backend' as defuns, not macros.
1084         * org.el (org-set-regexps-and-options): Use
1085         `org-table-set-constants'.
1087         * org-table.el (org-table-set-constants): New function.
1088         (orgtbl-ctrl-c-ctrl-c): Use it.
1090         * org-pcomplete.el
1091         (pcomplete/org-mode/block-option/clocktable): Add parameters.
1093         * org.el (org-options-keywords): Remove "INFOJS_OPT": it is added
1094         through ox-html.el now.
1096         * org-agenda.el (org-agenda-redo): Set filters after agenda has
1097         been redone.
1099         * org.el (org-store-link): When there is an active region, store
1100         each line as a separate link.
1101         (org-insert-all-links): Use a default description when links
1102         do not have one already.
1104         * org-agenda.el (org-agenda-redo): Fix code typo.
1106         * org.el (org-link-display-format): Fix docstring.
1108         * ox-publish.el (org-publish-org-to)
1109         (org-publish-org-sitemap, org-publish-find-title)
1110         (org-publish-find-date)
1111         (org-publish-cache-file-needs-publishing): Set
1112         `org-inhibit-startup' to t when visiting files for
1113         publication.
1115         * ox-org.el (org-org-publish-to-org): Kill buffers not visited at
1116         publication time.
1118         * org.el (org-set-font-lock-defaults): Set font-lock keywords
1119         correctly for plain links.
1121         * ox-texinfo.el (org-texinfo-logfiles-extensions)
1122         (org-texinfo-remove-logfiles): New options.
1123         (org-texinfo-compile): Use the new options to remove files
1124         after compiling a Texinfo file.
1126         * ox-texinfo.el (org-texinfo-coding-system): New option.
1127         (org-texinfo-template): Add @documentlanguage and
1128         @documentencoding.
1129         (org-texinfo-headline): Add a space before tags.
1130         (org-texinfo-export-to-texinfo, org-texinfo-export-to-info):
1131         Use `org-texinfo-coding-system' as the coding system for
1132         exported buffers.
1133         (org-texinfo-publish-to-texinfo): New function.
1135         * ox-texinfo.el (org-texinfo-filename)
1136         (org-texinfo-info-process, org-texinfo-max-toc-depth)
1137         (org-texinfo--sanitize-menu): Docstrings tiny fixes.
1139         * org-agenda.el (org-agenda-dim-blocked-tasks): Only throw a
1140         message when called interactively.  Fix docstring position in the
1141         defun.
1143         * ox-html.el (org-html--build-meta-info): Fix setting of
1144         http-equiv="Content-Type".
1146         * org-agenda.el (org-agenda-mode-map): Use ?= for filtering by
1147         regexp and ?| for removing all filters.
1148         (org-agenda-filter-remove-all): New command.
1149         (org-agenda-filter-show-all-re): Rename from
1150         `org-agenda-filter-show-all-regexp'.
1151         (org-agenda-filter-by-regexp): Call
1152         `org-agenda-filter-show-all-re'.
1154         * org-list.el (org-insert-item): Don't ask for a definition term
1155         when insert an item in a description list.
1157         * org-agenda.el (org-agenda-Quit): Set `org-agenda-buffer' to nil.
1158         This prevents bugs when calling e.g., `org-diary' after quitting
1159         an agenda window.
1160         (org-agenda-entry-types): Move earlier in the file.
1161         (org-agenda-custom-commands-local-options, org-diary)
1162         (org-agenda-get-day-entries): Don't hardcode the default agenda
1163         entry types, use `org-agenda-entry-types'.
1164         (org-agenda-custom-commands): Fix default setting so that the
1165         customize interface does not complain about a mismatch.
1167         * org.el (org-export-backends): Add new backends.
1169         * ox-html.el (org-html-indent): New option.
1170         (org-html-use-unicode-chars): New option.
1171         (org-html-pretty-output): Delete.
1172         (org-html-final-function): Use the new options.
1174         * ox-html.el (org-html-link): Fix handling of abbreviated links
1175         which include a file: protocol.
1176         (org-html--build-postamble): Default to today's date.
1177         (org-html--build-meta-info): When #+DATE contains a time stamp,
1178         parse it as a RFC 822 time string, otherwise simply insert the
1179         date as a string.
1181         * ox.el (org-export--copy-to-kill-ring-p): New function.
1182         (org-export-copy-to-kill-ring): Use 'if-interactive as the
1183         default.
1184         (org-export-to-buffer, org-export-to-file): Use
1185         `org-export--copy-to-kill-ring-p' and fix docstrings.
1187         * ox-odt.el (org-odt-export-as-odf): Use
1188         `org-export--copy-to-kill-ring-p'.
1190         * org.el (org-set-font-lock-defaults): Fontify macros.
1192         * org-faces.el (org-macro): New face.
1194         * org.el (org-clone-subtree-with-time-shift): Only prompt for a
1195         time shift when the entry at point has a time stamp and when the
1196         command is called with a universal prefix argument.
1197         (org-execute-file-search-functions): Docstring fix.
1199         * org-compat.el (org-defvaralias): Fix declare form.
1201         * org-clock.el (org-clocktable-defaults): Add :mstart parameter.
1202         (org-clock-special-range): New argument mstart.
1203         (org-dblock-write:clocktable, org-dblock-write:clocktable)
1204         (org-clocktable-write-default, org-clocktable-steps)
1205         (org-clock-get-table-data): Handle the :mstart parameter.
1207         * org.el (org-map-entries): Use `save-window-excursion'.
1209         * org-compat.el (org-defvaralias): New compatibility function.
1211         * org-list.el (org-cycle-include-plain-lists): Also add to the
1212         'org-cycle customization group.
1213         (org-list-allow-alphabetical)
1214         (org-checkbox-hierarchical-statistics)
1215         (org-list-empty-line-terminates-plain-lists)
1216         (org-list-description-max-indent): Rename and add aliases to old
1217         names.
1219         * org-element.el (org-element-context): Prevent an error when
1220         getting the context of a table rule.
1222         * org.el (org-deadline-time-hour-regexp)
1223         (org-scheduled-time-hour-regexp): New buffer local variables.
1224         (org-set-regexps-and-options): Set the new variables.
1226         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1227         :deadline* and :scheduled* to the list of possible agenda entry
1228         types.
1229         (org-agenda): Implement a new agenda type agenda* with :scheduled*
1230         and :deadline* replacing :scheduled and :deadline respectively in
1231         agenda entry types.  In such agenda, only scheduled and deadline
1232         items with a time specification [h]h:mm will be considered.
1233         (org-agenda-entry-types): Document the new agenda entry types
1234         :scheduled* and :deadline*.
1235         (org-agenda-list): New parameter `with-hour'.  Use :scheduled* and
1236         :deadline*.
1237         (org-agenda-get-day-entries): Handle :scheduled* and :deadline*.
1238         (org-agenda-get-deadlines, org-agenda-get-scheduled): New
1239         parameter `with-hour'.  Use `org-deadline-time-hour-regexp' or
1240         `org-scheduled-time-hour-regexp' as the search string if needed.
1241         (org-agenda-to-appt): Use :scheduled* and :deadline* by default,
1242         as other scheduled and deadline items don't have a time spec and
1243         cannot be turned into appointments.  Trim bracket links and use
1244         only the description as the appointment text.
1245         (org-agenda-get-restriction-and-command): Add
1246         default description for the agenda* view.
1247         (org-agenda-run-series): Handle agenda* views.
1249         * org-faces.el (org-agenda-filter-tags)
1250         (org-agenda-diary, org-agenda-calendar-event)
1251         (org-agenda-calendar-sexp): Minor code clean up.
1252         (org-agenda-filter-category): Docstring fix.
1253         (org-agenda-filter-category): New face.
1255         * org-agenda.el (org-agenda-local-vars): Add
1256         `org-agenda-re-filter-overlays' and `org-agenda-regexp-filter'.
1257         (org-agenda-mode-map): Use "|" for
1258         `org-agenda-filtered-by-regexp'.
1259         (org-agenda-re-filter-overlays): New variable.
1260         (org-agenda-mark-filtered-text): Use
1261         `org-agenda-re-filter-overlays'.
1262         (org-agenda-finalize, org-agenda-redo): Allow regexp filtering.
1263         (org-agenda-filter-by-category): Set `org-agenda-category-filter'
1264         here instead of within `org-agenda-apply-filter'.
1265         (org-agenda-regexp-filter): New variable.
1266         (org-agenda-filter-by-regexp): New function to filter agenda
1267         buffers by regexp.
1268         (org-agenda-filter-make-matcher): Make matcher for regexp filters.
1269         (org-agenda-filter-apply): Don't set `org-agenda-tag-filter' and
1270         `org-agenda-category-filter'.  Maybe apply regexp filter.
1271         (org-agenda-filter-hide-line): Add docstring.  Hide
1272         regexp-filtered lines.
1273         (org-agenda-filter-show-all-tag, org-agenda-filter-show-all-cat):
1274         Add docstring.
1275         (org-agenda-filter-show-all-regexp): New function.
1276         (org-agenda-set-mode-name): Add regexp-filter information.
1277         (org-agenda-custom-commands-local-options): Add regexp filter.
1278         (org-agenda-regexp-filter-preset): New variable.
1279         (org-agenda-prepare): Use the new variable.
1281         * ox-odt.el (org-odt-code, org-odt-verbatim): Use
1282         `org-odt--encode-plain-text'.
1284         * ox-html.el (org-html-link): Minor code clean-up.
1286         * org.el (org-insert-heading): DTRT when in a narrowed region.
1288         * org-compat.el (org-buffer-narrowed-p): New compatibility
1289         function.
1291         * ox-html.el (org-html-format-inline-image): Fix missing string in
1292         formatting string.
1294         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
1295         New allowed value `repeated-after-deadline' which will prevent the
1296         display of scheduled items when repeated after the current
1297         deadline.
1298         (org-agenda-get-scheduled): Handle the new value.
1300         * org.el (org-time-string-to-absolute): Tiny docstring fix.
1302         * ox-html.el (org-html-style-default): New classes `footpara' and
1303         `footdef' for the footnotes paragraphs and definitions.
1304         (org-html-format-footnote-definition): Wrap the footnote
1305         defintions into their own div.
1306         (org-html-paragraph): Don't add extra <br/> after a paragraph in a
1307         footnote.
1308         (org-html-container-element, org-html-divs): Mention that
1309         org-info.js will not work when changing the defaults.
1311         * ox-md.el (md): Export underlined text as verbatim.
1313         * ox-html.el (org-html-style-default): New CSS .underline and
1314         #org-div-home-and-up.
1315         (org-html-text-markup-alist): Don't hardcode the style, use the
1316         new class .underline.
1317         (org-html-home/up-format): Don't hardcode the style, use
1318         #org-div-home-and-up.
1319         (org-html-center-block): Use the .center class.
1321         * ox-md.el (org-md-underline): New function.
1323         * org-agenda.el (org-sorting-choice): Fix default value.
1325         * ox-html.el (org-html-format-footnote-definition)
1326         (org-html-footnote-section): Don't wrap footnote definitions into
1327         tables.
1328         (org-html-paragraph): Add HTML style and class parameter when the
1329         paragraph is in a footnote definition.  Also allow to add an extra
1330         string after the paragraph.  Further parameters can be added for
1331         paragraphs in other environments.
1332         (org-html-template): Always include the title as <h1
1333         class="title"></h1>, even when there is no title, as org-info.js
1334         needs it.
1336         * org-element.el (org-element-map): Fix tiny typo in docstring.
1338         * org-agenda.el (org-agenda-day-view): Fix parameter's name.
1340         * ox-html.el (org-html-format-inline-image): Don't add superfluous
1341         <p></p> when there is an empty caption.
1343         * org-agenda.el (org-agenda-refile): Enhance docstring.  Allow to
1344         clear the refile cache with C-0 or C-u C-u C-u.
1346         * ox-md.el (org-md-export-as-markdown): Tiny docstring fix.  Fix a
1347         library keyword in the comment section.
1349         * org.el (org-toggle-item): Convert all normal lines as items when
1350         there is a region, and only convert the first line when called
1351         with a universal prefix argument.  This is consistent with the
1352         behavior of `org-toggle-heading'.
1353         (org-toggle-heading): When the region contains only normal lines,
1354         a universal prefix arg will only convert the first line.  This is
1355         more consistent with `org-toggle-item'.
1356         (orgstruct-setup): Add `org-ctrl-c-minus' and `org-ctrl-c-star'.
1357         (customize-package-emacs-version-alist): Update
1358         `customize-package-emacs-version-alist'.
1360         * ox-texinfo.el (org-export-texinfo)
1361         (org-texinfo-filename, org-texinfo-classes)
1362         (org-texinfo-format-headline-function)
1363         (org-texinfo-node-description-column)
1364         (org-texinfo-active-timestamp-format)
1365         (org-texinfo-link-with-unknown-path-format)
1366         (org-texinfo-tables-verbatim)
1367         (org-texinfo-table-scientific-notation)
1368         (org-texinfo-text-markup-alist)
1369         (org-texinfo-format-drawer-function)
1370         (org-texinfo-format-inlinetask-function)
1371         (org-texinfo-info-process):
1372         * ox-odt.el (org-odt-format-drawer-function)
1373         (org-odt-format-headline-function)
1374         (org-odt-format-inlinetask-function):
1375         * ox-md.el (org-export-md, org-md-headline-style): Fix :version
1376         and :package-version keywords.
1378         * org.el (org-time-clocksum-use-effort-durations): Don't set to t
1379         by default as it will change many clocktables out there.  Let the
1380         user decides whether she wants to turn this on.
1382         * org.el (org-agenda-inhibit-startup): Revert to nil as the default.
1384         * org-agenda.el (org-agenda-dim-blocked-tasks): Revert to t as the
1385         default.
1387         * ox-html.el (org-html-style-default): More cosmetic tweaks.
1388         (org-html-head-include-default-style): Minor docstring update.
1390         * ox.el (org-export-snippet-translation-alist)
1391         (org-export-coding-system, org-export-in-background)
1392         (org-export-async-init-file, org-export-invisible-backends)
1393         (org-export-dispatch-use-expert-ui):
1394         * ox-texinfo.el (org-texinfo-filename, org-texinfo-classes)
1395         (org-texinfo-format-headline-function)
1396         (org-texinfo-node-description-column)
1397         (org-texinfo-active-timestamp-format)
1398         (org-texinfo-link-with-unknown-path-format)
1399         (org-texinfo-tables-verbatim)
1400         (org-texinfo-table-scientific-notation)
1401         (org-texinfo-text-markup-alist)
1402         (org-texinfo-format-drawer-function)
1403         (org-texinfo-format-inlinetask-function)
1404         (org-texinfo-info-process):
1405         * ox-man.el (org-man-tables-centered)
1406         (org-man-table-scientific-notation)
1407         (org-man-source-highlight, org-man-source-highlight-langs)
1408         (org-man-pdf-process, org-man-logfiles-extensions):
1409         * ox-html.el (org-html-allow-name-attribute-in-anchors)
1410         (org-html-coding-system, org-html-divs):
1411         * ox-ascii.el (org-ascii-text-width)
1412         (org-ascii-headline-spacing, org-ascii-indented-line-width)
1413         (org-ascii-paragraph-spacing, org-ascii-charset)
1414         (org-ascii-underline, org-ascii-bullets)
1415         (org-ascii-links-to-notes)
1416         (org-ascii-table-keep-all-vertical-lines)
1417         (org-ascii-table-widen-columns)
1418         (org-ascii-table-use-ascii-art)
1419         (org-ascii-format-drawer-function)
1420         (org-ascii-format-inlinetask-function):
1421         * org.el (org-modules, org-export-backends)
1422         (org-highlight-latex-and-related, orgstruct-setup-hook):
1423         * org-attach.el (org-attach-git-annex-cutoff):
1424         * org-archive.el (org-archive-file-header-format):
1425         * org-agenda.el (org-agenda-todo-ignore-time-comparison-use-seconds):
1426         * ob-python.el (org-babel-python-hline-to)
1427         (org-babel-python-None-to):
1428         * ob-ditaa.el (org-ditaa-eps-jar-path):
1429         * ob-core.el (org-babel-results-keyword): Add :version and
1430         :package-version.
1432         * ox-ascii.el: Use utf-8-emacs as the file coding system.
1434         * org-capture.el (org-capture-templates, org-capture-string)
1435         (org-capture-steal-local-variables)
1436         (org-capture-empty-lines-before)
1437         (org-capture-empty-lines-after)
1438         (org-capture-insert-template-here)
1439         (org-capture-import-remember-templates): Fix or add docstring.
1441         * ox-html.el (org-html-style-default): Cosmetic changes.
1442         (org-html-postamble, org-html-preamble)
1443         (org-html-preamble-format): Update docstring.
1445         * org-agenda.el (org-agenda-format-date-aligned)
1446         (org-agenda-time-of-day-to-ampm-maybe)
1447         (org-scheduled-past-days)
1448         (org-agenda-normalize-custom-commands)
1449         (org-agenda-run-series, org-store-agenda-views): Fix or add
1450         docstring.
1452         * ox-latex.el:
1453         (org-latex-table-scientific-notation, org-latex-verse-block): Fix
1454         typos in docstrings.
1456         * ox-html.el (org-html-text-markup-alist)
1457         (org-html-pretty-output, org-html-link-org-files-as-html)
1458         (org-html-postamble, org-html-preamble)
1459         (org-html-format-inline-image, org-html-splice-attributes)
1460         (org-export-splice-style, org-html-htmlize-region-for-paste)
1461         (org-html-fix-class-name)
1462         (org-html-format-footnote-reference)
1463         (org-html-format-footnotes-section)
1464         (org-html-footnote-section, org-html--anchor)
1465         (org-html--todo, org-html--tags, org-html-format-headline)
1466         (org-html-toc, org-html-format-section, org-html-checkbox)
1467         (org-html-format-list-item, org-html-format-latex)
1468         (org-html-encode-plain-text)
1469         (org-html-table-first-row-data-cells)
1470         (org-html-table--table.el-table, org-html-final-function): Fix
1471         or add docstring.
1473         * org.el (org-insert-heading): If the current item has a checkbox,
1474         insert the new item with a checkbox.
1476         * org.el (org-insert-heading): Don't delete spaces in empty
1477         headlines.
1479         * ox-odt.el (org-odt-keyword): Fix typo.
1481         * ox-latex.el (org-latex-toc-command): Cosmetic docstring change.
1483         * ox-html.el (org-html-encode-plain-text): Fix typo in docstring.
1485         * org-faces.el (org-column): Update docstring.
1487         * org-colview.el: Update error message.
1489         * org.el (org-modules): Do not include org-mew.el, org-vm.el,
1490         org-w3m.el, org-wl.el as these files are now part of contrib/.
1492         * org-w3m.el:
1493         * org-vm.el:
1494         * org-w3m.el:
1495         * org-wl.el: Delete (moved to Org's contrib/ directory.)
1497         * org-capture.el (org-mks): Move from org-mks.el.
1499         * org-mks.el: Delete.
1501         * ox-html.el (html): Update HTML options names.
1503         * org.el (org-show-context): Don't try to fix ellipsis when
1504         showing a subtree in agenda.
1506         * ox-html.el (html): Reintroduce #+HTML_HEAD_EXTRA, previously
1507         known as HTML_STYLE_EXTRA.
1508         (org-html-head): Enhance docstring.
1509         (org-html-head-extra): Reintroduce.  Was `org-html-style-extra'.
1510         (org-html--build-head): Rename from `org-html--build-head'.  Add
1511         information from `org-html-head-extra'.
1512         (org-html-template): Use `org-html--build-head'.
1514         * ox-html.el (org-html-display-buffer-mode): Delete.
1515         (org-html-export-as-html): Use `set-auto-mode' instead of
1516         `org-html-display-buffer-mode'.
1518         * org-agenda.el (org-agenda-write): Overwrite file when called
1519         non-interactively.
1521         * org-mobile.el (org-mobile-edit): Workaround a
1522         `org-insert-heading-respect-content' bug which prevents correct
1523         insertion when point is invisible
1525         * org.el (org-previous-line-empty-p): New parameter to allow
1526         checking next line.  Add a docstring.
1527         (org-insert-heading): Handle two universal prefix arguments as
1528         advertized in the docstring.  Don't insert new lines when
1529         creating a heading after the first heading in the current
1530         subtree.
1531         (org-insert-heading-respect-content): New optional argument
1532         arg, passed to `org-insert-heading'.
1534         * org.el (org-mode): Remove syntax entries.  Use
1535         `org-backward-element' and `org-forward-element' for
1536         `beginning-of-defun-function' and `end-of-defun-function': this
1537         allows using C-M-a and C-M-e before the first headline.
1539         * ox-html.el (html): Remove :html-htmlized-css-url :options-alist.
1541         * ox-org.el (org-org-htmlized-css-url): Rename from
1542         `org-html-htmlized-org-css-url' and moved here from ox-html.el.
1543         (org-org-publish-to-org): Handle :htmlized-source in
1544         publishing projects.
1546         * ox-html.el (org-html-style-default): Update docstring.
1547         (org-html-infojs-install-script, org-html--build-style): Update
1548         property names.
1549         (org-html-head-include-scripts)
1550         (org-html-head-include-default-style, org-html-head):
1551         Respectively rename from `org-html-style-include-scripts',
1552         `org-html-style-include-default' and `org-html-style', now
1553         obsolete.
1554         (org-html-style-extra): Delete.
1556         * org-clock.el (org-clock-out): Fix bug: if a closing note needs
1557         to be stored in the drawer where clocks are stored, let's
1558         temporarily remove `org-clock-remove-empty-clock-drawer' from
1559         `org-clock-out-hook'.
1561         * ob-tangle.el (org-babel-tangle): Remove unused attempt of
1562         prompting the user of the tangle file name since :tangle is always
1563         set.  Don't prompt for a tangle file name when called with two
1564         universal prefix arg outside of a src block.  Use
1565         `org-babel-tangle-single-block'.
1566         (org-babel-tangle-single-block): New function.
1567         (org-babel-tangle-collect-blocks): Use the new function.
1569         * org-table.el (org-table-convert-region, org-table-export)
1570         (org-table-align, org-table-beginning-of-field)
1571         (org-table-copy-down, org-table-check-inside-data-field)
1572         (org-table-insert-column, org-table-find-dataline)
1573         (org-table-delete-column, org-table-move-column)
1574         (org-table-insert-row, org-table-insert-hline)
1575         (org-table-kill-row, org-table-paste-rectangle)
1576         (org-table-wrap-region, org-table-sum, org-table-get-formula)
1577         (org-table-get-formula, org-table-get-stored-formulas)
1578         (org-table-fix-formulas, org-table-maybe-eval-formula)
1579         (org-table-rotate-recalc-marks, org-table-eval-formula)
1580         (org-table-get-range, org-table-get-descriptor-line)
1581         (org-table-find-row-type, org-table-recalculate)
1582         (org-table-iterate, org-table-iterate-buffer-tables)
1583         (org-table-formula-handle-first/last-rc)
1584         (org-table-edit-formulas, org-table-fedit-shift-reference)
1585         (org-rematch-and-replace, org-table-shift-refpart)
1586         (org-table-fedit-finish, org-table-fedit-lisp-indent)
1587         (org-table-show-reference, org-table-show-reference)
1588         (org-table-show-reference, org-table-show-reference)
1589         (org-table-force-dataline, orgtbl-error, orgtbl-export)
1590         (orgtbl-send-replace-tbl, org-table-to-lisp)
1591         (orgtbl-send-table, orgtbl-send-table, orgtbl-send-table)
1592         (orgtbl-toggle-comment, orgtbl-insert-radio-table)
1593         (orgtbl-to-unicode, org-table-get-remote-range)
1594         (org-table-get-remote-range, org-table-copy-dow)
1595         (org-table-check-inside-data-field, org-table-insert-colum)
1596         (org-table-find-dataline, org-table-delete-colum)
1597         (org-table-move-column, org-table-insert-ro)
1598         (org-table-insert-hline, org-table-kill-ro)
1599         (org-table-paste-rectangle, org-table-wrap-regio)
1600         (org-table-sum, org-table-get-formul)
1601         (org-table-get-stored-formulas, org-table-fix-formula)
1602         (org-table-maybe-eval-formul, org-table-rotate-recalc-marks)
1603         (org-table-eval-formul, org-table-get-range)
1604         (org-table-get-descriptor-lin, org-table-find-row-type)
1605         (org-table-recalculat, org-table-iterate)
1606         (org-table-iterate-buffer-table)
1607         (org-table-formula-handle-first/last-r)
1608         (org-table-edit-formulas, org-table-fedit-shift-referenc)
1609         (org-rematch-and-replace, org-table-shift-refpar)
1610         (org-table-fedit-finish, org-table-fedit-lisp-inden)
1611         (org-table-show-reference, org-table-force-datalin)
1612         (orgtbl-error, orgtbl-export, orgtbl-send-replace-tb)
1613         (org-table-to-lisp, orgtbl-send-tabl, orgtbl-toggle-comment)
1614         (orgtbl-insert-radio-tabl, orgtbl-to-unicode)
1615         (org-table-get-remote-range): Use `user-error' instead of
1616         `error' for user errors.
1618         * ob-core.el (org-babel-load-in-session): Throw a useful error
1619         when there is no code block at point.
1621         * ob-tangle.el (org-babel-tangle): Rename the ONLY-THIS-BLOCK
1622         parameter to ARG.  Allow two universal prefix arguments to tangle
1623         by the target file of the block at point.
1624         (org-babel-tangle-collect-blocks): New parameter TANGLE-FILE
1625         to restrict the collection of blocks to those who will be
1626         tangled in TARGET-FILE.
1628         * org-src.el (org-edit-src-auto-save-idle-delay): Use a delay of 0
1629         by default (i.e., deactivate auto-saving.)
1630         (org-edit-src-code): Set `buffer-auto-save-file-name' for
1631         auto-saving with `auto-save-mode'.
1633         * org.el (org-deadline, org-schedule): When called with two
1634         universal prefix arguments, set the warning time or the delay
1635         relatively to the current timestamp, not to today's date.
1637         * org-agenda.el (org-agenda-filter-apply): Deactive
1638         `org-agenda-entry-text-mode' when filtering.
1639         (org-agenda-entry-text-mode): Don't allow in filtered views.
1640         Don't show the maximum number of lines when turning off.
1642         * ox-html.el (org-html-headline): Add comment.
1644         * org.el (org-mode): Set `paragraph-start'.
1646         * org-agenda.el (org-agenda-entry-text-leaders): New option.
1647         (org-agenda-entry-text-show-here): Use it.
1649         * ox-html.el (org-html-link--inline-image): Always retrieve
1650         attributes for inline images.
1651         (org-html-link): Fix trailing whitespace at the end of the opening
1652         <a ...> HTML tag.
1653         (org-html-headline): For headlines whose first element is a
1654         headline and not a section, pretend there is an empty section (as
1655         "") for the correct HTML div to be inserted.
1657         * org-agenda.el (org-agenda-collect-markers)
1658         (org-create-marker-find-array): Move to ox-icalendar.el.
1659         (org-agenda-marker-table, org-check-agenda-marker-table):
1660         Delete.
1662         * ox-icalendar.el (org-icalendar-create-uid): New parameter
1663         H-MARKERS to only update some headlines, not the whole file.
1664         (org-icalendar--combine-files): When exporting to an .ics file
1665         only add UID to the headlines shown in the agenda buffer.
1666         (org-agenda-collect-markers, org-create-marker-find-array):
1667         Move here.
1669         * org-agenda.el (org-agenda-write): Ask before overwriting an
1670         existing file.
1672         * org-pcomplete.el (pcomplete/org-mode/file-option/infojs_opt):
1673         Use `org-html-infojs-opts-table'.
1675         * ox-html.el (org-html-infojs-opts-table):
1676         (org-html-use-infojs, org-html-infojs-options)
1677         (org-html-infojs-template): Move from ox-jsinfo.el.  Rename using
1678         the org-html- prefix.
1679         (org-html-infojs-install-script): Move from ox-infojs.el.
1681         * ox-infojs.el: Delete.
1683         * ox-html.el (org-html-section): Fix indentation.
1684         (org-html-inner-template): Add the document title here, within the
1685         "content" class, as the org-info.js needs it.
1686         (org-html-template): Don't include the document's title here.
1687         (org-html-format-inlinetask-function): Remove wrong example.
1689         * ob-tangle.el (org-babel-tangle-collect-blocks): Don't collect
1690         blocks in commented out headings.
1692         * ox-latex.el (org-latex-logfiles-extensions)
1693         (org-latex-remove-logfiles): Improve docstrings.
1695         * org-capture.el (org-capture): Cosmetic fix.
1697         * org-protocol.el (org-protocol-create-for-org)
1698         (org-protocol-create): Small docstrings enhancements.
1700         * org-protocol.el (org-protocol-capture): Small docstring fix.
1702         * org.el (org-speed-command-activate): Only forbid in src code
1703         blocks.
1705         * org-indent.el
1706         (org-indent-add-properties): Bugfix: prevent negative value for
1707         `added-ind-per-lvl'.
1709         * org.el (org-mode): Add `org-fix-ellipsis-at-bol' to
1710         `isearch-mode-end-hook' so that any isearch fixes the problem with
1711         ellipsis on the first line.
1712         (org-fix-ellipsis-at-bol): New defsubst.
1713         (org-show-context, org-isearch-end): Use it.
1715         * org-agenda.el (org-agenda-deadline-leaders): New formatting
1716         string for past deadlines.
1717         (org-agenda-scheduled-leaders): Small change.
1718         (org-agenda-get-deadlines): Use the new formatting string.
1720         * ob-lob.el (org-babel-lob-execute): Rename cache? to cache-p.
1722         * org.el (org-speed-command-activate): Don't activate speed
1723         commands within blocks.
1725         * org.el (org-show-context): Remove useless catch.  Make sure the
1726         top of the window is a visible headline.
1727         (org-activate-plain-links): Remove unused catch.
1729         * org-macs.el (org-get-alist-option): Return nil, not (nil), so
1730         that `org-show-context' DTRT.
1732         * org.el (org-imenu-get-tree): Fix bug when matching against empty
1733         headlines.
1734         (org-overview): Stay on current line.
1735         (org-map-entries): Fix docstring.
1737         * org-macs.el (org-unmodified): Update comment.  Don't define
1738         `with-silent-modifications' for emacsen that don't have it.
1740         * org-compat.el (org-with-silent-modifications): New
1741         compatibility macro.
1743         * org.el (org-refresh-category-properties)
1744         (org-refresh-properties, org-entry-blocked-p)
1745         (org-agenda-prepare-buffers):
1747         * org-indent.el (org-indent-remove-properties)
1748         (org-indent-add-properties):
1750         * org-colview.el (org-columns-display-here)
1751         (org-columns-remove-overlays, org-columns-quit)
1752         (org-columns-edit-value, org-columns-compute-all)
1753         (org-columns-compute, org-agenda-colview-compute):
1755         * org-clock.el (org-clock-sum): Use the compatibility macro
1756         `org-with-silent-modifications' instead of
1757         `with-silent-modifications'.
1759         * org.el (org-sort-remove-invisible): Remove emphasis markers.
1761         * org.el (org-sort-remove-invisible): Use defsust.  Do not only
1762         check against invisible links, truly returns the visible part of
1763         the string.
1764         (org-sort-remove-invisible): Add a docstring.
1765         (org-sort-entries): Remove hidden links when comparing entries.
1767         * org-list.el (org-sort-list): Remove hidden links when comparing
1768         list items.
1770         * ox-html.el (org-html-headline): Fix typo.
1771         (org-html-format-headline--wrap): Cosmetic change.
1773         * org.el (org-at-clock-log-p): Delete.
1775         * org-clock.el (org-at-clock-log-p): Move here.
1777         * ox-html.el (org-html-format-headline-function): Fix docstring.
1779         * ob-sql.el (org-babel-execute:sql): Add header row delimiter for
1780         both mysql and postgresql.
1782         * org.el (org-agenda-prepare-buffers): Don't use
1783         `with-silent-modifications' too early.
1785         * org-macs.el: Add a comment on when to use `org-unmodified' and
1786         when to use `with-silent-modifications'.
1788         * org-colview.el (org-columns-display-here)
1789         (org-columns-remove-overlays, org-columns-quit)
1790         (org-columns-edit-value, org-columns-compute-all)
1791         (org-columns-compute, org-agenda-colview-compute):
1792         * org-clock.el (org-clock-sum):
1793         * org.el (org-refresh-category-properties)
1794         (org-refresh-properties, org-entry-blocked-p)
1795         (org-agenda-prepare-buffers): Use `with-silent-modifications'
1796         instead of `org-unmodified'.
1798         * ox-publish.el (org-publish-sitemap-date-format): Small docstring
1799         enhancement.
1801         * ox-latex.el (org-latex-format-headline-default-function): New
1802         option.
1803         (org-latex-format-headline-function): Use the new option as
1804         the default value.
1805         (org-latex-toc-command): Don't add vertical space after the table
1806         of contents.
1808         * org.el (org-entry-blocked-p): Use `org-unmodified' instead of
1809         `org-with-buffer-modified-unmodified'.
1810         (org-agenda-prepare-buffers): Fix indentation.
1812         * org-macs.el (org-unmodified): Rename from
1813         `org-with-buffer-modified-unmodified'.
1814         (org-with-buffer-modified-unmodified): Delete.
1816         * ob-python.el (org-babel-python-command): Use a defcustom.
1817         (org-babel-python-mode): Use a defcustom and default to
1818         'python-mode when featured.
1820         * org-agenda.el (org-agenda-start-day): Refer to `org-read-date'
1821         in the docstring.
1823         * ox-org.el (org-org-publish-to-org): Autoload.
1825         * org-protocol.el:
1826         * org-bibtex.el: Remove remember support.
1828         * org-clock.el (org-clock-heading-for-remember): Delete.
1829         (org-clock-in): Do not set the heading for remember.
1831         * org.el (org-move-subtree-down, org-forward-element)
1832         (org-backward-element):
1834         * org-table.el (org-table-previous-field)
1835         (org-table-move-column, org-table-move-row):
1837         * org-list.el (org-move-item-down, org-move-item-up)
1838         (org-cycle-item-indentation): Use `user-error' when moving or
1839         modifying the element at point is not possible.
1841         * ox-html.el (org-html-table-header-tags)
1842         (org-html-table-data-tags, org-html-table-row-tags)
1843         (org-html-table-align-individual-fields): Use the
1844         org-export-html group.
1845         (org-html-inline-src-block, org-html-link): Fix error messages.
1846         (org-html-begin-plain-list): Fix formatting, better FIXME
1847         comment.
1849         * org.el (org-fill-paragraph): Fill using
1850         `org-mode-transpose-word-syntax-table'.
1852         * ox-org.el (org-org-publish-to-org): New defun.
1854         * ox-html.el (org-export-htmlize): Delete group.
1855         (org-html-htmlize-output-type)
1856         (org-html-htmlized-org-css-url)
1857         (org-html-htmlize-region-for-paste): Rename from
1858         org-export-htmlize-*.
1859         (org-html-htmlize-generate-css, org-html-fontify-code): Use
1860         the correct names.
1862         * org-compat.el (org-file-equal-p): New compatibility function.
1864         * ox.el (org-export-output-file-name): Use the new function.
1866         * org-clock.el (org-clock-set-current)
1867         (org-clock-delete-current): Delete.
1868         (org-clock-in, org-clock-out): Set and delete
1869         `org-clock-current-task'.  Minor code clean-up.
1871         * org-clock.el (org-clock-in, org-clock-in-last): Tell
1872         `org-current-time' to always return a past time.
1874         * org.el (org-current-time): New argument `past' to force
1875         returning a past time when rounding.
1877         * org-agenda.el (org-agenda-unmark-clocking-task): New function.
1878         (org-agenda-mark-clocking-task): Use it.
1879         (org-agenda-clock-in): Let the cursor where it is.
1880         (org-agenda-clock-out): Ditto.  Also remove the
1881         `org-agenda-clocking' overlay.
1883         * org-agenda.el (org-agenda-set-restriction-lock): Fix restriction
1884         so that it ends at the beginning of the next headline at the same
1885         level.
1887         * org.el (org-set-effort, org-property-next-allowed-value):
1888         When needed, update the current clock effort time.
1889         (org-next-link): New parameter `search-backward'.  Fix bug when at
1890         a link with no 'org-link face, e.g., in a DONE headline.  Throw a
1891         message instead of an error.
1892         (org-previous-link): Use `org-next-link'.
1894         * org-agenda.el (org-agenda-format-item): Only set the breadcrumbs
1895         when `org-prefix-has-breadcrumbs' is non-nil.
1897         * org.el (org-mode): Don't make characters from
1898         `org-emphasis-alist' word constituents.
1899         (org-mode-transpose-word-syntax-table): Rename from
1900         `org-syntax-table'.
1901         (org-transpose-words): Use
1902         `org-mode-transpose-word-syntax-table'.
1904         * ox.el (org-export--dispatch-ui)
1905         (org-export--dispatch-action): Use integers for control chars.
1907         * org-agenda.el (org-agenda-set-restriction-lock): Put the
1908         overlay until the end of the subtree, not the end of the
1909         headline.
1911         * org.el (org-entry-delete, org-delete-property): New optional
1912         arg delete-empty-drawer, a string, to delete any empty drawer
1913         with that name.
1914         (org-toggle-ordered-property): Delete the drawer "PROPERTIES"
1915         if empty.
1917         * org-src.el (org-src-mode-map, org-edit-src-code)
1918         (org-edit-fixed-width-region, org-edit-src-save): Use C-c C-k
1919         for `org-edit-src-abort'.
1921         * org.el (org-mode): Use org-unmodified during startup
1922         initialization for functions that may be inhibited.
1924         * org-table.el (org-table-align): Only set the window start
1925         when table alignment is performed in the selected window.
1927         * org-src.el (org-edit-src-auto-save-idle-delay): New option.
1928         (org-src-ask-before-returning-to-edit-buffer): Make a defcustom.
1929         (org-edit-src-code-timer): New timer variable.
1930         (org-edit-src-code): Run the timer.
1931         (org-edit-fixed-width-region): Enhance message.
1932         (org-edit-src-exit): Cancel the timer.
1933         (org-edit-src-save): Prevent saving when editing fixed-width
1934         buffer, exiting will save already.
1935         (org-edit-src-exit): Inconditionally kill the src/example
1936         editing buffer.
1938         * org-pcomplete.el (pcomplete/org-mode/file-option): Require
1939         'org-element.  This fixes a bug about unbound variable
1940         `org-element-affiliated-keywords' when trying to complete a
1941         keyword before 'org-element was required.
1943         * org-list.el (org-list-bullet-string): Replace match when there
1944         is a match, otherwise just return the bullet.
1946         * org-src.el (org-src-mode-map): New binding C-c k to abort
1947         editing.
1948         (org-edit-src-code): Mention the keybinding to abort editing
1949         and go back to the correct position.
1950         (org-edit-src-abort): New command to abort editing.
1952         * ox-html.el (org-html--build-meta-info): Add a newline before
1953         the title meta information.
1955         * org.el (org-return-follows-link): Mention that this does not
1956         affect the behavior of RET in tables.
1958         * ox-html.el (org-html--build-mathjax-config): Only include
1959         MathJax configuration if the resulting HTML contains LaTeX
1960         fragments.
1962         * org.el (org-syntax-table, org-transpose-words): Delete.
1963         (org-mode): Syntactically Define {} and <> as parentheses.
1964         (org-drag-line-forward, org-drag-line-backward): New
1965         functions.
1966         (org-shiftmetaup, org-shiftmetadown): Fall back on the new
1967         functions instead of throwing an error.
1968         (org-make-org-heading-search-string): Don't use statistic or [x/y]
1969         cookies when creating a link.
1971         * ox-html.el (org-html-table): Append #+attr_html attributes.
1973         * org.el (org-emphasis-alist, org-protecting-blocks):
1974         * org-src.el (org-edit-src-find-region-and-lang):
1975         * org-list.el (org-list-forbidden-blocks):
1976         * org-footnote.el (org-footnote-forbidden-blocks): Remove
1977         references to the deleted DocBook exporter.
1979         * org.el (org-end-of-line): Don't throw an error outside elements.
1981         * ox-html.el (org-html-link): Don't throw an error if the value
1982         of the :ID: property has not been generated by uuidgen.
1984         * org-pcomplete.el (pcomplete/org-mode/file-option/x):
1985         Resurrect.  Use `org-default-options' to initialize completion
1986         fonctions for the most important keywords.
1988         * org-macs.el (org-default-options): Rename and adapt from
1989         `org-get-current-options'.
1991         * org.el (org-options-keywords): Add keywords.
1993         * ox-odt.el (org-odt-convert-read-params): Fix typo in prompt.
1995         * ox-latex.el (org-latex-horizontal-rule): Fix typo in docstring.
1997         * ox-html.el (org-html-display-buffer-mode): New option.
1998         (org-html-export-as-html): Use it.
2000         * ob-core.el (org-babel-insert-result): Fix bug when inserting
2001         an empty string as the result.
2003         * org.el (org-timestamp-change): New optional parameter
2004         `suppress-tmp-delay' to suppress temporary delay like "--2d".
2005         (org-auto-repeat-maybe): Suppress temporary delays.
2007         * org-agenda.el (org-agenda-get-scheduled): When the delay is
2008         of the form "--2d" and there is a repeater, ignore the delay
2009         for further repeated occurrences.
2011         * org-agenda.el (org-agenda-get-deadlines)
2012         (org-agenda-get-scheduled): Minor refactoring.
2014         * org.el (org-time-string-to-absolute): Tiny docstring enhancement.
2015         (org-edit-special): Don't allow to edit when buffer is read only.
2017         * ox-html.el (org-html-format-latex): Don't set `cache-relpath'
2018         and `cache-dir' when `processing-type' is 'mathjax.
2019         (org-html-format-latex): Fix conversion in non-file buffers.
2021         * org.el (org-speed-commands-default): Bind `B' and `F' to
2022         `org-previous-block' and `org-next-block'.
2023         (org-read-date-minibuffer-local-map): Use "!" instead of "?" to
2024         see today's diary as "?" is already bounded by Calendar.
2025         (org-read-date-minibuffer-local-map): Use "." to go to today's
2026         date.
2028         * ob-core.el (org-babel-next-src-block)
2029         (org-babel-previous-src-block): Rewrite using
2030         `org-next-block'.
2032         * org.el (org-next-block, org-previous-block): New navigation
2033         commands.
2034         (org-mode-map): Bind the new commands to C-c C-F and C-c C-B
2035         respectively.
2037         * org-agenda.el (org-agenda-write): Don't copy headlines' subtrees
2038         when writing to an .org file.
2040         * org.el (org-copy-subtree): New parameter `nosubtrees'.
2042         * org-agenda.el (org-agenda-write): Allow writing to an .org file.
2044         * org.el (org-paste-subtree): Fix typo in docstring.
2046         * org-agenda.el (org-agenda-get-todos)
2047         (org-agenda-get-timestamps): Use nil as `ts-date' for diary
2048         sexpressions.
2049         (org-agenda-get-todos): Skip diary sexps when trying to sort by
2050         timestamp.
2051         (org-agenda-max-entries, org-agenda-max-todos)
2052         (org-agenda-max-tags, org-agenda-max-effort): New options.
2053         (org-timeline, org-agenda-list, org-search-view)
2054         (org-todo-list, org-tags-view): Tell `org-agenda-finalize-entries'
2055         what agenda type we are currently finalizing for.
2056         (org-agenda-finalize-entries): Limit the number of entries
2057         depending on the new options.
2058         (org-agenda-limit-entries): New function.
2060         * org.el (org-deadline): Allow a double universal prefix argument
2061         to insert/update a warning cookie.
2062         (org-deadline): Allow a double universal prefix argument to
2063         insert/update a delay cookie.
2065         * org-agenda.el (org-agenda-skip-scheduled-delay-if-deadline):
2066         New option.  The structure of the possible values is copied
2067         from `org-agenda-skip-deadline-prewarning-if-scheduled'.
2068         (org-agenda-get-scheduled): Honor the two new option,
2069         `org-scheduled-delay-days' and
2070         `org-agenda-skip-deadline-prewarning-if-scheduled'.  I.e. if a
2071         scheduled entry has a delay cookie like "-2d" (similar to the
2072         prewarning cookie for deadline), don't show the entry until
2073         needed.
2075         * org.el (org-deadline-warning-days): Small docstring fix.
2076         (org-scheduled-delay-days): New option (see
2077         `org-deadline-warning-days'.)
2078         (org-get-wdays): Use the new option.
2080         * org-agenda.el (org-agenda-sorting-strategy): Document the
2081         new sorting strategies.
2082         (org-agenda-get-todos, org-agenda-get-timestamps)
2083         (org-agenda-get-deadlines, org-agenda-get-scheduled): Add a
2084         `ts-date' text property with scheduled, deadline or timetamp
2085         date.
2086         (org-cmp-ts): New function to compare timestamps.
2087         (org-em): Add a docstring.
2088         (org-entries-lessp): Use `org-cmp-ts' to compare timestamps.
2089         Implement the following sorting strategies: timestamp-up/down,
2090         scheduled-up/down, deadline-up/down, ts-up/down (for active
2091         timestamps) and tsia-up/down (for inactive timestamps.)
2093         * ob-lilypond.el (ly-process-basic): Bugfix, don't use `pcase'.
2095         * org.el (org-contextualize-validate-key): Check against two new
2096         context predicates [not-]in-buffer.
2098         * org-agenda.el (org-agenda-custom-commands-contexts):
2099         Document the new [not-]in-buffer context predicates.
2101         * ob-core.el (org-ts-regexp): Remove duplicate defconst'ing.
2102         (org-babel-result-regexp): Don't use `org-ts-regexp', use a regexp
2103         string directly.
2105         * ob-lilypond.el (ly-process-basic): Don't use `ly-gen-png' and
2106         friends, rely on the extension of the output file.
2108         * org-archive.el (org-archive-file-header-format): New option.
2109         (org-archive-subtree): Use it.
2111         * ob-lilypond.el (ly-process-basic): Rely on ly-gen-png/pdf/eps to
2112         set the output type.
2114         * org.el (org-read-date-minibuffer-local-map): New variable.
2115         (org-read-date): Use it.
2116         (org-read-date-minibuffer-setup-hook): Mark as obsolete.
2117         (org-read-date): Bind `!' to `diary-view-entries' in order to
2118         check diary entries while setting an Org date.
2120         * org-agenda.el (org-diary): Only keep the descriptions of the
2121         links since Org links are not active in the diary buffer.
2123         * org-faces.el (org-priority): New face.
2125         * org.el (org-font-lock-add-priority-faces): Use the new face.
2127         * org-agenda.el (org-agenda-fontify-priorities): Use the
2128         org-priority face and add specific agenda face on top of it.
2130         * org-agenda.el (org-agenda-show-clocking-issues)
2131         (org-agenda-format-item): Let-bind
2132         `org-time-clocksum-use-effort-durations' to nil.
2134         * org.el (org-ctrl-c-ctrl-c): Only throw a message when using two
2135         universal prefix arguments on a list where all items are already
2136         in a transitory state.  Refine the error when the checkbox cannot
2137         be toggled.
2139         * org.el ("org-loaddefs.el"): Load org-loaddefs.el before
2140         requiring any org library.  Also use `load', not
2141         `org-load-noerror-mustsuffix'.
2142         (org-effort-durations): Move up to fix a compiler warning.
2143         (org-edit-special): Fix typo in docstring.
2144         (org-time-clocksum-format): Add a version tag and add to the
2145         'org-clock group.
2146         (org-time-clocksum-use-fractional): Ditto.
2147         (org-time-clocksum-use-effort-durations): New option to allow
2148         using `org-effort-durations' when computing clocksum durations.
2149         (org-minutes-to-clocksum-string): Use the new option.
2151         * org-clock.el (org-clocktable-write-default): Let-bind
2152         `org-time-clocksum-use-effort-durations' to a new clocktable
2153         parameter ":effort-durations".
2155         * org-entities.el (org-entities): "neg" should be used in LaTeX
2156         math mode.  Add the "neg" entity.
2158         * org-mobile.el (org-mobile-allpriorities): New option.
2159         (org-mobile-create-index-file): Use the new option.
2161         * org-latex.el (org-export-latex-inline-images): New option.
2163         * org.el (org-forward-heading-same-level): Before the first
2164         headline, go to the first headline.
2165         (org-backward-heading-same-level): Before the first headline,
2166         go to the beginning of the buffer, like
2167         `outline-previous-visible-heading' does.
2169         * org-exp.el (org-export-plist-vars): Don't use
2170         `org-export-html-inline-images' to set the :inline-images
2171         property, use distinct properties for the various backends.
2173         * org-publish.el (org-publish-project-alist): Ditto.
2175         * org-latex.el (org-export-latex-links): Use :latex-inline-images
2176         instead of :inline-images.
2178         * org-odt.el (org-compat): Require.
2180         * org.el (org-parse-time-string): Allow strings supported by
2181         tags/properties matcher (eg <now>, <yesterday>, <-7d>).
2183         * org-clock.el (org-clock-rounding-minutes): New option to round
2184         the time by N minutes in the past when clocking in or out.
2185         (org-clock-in, org-clock-in-last, org-clock-out): Use the new
2186         option.
2188         * org.el (org-current-time): New optional parameter
2189         `rounding-minutes' to override the use of
2190         `org-time-stamp-rounding-minutes' for rounding.
2192         * org-clock.el (org-clock-special-range): Small docstring fix.
2193         New parameter 'weekstart to define the week start day.
2194         (org-clock-special-range, org-dblock-write:clocktable)
2195         (org-dblock-write:clocktable, org-clocktable-write-default)
2196         (org-clocktable-steps, org-clock-get-table-data): Use the new
2197         parameter.
2198         (org-clocktable-defaults): Set monday as the starting day of the
2199         week by setting :wstart to 1.
2201         * org.el (org-store-link): Fix the naming of internal links to
2202         lines starting with a keyword.
2204         * org-agenda.el (org-agenda-Quit, org-agenda-quit)
2205         (org-agenda-exit, org-agenda-kill-all-agenda-buffers):
2206         Docstring fixes.
2208         * org.el (org-last-set-property-value): New variable.
2209         (org-read-property-name): Fix dangling parentheses.
2210         (org-set-property-and-value): New command to manually set
2211         both the property and the value.  A prefix arg will use the
2212         last property-value pair set without prompting the user.
2213         (org-set-property): Set `org-last-set-property-value'.
2214         (org-mode-map): Bind the new command to `C-c C-x P'.
2215         (org-find-invisible-foreground): Delete.
2216         (org-mode): Use `face-background' instead of
2217         `org-find-invisible-foreground'.
2218         (org-startup-options): New startup keywords.
2219         (org-log-into-drawer): Update docstring to explain how to set this
2220         variable through the startup keyword "logdrawer" and "nologdrawer".
2221         (org-log-states-order-reversed): Document the new startup keywords
2222         "logstatesreversed" and "nologstatesreversed".
2223         (org-mode-map): Use `org-remap' instead of binding `M-t' to
2224         `org-transpose-words' directly.
2225         (org-syntax-table): New variable.
2226         (org-transpose-words): New command, simply wrapping the new
2227         syntax table around `transpose-words'.
2228         (org-mode-map): Bind `org-transpose-words' to `M-t'.
2229         (org-store-link): Use keyword at point as the search string.  Use
2230         `delq nil' instead of `delete nil'.
2231         (org-make-org-heading-search-string): Rewrite using
2232         org-element.el.  Not an interactive function anymore.
2234         * org-pcomplete.el (pcomplete/org-mode/drawer): Ditto.
2236         * org-mobile.el (org-mobile-files-alist): Ditto.
2238         * org.el (org-store-link): When creating a link to a heading with
2239         a bracket link, don't escape this link with curly braces as the
2240         escaped link is not active anyway; use the description instead.
2241         If the headline only consists of a bracket link, add a star to the
2242         description so that the user knows this is an internal link.
2244         * org-w3m.el (org-w3m-store-link): New function.
2246         * org.el (org-store-link): Update the error message when no method
2247         is available for storing a link.  Use `user-error' for this.
2248         Remove handling w3m links from this function.
2249         (org-insert-heading, org-insert-todo-heading): A double prefix arg
2250         force the insertion of the subtree at the end of the parent
2251         subtree.
2252         (org-store-link): A double prefix argument now skips module
2253         store-link functions to only use Org's core functions.  Also, when
2254         several modular store-link functions match, ask for which one to
2255         use.
2256         (org-cycle, org-cycle-internal-global)
2257         (org-cycle-internal-local, org-display-outline-path): Let-bind
2258         `message-log-max' to nil so that messages don't populate the
2259         *Messages* buffer.
2261         * org-table.el (org-table-eval-formula): Handle localized
2262         time-stamps by internally converting them to english during
2263         formulas evaluation.
2265         * org.el (org-clock-timestamps-up): Fix declarations.
2267         * ob-core.el (org-split-string): Declare function.
2269         * org-html.el (org-html-export-list-line): Add CSS classes to
2270         these list HTML tags: <ul> <dl> and <ol>.
2272         * org-clock.el (org-clock-timestamps-up)
2273         (org-clock-timestamps-down, org-clock-timestamps-change): Add
2274         an optional argument N to change timestamps by several units.
2276         * org.el (org-shiftcontrolup, org-shiftcontroldown): Ditto.
2278         * org-exp.el (org-export-copy-to-kill-ring): Add a new choice
2279         'if-interactive and use it as the default.
2280         (org-export-push-to-kill-ring): Use the new choice.
2282         * org.el (org-block-entry-blocking): New variable.
2283         (org-todo): Use it.  Also use `user-error' when a TODO state
2284         change is blocked.
2285         (org-block-todo-from-children-or-siblings-or-parent): Display
2286         `org-block-entry-blocking' in the user-error message.
2288         * org.el (org-get-cursor-date): New optional argument WITH-TIME to
2289         add the time of the day.
2291         * org-capture.el (org-capture): When capturing from the agenda and
2292         with a non-nil value for `org-capture-use-agenda-date', a `C-1'
2293         prefix will set the capture time to the HH:MM of the current line
2294         or the current HH:MM.
2296         * org-agenda.el (org-agenda-capture): New optional argument
2297         WITH-TIME: when set to 1, the capture time will be set to the
2298         HH:MM time of the current line, or the current HH:MM time.
2300         * org.el (org-latex-preview-ltxpng-directory): Fix docstring
2301         formatting.
2302         (org-deadline-close): Use `org-time-stamp-to-now'.
2303         (org-time-stamp-to-now): Use `org-float-time' instead of the
2304         obsolete `time-to-seconds' function.
2305         (org-format-outline-path): Fix bug: add the separator string after
2306         the prefix.
2307         (org-display-inline-images): Search for #+ATTR within the current
2308         paragraph.
2309         (org-days-to-time): Make obsolete.
2310         (org-time-stamp-to-now): Rename from `org-days-to-time'.
2311         Allow to compare time-stamps based on seconds.
2313         * org-agenda.el (org-agenda-todo-ignore-time-comparison-use-seconds):
2314         New option to compare time stamps using seconds, not days.
2315         (org-agenda-todo-custom-ignore-p)
2316         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
2317         Use the new function's name and the new option.
2319         * org-clock.el (org-clock-sound): Enhance docstring.
2320         (org-notify): Use the parameter `play-sound' as argument for
2321         `org-clock-play-sound'.
2322         (org-clock-play-sound): New optional argument `clock-sound' to
2323         override `org-clock-sound'.
2325         * org-agenda.el (org-agenda-format-item): Fix initialization
2326         of the level text property.
2328         * org.el (org-format-outline-path): Small docstring
2329         enhancement.
2330         (org-display-outline-path): Fix order or arguments.
2332         * org.el (org-activate-plain-links)
2333         (org-activate-bracket-links): Add a new 'htmlize-link text
2334         property, so that htmlize (> version 1.42) can linkify the
2335         links.
2336         (org-display-outline-path): Allow a string value for the
2337         `as-string' parameter.  Such a value will replace the "/"
2338         separator in the output.  New argument `as-string'.
2339         (org-refile-keep): New variable.
2340         (org-copy): New command to copy notes.
2341         (org-refile): New parameter msg to override the "Refile" string in
2342         the default prompt.
2343         (org-mode-map): Bind "C-c M-w" to `org-copy'.
2344         (org-refile-get-location): Use the current file name as the
2345         default target when there is no refile history.
2346         (org-cycle-hide-inline-tasks): New function to hide inline tasks
2347         when cycling.
2348         (org-cycle-hook): Use the new function.
2349         (org-entry-put): Fix bug when updating the last clock.
2350         (org-use-last-clock-out-time-as-effective-time): New option.
2351         (org-current-effective-time): Use the new option.
2353         * org-clock.el (org-clock-get-last-clock-out-time): New
2354         function.
2356         * org.el (org-toggle-inline-images): Only send a message when
2357         called interactively.
2358         (org-scan-tags): Fix the declaration and the use of
2359         `org-agenda-format-item'.
2361         * org-agenda.el (org-agenda-add-time-grid-maybe): Use the
2362         correct number of parameters for `org-agenda-format-item'.
2363         Add a docstring.
2365         * org.el (org-outline-level): Go at the beginning of the
2366         headline first to always return a sensible result.
2368         * org-agenda.el (org-search-view, org-agenda-get-todos)
2369         (org-agenda-get-timestamps, org-agenda-get-sexps)
2370         (org-agenda-get-progress, org-agenda-get-deadlines)
2371         (org-agenda-get-scheduled, org-agenda-get-blocks): Return the
2372         correct level depending on `org-odd-levels-only'.
2373         (org-agenda-prefix-format): A new specifier `%l' allows to insert
2374         X spaces when the item is of level X.
2375         (org-search-view, org-get-entries-from-diary)
2376         (org-agenda-get-todos, org-agenda-get-timestamps)
2377         (org-agenda-get-sexps, org-agenda-get-progress)
2378         (org-agenda-get-deadlines, org-agenda-get-scheduled)
2379         (org-agenda-get-blocks, org-agenda-change-all-lines): Add a
2380         new text property 'level, a string with as many whitespaces as
2381         the level of the item.
2382         (org-agenda-format-item, org-compile-prefix-format): Handle
2383         the new `%l' specifier.
2385         * org-colview.el (org-columns-next-allowed-value): Add the
2386         CLOCKSUM property to the list of properties that can be
2387         changed interactively from the column view.
2389         * org.el (org-entry-put): Allow to set the CLOCKSUM property
2390         by updating the most recent clock.  This is useful in the
2391         column view when you want to use S-<left/right> to update the
2392         last clock of the entry at point.
2393         (org-image-actual-width): New choice: use #+ATTR* or fall back on
2394         a number.
2395         (org-display-inline-images): Implement the new choice.
2396         (org-image-actual-width): Rename from `org-image-fixed-width'.
2397         Update the docstring.  Give more choice.
2398         (org-display-inline-images): Use the option new choices.
2399         (org-image-fixed-width): New option to set a fixed width for
2400         inline images.
2401         (org-display-inline-images): Use the new option.
2403         * org-agenda.el (org-class): Allow to use holiday strings for
2404         the `skip-weeks' arguments.
2406         * org.el (org-mode): Set the syntax of the " character to "string
2407         quote".
2409         * org-agenda.el (org-agenda-append-agenda): Bugfix: correctly
2410         check whether we are in `org-agenda-mode'.
2411         (org-agenda): Set `org-agenda-buffer-name' correctly with sticky
2412         agendas and non-custom commands.
2414 2013-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
2416         * org-src.el (org-edit-src-exit): Let overlay survive after the
2417         buffer has been saved.
2419         * ox-texinfo.el (org-texinfo-export-to-texinfo): Use new style
2420         backquoting.
2421         (org-texinfo-export-to-info): Use new style backquoting.
2423         * ob-latex.el (org-babel-execute:latex): Call `file-name-sans-extension'
2424         instead of `file-base-name'.
2426         * org.el (org-insert-heading): Improve whitespace behavior at
2427         end of subtree.
2428         (org-latex-default-packages-alist): Add the `rotating' package to
2429         the list of default packages.  Improve docstring.
2430         (org-insert-property-drawer): Insert only after space in current
2431         line.
2432         (org-forward-paragraph, org-backward-paragraph): Do not deactivate
2433         the mark.
2434         (org-special-ctrl-o): New option.
2435         (org-open-line): Don't do anything special unless `org-special-ctrl-o'
2436         is non-nil.
2438         * org-agenda.el (org-agenda-custom-commands-local-options):
2439         (org-agenda-span, org-agenda-ndays-to-span)
2440         (org-agenda-span-to-ndays, org-agenda-list, org-agenda-later)
2441         (org-agenda-change-time-span, org-agenda-compute-starting-span): Add
2442         support for fortnight view.
2443         (org-agenda-menu): Add fortnight view command.
2444         (org-agenda-fortnight-view): New command.
2446         * org-timer.el (org-clock-sound): Silence compiler.
2448         * org.el (org-beginning-of-line, org-end-of-line): Bind
2449         deactivate-mark to avoid that this command deactivates it.
2450         (org-make-tags-matcher): Do not interpret / in property value as
2451         starter of TODO match.
2452         (org-overview): Preserve point.
2453         (org-read-date-minibuffer-local-map): Don't replace disputed keys
2454         when defining this keymap.
2455         (org-read-date): Remove unnecessary binding of
2456         `org-replace-disputed-keys'.
2457         (org-insert-heading): Allow to remove blank lines if the user does
2458         not want any.
2459         (org-unlogged-message): Fix typo in dostring.
2461         * ob-ruby.el: New customizations `org-babel-ruby-hline-to' and
2462         `org-babel-ruby-nil-to'
2463         (org-babel-ruby-var-to-ruby): Convert incoming 'hlines.
2464         (org-babel-ruby-table-or-string): Convert outgoing nils.
2466         * org.el (org-file-apps-defaults-gnu): Use `xdg-open' to open
2467         files where available.
2469         * org-table.el (orgtbl-radio-table-templates): Improve docstring.
2471         * org.el (org-unlogged-message): New function.
2472         (org-cycle, org-cycle-internal-global, org-cycle-internal-local)
2473         (org-global-cycle, org-display-outline-path): Use
2474         `org-unlogged-message'.
2476         * org-pcomplete.el (org-make-org-heading-search-string): Fix
2477         function declaration.
2478         (pcomplete/org-mode/searchhead): Remove incorrect second arguments
2479         to `org-make-org-heading-search-string'.
2481         * org.el (org-read-date): Turn off replacing disputed keys when
2482         defining the minibuffer keys during date selection.
2483         (org-insert-heading): Improve the empty line insertion behavior.
2484         Basically, never remove empty lines, only add them.
2486         * org-attach.el (org-attach-commit): Use vc-git to find the git
2487         repository.
2489         * org-compat.el (org-move-to-column): Turn off invisibility stuff
2490         for moving the cursor to a column.
2492         * org.el (org-modules): Update with the new module org-mac-link.
2493         (org-display-outline-path): Do not log outline path in Message
2494         buffer.
2495         (org-agenda-ignore-drawer-properties): New option.
2496         (org-agenda-prepare-buffers): Honour
2497         `org-agenda-ignore-drawer-properties'.
2499         * org-clock.el (org-clock-goto): Recenter to thrd line
2501         * org-table.el (orgtbl-send-replace-tbl): Allow multiple spaces
2502         between keywords in RECEIVE ORGTBL lines.
2504         * org.el (org-bookmark-names-plist): New user option.
2505         (org-set-regexps-and-options-for-tags): Use `org-bookmark-names-plist'.
2506         (org-refile): Use `org-bookmark-names-plist'.
2508         * org-capture.el (org-capture-bookmark-last-stored-position): Use
2509         `org-bookmark-names-plist'.
2511         * org.el (org-insert-heading): Rewritten from scratch.
2512         (org-N-empty-lines-before-current): New function
2513         (org-insert-heading-respect-content): Set the correct argument to
2514         force a heading even in lists.
2516         * org-colview.el (org-columns-display-here): Enforce fixed width
2517         font.
2519         * org-faces.el (org-column): Setting font width has been shifted
2520         to org-colview.el.
2522         * org.el (org-mode-flyspell-verify): Check for src block.
2524         * org-table.el (org-table-convert-region): Fix interactive
2525         statement.
2527         * org-ctags.el (org-ctags-path-to-ctags): Avoid usine `case'.
2529         * org.el (org-beginning-of-line,org-end-of-line): Set
2530         disable-point-adjustment when the command ends next to invisible
2531         text.
2533         * ob-lob.el (org-babel-lob-files): Fix custom type.
2535         * org-agenda.el (org-agenda-export-html-style, org-agenda-ndays)
2536         (org-agenda-inactive-leader, org-agenda-day-face-function)
2537         (org-agenda-auto-exclude-function): Fix custom type.
2539         * org-bibtex.el (org-bibtex-prefix): Fix custom type.
2541         * org-clock.el (org-clock-heading-function):
2542         (org-show-notification-handler): Fix custom type.
2544         * org-footnote.el (org-footnote-auto-adjust): Fix custom type.
2546         * org-protocol.el (org-protocol-default-template-key): Fix custom
2547         type.
2549         * org.el (org-make-link-description-function):
2550         (org-link-translation-function):
2551         (org-link-frame-setup):
2552         (org-refile-target-verify-function):
2553         (org-get-priority-function):
2554         (org-use-fast-tag-selection):
2555         (org-columns-modify-value-for-display-function):
2556         (org-sparse-tree-default-date-type):
2557         * ox-html.el (org-html-postamble):
2558         (org-html-postamble-format):
2559         (org-html-preamble-format):
2560         * ox-odt.el (org-odt-content-template-file):
2561         * ox.el (org-export-with-archived-trees):
2562         (org-export-initial-scope): Fix custom type.
2564         * org.el (org-insert-heading): Fix problem with inserting heading.
2565         Check for checkbox at the beginning of the item, not just at the
2566         beginning of the line.
2567         (org-small-year-to-year): Fix docstring typo.
2568         (org-show-siblings): By default, also show siblings from a
2569         bookmark jump.
2571         * org-agenda.el (org-agenda-set-restriction-lock): Highlight only
2572         the headline when agenda is restricted to a subtree.  Do not
2573         highlight the entire subtree.
2575         * org-table.el (org-table-eval-formula): Work-around for calc-eval
2576         regression.
2578         * ox.el (org-export-dispatch): Make sure the last position marker
2579         uses the base buffer if there is one.
2580         (org-export-dispatch-last-position): New variable.
2581         (org-export-dispatch): Save position of cursor at the moment when
2582         the export command is called.  Restore that position temporarily
2583         when repeating the previous export command.
2585         * org.el (org-insert-heading): Shrink whitespace at end of subtree
2586         when `org-insert-heading-respect-content' is on.
2588         * org-list.el (org-sort-list): Respect sorting-type and
2589         getkey-func when they are specified in the call.
2591         * org.el (org-sort-entries): Respect sorting-type and getkey-func
2592         when they are specified in the call.
2593         (org-format-outline-path): New argument SEPARATOR to specify a
2594         string that is inserted between parts of the outline path.
2595         (org-display-outline-path): New argument SEPARATOR, to specify a
2596         string that is inserted between parts of the outline path.
2598         * org-colview.el (org-dblock-write:columnview): Change the capture
2599         of pos to after inserting the original content
2601 2013-11-12  Christian Moe  <mail@christianmoe.com>
2603         * ox-odt.el (org-odt-line-break, org-odt-plain-text): Remove
2604         newline after line-break tag.
2606 2013-11-12  Christophe Junke  <christophe.junke@inria.fr>  (tiny change)
2608         * org.el (org-set-font-lock-defaults): Let footnote fontifications
2609         be done before other links' fontification.  This allows links
2610         appearing inside footnotes to be both visible and active.
2612 2013-11-12  Christopher Schmidt  <christopher@ch.ristopher.com>
2614         * org.el (orgstruct-setup): Major rewrite.
2615         (orgstruct++-mode): Overwrite local non-org vars again.
2616         (orgstruct-mode): Simplify implementation.  Emulate outline's
2617         buffer-invisiblity-spec.
2618         (orgstruct-heading-prefix-regexp): Change default value to nil.
2619         (orgstruct-error): Use `user-error' if available.
2620         {pro,de}motion commands if `orgstruct-heading-prefix-regexp' is
2621         non-nil.  Always use `org-outline-level'.  Bind org-shift*.
2622         (orgstruct-make-binding): Major rewrite.
2623         (org-cycle-global-status, org-cycle-subtree-status): Set state
2624         property.
2625         (org-heading-components): Use `org-heading-regexp' in
2626         orgstruct-mode.
2627         (orgstruct-heading-prefix-regexp, orgstruct-setup-hook): New
2628         options.
2629         (orgstruct-initialized): New variable.
2630         (org-get-local-variables): Honour state property.
2631         (org-run-like-in-org-mode): Use `let' instead of `progv'.  Do not
2632         override variables with non-default values.
2633         (org-forward-heading-same-level): Do not skip to headlines on
2634         another level.  Handle negative prefix argument correctly.
2635         (org-backward-heading-same-level): Use
2636         `org-forward-heading-same-level'.
2638 2013-11-12  Craig Tanis  <craig-tanis@utc.edu>  (tiny change)
2640         * ox-latex (org-latex-src-block): Change format string to position
2641         caption after figure content.
2643 2013-11-12  Eric Abrahamsen  <eric@ericabrahamsen.net>
2645         * org.el (org-ctrl-c-ctrl-c): `C-c C-c' on a link is usually a
2646         no-op.  If that link is in a headline, act as if the `C-c C-c' was
2647         called on the headline, not the link.
2649         * ox-html.el (org-html-doctype-alist): New variable holding an
2650         alist of (X)HTML doctypes
2651         (org-html-xhtml-p, org-html-html5-p, org-html-close-tag): New
2652         function.
2653         (org-html-html5-fancy): New export option, determining whether or
2654         not to use HTML5-specific elements.
2655         (org-html-html5-elements): New variable, new HTML5 elements.
2656         (org-html-special-block): Export special blocks to new HTML5
2657         elements.
2658         (org-html-format-inline-image): Use <figure> and <figcaption> for
2659         standalone images.
2660         (org-html-format-inline-image, org-html--build-meta-info)
2661         (org-html--build-head, org-html--build-pre/postable)
2662         (org-html-template, org-html-horizontal-rule)
2663         (org-html-format-list-item, org-html-line-break, org-html-table)
2664         (org-html-verse-block): Changes to allow flavored export.
2666         * ox-latex.el (org-latex--org-table, org-latex-table-row): Allow
2667         use of the "tabu" and "longtabu" table environments.  New table
2668         attribute :spread handles the width specification syntax of "tabu"
2669         and "longtabu" table environments.
2671 2013-11-12  Eric Schulte  <eric.schulte@gmx.com>
2673         * org-bibtex.el (org-bibtex-read-buffer): Reads all bibtex entries
2674         in a buffer.
2675         (org-bibtex-read-file): Read all bibtex entries in a file.
2676         (org-bibtex-import-from-file): Import all bibtex entries from a
2677         file into the current buffer.
2679         * ob-tangle.el (org-babel-load-file): When called with a prefix
2680         argument the tangled emacs-lisp file will be byte compiled.
2682         * ob-tangle.el (org-babel-tangle): Tangled files should not be
2683         writable.
2685         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Better about
2686         when to fully escape the results or just print them close to
2687         verbatim.
2689         * ob.el (org-babel-result-cond): This function should now be used
2690         by all language backends to handle the processing of raw code
2691         block output into scalar results, table results, or ignored
2692         results depending on the value of result-params.
2694         * ob-C.el (org-babel-C-execute): Use org-babel-result-cond.
2696         * ob-R.el (org-babel-R-evaluate-external-process)
2697         (org-babel-R-evaluate-session):
2698         * ob-awk.el (org-babel-execute:awk):
2699         * ob-clojure.el (org-babel-execute:clojure):
2700         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp):
2701         * ob-fortran.el (org-babel-execute:fortran):
2702         * ob-io.el (org-babel-io-evaluate):
2703         * ob-java.el (org-babel-execute:java):
2704         * ob-lisp.el (org-babel-execute:lisp):
2705         * ob-maxima.el (org-babel-execute:maxima):
2706         * ob-picolisp.el (org-babel-execute:picolisp):
2707         * ob-python.el (org-babel-python-evaluate-external-process):
2708         (org-babel-python-evaluate-session):
2709         * ob-scala.el (org-babel-scala-evaluate):
2710         * ob-sh.el (org-babel-sh-evaluate):
2711         * ob-shen.el (org-babel-execute:shen):
2712         * ob-sql.el (org-babel-execute:sql):
2713         * ob-sqlite.el (org-babel-execute:sqlite): Use
2714         `org-babel-result-cond'.
2716         * ob.el (org-babel-common-header-args-w-values): Add a new "none"
2717         header argument.
2718         (org-babel-execute-src-block): Don't do *any* result processing if
2719         the "none" header argument has been specified.
2720         (org-babel-sha1-hash): Remove the none header argument from header
2721         arg lists when calculating cache sums.
2722         (org-babel-insert-result): Flesh out some documentation.
2724         * ob.el (org-babel-insert-result): Don't escape results in
2725         drawers.
2727         * ob-python.el (org-babel-python-hline-to): Customize hline
2728         conversion to python.
2729         (org-babel-python-None-to): Customize none conversion from python.
2730         (org-babel-python-var-to-python): Use new variable.
2731         (org-babel-python-table-or-string): Use new variable.
2733         * org.el (org-babel-load-languages): Add ob-makefile to
2734         `org-babel-load-languages'.
2736         * ob-makefile.el: New file.
2738         * ob-sh.el (org-babel-sh-evaluate): Don't could 0-length shebangs.
2740         * org.el (org-format-latex): Simplify and now make use of the new
2741         `org-create-formula-image' function.
2742         (org-create-formula-image): Provides a simpler interface to the
2743         two backend-specific functions.
2745         * ob-core.el (org-babel-default-header-args): It is likely that
2746         someone meant to set :padlines to "yes", but accidentally set
2747         :padnewlines to "yes".  Either way lets just remove this which
2748         shouldn't have any functional effect.
2750         * ob-haskell.el (org-babel-default-header-args:haskell): Set
2751         :padlines to "no" by default.
2753         * ob-exp.el (org-babel-exp-non-block-elements): Ignore inline
2754         source block on #+ prefixed lines.
2756         * ob-core.el (org-babel-merge-params): Replace `remove-if' with
2757         `org-remove-if'.  More careful to check that the colname- and
2758         rowname-names header arguments exist during merge.  When merging
2759         parameters, if a variable is replaced with a new value, then
2760         delete colnames/rownames for the original value of that variable.
2762         * ob-ditaa.el (org-babel-ditaa-java-cmd): Make java executable
2763         configurable for ditaa blocks.
2765         * ob-sh.el (org-babel-sh-var-to-string): Fix bug in ob-sh when
2766         dealing with list variables.
2768         * ob-core.el (org-babel-demarcate-block): Include
2769         `org-src-lang-modes' in block demarcation options.
2771         * ob-C.el: Don't modify `org-babel-load-languages' from ob-*
2772         files.
2774         * ob-latex.el (org-babel-latex-htlatex): Set this variable to
2775         "htlatex" (or path to said) to enable svg generation from latex
2776         code blocks.
2777         (org-babel-latex-htlatex-packages): Libraries required for
2778         automatic svg generation.
2779         (org-babel-execute:latex): Generate SVG images directly from latex
2780         code blocks (assumes tikz).
2782         * ob-exp.el (org-babel-exp-non-block-elements): Use lob call name
2783         when exporting.
2785         * ob-scheme.el (org-babel-scheme-get-repl)
2786         (org-babel-scheme-make-session-name)
2787         (org-babel-scheme-execute-with-geiser, org-babel-execute:scheme):
2788         Fix whitespace and indentation.
2790         * ob-core.el (org-babel-set-current-result-hash): Update the
2791         match-string holding the hash data, and correct overlay
2792         maintenance.
2793         (org-babel-find-named-result): Call lines are not results.
2794         (org-babel-where-is-src-block-result): Don't implicitly name the
2795         results of call lines.
2796         (org-babel-exp-non-block-elements): There is now another element
2797         on the call line info list.
2799         * ob-lob.el (org-babel-lob-get-info): Return the name (if any) at
2800         the end of the info list.
2801         (org-babel-lob-execute): Pass the name through to execution.
2803         * ob-core.el (org-babel-execute-src-block): Ensure that the
2804         location is set before anything else is done.
2806         * ob-ref.el (org-babel-ref-parse): Evaluate Emacs Lisp values in
2807         header arguments at the location of the original code block.
2809         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use new header
2810         arguments.
2812         * ob-core.el (org-babel-common-header-args-w-values): Mention new
2813         header arguments.
2814         (org-babel-expand-body:generic): Use new header arguments.
2815         (org-babel-read-result): More robust matching of examplized
2816         ranges.
2817         (org-babel-result-end): More robust matching of examplized ranges.
2819         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Gnuplot, close
2820         output terminal when opened.
2821         (org-babel-gnuplot-prefix): Customization variable prefix gnuplot
2822         code blocks.
2823         (org-babel-expand-body:gnuplot): Customization variable prefix
2824         gnuplot code blocks.
2826         * ob-core.el (org-babel-params-from-properties): Now returns a
2827         list of alists and does *not* call `org-babel-merge-params'.
2828         (org-babel-parse-src-block-match):
2829         (org-babel-parse-inline-src-block-match):
2830         * ob-exp.el (org-babel-exp-src-block):
2831         (org-babel-exp-non-block-elements):
2832         * ob-lob.el (org-babel-lob-execute): Handle new list of lists
2833         output of `org-babel-params-from-properties'.
2835         * ob-gnuplot.el (org-babel-header-args:gnuplot): Term is a gnuplot
2836         header argument.
2838         * ob-tangle.el (org-babel-tangle): Fixed bug in tangle-file.
2839         Collect tangle modes, and only apply them to the file after all
2840         tangling has completed, including the post-tangle-hook.
2842         * ob-core.el (org-babel-read): Do not read #-prefix header-arg
2843         value as emacs lisp.
2845         * ob-core.el (org-babel-current-src-block-location):
2846         (org-babel-execute-src-block):
2847         * ob-exp.el (org-babel-exp-results):
2848         * ob-lob.el (org-babel-lob-execute): Rename
2849         `org-babel-current-exec-src-block-head' to
2850         `org-babel-current-src-block-location'.
2852         * ob-core.el (org-babel-common-header-args-w-values): Adding the
2853         new :tangle-mode header argument.
2854         (org-babel-read): Read values starting with a "#" character as
2855         emacs lisp.
2857         * ob-tangle.el (org-babel-tangle): Use the new :tangle-mode header
2858         argument.
2860         * org-pcomplete.el (pcomplete/org-mode/block-option/src): Use the
2861         new :tangle-mode header argument.
2863         * ob-exp.el (org-babel-exp-results): Save the code block location
2864         into `org-babel-current-exec-src-block-head' during export.
2866         * ob-comint.el (org-babel-comint-with-output): More robust edebug
2867         spec.
2869         * ob-lob.el (org-babel-lob-execute): Set the
2870         `org-babel-current-exec-src-block-head' variable when executing
2871         inline or lob style code.
2873         * ob-core.el (org-babel-execute-src-block): The
2874         `org-babel-current-exec-src-block-head' variable should point to
2875         the outermost code block.
2877         * org.el (org-some): An org-mode version of the cl some function.
2879         * ob-fortran.el (org-babel-fortran-var-to-fortran): More careful
2880         check if values are matrices.
2882         * org.el (org-every): An Org-mode version of the cl every
2883         function.
2885         * ob-tangle.el (org-babel-tangle-jump-to-org): Use
2886         `org-src-switch-to-buffer' to jump from src to org.  Use the
2887         existing `org-edit-src' functionality to jump back to the correct
2888         point in the code block in the original Org-mode buffer.
2890         * ob-gnuplot.el (org-babel-gnuplot-quote-tsv-field): Only wrap
2891         gnuplot data values in " when necessary.  Replace missing values
2892         with blank space in gnuplot.
2893         (org-babel-expand-body:gnuplot):
2894         (org-babel-gnuplot-quote-timestamp-field): Fix indentation.
2895         (org-babel-header-args:gnuplot): Declare the.
2896         (org-babel-expand-body:gnuplot): Params is an alist not a plist.
2897         (org-babel-header-args:gnuplot): Declare gnuplot-specific header
2898         argument.
2899         (*org-babel-gnuplot-missing*): Dynamic variable used to hold the
2900         value of the missing header argument.
2901         (org-babel-gnuplot-process-vars): Wrap in local binding for
2902         missing value.
2903         (org-babel-gnuplot-quote-tsv-field): Replace missing value with
2904         the missing header argument value when present.
2906         * ob-org.el (org-babel-expand-body:org): Allow insertion of
2907         non-strings into Org code blocks.
2908         (org-babel-inline-result-wrap): New option controlling the
2909         wrapping of inline results.
2910         (org-babel-examplize-region): Use the new defcustom.
2912         * ox-beamer.el (org-beamer--format-frame): If contents is nil,
2913         then replace it with an empty string.
2915         * ob-core.el (org-babel-read): More restrictive elisp eval of
2916         header arguments.
2918         * ob-lob.el (org-babel-lob-execute): Include default elisp header
2919         args in call lines.
2921         * ob-core.el (org-babel-result-cond): Don't over-evaluate
2922         result-params in macro.
2924         * ob-ruby.el (org-babel-execute:ruby): Use `org-babel-result-cond'
2925         in Ruby code blocks.
2926         (org-babel-ruby-evaluate): Delay table processing.
2928         * ob-js.el (org-babel-execute:js): Use `org-babel-result-cond' in
2929         JavaScript code blocks.
2931         * ob-scheme.el (org-babel-execute:scheme): Use
2932         `org-babel-result-cond' in scheme code blocks.
2934         * ob-ocaml.el (org-babel-execute:ocaml): Use
2935         `org-babel-result-cond' in OCaml code blocks.
2937         * ob-haskell.el (org-babel-execute:haskell): Use
2938         `org-babel-result-cond' in Haskell code blocks.
2940         * ob-core.el (org-babel-result-cond): The "raw", "org" and
2941         "drawer" :results header argument values preclude table processing
2942         unless the "table" argument is given as well.
2943         (org-babel-execute-src-block): Make sure we process file results
2944         before they are passed to the post-processing code block, and not
2945         afterwards.  Tangles these two header arguments in the code, but
2946         makes for more intuitive behavior and enables important use cases.
2947         (org-babel-read): Read code block values with earmuffs as Emacs
2948         Lisp.
2949         (org-babel-common-header-args-w-values): Add :post to the list of
2950         header arguments.
2951         (org-babel-execute-src-block): Post process results when the :post
2952         header argument has been supplied.
2954         * ob-R.el (org-babel-R-initiate-session): Remove unnecessary
2955         save-excursion nested inside a save-window-excursion.
2957         * ob-core.el (org-babel-src-name-w-name-regexp): Update the regexp
2958         used to match code block names.
2959         (org-babel-get-src-block-info): Remove the code used to parse this
2960         alternate variable specification syntax.
2961         (org-babel-insert-result): Cycle tables for :results org and
2962         :results wrap.
2964         * ob-python.el (org-babel-python-initiate-session-by-key): Fixed a
2965         bug pointed out by Gary Oberbrunner.
2966         (org-babel-python-initiate-session-by-key): Add "-i" to the python
2967         command on windows sessions.  Actually setting new session names.
2968         Pass Python buffer names to the new `run-python' command.
2969         (org-babel-python-with-earmufs): Add earmufs to a buffer name.
2970         (org-babel-python-without-earmufs): Remove earmufs from a buffer name.
2971         (org-babel-python-initiate-session-by-key): Set the buffer name in
2972         a way which is understandable by the new python.el
2973         (org-babel-python-buffers): Change the default python buffer name.
2975         * ob-core.el (org-babel-number-p): Don't interpret single "-" as a
2976         number.
2978         * ob-perl.el (org-babel-perl--var-to-perl): Print Perl variables
2979         with a format string.
2981         * ob-core.el (org-babel-where-is-src-block-result): Allow comments
2982         between code blocks and un-named results.
2984         * ob-sqlite.el (org-babel-sqlite-table-or-scalar): Don't read
2985         sqlite output as lisp.
2987         * ob-core.el (org-babel-check-confirm-evaluate): Refactoring.
2988         (org-babel-confirm-evaluate): Fix whitespaces.
2989         (org-babel-execute-src-block): A cond makes it more clear that we
2990         definitely do not execute without user confirmation.
2991         (org-babel-call-process-region-original): Fixed line over 80 chars
2992         long.
2994         * ob-tangle.el (org-babel-tangle-collect-blocks): Update comment
2995         to reflect changed variable name.
2997         * ob-core.el (org-babel-expand-src-block): Return value of
2998         expanded code block on non-interactive calls.
3000         * ob-perl.el (org-babel-perl-var-wrap): Customizable wrapper for
3001         variables in perl code.
3002         (org-babel-perl-var-to-perl): Use said wrapper.
3004         * ob-sql.el (org-babel-execute:sql): Use the org-babel-eval
3005         command instead of shell-command.
3007         * ob-ocaml.el (org-babel-prep-session:ocaml): Check that
3008         `tuareg-run-caml' is defined before use.
3009         (tuareg-run-ocaml): Declare for compiler.
3011         * ob-core.el (org-babel-result-regexp): Simplify regexp given new
3012         time hash layout.
3013         (org-babel-current-result-hash): New match string.
3014         (org-babel-hide-hash): New match string.
3015         (org-babel-where-is-src-block-result): New match string, and
3016         insert hashes in the new format.
3018         * ob-core.el (org-ts-regexp): Declare.
3019         (org-babel-result-regexp): Now matching time stamp as well.
3020         (org-babel-hash-show-time): New variable controlling the display
3021         of time stamps.
3022         (org-babel-current-result-hash):
3023         (org-babel-hide-all-hashes):
3024         (org-babel-where-is-src-block-result): Use hash time stamps.
3026         * ob-core.el: New file.
3028         * org-macs.el: `org-load-noerror-mustsuffix' requires an autoload.
3030 2013-11-12  Feng Shu  <tumashu@gmail.com>
3032         * ox-odt.el (org-odt--translate-latex-fragments):
3033         * ox-html.el (org-html-latex-environment)
3034         (org-html-latex-fragment): Fix imagemagick support.
3036         * org.el (org-create-formula-image-with-imagemagick): Generate
3037         correct size formula image.
3038         (org-format-latex-header): Change pagestyle command position.
3040         * ox-latex.el (org-latex--caption/label-string): Allow to build a
3041         caption string from `:caption' attribute of #+ATTR_LATEX.
3043         * ox.el (org-export-dictionary): Add Simplified Chinese
3044         translations for `org-export-dictionary'.
3046 2013-11-12  Florian Beck  <fb@miszellen.de>  (tiny change)
3048         * org.el (org-activate-bracket-links): Remove escapes from the
3049         help string.
3051 2013-11-12  Francesco Pizzolante  <xxx@public.gmane.org>  (tiny change)
3053         * ox-html.el (org-html-headline): Normalize the construction of
3054         outline-container DIVs by always using the inner headline ID.
3056         * org.el (org-agenda-prepare-buffers): Protect with
3057         `org-unmodified'.
3059 2013-11-12  Gregor Kappler  <gregor@alcedo.(none)>  (tiny change)
3061         * ox.el (org-export-as): Make sure org-export-babel-evaluate is
3062         not nil before calling `org-export-execute-babel-code'.
3064 2013-11-12  Grégoire Jadi  <gregoire.jadi@gmail.com>
3066         * org.el (org-reftex-citation): Fix contrib package name in the
3067         docstring.
3068         (org-preview-latex-fragment, org-display-inline-images): Detect
3069         whether a graphic display is available before inlining images to
3070         prevent an error.
3071         (org-startup-with-latex-preview): New option.
3072         (org-startup-options): New startup keywords for the new option.
3073         (org-mode): Turn on/off LaTeX preview depending on the new option.
3074         (org-reverse-string): Add `org-reverse-string' to reverse a
3075         string.
3077         * org-id.el (org-id-new, org-id-decode): Replace
3078         `org-id-reverse-string' by `org-reverse-string'.
3080         * ob-core.el (org-babel-trim): Replace `org-babel-reverse-string'
3081         by `org-reverse-string' and declare it.
3083 2013-11-12  Gustav Wikström  <gustav.erik@gmail.com>  (tiny change)
3085         * org-agenda.el (org-agenda-filter-by-category): Display all
3086         filtered out categories.
3088 2013-11-12  Ilya Zonov  <izonov@gmail.com>  (tiny change)
3090         * org-mode (org-mouse-context-menu): Add a correct newtext
3091         parameter for "All Set" and "All Clear" menu items.
3093 2013-11-12  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
3095         * org.el (org-insert-todo-heading-respect-content): Pass correct
3096         prefix arg to always insert heading.
3098         * org-agenda.el
3099         (org-agenda-propertize-selected-todo-keywords): New function to
3100         highlight the current agenda todo keywords depending on
3101         `org-todo-keyword-faces'.
3102         (org-todo-list): Use the new function.
3104 2013-11-12  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>
3106         * org-table.el (org-calc-current-TBLFM): New function to
3107         re-calculate the table by applying the #+TBLFM in the line where
3108         the point is.  Ensure to remove the currently inserted TBLFM line,
3109         when calling `org-table-recalculate' returns an error and the
3110         processing stops.
3112         * org.el (org-ctrl-c-ctrl-c): Call `org-calc-current-TBLFM' when
3113         point is in the #+TBLFM line.
3115         * org-table.el (org-TBLFM-begin): New function.
3116         (org-TBLFM-begin-regexp): New variable.
3118         * org.el (org-at-TBLFM-p): New function.
3119         (org-TBLFM-regexp): New defconst.
3121 2013-11-12  Ivan Vilata i Balaguer  <ivan@selidor.net>  (tiny change)
3123         * org-clock.el (org-clock-get-table-data): Pass tstart and tend
3124         time strings through `org-matcher-time' to allow relative times
3125         besides absolute ones, convert result to encoded time.
3127 2013-11-12  Jambunathan K  <kjambunathan@gmail.com>
3129         * ox-html.el (org-html-code, org-html-verbatim): Transcode value.
3130         (org-html--tags, org-html-format-headline)
3131         (org-html--format-toc-headline, org-html-checkbox)
3132         (org-html-table-cell, org-html-timestamp)
3133         (org-html-verse-block, org-html-special-string-regexps): Replace
3134         named HTML entities with their numeric counterparts.  This keeps
3135         Freemind backend happy.
3137         * org-odt.el (org-export-odt-schema-dir): Modify to accommodate
3138         change in rnc file names.
3140         * org-lparse.el (org-lparse-and-open)
3141         (org-lparse-do-convert): Open exported files with system-specific
3142         application.
3144         * org-odt.el: Don't meddle with `org-file-apps'.
3146 2013-11-12  Jarmo Hurri  <jarmo.hurri@syk.fi>
3148         * org-table.el (org-define-lookup-function): New macro.  Call it
3149         to generate new lookup functions `org-lookup-first',
3150         `org-lookup-last' and `org-lookup-all'.
3152         * org-gnus.el (org-gnus-no-server): New option to start Gnus using
3153         `gnus-no-server'.
3154         (org-gnus-no-new-news): Use the new option.
3156 2013-11-12  Jonas Hoersch  <coroa@online.de>  (tiny change)
3158         * org.el (org-cycle-hide-inline-tasks): Re-hide inline tasks when
3159         switching to 'children visibility state.
3161         * org-inlinetask.el (org-inlinetask-toggle-visibility): Don't use
3162         `org-show-entry' as it cannot unfold an inlinetask properly.
3164 2013-11-12  Jonathan Leech-Pepin  <jonathan.leechpepin@gmail.com>
3166         * ox-texinfo.el: New file.
3168 2013-11-12  Joost Diepenmaat  <joost@zeekat.nl>  (tiny change)
3170         * org.el (org-indent-region): BEGIN_SRC and END_SRC lines should
3171         not be considered part of the source block for the purposes of
3172         indentation.
3174 2013-11-12  Justus Piater  <justus-dev@piater.name>
3176         * org-agenda.el
3177         (org-agenda-skip-deadline-prewarning-if-scheduled): Add an option
3178         to skip the deadline prewarning if the scheduled date is in the
3179         future.
3181 2013-11-12  Kodi Arfer  <git@arfer.net>  (tiny change)
3183         * ox-html.el (org-html-toc): Use <nav> instead of <div> for the
3184         root element when appropriate.
3185         (org-html-paragraph): Wrap "Figure %d:" in <span
3186         class="figure-number">.
3187         (org-html-list-of-tables, org-html-table): Wrap "Table %d:" in
3188         <span class="table-number">.
3189         (org-html-list-of-listings): Wrap "Listing %d:" in
3190         <span class="listing-number">.
3191         (org-html-table): For HTML5, omit :html-table-attributes but not
3192         :id or :attr_html.
3193         (org-html--build-meta-info): Insert no timestamp when
3194         :time-stamp-file is nil.
3196 2013-11-12  Lawrence Mitchell  <wence@gmx.li>
3198         * ox-html.el (org-html-close-tag): Add space before attr.
3200         * ox.el (org-export-resolve-fuzzy-link): Look for fuzzy link in a
3201         cache before trying to resolve it in the parse tree.
3203 2013-11-12  Le Wang  <le.wang@agworld.com.au>
3205         * org-src.el (org-edit-src-code): Use marker with insertion type t
3206         to track end and remove hack requiring delete from beg to (1-
3207         end).
3209 2013-11-12  Max Mikhanosha  <max@openchat.com>
3211         * org-habit.el (org-habit-get-faces): Add show done days green
3212         option.
3214         * org-agenda.el (org-agenda-format-item): Ensure effort is "" when
3215         unset
3217 2013-11-12  Michael Brand  <michael.ch.brand@gmail.com>
3219         * org-table.el (org-table-eval-formula): Align the arrow pointing
3220         to the error in a Calc formula to the other fomula debugger logs.
3222         * org.el (org-link-escape-chars-browser): Add char double quote.
3223         (org-open-at-point): Use the constant
3224         `org-link-escape-chars-browser'.
3226         * org-table.el (org-table-get-remote-range): Extend regexp to
3227         match "#+NAME: table" additionally to "#+TBLNAME: table".
3229         * org-table.el (org-table-eval-formula): Use `keep-empty' in more
3230         places.  Keep empty fields during preprocessing.
3231         (org-table-make-reference): Use nan (not a number) for empty
3232         fields in Calc formulas.  A range with only empty fields should
3233         not always return 0 but also empty string, consistent with field
3234         reference of an empty field.  Use future design for nan but
3235         replicate current behavior.
3236         (org-table-number-regexp): Extend 0x hex to fixed-point number,
3237         add <radix>#<number>, add Calc infinite numbers uinf, -inf and
3238         inf.
3240 2013-11-12  Muchenxuan Tong  <demon386@gmail.com>  (tiny change)
3242         * org-mobile.el (org-mobile-push): Add `save-restriction'.
3244 2013-11-12  Nicolas Goaziou  <n.goaziou@gmail.com>
3246         * ox-latex.el (org-latex-compile): Remove all numbered temporary
3247         files after compiling.
3249         * org-element.el (org-element-headline-interpreter): Take into
3250         consideration `org-odd-levels-only' when building a headline.
3252         * ox-org.el (org-org-headline): Correctly set transcoded headline
3253         level during subtree export.
3255         * ox-html.el (org-html--format-toc-headline): TOC entries are
3256         closer to regular headline formatting.
3258         * org-element.el (org-element-context): Fix error when parsing
3259         affiliated keywords, e.g. "caption".
3261         * org.el (org-do-emphasis-faces): Look for verbatim status at
3262         correct location.
3263         (org-open-at-point): Check if link is non-nil before matching it.
3264         (org-export-insert-default-template): Make sure strings are
3265         properly quoted when inserting a template.  Specifically, default
3266         value for drawers should be d:(not "LOGBOOK"), not d:(not
3267         LOGBOOK).
3268         (org-insert-heading): Do not error out when inserting is to be
3269         done at one of the buffer's boundaries.
3271         * ox-latex.el (org-latex-listings-options): Use correct number of
3272         backslash characters in the example.
3274         * org-element.el (org-element-latex-or-entity-successor)
3275         (org-element-latex-fragment-parser): Use `org-latex-regexps'
3276         instead of `org-format-latex-options'.
3278         * ox-ascii.el:
3279         * ox-beamer.el:
3280         * ox-html.el:
3281         * ox-icalendar.el:
3282         * ox-md.el: Remove comments at the beginning of the file since
3283         the library is documented in Org manual.
3285         * org-element.el (org-element--list-struct): Use
3286         `org-match-string-no-properties'.  Fix block parsing in lists.
3288         * ox-publish.el (org-publish-all): Fix compilation problem.
3290         * org-element.el (org-element-timestamp-interpreter): Correctly
3291         interpret timestamps with delays.
3292         (org-element-timestamp-parser)
3293         (org-element-timestamp-interpreter): Parse warning delays.
3295         * ox-beamer.el (org-beamer--format-section): Fix regression which
3296         prevents frames from being propely exported.
3298         * ox.el (org-export-with-backend): Ensure function will use
3299         provided back-end.
3301         * org-list.el (org-list-allow-alphabetical): Remove reference to
3302         unused VALUE.
3304         * ox-beamer.el (org-beamer--format-section): Protect fragile
3305         commands in sections.
3307         * org.el (org-ctrl-c-ctrl-c): When using C-c C-c at an item with
3308         point on a link, make sure checkbox, if any, is toggled.
3310         * ox-beamer.el (org-beamer--format-block): Return an error message
3311         when using a special environment as a block type.  Also check for
3312         incomplete environment definitions.
3314         * org-element.el (org-element-at-point): If point is at the end of
3315         the buffer, and that buffer ends with a list, and there's no final
3316         newline, return last element in last item instead of plain list.
3317         Fix infloop when called on a blank line at the end of the buffer
3318         after a headline.
3320         * org.el (org-forward-paragraph, org-backward-paragraph): New
3321         functions.
3323         * org.el (org-meta-return): Allow M-RET to insert items within
3324         drawers.  Rewrite function.
3326         * org-element.el (org-element-footnote-definition-parser): Fix
3327         value for :contents-begin when first line of footnote definition
3328         is empty besides the label.
3329         (org-element-at-point): Return correct element when point is on a
3330         blank line just below a headline.
3331         (org-element-paragraph-parser): Use
3332         `org-match-string-no-properties'.  Small fixes to paragraph
3333         parsing.
3335         * org.el (org-adaptive-fill-function): Do not handle
3336         `adaptive-fill-regexp' in comments as the behaviour is not
3337         satisfying.
3339         * org-list.el (org-list-struct-apply-struct): Do not move item's
3340         contents within a child above when repairing indentation.
3342         * ox-html.el (org-html--build-meta-info): Fix output of meta tags
3343         when properties are present.
3345         * ox.el (org-export-collect-headlines): Do not build TOC for
3346         headlines below H value.
3348         * org-element.el (org-element-context): Modify misleading
3349         comment.
3350         (org-element-text-markup-successor)
3351         (org-element-latex-or-entity-successor)
3352         (org-element-export-snippet-successor)
3353         (org-element-footnote-reference-successor)
3354         (org-element-inline-babel-call-successor)
3355         (org-element-inline-src-block-successor)
3356         (org-element-line-break-successor, org-element-link-successor)
3357         (org-element-plain-link-successor, org-element-macro-successor)
3358         (org-element-radio-target-successor)
3359         (org-element-statistics-cookie-successor)
3360         (org-element-sub/superscript-successor)
3361         (org-element-table-cell-successor, org-element-target-successor)
3362         (org-element-timestamp-successor): Remove LIMIT argument.
3363         (org-element--parse-objects, org-element--get-next-object-candidates):
3364         Apply signature change to successors.
3365         (org-element-context): Narrow buffer around object containers so
3366         parsing of objects when using this function is done under the same
3367         restrictions as in buffer parsing.
3369         * ox.el (org-export-table-cell-alignment): Ensure required
3370         variables are available.  Use correct :test.
3371         (org-export-table-cell-width): Modify key (now an element) and
3372         value structure (now a vector) of cache so it can use `eq' as
3373         test. Elements are circular lists so `equal' cannot apply on them.
3375         * ox-publish.el (project-plist): Remove variable.
3377         * ox.el (org-export-to-buffer, org-export-to-file): Fix
3378         docstrings.
3380         * ox-org.el (org-export-as-org): Add missing BODY-ONLY argument,
3381         which is always nil in this back-end.
3383         * org.el (org-adaptive-fill-function): Look for a fill prefix at
3384         the beginning of the paragraph and subsquently on its second line
3385         instead of the current line.
3387         * ob-core.el (org-babel-get-src-block-info): Look for indentation
3388         value at the correct location.
3390         * ox.el (org-export-data-with-backend): Set temporary back-end as
3391         the new back-end in local communication channel.
3392         (org-export-filter-apply-functions): Handle corner case where
3393         back-end is nil.  Only provide back-end name (a symbol) as second
3394         argument of filters, not the full back-end (a vector).
3396         * ox-publish.el (org-publish-find-title): Fix title when no
3397         #+TITLE property is provided.
3399         * ox.el (org-export-store-default-title): Remove-function.
3400         (org-export--default-title): Remove variable.
3401         (org-export-options-alist): Do not use a default value.
3402         (org-export--get-buffer-attributes): Store a default title.
3403         (org-export-as): Apply function removal.
3404         (org-export--get-global-options): Do not set a property with an
3405         explicitly nil value.
3407         * ox-publish.el (org-publish-sitemap-sort-files)
3408         (org-publish-sitemap-sort-folders)
3409         (org-publish-sitemap-ignore-case, org-publish-sitemap-requested)
3410         (org-publish-sitemap-date-format)
3411         (org-publish-sitemap-file-entry-format): Set prefix to
3412         "org-publish-sitemap" instead of "org-sitemap".
3413         (org-publish-compare-directory-files)
3414         (org-publish-get-base-files-1, org-publish-projects)
3415         (org-publish-format-file-entry): Use new prefix.
3417         * org-clock.el (org-clock-total-time-cell-format)
3418         (org-clock-file-time-cell-format): Use correct type.
3420         * ob-haskell.el:
3421         * ox-ascii.el (org-ascii-export-as-ascii)
3422         (org-ascii-export-to-ascii):
3423         * ox-beamer.el (org-beamer-export-as-latex)
3424         (org-beamer-export-to-latex, org-beamer-export-to-pdf):
3425         * ox-html.el (org-html-export-as-html, org-html-export-to-html):
3426         * ox-icalendar.el (org-icalendar-export-to-ics):
3427         * ox-latex.el (org-latex-export-as-latex)
3428         (org-latex-export-to-pdf):
3429         * ox-man.el (org-man-export-to-man, org-man-export-to-pdf):
3430         * ox-md.el (org-md-export-as-markdown, org-md-export-to-markdown):
3431         * ox-odt.el (org-odt-export-to-odt):
3432         * ox-org.el (org-org-export-as-org, org-org-export-to-org):
3433         * ox-publish.el (org-publish-org-to):
3434         * ox-texinfo.el (org-texinfo-export-to-texinfo)
3435         (org-texinfo-export-to-info):
3436         * ox.el (org-export-to-buffer): Add two arguments: one to trigger
3437         asynchronous export and the other to do extra processing from
3438         within the buffer.
3439         (org-export-to-file): Add two arguments: one to trigger
3440         asynchronous export and the other to do extra processing on the
3441         output file.
3442         (org-export-async-start): Small clean up.
3444         * ox.el (org-export-as): Use new back-end structure.
3445         (org-export-current-backend): New variable.
3446         (org-export-as): Use new variable.
3448         * ox-ascii.el (org-ascii-table): Remove spurious new line between
3449         a table and the caption below.
3451         * ox.el (org-export-to-file): Preserve coding system when writing
3452         output.
3453         (org-export-stack-mode-map): Fix compilation error with Emacs <
3454         24.
3455         (org-export--dispatch-action): Maintain compatibility with Emacs
3456         23.
3458         * org.el (org-adaptive-fill-function, org-fill-paragraph): Add
3459         support for `adaptive-fill-regexp' in paragraphs and comments.
3460         (org-indent-line): Fix indentation after a list.
3462         * ox.el (org-export--get-inbuffer-options): Multiple options can
3463         now be set through the same buffer keyword.
3465         * org-element.el (org-element-plain-list-parser): Fix infloop when
3466         parsing a list at the end of buffer, if buffer doesn't end at a
3467         line beginning.
3468         (org-element-link-parser): Do not url-decode parsed links.
3470         * org-pcomplete.el (pcomplete/org-mode/file-option): Remove
3471         spurious white spaces, excepted for source blocks' opening string.
3472         Small refactoring.
3473         (pcomplete/org-mode/file-option): Remove spurious colons from
3474         block boundaries.
3476         * ox-publish.el (org-publish-find-date): Also return date for
3477         directories.
3478         (org-publish-get-base-files-1): Fix :recursive parameter ignoring
3479         extension restriction.
3481         * ox-beamer.el: Remove strange indentation in default header.
3482         (org-beamer-template): Fix missing newlines in header.
3484         * ox-latex.el (org-latex-template): Fix missing newlines in
3485         header.
3487         * ox.el (org-export-insert-default-template): Fix
3488         "wrong-type-argument" error in template insertion.
3490         * org.el (org-fill-paragraph): Use empty commented lines as
3491         separators when filling comments.  This mimics default behaviour
3492         from "newcomment.el", which is not used in Org.
3494         * ox-html.el (org-html-link): Add image attributes to "img" tag,
3495         not to the "a" container.  Also fix spacing for attributes.
3497         * org.el (org-fill-paragraph): Do not mix consecutive comments
3498         when filling any of them.
3500         * ox-html.el (org-html-format-headline--wrap): Fix number of
3501         arguments when setting `org-html-format-headline-function'.
3503         * org-element.el (org-element-item-interpreter): This patch fixes
3504         "(wrong-type-argument arrayp nil)" error when trying to interpret
3505         empty items.  Correctly interpret back plain lists with "*" items.
3506         This fixes "This is not a list" error returned in this case.
3508         * ox-latex.el (org-latex-listings): Update docstring.
3510         * org-pcomplete.el (pcomplete/org-mode/file-option/options): Apply
3511         changes to export back-end definiton.
3513         * org.el (org-get-export-keywords): Apply changes to export
3514         back-end definiton.
3516         * ox-html.el (org-html--format-toc-headline): Make use of
3517         anonymous back-ends.
3519         * ox-odt.el (org-odt-footnote-reference): Make use of anonymous
3520         back-ends.
3521         (org-odt-format-label, org-odt-toc)
3522         (org-odt-format-headline--wrap): Use `org-export-with-backend'
3523         instead of `org-export-with-translations'.
3525         * ox.el (org-export--registered-backends): Renamed from
3526         `org-export-registered-backends'.
3527         (org-export-invisible-backends): Removed variable.
3528         (org-export-get-backend, org-export-get-all-transcoders
3529         org-export-get-all-options, org-export-get-all-filters): New
3530         functions.  It replaces `org-export-backend-translate-table'.
3531         (org-export-barf-if-invalid-backend, org-export-derived-backend-p,
3532         org-export-define-backend, org-export-define-derived-backend):
3533         Rewrite functions using new representation.
3534         (org-export-backend-translate-table): Remove function.
3535         (org-export-get-environment): Use new function.
3536         (org-export--get-subtree-options, org-export--parse-option-keyword,
3537         org-export--get-inbuffer-options, org-export--get-global-options,
3538         org-export-to-buffer org-export-to-file, org-export-string-as
3539         org-export-replace-region-by): Update docstring.
3540         (org-export-data-with-translations): Remove function.  Use
3541         `org-export-data-with-backend' with a temporary back-end instead.
3542         (org-export-data-with-backend, org-export-as): Reflect new definition
3543         for back-ends.
3544         (org-export--dispatch-action, org-export--dispatch-ui): Reflect new
3545         definition for back-ends and variable removal.  Refactoring.
3546         (org-export-filter-apply-functions): Call functions with
3547         current back-end's name, not full back-end.
3549         * org.el (org-export-backends, org-create-formula--latex-header):
3550         Use new structure and variables.
3552         * ox-html.el (org-html-inline-images): Change default value and
3553         remove `maybe'.
3554         (org-html-format-inline-image): Remove functions.
3555         (org-html--wrap-image, org-html--format-image)
3556         (org-html-inline-image-p): New functions.
3557         (org-html-latex-environment, org-html-latex-fragment): Use new
3558         functions.
3559         (org-html-standalone-image-p): Use new functions.  Also remove an
3560         unused optional argument.
3561         (org-html-link, org-html-paragraph): Correctly export hyperlinked
3562         images.
3564         * ox.el (org-export-dictionary): Update some translations.
3566         * ox-odt.el (org-odt-label-styles, org-odt-category-map-alist):
3567         Fix docstring.
3568         (org-odt-format-label): Add docstring.  Internationalize prefix.
3570         * ox.el (org-export-dictionary): Add entry for colons.
3572         * ox-odt.el (org-odt--suppress-some-translators): Remove function.
3574         * ox-html.el (org-html-link): Remove left-over binding.
3576         * ox-beamer.el (org-beamer-environments-extra): Allow to add raw
3577         title in environment definition.
3578         (org-beamer--format-block): Handle new placeholders.
3580         * ox-html.el (org-html-link): Small refactoring.
3582         * org-element.el (org-element--current-element): Fix
3583         org-meta-return error at the end of buffer.
3585         * ox-odt.el (org-odt-category-map-alist): Fix internationalization
3586         of "Table" and "Listing".
3588         * ox.el (org-export-dictionary): Remove useless dictionary
3589         entries.
3591         * ox-ascii.el (org-ascii--build-caption): Apply removal.
3593         * ox.el (org-export-dictionary): Add spanish and german
3594         translations.
3596         * ox-odt.el (org-odt-link): Fuzzy links to an headline with a
3597         description always use that description, even if the description
3598         is the same as the headline title.
3599         (org-odt-plain-text): Allow to turn smart quotes off.
3601         * ox-latex.el (org-latex--get-footnote-counter): Remove function.
3603         * org.el (org-setup-filling): Set `paragraph-start' and
3604         `paragraph-separate'.
3605         (org-fill-paragraph-separate-nobreak-p): Remove function.
3606         (org-mode): Do not set `paragraph-start'.
3608         * ox-html.el (html): Replace "HTML_HTML5_FANCY",
3609         "HTML_INCLUDE_STYLE" and "HTML_INCLUDE_SCRIPTS" with,
3610         respectively, ":html5-fancy", "html-style" and "html-scripts"
3611         options.
3612         (org-html-html5-fancy): Reformat docstring.
3613         (org-html-template): Fix typo preventing insertion of link up/link
3614         home anchors.
3616         * org.el (org-create-formula--latex-header): Replace AUTO with
3617         appropriate language when previewing snippets.
3619         * ox-latex.el (org-latex-item): Allow hyperref and footnotemark in
3620         items description tags.  Also remove a unnecessary hack allowing
3621         footnotemark with an optional argument in the tag.
3623         * ox.el (org-export-resolve-fuzzy-link): Fix link resolution when
3624         link lives before the first headline.
3626         * org-element.el (org-element-special-block-parser): Fix typo in
3627         regexp matching block type.  Also quote the type so it can contain
3628         special characters.
3630         * ox-latex.el (org-latex-pdf-process): This argument can cause
3631         problem with links with a relative path, since compilation happens
3632         in a different directory.
3634         * org.el (org-latex-default-packages-alist): Load "ulem" package
3635         by default.  Use "[normalem]" option to preserve \emph definition.
3637         * ox-latex.el (org-latex-text-markup-alist): Use "\uline" and
3638         "\sout" commands from "ulem" package.
3640         * org.el (org-latex-default-packages-alist): Document need for
3641         "soul" package.
3643         * ox-latex.el (org-latex-text-markup-alist): Use \ul (from "soul"
3644         package) instead of \underline for underline text.
3646         * ox.el (org-export-read-attribute): Fix "Wrong argument type"
3647         error when attributes start with :key "".
3649         * org.el (org-fill-paragraph-separate-nobreak-p)
3650         (org-fill-line-break-nobreak-p)
3651         (org-fill-paragraph-with-timestamp-nobreak-p): Fix docstrings.
3653         * org-element.el (org-element--list-struct): Fix failing
3654         "plain-list-parser" test.
3656         * ox-latex.el (org-latex-src-block): Handle :float attribute. Its
3657         value can be set to "t", "multicolumn" or "nil".  Also remove
3658         :long-listing attribute, which is now replaced with :float nil.
3659         (org-latex--org-table): Replace :float table with :float t.
3660         (org-latex--inline-image): Replace :float figure with :float t.
3661         (org-latex-long-listings): Remove variable.
3663         * org-element.el (org-element--list-struct): New function.
3664         (org-element-plain-list-parser, org-element--current-element): Use
3665         new function.
3667         * ox-man.el (org-man-compile):
3668         * ox-texinfo.el (org-texinfo-compile): Use appropriate argument.
3670         * ox-latex.el (org-latex-compile):
3671         * ox-man.el (org-man-compile):
3672         * ox-texinfo.el (org-texinfo-compile): Properly set working
3673         directory.
3675         * ox-latex.el (org-latex-compile):
3676         * ox-texinfo.el (org-texinfo-compile): Make sure generated file
3677         can be found by `file-exists-p'.
3679         * ox-md.el (md): Delegate underscore transcoding to HTML back-end.
3681         * org-element.el (org-element--remove-indentation): Small
3682         optimization.
3683         (org-element--remove-indentation): New function.
3684         (org-element-example-block-parser, org-element-src-block-parser):
3685         Use new function.
3686         (org-element-src-block-interpreter): Update function according to
3687         change.
3689         * ox.el (org-export-unravel-code): Do not remove any indentation
3690         since it now happens at the parser level.
3691         (org-export-table-cell-width): Be sure to use cache even when
3692         stored value is nil.
3693         (org-export--default-title): Fix "Symbol's value as variable is
3694         void: org-export--default-title".
3696         * ox-ascii.el (org-ascii--table-cell-width): Cache results of this
3697         internal function since it is called at each cell, though its
3698         value only change column wise.
3700         * ox.el (org-export-resolve-fuzzy-link): Change property name
3701         holding cache.
3702         (org-export-table-has-header-p, org-export-table-row-group)
3703         (org-export-table-cell-width, org-export-table-cell-alignment):
3704         Cache results.
3705         (org-export-table-cell-address): Refactor.
3706         (org-export-get-parent): Inline function.
3707         (org-export-options-alist): Change default value for :title
3708         property.
3709         (org-export--default-title): New dynamically scoped variable.
3710         (org-export-store-default-title): New function.
3711         (org-export--get-buffer-attributes): Remove title handling.
3712         (org-export--get-global-options): Revert "ox: Fix default title".
3713         Refactor code.
3715         * ox-html.el (org-html-format-latex): Provide a prefix for
3716         temporary file when using dvipng, even if the current buffer isn't
3717         associated to a file.
3719         * ox.el (org-export-resolve-radio-link): Ignore whitespace
3720         differences when resolving a radio link.
3721         (org-export-resolve-radio-link): Fix radio target resolution.
3723         * org-element.el (org-element--current-element): Be stricter when
3724         matching arguments in LaTeX environments.  In particular, do not
3725         allow anything else than options and arguments in the opening
3726         line.
3728         * ox-html.el (org-html-inner-template): Remove code relative to
3729         bibliography.
3730         (org-html-bibliography): Remove function.
3732         * ox-latex.el (org-latex-plain-text): Protect ^ char with \^{},
3733         not only \^, so it doesn't become a diacritic.
3735         * ox-html.el (org-html--build-meta-info): Fix code typo.
3737         * ox.el (org-export-expand-include-keyword): Avoid using `read' to
3738         determine file name.
3739         (org-export--get-global-options): Properly set default title,
3740         i.e. when to TITLE keyword is provided.
3742         * org-element.el (org-element--parse-elements): Also parse visible
3743         headlines within an otherwise compacted headline.
3745         * ox.el (org-export-expand-include-keyword): Tolerate included
3746         file names without double quotes.
3747         (org-export-resolve-fuzzy-link): Fix caching process.
3749         * ox-publish.el (org-publish-find-date): Fix "Invalid time
3750         specification" error with timestamps in DATE.
3752         * org-element.el (org-element--current-element): Allow the opening
3753         string of a LaTeX environment to contain additional arguments.
3755         * org.el (org-insert-heading): Refactor to use `org-in-item-p'
3756         only once.
3758         * ox.el (org-export-expand): Optionally add affiliated keywords to
3759         results.
3761         * ox-org.el (org-org-identity): Use new argument for
3762         `org-export-expand'.
3764         * org.el (org-fill-paragraph): Move to table beginning before
3765         aligning the table when M-q is called from an affiliated keyword.
3767         * org-list.el (org-list-allow-alphabetical): Properly update
3768         `org-list-allow-alphabetical' when changed after org.el has been
3769         loaded.
3771         * org-element.el (org-element-fixed-width-interpreter): Fix
3772         interpretation of fixed-width elements with a nil or empty string
3773         value.
3775         * ox-html.el (org-html-link): Don't skip the link description when
3776         it matches the name of the headline it targets.
3778         * ox-html.el (org-html-link): Don't skip the link description when
3779         it matches the name of the headline it targets.
3781         * ox-ascii.el (ascii): Remove inexistant function.
3783         * ox-icalendar.el (icalendar): Ignore footnotes.
3784         (org-icalendar--combine-files): Small refactoring.
3786         * ox.el (org-export--skip-p, org-export--interpret-p): When
3787         `org-export-with-footnotes' is nil, ignore completely footnotes
3788         references and definitions instead of exporting them verbatim.
3790         * ox-beamer.el (org-beamer--frame-level): Small refactoring.
3791         (org-beamer--format-block, org-beamer-headline): Do not systematically
3792         downcase environment names as some require upper case in their
3793         names (e.g. noteNH and CJK).
3795         * ox.el (org-export-with-timestamps): Only applies to isolated
3796         timestamps, i.e. timestamps in a paragraph containing only
3797         timestamps and empty strings.
3798         (org-export--skip-p): Skip timestamps according to new behaviour.
3800         * ox-latex.el (org-latex--script-size): Handle consecutive
3801         alterning sub and superscript.
3803         * ox-org.el (org-org-identity): Fix docstring.  Tiny refactoring.
3804         (org-org-headline, org-org-keyword): Fix docstring.
3806         * ox-latex.el (org-latex--script-size): Use \text command for
3807         subscript and superscript.  This is far superior to \mathrm, but
3808         it requires "amstext" package.  In particular, accented characters
3809         are now allowed within sub/superscript.
3811         * org.el (org-latex-default-packages-alist): Add "amstext"
3812         package.
3814         * ox-latex.el (org-latex--script-size): Fix error when using
3815         sub/superscript within sub/superscript.
3817         * ox-latex.el (org-latex--script-size): New function.
3818         (org-latex-subscript, org-latex-superscript): Use new function.
3819         Remove instructions since everything is documented in Org manual.
3821         * ox.el (org-export-with-smart-quotes): Use LATEX instead of LaTeX
3822         for keywords, the latter being hard to type, somewhat difficult to
3823         read, and overall just pedantic.
3825         * ox-latex.el (org-latex-classes): Be more explicit about
3826         LATEX_HEADER_EXTRA.
3828         * ox-html.el (org-html--build-meta-info): Fix invalid characters
3829         in html attributes.
3831         * ox.el (org-export-filters-alist): Remove macro filter.
3832         (org-export-filter-macro-functions): Remove variable.
3834         * ox-beamer.el (beamer): Install a default class set-up when
3835         loading library.
3837         * ox-latex.el (org-latex-classes): Update docstring.
3839         * ox-latex.el (org-latex--inline-image): Remove specific default
3840         image width for floats.  If no width nor height is provided, it
3841         should default to `org-latex-image-default-width' value.
3843         * org.el (org-extract-attributes-from-string)
3844         (org-attributes-to-string): Remove functions.
3846         * ox-html.el (html): Rename :html-table-tag property into
3847         :org-table-attributes.
3848         (org-html-table-default-attributes): New variable.
3849         (org-html-table-tag): Removed variable.
3850         (org-html--make-attribute-string): New function.
3851         (org-html-link--inline-image, org-html-table): Use new function.
3852         (org-html-splice-attributes, org-export-splice-style): Remove
3853         functions.
3854         (org-html-inline-image-rules): Remove out of context part of the
3855         docstring.
3857         * ox.el (org-export-read-attribute): Allow to use empty strings in
3858         attributes.
3860         * ox-html.el (org-html-metadata-timestamp-format): New variable,
3861         renamed from `org-html--timestamp-format'.
3862         (org-html--build-meta-info, org-html-format-spec,
3863         org-html--build-pre/postamble): Use new variable.
3865         * ox.el (org-export-table-row-number): New function.
3866         (org-export-table-cell-address): Use new function.
3868         * org-element.el (org-element-table-cell-successor): Parse table
3869         cells with missing ending space.
3871         * ox-latex.el (org-latex--math-table): Fix inline-math table
3872         environment.
3874         * ox-html.el (org-html-doctype): Make value fit on a single line
3875         so `org-export-insert-default-template' can handle it.
3876         (org-html-creator-string): Change default value.
3878         * ox.el (org-export-creator-string): Change default value.
3880         * ox-html.el (org-html-postamble-format)
3881         (org-html-preamble-format): Allow last modification time of source
3882         in template.  Fix docstrings.
3883         (org-html-format-spec): Produce last modification time when the source
3884         is a file.
3886         * ox.el (org-export-with-archived-trees, org-export-with-author)
3887         (org-export-with-clocks, org-export-with-date)
3888         (org-export-creator-string, org-export-with-drawers)
3889         (org-export-with-email, org-export-with-emphasize)
3890         (org-export-exclude-tags, org-export-with-fixed-width)
3891         (org-export-with-footnotes, org-export-with-latex)
3892         (org-export-headline-levels, org-export-default-language)
3893         (org-export-preserve-breaks, org-export-with-entities)
3894         (org-export-with-inlinetasks, org-export-with-planning)
3895         (org-export-with-priority, org-export-with-section-numbers)
3896         (org-export-select-tags, org-export-with-smart-quotes)
3897         (org-export-with-special-strings)
3898         (org-export-with-statistics-cookies)
3899         (org-export-with-sub-superscripts, org-export-with-toc)
3900         (org-export-with-tables, org-export-with-tags)
3901         (org-export-with-tasks, org-export-time-stamp-file)
3902         (org-export-with-timestamps, org-export-with-todo-keywords): Fix
3903         docstrings.
3905         * ox-html.el (org-html-postamble-format): Slightly change default
3906         value so "Generated by" string doesn't get duplicated.
3907         (org-html-creator-string): Fix docstring.
3909         * ox.el (org-export--get-inbuffer-options)
3910         (org-export--list-bound-variables)
3911         (org-export--generate-copy-script, org-export-string-as)
3912         (org-export-expand-include-keyword)
3913         (org-export--prepare-file-contents): Inhibit startup process when
3914         calling `org-mode'.
3916         * ox-publish.el (org-publish-find-date): Fix "bad timestamp" error
3917         with some DATE values: :date property in communication channel is
3918         no longer a string.
3920         * ox.el (org-export-insert-default-template): New function.
3921         (org-export--dispatch-ui, org-export--dispatch-action): Access to
3922         the function through the dispatcher.
3924         * ox-icalendar.el (org-icalendar-convert-timestamp): Update
3925         docstring.
3926         (org-icalendar-dtstamp): New function.
3927         (org-icalendar--vevent, org-icalendar--vtodo): Use new function.
3929         * ox-ascii.el (org-ascii-link):
3930         * ox-html.el (org-html-keyword):
3931         * ox-latex.el (org-latex-keyword, org-latex-link):
3932         * ox-man.el (org-man-keyword):
3933         * ox-md.el (org-md-link):
3934         * ox-odt.el (org-odt-keyword):
3935         * org.el (org-store-link, org-link-search, org-options-keywords):
3936         Remove reference to TARGET keyword.
3938         * ox.el (org-export-resolve-fuzzy-link, org-export-get-ordinal):
3939         Do not use TARGET as a destination for links anymore.
3941         * ox-org.el (org): Add a menu entry for the back-end.
3942         (org-org-export-as-org, org-org-export-to-org): New functions.
3944         * org.el (org-export-backends): Accept `org' as a loadable
3945         back-end.
3947         * ox-ascii.el (org-ascii-template--document-title): Use new function.
3949         * ox-beamer.el (org-beamer-template): Use new function.
3951         * ox-html.el (org-html-format-spec): Use new function.
3953         * ox-latex.el (org-latex-template): Use new function.
3954         (org-latex-date-timestamp-format): Remove variable.
3956         * ox.el (org-export-date-timestamp-format): New variable.
3957         (org-export-get-date): New function.
3959         * ox-odt.el (org-odt--format-paragraph): New function.
3960         (org-odt-paragraph): Use new function to limit code duplication.
3961         (org-odt-footnote-reference): Change default style for paragraphs
3962         when transcoding a footnote definition.
3964         * org-macro.el (org-macro--collect-macros): Fix a bug where
3965         reading a macro in a setup file would remove other macros read so
3966         far from template.  Change function signature.
3967         (org-macro-initialize-templates): Apply signature change from function
3968         above.
3970         * ox.el (org-export--list-bound-variables): Renamed from
3971         `org-export--install-letbind-maybe'.  Though, only return list of
3972         bound variables instead of installing them as buffer-local
3973         variables.
3974         (org-export-get-environment): Use new function.  Take care of the
3975         installation of bound variables.
3976         (org-export--generate-copy-script): Make sure non-Org variables are
3977         also installed in buffer copy.
3979         * ox.el (org-export-get-environment): Update comment.
3980         (org-export--install-letbind-maybe): Go into SETUPFILE files and
3981         handle BIND keywords there.
3983         * ox-latex.el (org-latex-link): Do not prefix relative paths with
3984         "file://".
3986         * org.el (org-link-search): Preserve priority of #+TARGET over
3987         #+NAME when resolving a link.
3989         * ox-latex.el (org-latex-long-listings): New variable.
3990         (org-latex-src-block): Use new variable.
3992         * ox.el (org-export-data): White spaces after export snippets are
3993         never ignored.
3995         * org-element.el (org-element-macro-parser): Allow to escape
3996         escaping character before a comma.  Also do not trim spaces at
3997         argument boundaries.
3999         * ox.el (org-export-async-start): Use correct coding system so
4000         unibyte characters do not appear in the resulting buffer or file.
4001         (org-export--copy-to-kill-ring-p): Move function elsewhere in the
4002         file.
4004         * ox-latex.el (org-latex--inline-image): Fix error when no default
4005         width, height and option are provided and no attribute is set for
4006         the inline image.
4008         * org.el (org-comment-or-uncomment-region): Fix commenting lines
4009         beginning with a link.
4010         (org-delete-char): Fix "Invalid use of `\\' in replacement text"
4011         when deleting a character in a cell which contains "\"
4012         (org-export-backends): Remove duplicates.  Reorder alphabetically.
4014         * ox-texinfo.el (org-texinfo-plain-list): Use `member' instead of
4015         `memq' when matching strings.
4017         * ox.el (org-export-read-attribute): Do not use `read' to read
4018         attributes.  Instead, extract keywords and values from it, which
4019         means each value will be a string when non-nil.
4021         * ox-beamer.el (org-beamer-plain-list): Use new attribute syntax.
4023         * ox-html.el (org-html--textarea-block): Use new attribute syntax.
4025         * ox-latex.el (org-latex--inline-image, org-latex--org-table)
4026         (org-latex--math-table): Use new attribute syntax.
4028         * ox-man.el (org-man-table--org-table): Use new attribute syntax.
4029         Small refactoring.
4031         * ox-odt.el (org-odt-link--inline-image, org-odt-table-cell): Use
4032         new attribute syntax.
4034         * ox.el (org-export-async-start): Remove code evaluation queries
4035         from asynchronous export.
4037         * ox-latex.el (latex): Activate smart quotes by default.
4038         (org-latex--inline-image): Don't insert a default width when
4039         height is provided in a figure environment.
4040         (org-latex--inline-image): Do not use default width
4041         (resp. height) when an user height (resp. width) is provided.
4042         Also, default height is only used when image is not wrapped within
4043         a figure or wrapfigure environment, in order to preserve ratio.
4044         (org-latex-image-default-width, org-latex-image-default-height):
4045         Update docstring.
4047         * ox-icalendar.el (org-icalendar-create-uid): Fix error when
4048         `org-icalendar-store-UID' is non-nil.
4050         * ox-latex.el (latex): Introduce new buffer keyword.
4051         (org-latex-template): Use new keyword.
4053         * ox-beamer.el (org-beamer-template): Use new keyword.
4055         * org.el (org-create-formula--latex-header): Use new keyword.
4057         * ox-beamer.el (org-beamer-column-view-format, org-beamer-theme)
4058         (org-beamer-environments-extra): Add :version and
4059         :package-version.
4061         * ox-html.el (org-html-with-latex, org-html-inline-image-rules):
4062         Add :version and :package-version.
4064         * ox-latex.el (org-latex-inline-image-rules)
4065         (org-latex-default-table-environment)
4066         (org-latex-default-table-mode, org-latex-tables-booktabs)
4067         (org-latex-table-scientific-notation, org-latex-known-errors): Add
4068         :version and :package-version.
4070         * ox-md.el (org-md-headline-style): Add :version and
4071         :package-version.
4073         * ox-odt.el (org-odt-with-latex): Add :version
4074         and :package-version.
4076         * ox.el (org-export-with-drawers, org-export-with-latex)
4077         (org-export-with-inlinetasks, org-export-with-planning)
4078         (org-export-with-smart-quotes, org-export-with-statistics-cookies)
4079         (org-export-allow-bind-keywords, org-export-async-init-file): Add
4080         :version and :package-version.
4082         * ox-icalendar.el (org-icalendar-export-to-ics): Change back-end
4083         name from `e-ascii' to `ascii'.
4085         * ox.el (org-export--generate-copy-script): Call `org-mode' when
4086         duplicating a buffer.  It will properly set every variable, like
4087         `comment-start'.
4088         (org-export-async-start): Do not call `org-mode' since this is done
4089         already in the previous function.
4091         * ox-beamer.el (org-beamer-keyword): Remove frame arount toc when
4092         generated from a TOC keyword.
4094         * org.el (org-export-backends): Do not reset list of loaded
4095         back-ends to variable's value after a reload.
4097         * ox-latex.el (org-latex-src-block): Do not overwrite provided
4098         numbering options in minted and listings.
4099         (org-latex-headline): Don't add optional title on unnumbered
4100         headlines.
4102         * ox-html.el (html): Fix "HTML_HEAD" and "HTML_HEAD_EXTRA"
4103         keywords.  Allow multiple #+LATEX_HEAD and #+LATEX_HEAD_EXTRA
4104         again.
4106         * org.el (org-fill-paragraph): Small refactoring to
4107         `org-fill-paragraph'.  Do not look for table cells in a paragraph.
4109         * org-element.el (org-element-object-restrictions): Simplify
4110         restrictions within secondary strings and objects.
4112         * org-list.el (org-list-send-list): Do not rely on
4113         `org-list-parse-list'.
4114         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Use
4115         appropriate export back-end instead of using
4116         `org-list-to-generic'.
4118         * ox-html.el (org-html-inner-template): Remove contents div and
4119         title.
4120         (org-html-template): Add contents div and title.
4121         (org-html-infojs-install-script): Can't activate jsinfo script
4122         during a body-only export.
4124         * ox.el (org-export-as): Store export options in :export-options
4125         porperty within communication channel.
4127         * ox-latex.el (org-latex-item): Fix wrong behaviour when a counter
4128         is set in an ordered list while its parent is not ordered.
4130         * ox.el (org-export-format-code-default): Handle empty source
4131         blocks more gracefully.
4133         * ox-ascii.el (org-ascii-src-block): Handle empty blocks more
4134         gracefully.
4136         * org.el (org-export-backends): Update variable.  `infojs' was
4137         merged into ox-html and `freemind' was added.
4139         * ox.el (org-export--selected-trees): Also mark inlinetasks with a
4140         select tag.
4141         (org-export--skip-p): Skip inlinetasks with a :noexport: tag.
4143         * ob-tangle.el (org-babel-spec-to-string): Use dedicated function
4144         for unescaping code.
4146         * ox-html.el (org-html-link): Silence byte-compiler.
4147         (html): Add infojs installation script in options filter.
4148         (org-html-infojs-install-script): Remove check for back-end as we
4149         can safely assume the function will be called from `html' back-end
4150         or one of its derivative.
4152         * ox-icalendar.el (org-agenda-collect-markers)
4153         (org-create-marker-find-array): Remove functions.
4154         (org-icalendar-export-current-agenda): Integrate previous
4155         functions.
4157         * ox-latex.el (org-latex-format-headline-default-function): Use
4158         declarative shape to nest makup for TODO keywords.  Previous
4159         syntax generated errors during export.
4161         * ox.el (org-export-async-start): Ignore `org-mode-hook' and
4162         `kill-emacs-hook'.  The first one has been run in the original
4163         buffer.  The second is not necessary and can pollute output to a
4164         temporary buffer (e.g. with `org-clock-persistence-insinuate').
4166         * ox-html.el (org-html-inner-template): Remove title.
4167         (org-html-template): Add title.
4169         * ox.el (org-export--get-min-level): Ignore footnote section when
4170         computing minimal headline level.
4172         * org.el (org-do-latex-and-related): Fix infloop when user
4173         provides a wrong value for `org-highlight-latex-and-related'. In
4174         this case, `org-latex-and-related-regexp' is the empty string and
4175         generates an infloop since matching it doesn't move point.
4177         * org-element.el (org-element-headline-parser): Rename
4178         :optional-title into :alt-title.
4180         * ox.el (org-export-get-alt-title): Renamed from
4181         `org-export-get-optional-title'.
4183         * ox-ascii.el (org-ascii--build-title):
4184         * ox-html.el (org-html--format-toc-headline):
4185         * ox-latex.el (org-latex-headline):
4186         * ox-texinfo.el (org-texinfo--get-node)
4187         (org-texinfo--generate-menu-items): Apply name change.
4189         * ox.el (org-export--get-inbuffer-options): Remove an optional
4190         argument.  Rewrite function.  Properties read from a setupfile do
4191         not overwrite anymore previously computed properties.
4192         (org-export-get-environment): Apply changes to previous function.
4194         * org.el (org-create-formula--latex-header): Apply arity change
4195         from `org-export--get-inbuffer-options'.
4197         * ox-latex.el (org-latex-compile): Add an optional argument for
4198         latex snippet previewing.
4200         * org.el (org-create-formula-image-with-imagemagick): Use
4201         `org-latex-compile' instead of rewriting it.
4203         * ox-html.el (org-html-fontify-code): Do not use [^\000] in
4204         regexps that may match large strings.
4206         * org.el (org-create-formula--latex-header): New function.
4207         (org-create-formula-image-with-dvipng)
4208         (org-create-formula-image-with-imagemagick): Use new function.
4210         * ox.el (org-export-get-previous-element): Change order of retured
4211         elements in `org-export-get-previous-element'.
4213         * org-element.el (org-element-all-successors): Add `plain-link'
4214         successor.
4215         (org-element-object-restrictions): Remove `link' within `link'.
4216         Allow `plain-link' instead.
4217         (org-element-plain-link-successor): New function.
4219         * org.el (org-match-substring-regexp)
4220         (org-match-substring-with-braces-regexp): Update regexp.  A
4221         sub/superscript cannot start anymore at the beginning of the line
4222         or after a space.
4224         * org-element.el (org-element--get-next-object-candidates):
4225         Rewrite function to simplify algorithm.
4226         (org-element-context, org-element--parse-elements): Apply changes.
4228         * org.el (org-fill-paragraph): Apply changes.
4230         * ox-html.el (org-html-link, org-html-link--inline-image):
4231         Attributes specified to a paragraph only apply to first link
4232         within.
4234         * ox-latex.el (org-latex-headline): Do not add optional section
4235         name when section is unnumbered.
4237         * org.el (org-in-verbatim-emphasis): Fix false positive when point
4238         is just after the closing emphasis marker.
4239         (org-fill-paragraph): Do not move point when filling a table.
4241         * ox-ascii.el (ascii): Add new filter.
4242         (org-ascii-filter-comment-spacing): New function.
4243         (org-latex-keyword): Remove "figures" value.
4245         * ox-ascii.el (org-ascii--list-tables): Fix docstring.
4247         * ox-html.el (org-html--format-toc-headline): Fix function name.
4248         (org-html-toc, org-html--toc-text): Change to docstring.
4249         (org-html-list-of-listings, org-html-list-of-tables): New
4250         functions.
4251         (org-html-keyword): Use new functions.
4252         (org-html-src-block): Add an ID attribute when a name is given.
4254         * org-element.el (org-element-footnote-definition-parser): Require
4255         2 blank lines to separate footnote definition.
4257         * org-footnote.el (org-footnote-at-definition-p): Require 2 blank
4258         lines to separate footnote definition.
4260         * ox.el (org-export-stack): Rewrite.
4261         (org-export-stack-refresh): Refactor.
4262         (org-export-stack-remove, org-export-stack-view): Apply renaming.
4263         (org-export-stack-mode-map): Use tabulated list map as a basis.
4264         (org-export-stack--generate, org-export-stack--num-predicate): New
4265         function.
4266         (org-export-get-optional-title): Return regular title when no
4267         optional title is found.
4269         * ox-ascii.el (org-ascii--build-title): Apply change to
4270         `org-export-get-optional-title'.
4272         * ox-html.el (org-html--format-toc-headline): Apply change to
4273         `org-export-get-optional-title'.
4275         * ox-latex.el (org-latex-headline): Apply change to
4276         `org-export-get-optional-title'.
4278         * ox-ascii.el (org-ascii--build-title): Add an argument.  Use
4279         optional title when building a toc line.
4280         (org-ascii--build-toc): Call `org-ascii--build-title' with
4281         appropriate arguments.
4283         * ox-latex.el (org-latex-headline): Use optional title for table
4284         of contents.
4286         * ox-html.el (org-html--toc-text): Renamed from
4287         `org-html-toc-text'.  Add docstring.
4288         (org-html--format-toc-headline): Renamed from
4289         `org-html-format-toc-headline'.  Add docstring.  Use optional
4290         title if possible.
4291         (org-html-toc): Add docstring.
4293         * org-element.el (org-element-headline-parser): Node property
4294         :OPTIONAL_TITLE: in a headline will be parsed and stored under
4295         :optional-title property.
4297         * ox.el (org-export-get-optional-title): New function.
4299         * ox-latex.el (org-latex-format-headline-default-function): Make
4300         the variable a function.
4302         * ox-publish.el (org-publish-resolve-external-fuzzy-link): No
4303         error when resolving external fuzzy links outside publishing.
4304         Though search option for these links will not be resolved.
4306         * ox-latex.el (org-latex-guess-inputenc): Set inputenc option
4307         according to `org-export-coding-system'.
4309         * ox.el (org-export--generate-copy-script): Clone
4310         `buffer-file-coding-system' when creating a buffer copy.
4312         * ox-html.el (org-html-link): Resolve external links with search
4313         options like [[file.org::#custom-id]] or
4314         [[file.org::*headline-search]].
4316         * ox-publish.el (org-publish-collect-numbering)
4317         (org-publish-resolve-external-fuzzy-link): New functions.
4318         (org-publish-org-to): Add new collecting function to final output
4319         filter.  Move index collecting function to the same filter.
4320         (org-publish-collect-index): Called from final output filter.
4322         * ox-html.el (org-html-format-headline--wrap, org-html-headline):
4323         Use :CUSTOM_ID, not :custom-id.
4325         * org-element.el (org-element-latex-environment-parser): Fix wrong
4326         value for :post-affiliated property when parsing a latex
4327         environment.
4329         * ox-latex.el (org-latex-property-drawer): Remove function.
4331         * ox-ascii.el (org-ascii-filter-paragraph-spacing): Remove
4332         reference to now renamed `e-ascii' back-end.
4334         * ox-beamer.el (org-beamer-template): Allow to span documentclass
4335         options accross multiple lines in template.
4337         * ox-latex.el (org-latex-template): Allow to span documentclass
4338         options accross multiple lines in template.
4340         * ox-texinfo.el (org-texinfo--get-node): Upcase property name.
4341         (org-texinfo--get-node): New function.
4342         (org-texinfo-headline, org-texinfo-link): Use new function.
4344         * ox-ascii.el (org-ascii-quote-block): Do not fill quote block
4345         contents.  Just indent them.
4347         * ox-publish.el (org-publish-index-generate-theindex): Do not
4348         create an "* Index" headline in "theindex.inc".  Though, create an
4349         "Index" title in fallback "theindex.org".
4351         * ox-publish.el (org-publish-projects): Publish "theindex.org"
4352         last, so that "theindex.inc" can be completed.
4354         * ox-publish.el (org-publish-project-alist): Fix docstring.
4355         (org-publish-collect-index): Fix typo.
4357         * ox.el (org-export--dispatch-ui): Prevent invisible cursor from
4358         highlighting brackets in UI
4360         * org-element.el (org-element-headline-parser)
4361         (org-element-inlinetask-parser): Fix docstring.
4363         * org.el (org-export-backends): Add new back-end in customize
4364         interface.
4366         * ox-beamer.el (org-beamer--get-label, org-beamer--frame-level)
4367         (org-beamer--format-section, org-beamer--format-frame)
4368         (org-beamer--format-block, org-beamer-headline): Apply changes to
4369         properties.
4371         * ox-html.el (org-html-headline, org-html-link, org-html-section):
4372         Apply changes to properties.
4374         * ox-icalendar.el (org-icalendar-create-uid)
4375         (org-icalendar-blocked-headline-p, org-icalendar-entry)
4376         (org-icalendar--valarm): Apply changes to properties.
4378         * ox-odt.el (org-odt-headline): Apply changes
4380         * ox-publish.el (org-publish-collect-index): Apply changes to
4381         properties.
4383         * ox-texinfo.el (org-texinfo--generate-menu-list)
4384         (org-texinfo--generate-menu-items, org-texinfo-template)
4385         (org-texinfo-headline, org-texinfo-link): Apply changes to
4386         properties.
4388         * ox.el (org-export-resolve-id-link, org-export-get-category):
4389         Apply changes to properties.
4390         (org-export-get-node-property): Update docstring.
4392         * org-element.el (org-element-headline-parser)
4393         (org-element-inlinetask-parser): Upcase properties.  This is done
4394         to avoid confusion between properties from parser (e.g. `:end')
4395         and properties from the property drawer (e.g. :END:).
4397         * ox-publish.el (org-publish-index-generate-theindex): Preserve
4398         order in file.  Fix error when two index entries were identical.
4399         Create again theindex.inc.
4401         * org-element.el (org-element-map): Allow to map over any list.
4402         Do not restrict mapping to object types.
4404         * org-faces.el (org-latex-and-related): Renamed from
4405         `org-latex-and-export-specials', which wasn't appropriate anymore.
4407         * org.el (org-highlight-latex-and-related)
4408         (org-latex-and-related-regexp): New variables.
4409         (org-compute-latex-and-related-regexp, org-do-latex-and-related): New
4410         function, revived from a previous commit.
4411         (org-set-regexps-and-options, org-set-font-lock-defaults): Use new
4412         functions.
4413         (org-set-regexps-and-options): Remove reference to LATEX_CLASS and
4414         beamer back-end.
4416         * ox-publish.el (org-publish-org-to): Small refactoring.
4418         * ox.el (org-export-install-filters): Properly install filters
4419         send through ext-plist mechanism.
4421         * ox-publish.el (org-publish-org-to): Small refactoring.
4423         * ox-html.el (org-html-keyword): Remove INDEX keyword handling.
4424         ox-publish.el takes care of it already.
4426         * org-macro.el: New file.
4428         * org.el: Remove macro code.
4430         * ox.el: Require new library
4432         * ox.el (org-export-resolve-fuzzy-link): Ignore statistics cookies
4433         when matching an headline.
4434         (org-export--dispatch-ui): Display a help message in header line
4435         for scrolling dispatcher's buffer
4436         (org-export-resolve-radio-link): Radio targets are
4437         case-insensitive.
4439         * ox-icalendar.el (org-export-icalendar): Fix docstring.
4441         * ox.el (org-export-dispatch): Fix docstring.
4442         (org-export--dispatch-action): Small improvement to line by line
4443         scrolling.
4444         (org-export-resolve-fuzzy-link): Refactor.  Whitespaces are not
4445         significant when matching a fuzzy link.
4447         * org-element.el (org-element-link-parser): Do not remove newlines
4448         characters in paths anymore, since this is not required.
4450         * ox.el (org-export--dispatch-ui): Renamed from
4451         `org-export-dispatch-ui'.  Handle scrolling.
4452         (org-export--dispatch-action): Renamed from
4453         `org-export-dispatch-action'.  Implement scrolling.
4454         (org-export-dispatch): Apply renaming.
4456         * org.el (org-ctrl-c-ctrl-c): Do nothing when at a blank line,
4457         but still run `org-ctrl-c-ctrl-c-final-hook'.
4458         (org-end-of-line): Remove `ignore-error'.
4460         * org-element.el (org-element-at-point): Return nil when in the
4461         first empty lines of the buffer.  Return headline when in empty
4462         lines just after the headline.
4464         * ox.el (org-export-output-file-name): Add a protection when
4465         output file name is the same as the original org.
4467         * ox-beamer.el (org-beamer-template): Add missing `class' argument
4468         for `format-string'.
4470         * ox-latex.el (org-latex-template): Add missing `class' argument
4471         for `format-string'.
4473         * ox.el (org-export-stack-mode): Fix docstring.
4475         * org-pcomplete.el (pcomplete/org-mode/file-option): Allow
4476         completion for ATTR_ prefixed keywords.
4478         * org.el (org-options-keywords): Add missing colons.
4480         * org-macs.el (org-default-options): Removed function.
4482         * org-pcomplete.el (org-command-at-point): Fix bug with some file
4483         options.
4484         (pcomplete/org-mode/file-option/x): Removed macro.
4485         (pcomplete/org-mode/file-option): Refactor code.
4486         (pcomplete/org-mode/file-option/author)
4487         (pcomplete/org-mode/file-option/date)
4488         (pcomplete/org-mode/file-option/title)
4489         (pcomplete/org-mode/file-option/tags)
4490         (pcomplete/org-mode/file-option/select_tags)
4491         (pcomplete/org-mode/file-option/priorities)
4492         (pcomplete/org-mode/file-option/language)
4493         (pcomplete/org-mode/file-option/filetags)
4494         (pcomplete/org-mode/file-option/exclude_tags)
4495         (pcomplete/org-mode/file-option/email): New functions.
4497         * ox.el (org-export--collect-headline-numbering): Remove footnote
4498         section from TOC.
4499         (org-export-collect-headlines): Do not count footnote section when
4500         numbering a headline.
4502         * ox-beamer.el (org-beamer-plain-list): Also read #+attr_latex
4503         attributes in order to determine list's options.
4505         * ox-ascii.el (org-ascii-inner-template): New function.
4506         (org-ascii-template): Use new function.
4507         (org-ascii-export-as-ascii, org-ascii-export-to-ascii): Update
4508         docstring.
4510         * org-element.el (org-element-link-parser): Take into
4511         consideration links filled and indented.
4513         * org-element.el (org-element-link-parser): Remove all newline
4514         characters in path property.
4516         * ox.el (org-export-as): Call `inner-template' function, if
4517         available.
4519         * ox-html.el (org-html-inner-template): New function.
4520         (org-html-template): Move all parts that should be inserted even
4521         in a body-only export into `org-html-inner-template'.
4523         * org.el (org-forward-element, org-backward-element): When no
4524         headline is found at the same level, still move forward or
4525         backward.
4527         * org-element.el (org-element--current-element): Add a limit
4528         argument.
4529         (org-element--collect-affiliated-keywords): Fix parsing of orphaned
4530         keyword at the end of an element.
4532         * ox-texinfo.el (org-texinfo-src-block): Remove spurious newline
4533         character as `org-export-format-code-default' already makes sure
4534         the string returned will end with a single one.
4536         * ox-latex.el (org-latex-headline): When a function returns a
4537         sectioning command, only one placeholder should be required.
4539         * org-element.el (org-element-nested-p): Do not inline function.
4541         * ox.el (org-export-copy-buffer, org-export-with-buffer-copy)
4542         (org-export--generate-copy-script): Moved earlier in the file.
4544         * ox-texinfo.el (org-texinfo-link): Do not transform path part of
4545         internal links.
4547         * org.el (org-org-menu): Small refactoring.
4549         * ox-beamer.el (require):
4550         * ox-icalendar.el (require):
4551         * ox-jsinfo.el (require):
4552         * ox-md.el (require): Require cl when compiling.
4554         * org.el (org-export-backends):
4555         * ox.el (org-export-dispatch): Fix docstring.
4557         * ox.el (org-export-dispatch-ui): Widen UI by 2 characters.
4559         * ox-latex.el (org-latex-special-block): Add :options attribute to
4560         special blocks to specify options.
4562         * ox-beamer.el (org-beamer-template): Add BEAMER_HEADER keywords
4563         below LATEX_HEADER.
4565         * ox-latex.el (org-latex-format-headline-function): Fix missing
4566         parens in the docstring.
4568         * org.el (org-export-backends): Remove `:initialize' function.
4570         * org.el (org-reload): Also reload export back-ends in use.
4572         * ox-latex.el (org-latex-example-block, org-latex-src-block):
4573         Ignore element if it's empty.  This fixes error "apply: Wrong
4574         number of arguments: max, 0".
4576         * ox-beamer.el (org-beamer-template): Provide an error when LaTeX
4577         class is invalid.
4579         * ox-latex.el (org-latex-template): Provide an error when LaTeX
4580         class is invalid.
4582         * org.el (org-modules): Remove export back-ends from the list.
4583         Update docstring.
4584         (org-export-backends): New variable.
4586         * ox.el (org-export-async-start): Make sure export framework is
4587         required in the external process.
4589         * org.el (org-format-latex-header-extra, org-export-have-math):
4590         Removed variables.
4591         (org-latex-default-packages-alist): Renamed from
4592         `org-export-latex-default-packages-alist'.
4593         (org-latex-packages-alist): Renamed from
4594         `org-export-latex-packages-alist'.
4595         (org-try-cdlatex-tab, org-cdlatex-underscore-caret,
4596         org-cdlatex-math-modify): Reorder in file.
4597         (org-format-latex): Remove `org-format-latex-header-extra'.
4598         (org-create-formula-image-with-dvipng,
4599         org-create-formula-image-with-imagemagick): Apply variables renaming
4600         and removal.
4602         * org-entities.el (org-entities-user): Update docstring.
4604         * ox-latex.el (org-latex-classes, org-latex-listings): Update
4605         docstring.
4606         (org-latex-guess-inputenc): Renamed from `org-latex--guess-inputenc'.
4607         (org-latex-guess-babel-language): Renamed from
4608         `org-latex--guess-babel-language'.
4609         (org-latex-template): Apply renaming.
4611         * ox-beamer.el (org-beamer-template): Apply renaming.
4613         * ob-latex.el (org-babel-execute:latex): Apply variable renaming
4614         and removal.
4615         (org-babel-latex-tex-to-pdf): Call `org-latex-compile' instead of
4616         copying it.
4618         * org-macs.el (org-if-unprotected, org-if-unprotected-1)
4619         (org-if-unprotected-at): Removed macros.
4620         (org-re-search-forward-unprotected): Removed function.
4622         * org.el (org-format-latex):
4623         * org-list.el (org-list-struct):
4624         * org-footnote.el (org-footnote-at-reference-p):
4625         * org-capture.el (org-capture-fill-template): Remove reference to
4626         `org-protected'.
4628         * ob-exp.el (org-babel-exp-process-buffer): Renamed from
4629         `org-export-blocks-preprocess'.
4631         * ox.el (org-export-execute-babel-code): Apply previous renaming.
4633         * org-pcomplete.el (pcomplete/org-mode/file-option): Collect valid
4634         keywords for completion without requiring the whole export
4635         framework.
4636         (pcomplete/org-mode/file-option/options): Rewrite using new export
4637         framework.  Only complete up to the colon.
4638         (pcomplete/org-mode/file-option/x): Removed macro.
4639         (pcomplete/org-mode/file-option/title)
4640         (pcomplete/org-mode/file-option/author)
4641         (pcomplete/org-mode/file-option/email)
4642         (pcomplete/org-mode/file-option/date): Removed functions.
4643         (pcomplete/org-mode/file-option/infojs_opt): New function.
4645         * org-clock.el (org-clocktable-defaults)
4646         (org-clocktable-write-default): Avoid requiring the whole export
4647         framework just to check one variable.
4649         * org-footnote.el (org-footnote-section): Update docstring.
4650         (org-footnote-normalize): Remove all export related part from the
4651         function.
4653         * org-inlinetask.el (org-inlinetask-export)
4654         (org-inlinetask-export-templates): Removed variables.
4655         (org-inlinetask-export-handler): Removed function.
4657         * org-plot.el: Remove dependency on `org-exp' library.
4659         * org.el (org-additional-option-like-keywords): Remove variable.
4660         (org-get-export-keywords): New function.
4661         (org-options-keywords): Update default list of keywords.
4662         (org-remove-flyspell-overlays-in): Apply changes to keywords
4663         compilation.
4664         (org-highlight-latex-fragments-and-specials)
4665         (org-latex-and-specials-regexp)
4666         (org-export-html-special-string-regexps): Remove variables.
4667         (org-compute-latex-and-specials-regexp)
4668         (org-do-latex-and-special-faces, org-remove-file-link-modifiers):
4669         Remove functions.
4670         (org-set-regexps-and-options, org-set-font-lock-defaults): Apply all
4671         removals.
4672         (org-use-sub-superscripts): Fix docstring.  Remove unused group.
4673         (org-match-sexp-depth): Make it a defconst instead of a defcustom
4674         in order to remove `org-export-translation' group completely.
4676         * ob-haskell.el (org-babel-haskell-export-to-lhs): Use new
4677         exporter.
4679         * ob-latex.el (org-babel-execute:latex): Use new exporter.
4681         * ob-org.el (org-babel-execute:org): Use new exporter.
4683         * org-agenda.el (org-agenda-menu, org-agenda-write): Use new
4684         iCalendar export back-end.
4686         * org-table.el (org-table-export, orgtbl-export): Remove
4687         dependency on `org-exp' library.
4688         (org-table-clean-before-export): New function.
4689         (org-table-colgroup-info): New variable.
4690         (orgtbl-to-html): Use to new HTML export back-end.
4692         * org.el (org-modules): Remove modules relative to obsolete export
4693         framework and add those relative to the new one.
4694         (org-create-formula-image-with-dvipng, org-format-latex
4695         org-create-formula-image-with-imagemagick): Use new exporter.
4696         (org-indent-line): INCLUDE keywords are indented like regular
4697         keywords.
4698         (org-mode-map): Bind C-c C-e to new export dispatcher.
4699         (org-menu): Install new exporter in menu.
4701         * org-ascii.el:
4702         * org-beamer.el:
4703         * org-docbook.el:
4704         * org-exp-blocks.el:
4705         * org-exp.el:
4706         * org-freemind.el:
4707         * org-html.el:
4708         * org-icalendar.el:
4709         * org-jsinfo.el:
4710         * org-latex.el:
4711         * org-lparse.el:
4712         * org-odt.el:
4713         * org-publish.el:
4714         * org-special-blocks.el:
4715         * org-taskjuggler.el:
4716         * org-xoxo.el: Remove
4718         * ox-ascii.el:
4719         * ox-beamer.el:
4720         * ox-html.el:
4721         * ox-icalendar.el:
4722         * ox-jsinfo.el:
4723         * ox-latex.el:
4724         * ox-man.el:
4725         * ox-md.el:
4726         * ox-odt.el:
4727         * ox-publish.el:
4728         * ox-texinfo.el:
4729         * ox.el: New file.
4731         * ob-exp.el (org-export-blocks-preprocess): Do not use
4732         `indent-code-rigidly' as it doesn't indent contents of strings.
4734         * org-element.el (org-element-map): Change to function
4735         indentation.  Also complete docstring.
4737         * org.el (org-ctrl-c-ctrl-c): Major rewrite function using
4738         Elements.
4740         * org-element.el (org-element-at-point): When point is before any
4741         element, in the first blank lines of the buffer, return nil.  When
4742         point is within blank lines just after a headline, return that
4743         headline.
4744         (org-element-context): Return nil when point is within the blank at
4745         the beginning of the buffer.
4747         * org.el (org-edit-special): Fix regression.
4748         (org-timestamp-has-time-p, org-timestamp-format)
4749         (org-timestamp-split-range, org-timestamp-translate): New
4750         functions.
4752         * org-element.el (org-element-timestamp-interpreter): Interpret
4753         timestamps ranges with repeaters.
4755         * org.el (org-edit-special): Rewrite `org-edit-special' using Org
4756         Elements tools.  Behaviour should be unchanged.
4758         * org-element.el (org-element-context): Add an optional argument
4759         so that (org-element-context) and (org-element-context
4760         (org-element-at-point)) are equivalent.
4762         * ob.el: Only use the :wrap argument up to the first space when
4763         creating the #+END_ directive.
4765         * org-element.el (org-element-object-variables): New variable.
4766         (org-element-parse-secondary-string): Copy some buffer-local
4767         variables to the temporary buffer created to parse the string so
4768         links can still be properly expanded.
4769         (org-element-link-parser): Link expansion and translation are applied
4770         transparently for the parser.
4772         * org-element.el (org-element-line-break-parser): Line break
4773         includes the newline character following the backslashes.
4774         (org-element-line-break-interpreter): Apply changes to line break
4775         parsing.
4777         * org.el (org-all-targets): Fix radio targets detection when
4778         object is directly followed by a non-whitespace character.
4780         * ob.el (org-babel-use-quick-and-dirty-noweb-expansion): Renamed
4781         from `org-babel-use-quick-and-dirty-noweb-expansion'.
4782         (org-babel-expand-noweb-references): Use new variable name.
4784         * org-element.el (org-element-timestamp-interpreter): Fix
4785         timestamp interpreter when raw value isn't available.
4787         * ob-exp.el (org-babel-exp-non-block-elements): Make sure to parse
4788         inline babel call or inline src block instead of the following
4789         object.
4791         * org-element.el (org-element-timestamp-parser): Timestamp with
4792         time range has active/inactive-range type.
4793         (org-element-block-name-alist): Do not reset
4794         `org-element-block-name-alist' at each reload.
4795         (org-element-object-restrictions): Allow timestamps in parsed
4796         keywords (i.e. DATE).
4798         * org-agenda.el (org-agenda-show-clocking-issues)
4799         (org-agenda-format-item): Silence byte compiler.
4801         * org-colview-xemacs.el (org-agenda-columns): Silence byte
4802         compiler.
4804         * org-colview.el (org-agenda-columns): Silence byte compiler.
4806         * org.el (org-properties-postprocess-alist): Silence byte
4807         compiler.
4809         * org-element.el (org-element-timestamp-parser): Return nil for
4810         unspecified :hour-end and :minute-end properties.
4811         (org-element-object-restrictions): Add footnote references objects
4812         in table cells.
4813         (org-element-interpret-data): Clear text properties when
4814         interpreting a string .
4816         * org-capture.el (org-capture--expand-keyword-in-embedded-elisp):
4817         Fix docstring.
4819         * org.el (org-adaptive-fill-function): Items do not have
4820         a :post-affiliated property. Use :begin property instead.
4822         * org-element.el (org-element-headline-parser)
4823         (org-element-inlinetask-parser): Remove :clockedp property.
4825         * org.el (org-adaptive-fill-function): All elements do not have a
4826         :post-affiliated property.
4827         (org-macro-replace-all): Signal an error when a circular macro
4828         expansion happens.
4829         (org-macro-initialize-templates): Fix docstring.
4831         * org-element.el (org-element-map): Fix docstring.
4832         (org-element-contents, org-element-set-contents)
4833         (org-element-adopt-elements): Fix accessors and setters wrt
4834         secondary strings.
4835         (org-element-headline-parser)
4836         (org-element-inlinetask-parser): Fix void-function
4837         `org-clocking-buffer' error.
4838         (org-element-context): Fix org-element-context on parsed keywords.
4839         (org-element-context): Find objects in document and parsable
4840         affiliated keywords.
4841         (org-element-center-block-parser)
4842         (org-element-drawer-parser, org-element-dynamic-block-parser)
4843         (org-element-footnote-definition-parser)
4844         (org-element-plain-list-parser)
4845         (org-element-property-drawer-parser)
4846         (org-element-quote-block-parser, org-element-special-block-parser)
4847         (org-element-babel-call-parser, org-element-comment-parser)
4848         (org-element-comment-block-parser, org-element-diary-sexp-parser)
4849         (org-element-example-block-parser)
4850         (org-element-export-block-parser, org-element-fixed-width-parser)
4851         (org-element-horizontal-rule-parser, org-element-keyword-parser)
4852         (org-element-latex-environment-parser)
4853         (org-element-paragraph-parser, org-element-src-block-parser)
4854         (org-element-table-parser, org-element-verse-block-parser): Add
4855         `:post-affiliated' property to elements.
4856         (org-element-inlinetask-parser): Remove affilated keywords.
4858         * org.el (org-adaptive-fill-function): Use new property.
4860         * org-element.el (org-element--collect-affiliated-keywords):
4861         Allow duals keywords with only secondary value.
4862         (org-element-timestamp-parser): Modify timestamp objects
4863         properties.
4864         (org-element-headline-parser, org-element-inlinetask-parser): Remove
4865         `:timestamp' and `:clock' property.  Add `:clockedp' property.  Also,
4866         set `:closed', `:deadline' and `:scheduled' values to timestamp
4867         objects, not strings.  Small refactoring.
4868         (org-element-clock-parser): Rename `:time' property into `:duration'.
4869         Also, set `:value' value as a timestamp object, not a string.
4870         (org-element-planning-parser): Set `:closed', `:deadline' and
4871         `:scheduled' values to timestamp objects, not strings.
4872         (org-element-clock-interpreter, org-element-planning-interpreter)
4873         (org-element-timestamp-interpreter): Update interpreters.
4874         (org-element--current-element): Tiny refactoring.
4876         * ob.el (org-babel-where-is-src-block-result): Insert new results
4877         keyword in current narrowed part of buffer, if necessary. Small
4878         refactoring.
4879         (org-babel-insert-result): Do not widen buffer when new results have
4880         to be inserted.  Therefore, results inserted after the last block of
4881         a narrowed buffer still belong to the narrowed part of the buffer.
4883         * org-agenda.el (org-agenda-get-deadlines): Tiny stylistic change.
4885         * org-element.el (org-element-paragraph-separate): Diary-sexp
4886         elements can separate paragraphs.
4887         (org-element-all-elements): Install new `diary-sexp' type.
4888         (org-element--current-element): Recognize new `diary-sexp' elements.
4889         (org-element-diary-sexp-parser)
4890         (org-element-diary-sexp-interpreter): New functions.
4891         (org-element-horizontal-rule-parser)
4892         (org-element-keyword-parser, org-element--current-element): Small
4893         refactoring.
4894         (org-element-property): Access to text properties when argument is
4895         a string.
4896         (org-element-put-property): Correctly set property when target is
4897         a string.
4898         (org-element-adopt-elements): Also put :parent properties on
4899         strings.
4901         * ob-exp.el (org-babel-exp-code): Escape code when re-creating a
4902         src blocks.
4903         (org-export-blocks-preprocess): Pos can sometimes be set to a
4904         value greater than start, because of indentation, and lead to a
4905         search bound error.
4906         (org-babel-exp-code): Remove comma-escaping special rule for Org
4907         blocks.
4908         (org-export-blocks-preprocess): Results of an evaluated code block
4909         can be inserted within the blank lines after the block.  Hence, if
4910         the block has to be removed, delete everything down to the first
4911         non-blank line after the end of block closing string, instead of
4912         removing everything down to the very end of the block.
4914         * org.el (org-all-targets): Make sure the regexp really matched a
4915         radio target.
4916         (org-macro-expand, org-macro-replace-all): Change signature.  The
4917         function now accepts an alist of templates so it doesn't have to
4918         rely only on `org-macro-templates'.
4919         (org-macro-initialize-templates): {{{date}}} is not anymore an
4920         alias for {{{time}}}.  During export, it will provide the value
4921         stored in DATE keyword instead.
4923         * org-element.el (org-element-object-restrictions): Allow links in
4924         caption. Also allow inline-src-blocks and inline-babel-calls.
4925         (org-element-map): Change signature.
4926         (org-element-parsed-keywords): Remove document properties from the
4927         value.
4928         (org-element-dual-keywords): Fix docstring.
4929         (org-element-document-properties): New variable
4930         (org-element-all-elements): Add `node-property' as a new element
4931         type.
4932         (org-element-greater-elements): Add property-drawer element to
4933         greater elements since they now contain node-property elements.
4934         (org-element-drawer-parser): Small refactoring.
4935         (org-element-property-drawer-parser): Move into Greater Elements
4936         file section.
4937         (org-element-node-property-parser,
4938         org-element-node-property-interpreter): New functions.
4939         (org-element--current-element, org-element-at-point)
4940         (org-element--parse-elements): Handle new element type.
4941         (org-element--collect-affiliated-keywords): Fix return value.
4942         (org-element-center-block-parser)
4943         (org-element-drawer-parser, org-element-dynamic-block-parser)
4944         (org-element-footnote-definition-parser)
4945         (org-element-plain-list-parser, org-element-quote-block-parser)
4946         (org-element-special-block-parser, org-element-babel-call-parser)
4947         (org-element-comment-parser, org-element-comment-block-parser)
4948         (org-element-example-block-parser)
4949         (org-element-export-block-parser, org-element-fixed-width-parser)
4950         (org-element-horizontal-rule-parser, org-element-keyword-parser)
4951         (org-element-latex-environment-parser)
4952         (org-element-paragraph-parser, org-element-property-drawer-parser)
4953         (org-element-src-block-parser, org-element-table-parser)
4954         (org-element-verse-block-parser): Change signature. Now use an
4955         additional argument: affiliated.
4956         (org-element--current-element): Skip affiliated keywords and pass
4957         them as an argument to parsers.  It prevents to walk through these
4958         keywords twice: the first time to get to the first line of the
4959         element, and a second time to collect the affiliated keywords.
4961         * ob-exp.el (org-babel-exp-non-block-elements): More accurate
4962         white space handling when evaluating inline-src-block, babel-call
4963         and inline-babel-call elements or objects.  Also removed use of
4964         `org-babel-examplize-region' since it would never be called
4965         anyway; return value from `org-babel-exp-do-export' is never nil.
4966         (org-export-blocks-preprocess): Preserve affiliated keywords when
4967         replacing a code block.
4969         * org-element.el (org-element-multiple-keywords): Allow multiple
4970         caption keywords.
4972         * ob-exp.el (org-export-blocks-preprocess): Fix block evaluation
4973         when results are before the block.
4974         (org-export-blocks-preprocess): Improve blank lines handling in
4975         function. Add comments. Remove `org-export-blocks-postblock-hook'
4976         since it's defined nowhere now
4977         (and doesn't need to, there's `org-export-before-parsing-hook'
4978         already).
4980         * org-exp-blocks.el: Delete.
4982         * ob-exp.el (org-export-blocks-preprocess):
4983         * ob-ditaa.el (org-ditaa-jar-path): Moved from
4984         "org-export-blocks.el".
4986         * ob-exp.el (org-babel-exp-src-block): Remove unused argument.
4987         (org-babel-exp-non-block-elements): Rewrite function using Org
4988         Element.
4990         * org-exp-blocks.el (org-export-blocks-preprocess): Rewrite
4991         function using Org Element.
4993         * org-element.el (org-element-recursive-objects)
4994         (org-element-object-restrictions): Remove `macro' from recursive
4995         object types.
4997         * org.el (org-macro-initialize-templates): Small refactoring.
4998         (org-mode): Initialize macros templates.
4999         (org-macro-templates): New variable.
5000         (org-macro-expand, org-macro-replace-all)
5001         (org-macro-initialize-templates): New functions.
5003         * org-element.el (org-element-link-type-is-file): New variable.
5004         (org-element-link-parser): Extract search option and application
5005         in "file"-type links.
5007         * org.el (org-mode): Set back comment-start-skip so comment-dwin
5008         can tell a keyword from a comment.
5010 2013-11-12  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
5012         * org.el (org-time-stamp): When INACTIVE is non-nil, insert an
5013         inactive timestamp also with double universal argument.
5014         (org-set-regexps-and-options): Don't set font-lock defaults here.
5015         (org-mode): Set font-lock defaults here.
5016         (org-insert-link): Call `org-link-try-special-completion' from the
5017         original buffer.
5019 2013-11-12  Oleh  <oleh.krehel@gmail.com>
5021         * org.el (org-open-at-point): The new code is being run in the
5022         same spot as `org-open-link-functions'.  In case they failed,
5023         check if link matches "^id:" and if so, load the id interface and
5024         follwo the link.
5026 2013-11-12  Rasmus  <rasmus@gmx.us>  (tiny change)
5028         * ox-latex.el (org-latex--inline-image): The pgf format is
5029         associated to an inline image and treated like tikz files.
5031 2013-11-12  Richard Lawrence  <richard.lawrence@berkeley.edu>  (tiny change)
5033         * org-agenda.el (org-cmp-ts): Avoid error when trying to
5034         `string-match' against nil.
5036 2013-11-12  Rick Frankel  <rick@rickster.com>
5038         * ox-html.el (org-html-doctype): New function.
5039         (org-html-template): Use `org-html-doctype' instead of inline
5040         code.
5041         (org-html-headline): Use the new
5042         `org-html--container' function to set container element.
5043         (org-html--container): Returns appropriate element for headline
5044         container.
5045         (org-html-divs): Extra character in doc string.
5046         (org-babel-execute:sql): Unquote cmdline argument in
5047         format string, dbish requires three separate arguments. Add dbi to
5048         the list of engines with automatically added header separator.
5049         (org-html--build-pre/postamble): Add css class to wrapper div
5050         (defaults to `org-pre/postamble-class').  Move spec building to
5051         separate function (`org-html-format-spec').
5052         (org-html-format-spec): New function.
5053         (org-pre/postamble-class): New variable.
5054         (org-html--timestamp-format): New variable used in the metadata
5055         and the pre/postamble.
5056         (org-html-style-default): Make the preamble and postamble use the
5057         same style.  Make all anchors font-size %100.  Remove margin from
5058         the content section.
5059         (org-html-container-element): Fix docstring.
5060         (org-html-postamble-format, org-html-preamble-format): Update
5061         docstrings.
5062         (org-html-template): Use `org-html--build-pre/postamble'.
5063         (org-html--build-pre/postamble): New function, combining the
5064         pre/postamble generator.  Merge lists of formatters from the
5065         preamble and postamble.  Fix bug, using :time-stamp-file instead
5066         of :with-date for auto display of date: this brings usage in-line
5067         with the latex and beamer exporter.
5068         (org-html--build-postamble, org-html--build-postamble): Delete.
5069         (define-backend): Add :html-doctype and :html-container
5070         parameters.
5071         (org-html-doctype): New option for doctype declaration.
5072         (org-html-container-elemnt): New option for specifying the wrapper
5073         container element.
5074         (org-html-divs): Change to alist of three entries each containing
5075         a key ('preamble, 'content, 'postamble), an HTML element type and
5076         an id to allow setting container elements.
5077         (org-html--build-preamble, org-html--build-postamble): Modified to
5078         use `org-html-divs'.
5079         (org-html-template): Modified to use doctype and container-element
5080         settings.
5081         (org-export-define-backend): Add css url option.
5082         (org-export-htmlized-org-css-url): Modify docstring and options.
5083         (org-html--build-style): Include css-url if specified.
5085 2013-11-12  Roberto Huelga Díaz  <rhuelga@gmail.com>  (tiny change)
5087         * org-timer.el (org-timer-set-timer): Use the variable
5088         `org-clock-sound' when calling `org-notify'.
5090 2013-11-12  Ryo TAKAISHI  <ryo.takaishi.0@gmail.com>
5092         * org-capture.el (org-capture--expand-keyword-in-embedded-elisp):
5093         New function.
5094         (org-capture-expand-embedded-elisp): Use the new function.
5096         * ob-tangle.el (org-babel-tangle-collect-blocks): Change argument
5097         name collid `org-babel-map-src-blocks' variable 'lang'.
5099         * org-protocol.el (org-protocol-convert-query-to-plist): New
5100         function.
5101         (org-protocol-do-capture): Use new function.
5102         (org-protocol-data-separator): Change default separator.
5104 2013-11-12  Rémi Vanicat  <vanicat@debian.org>  (tiny change)
5106         * org-table.el (orgtbl-format-line): Fix bug when formatting line.
5108 2013-11-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5110         * ox-latex.el (org-latex-listings): Don't quote const value.
5112         * ob-C.el (org-babel-C-var-to-C): Add list support
5113         (org-babel-C-val-to-C-list-type, org-babel-C-val-to-C-type)
5114         (org-babel-C-format-val): New functions.
5115         (org-babel-C-ensure-main-wrap, org-babel-execute:C)
5116         (org-babel-execute:C++, rg-babel-execute:cpp)
5117         (org-babel-C++-compiler, org-babel-C-compiler): Improve docstring.
5119         * org-entities.el (org-entities): Add support for hbar.
5121 2013-11-12  Sacha Chua  <sacha@sachachua.com>  (tiny change)
5123         * org.el (org-read-date-get-relative): Handle positive and
5124         negative weekday specifications so that they don't return today.
5125         If today is Friday, "fri" should mean next Friday.  This changes
5126         the previous behavior, which required you to specify "+2fri" in
5127         order to mean next Friday if today was Friday.  If you want to
5128         schedule something for today, you can use ".".
5130 2013-11-12  Samuel Loury  <konubinix@gmail.com>  (tiny change)
5132         * org.el (org-open-at-point): Open a plain link even if the cursor
5133         is before it, which is consistent with the behavior with respect
5134         to bracket and angle links.
5136 2013-11-12  Sean O'Halpin  <sean.ohalpin@gmail.com>  (tiny change)
5138         * ob.el (org-babel-expand-noweb-references): Capture current noweb
5139         start and end patterns then use them to set buffer locals in a
5140         (with-temp-buffer ...) form.
5142 2013-11-12  Sebastien Vauban  <xxx@public.gmane.org>
5144         * ox-latex.el (org-latex-listings-langs): Update custom variable.
5146         * ob-core.el (org-babel-parse-src-block-match): Fix order of list
5147         of header arguments.
5149         * org-clock.el (org-clock-goto-before-context): New option.
5150         (org-clock-goto): Use the new option.
5151         (org-clocktable-write-default): Insert the summary as a standard
5152         #+CAPTION keyword for the (clock) table.
5154 2013-11-12  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
5156         * org-agenda.el (org-agenda-prefix-format): Small docstring
5157         enhancement.
5159 2013-11-12  Suhail Shergill  <suhailshergill@gmail.com>  (tiny change)
5161         * ob-core.el (org-babel-temp-file): For remote hosts, modify the
5162         prefix and leave `temporary-file-directory' unchanged.
5164 2013-11-12  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
5166         * org.el (org-speed-commands-default): Change default binding for
5167         org-mark-subtree from "." to "@" to be more consistent with "C-c
5168         @".
5170 2013-11-12  Tim Burt  <tcburt@rochester.rr.com>  (tiny change)
5172         * org-datetree.el (org-datetree-find-year-create): Also match
5173         headlines with tags.
5175 2013-11-12  Toby S. Cubitt  <tsc25@cantab.net>
5177         * org.el (org-time-clocksum-format)
5178         (org-time-clocksum-fractional-format): In addition to a single
5179         format string, the clocksum formats can now be plists specifying
5180         separate formats for different time units.
5181         (org-minutes-to-clocksum-string): New function to replace
5182         `org-minutes-to-hh:mm-string', which converts a number of minutes
5183         to a string according to the customization options.
5185         * org-colview.el (org-columns-number-to-string): Use the new
5186         `org-minutes-to-clocksum-string' function to format clocksum
5187         durations.
5189         * org-clock.el: Always call new `org-minutes-to-clocksum-string'
5190         function when formatting time durations, instead of calling
5191         `org-minutes-to-hh:mm-string' or passing
5192         `org-time-clocksum-format' directly to format.
5194 2013-11-12  Tokuya Kameshima  <kametoku@gmail.com>
5196         * org-mew.el (org-mew-inbox-folder, org-mew-use-id-db)
5197         (org-mew-subject-alist, org-mew-capture-inbox-folders)
5198         (org-mew-capture-guess-alist): New options.
5199         (org-mew-store-link, org-mew-open): Rewrite.
5200         (org-mew-folder-name, org-mew-follow-link)
5201         (org-mew-folder-eixsts-p, org-mew-get-msgnum)
5202         (org-mew-open-by-message-id, org-mew-search, org-mew-capture)
5203         (org-mew-capture-guess-selection-keys): New functions.
5205 2013-11-12  Trevor Murphy  <trevor.m.murphy@gmail.com>  (tiny change)
5207         * org.el (org-get-compact-tod): Always pad minutes to two places.
5209 2013-11-12  Viktor Rosenfeld  <listuser36@gmail.com>  (tiny change)
5211         * org.el (org-agenda-prepare-buffers): Add tags defined in
5212         `org-tag-persistent-alist' to `org-tag-alist-for-agenda'.
5214 2013-11-12  Vitalie Spinu  <spinuvit@gmail.com>
5216         * ob-tangle.el (org-babel-find-file-noselect-refresh): Call
5217         `find-file-noselect' with 'nowarn argument to surpress
5218         `yes-or-no-p' reversion message.
5220         * ob-core.el (org-babel-where-is-src-block-head): Return
5221         `point-marker' instead of `point'.
5223 2013-11-12  Yann Hodique  <yann.hodique@gmail.com>
5225         * org-publish.el (org-publish-org-to-taskjuggler): New function to
5226         publish taskjuggler projects.
5228 2013-11-12  Yasushi Shoji  <yashi@atmark-techno.com>
5230         * org-clock.el (org-clock-x11idle-program-name): New option.
5231         (org-x11idle-exists-p, org-x11-idle-seconds): Use it.
5233 2013-11-12  Yoshinari Nomura  <nom@quickhack.net>
5235         * ox-html.el (org-html--has-caption-p): New function.
5236         (org-html-link--inline-image, org-html-table): Prepend ordinal
5237         number to caption.
5238         (org-html-link): Make numbered link by counting captioned figures
5239         and tables.
5241         * ox.el (org-export-dictionary): Add Japanese translations for
5242         figures and tables.  Add "Figure %d:" entry in the same manner
5243         with "Table %d:".
5245 2013-11-12  Nicolas Richard  <nrichard@ulb.ac.be>
5247         * ob.el (org-babel-edit-distance): When insertion or deletion are
5248         needed, make sure the distance is incremented.  In addition, the
5249         now obsolete mmin function was removed.
5251 2013-11-12  Oleh Krehel <wave@mail.ua>
5253         * org-capture.el (org-capture-expand-embedded-elisp): Throw error
5254         if result is not a string and not nil.  If the result is nil,
5255         treat it as if it was the empty string.
5257         * org-clock.el (org-clock-notify-once-if-expired): Honor
5258         `org-clock-sound'.
5260 2013-11-12  Rasmus Pank  <rasmus.pank@gmail.com>
5262         * org.el (org-format-latex-header): Remove eucal and amsmath.
5263         (org-latex-default-packages-alist): Remove amstext and add
5264         amsmath.
5266         * ox-latex.el (org-latex-item): Use square as unchecked symbol.
5268         * org.el (org-latex-default-packages-alist): Remove latexsym.
5270         * org-entities.el (org-entities): Add support for ell, imath,
5271         jmath, varphi, varpi, aleph, gimel, beth, dalet, cdots, S (§),
5272         dag, ddag, colon, therefore, because, triangleq, leq, geq,
5273         lessgtr, lesseqgtr, ll, lll, gg, ggg, prec, preceq, preccurlyeq,
5274         succ, succeq, succurlyeq, setminus, nexist(s), mho, check, frown,
5275         diamond.  Changes loz, vert, checkmark, smile and tilde.
5277         * ob-C.el: Added C++ to `org-babel-load-languages' automatically
5278         after loading C.
5280         * org-src.el (org-src-lang-modes): Added association between
5281         language C++ and `c++-mode'.
5283         * ox.el (org-export-smart-quotes-alist): Added ("da" "no" "nb"
5284         "nn" "sv").
5285         (org-export-dictionary): Added some entries ("da" "no" "nb" "nn"
5286         "sv").
5287         (org-export-default-language): Mention other variables affected by
5288         language.
5290         * ox-latex.el (org-latex-babel-language-alist): Added 'nb', 'nn',
5291         and 'no' for Norwegian.  Removed 'no-no'.
5292         (org-latex-pdf-process): let `latexmk' be a preconfigured choice
5293         and change the wording of the docstring.
5294         (org-latex-guess-babel-language): Replace AUTO with language if
5295         AUTO is the option of the LaTeX package Babel.
5296         (org-latex-classes): updated documentation with respect
5297         to `org-latex-guess-babel-language'.
5299 2013-11-12  Дядов Васил Стоянов  <vdyadov@elvees.com>  (tiny change)
5301         * org-docview.el (org-docview-export): New function to export
5302         docview links.
5304 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5306         * org-agenda.el (org-agenda-mode):
5307         * org-indent.el (org-indent-mode): Use the `local' arg of
5308         add-hook/remove-hook.
5310 2013-03-08  Bastien Guerry  <bzg@gnu.org>
5312         * org-exp.el (org-export-normalize-links): Fix critical bug: do
5313         not rely on `org-context' to guess where to prevent links
5314         normalization.
5316 2013-02-28  Achim Gratz  <Stromeko@Stromeko.DE>
5318         * org.el (org-org-menu): Use correct key "C-u C-c C-x !" to do
5319         org-reload uncompiled in the menu.
5321 2013-02-28  Bastien Guerry  <bzg@gnu.org>
5323         * org-indent.el (org-indent-add-properties): Bugfix: prevent
5324         negative value for `added-ind-per-lvl'.
5326         * org.el (org-mode): Add `org-fix-ellipsis-at-bol' to
5327         `isearch-mode-end-hook' so that any isearch fixes the problem with
5328         ellipsis on the first line.
5329         (org-fix-ellipsis-at-bol): New defsubst.
5330         (org-show-context, org-isearch-end): Use it.
5332         * org.el (org-show-context): Remove useless catch.
5333         Make sure the top of the window is a visible headline.
5334         (org-activate-plain-links): Remove unused catch.
5336         * org-macs.el (org-get-alist-option): Return nil, not (nil),
5337         so that `org-show-context' DTRT.
5339         * org.el (org-imenu-get-tree): Fix bug when matching against empty
5340         headlines.
5342         * org.el (org-overview): Stay on current line.
5343         (org-map-entries): Fix docstring.
5344         (org-at-clock-log-p): Delete.
5345         * org-clock.el (org-at-clock-log-p): Move here.
5347         * org.el (org-tsr-regexp-both): Don't activate dates in links.
5348         (org-activate-dates): Change match boundaries according to the new
5349         value of `org-tsr-regexp-both'.
5351         * org-agenda.el (org-agenda-to-appt): Fix typos.
5353         * org-agenda.el (org-agenda-local-vars): Don't include
5354         `org-agenda-show-window' as it needs to be checked outside of the
5355         agenda window.
5357         * org.el (org-set-tags-command): Fix bug when setting tags for
5358         multiple headlines in an active region.
5360         * org-mobile.el (org-mobile-edit): DTRT when inserting a heading
5361         in an invisible region.
5363         * org.el (org-insert-heading-respect-content): Add docstring.
5364         New `invisible-ok' parameter.
5365         (org-insert-todo-heading-respect-content): Add docstring.
5367         * ob-tangle.el (org-babel-tangle-collect-blocks):
5368         Bugfix: remove code references from blocks.
5370         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
5371         Cosmetic changes.
5372         (org-agenda-show-new-time): Fix bug when displaying a temporary
5373         overlay with the scheduled/deadline information.
5375         * org.el (org-fill-paragraph-with-timestamp-nobreak-p): New function.
5376         (org-setup-filling): Use it to prevent breaking a timestamp when
5377         filling a paragraph.
5379         * org-id.el (org-id-get-with-outline-path-completion): Fix docstring.
5381 2013-02-28  Tim Burt  <tcburt@rochester.rr.com>  (tiny change)
5383         * org-datetree.el (org-datetree-find-year-create):
5384         Match headlines with tags.
5386 2013-02-07  Bastien Guerry  <bzg@gnu.org>
5388         * org-agenda.el (org-agenda-get-deadlines)
5389         (org-agenda-get-scheduled): Fix bug: use text properties for the
5390         headline text since we rely on properties to get e.g. the effort.
5392         * org-exp.el (org-export-normalize-links): Don't match links
5393         within tags.
5395         * org-html.el (org-export-html-preamble-format)
5396         (org-export-html-postamble-format): Mention that
5397         org-export-html-preamble/postamble need to be `t' in order for
5398         these variables to have any effect.
5400         * org-html.el (org-html-handle-links): When the link description
5401         is an image and the attribute is "width", pass the attribute to
5402         the <img ...> tag.
5404         * org.el (org-mode): Always honor `org-startup-indented', even
5405         when `org-inhibit-startup' is non-nil.
5407         * org-indent.el (org-indent-mode): Don't check
5408         `org-inhibit-startup'.
5410         * org.el (org-fontify-meta-lines-and-blocks-1): Don't try to add
5411         text properties outside of the buffer.
5413         * org.el (org-agenda-inhibit-startup): Rename from
5414         `org-agenda-inhibit-startup-visibility-cycling'.
5415         (org-agenda-prepare-buffers): Bind `org-inhibit-startup' to
5416         `org-agenda-inhibit-startup'.
5418         * org.el (org-mode): Don't initialize `org-beamer-mode' when
5419         `org-inhibit-startup' is non-nil.
5421         * org-footnote.el (org-footnote-create-definition): Prevent
5422         `electric-indent-mode' from inserting the definition at the wrong
5423         place.
5425         * org-agenda.el (org-agenda-no-heading-message): Delete.
5426         (org-agenda-get-timestamps, org-agenda-get-progress)
5427         (org-agenda-get-deadlines, org-agenda-get-scheduled)
5428         (org-agenda-get-blocks): Don't use
5429         `org-agenda-no-heading-message', skip the entry.
5431         * org.el (org-agenda-inhibit-startup-visibility-cycling):
5432         New option.
5433         (org-agenda-prepare-buffers): Use it to speed up the agenda
5434         generation.
5436         * org-agenda.el (org-agenda-skip): Fix bug by correctly skipping
5437         commented scheduled/deadline lines.
5439         * org-clock.el (org-clock-in): Fix bug when fetching the effort
5440         value.
5442         * ob-python.el (org-babel-python-command): Fix docstring.
5443         (org-babel-python-initiate-session-by-key): Fix bug: `run-python'
5444         from Emacs >24.1 requires a python command as an argument.
5446         * org-element.el (org-element-at-point): Fix typo in docstring.
5448         * org-agenda.el (org-agenda-get-deadlines): Fix bug: use
5449         `org-agenda-show-inherited-tags'.
5451         * org-agenda.el (org-agenda-skip): Correctly handle commented out
5452         scheduled/deadline lines.  Refactor.
5454         * org-install.el: Do not warn users.
5456         * org.el (org-adaptive-fill-function): In message-mode, don't
5457         lines in the message header, nor table lines in the body.
5458         Correctly fill lines starting with `org-outline-regexp' in the
5459         body.
5461         * org-agenda.el (org-agenda-open-link): Fix bug with opening all
5462         links.
5464 2013-02-07  Francesco Pizzolante  <fpz-djc/iPCCuDYQheJpep6IedvLeJWuRmrY@public.gmane.org>  (tiny change)
5466         * org-clock.el (org-clock-sum): Protect with `org-unmodified'.
5468         * org-macs.el (org-unmodified): Inhibit modification hooks.
5470 2013-02-07  John K. Luebs  <jkluebs@luebsphoto.com>  (tiny change)
5472         * org.el (org-get-wdays): Handle matching a lead time specified in
5473         hours.
5475 2013-02-07  Muchenxuan Tong  <demon386@gmail.com>  (tiny change)
5477         * org-agenda.el (org-agenda-quit): Delete indirect buffer's window
5478         only when it exists.
5480 2013-02-07  Nicolas Goaziou  <n.goaziou@gmail.com>
5482         * org-element.el (org-element-macro-parser): Fix error when last
5483         argument ends with a protected comma.
5485         * org-element.el (org-element-parse-buffer, org-element-map)
5486         (org-element-at-point, org-element-context): Be more verbose in
5487         docstrings.  Also fix typos.
5489         * org-list.el (org-list-struct-fix-box): When a checkbox has to be
5490         resetted because of a non-nil ORDERED property value, make sure it
5491         had a checkbox already.
5493 2013-02-07  Tokuya Kameshima  <kametoku@gmail.com>  (tiny change)
5495         * org-agenda.el (org-search-view): Fix checking
5496         `org-agenda-show-inherited-tags'.
5498 2013-02-07  racin  <racin@free.fr>  (tiny change)
5500         * org-bibtex.el (org-bibtex-search): Don't throw an error when
5501         `org-bibtex-prefix' is nil.
5503 2013-01-13  Bastien Guerry  <bzg@gnu.org>
5505         * org-compat.el (org-condition-case-unless-debug): Delete.
5507         * org-odt.el (org-odt-cleanup-xml-buffers):
5508         Use `condition-case' instead of `org-condition-case-unless-debug',
5509         which is now deleted.
5511         * org-capture.el (org-capture-templates-contexts):
5512         * org-agenda.el (org-agenda-custom-commands-contexts):
5513         Docstring fix.
5515         * org.el (org-get-tags-at): Remove duplicate inherited tags.
5517         * org-agenda.el (org-agenda-show-inherited-tags): Allow to be set
5518         to 'always or to a list of agenda types.
5519         (org-agenda-finalize): Rework conditions under which inherited
5520         tags should be made available even when not displayed.
5521         (org-search-view, org-agenda-get-todos)
5522         (org-agenda-get-timestamps, org-agenda-get-sexps)
5523         (org-agenda-get-progress, org-agenda-get-scheduled)
5524         (org-agenda-get-blocks): Use new possible values of
5525         `org-agenda-show-inherited-tags'.
5527         * org.el (org-open-at-point): Fix opening all links at point.
5529         * org-agenda.el (org-get-entries-from-diary): Turn off
5530         `diary-file-name-prefix' instead of
5531         `diary-file-name-prefix-function', the former is checked before
5532         the latter.
5534         * org.el (org-edit-special): Check for table.el before checking
5535         for Org tables.
5537 2013-01-13  Michael Albinus  <michael.albinus@gmx.de>
5539         * ob-eval.el (org-babel-shell-command-on-region):
5540         Use `executable-find' for local `shell-file-name'.
5542 2013-01-09  Achim Gratz  <Stromeko@Stromeko.de>
5544         * org-faces.el: Define face alias mode-line for XEmacs (it's
5545         called modeline there).
5547         * org-compat.el (org-no-popups): New wrapper macro which let-binds
5548         the correct variables to suppress popup windows depending on the
5549         Emacs version in use.  This is a compile-time decision when
5550         byte-compiling.
5552         * org.el (org-get-location, org-switch-to-buffer-other-window):
5553         Use the wrapper `org-no-popups' to let-bind the correct variables
5554         for suppression of popup windows.
5556         * org-compat.el (user-error): Defalias to `error' for Emacsen that
5557         don't have it.
5559         * org-agenda.el (org-agenda-write): Use org-called-interactively-p
5560         instead of called-interactively-p.
5562         * org.el (org-find-invisible-foreground): Do not use the value of
5563         variables `default-frame-alist', `initial-frame-alist' and
5564         `window-system-default-frame-alist' when their symbol is not bound.
5566 2013-01-09  Bastien Guerry  <bzg@gnu.org>
5568         * org-src.el (org-edit-src-code): Fix bug when trying to edit a
5569         table.el table.
5571         * org-agenda.el (org-agenda-finalize): Inhibit readonly for the
5572         whole function.
5574         * org.el (org-entry-get): Speed up by let-binding some variables
5575         only if needed.  Also fix a bug: consider an empty drawer as no drawer.
5577         * org-agenda.el (org-search-view, org-agenda-get-todos)
5578         (org-agenda-get-timestamps, org-agenda-get-sexps)
5579         (org-agenda-get-progress, org-agenda-get-deadlines)
5580         (org-agenda-get-scheduled, org-agenda-get-blocks)
5581         (org-agenda-change-all-lines): Get local tags only.
5582         (org-agenda-use-tag-inheritance): New option.
5583         (org-agenda-finalize): When `org-agenda-use-tag-inheritance'
5584         is non-nil, possibly reset tags in the agenda buffer.
5585         (org-agenda-check-type): Enhance docstring.
5587         * org.el (org-use-tag-inheritance): Fix typo in docstring.
5589         * org-agenda.el (org-float): Don't alias `org-float'.
5591         * org.el (org-scan-tags): The skipper already checks for archived
5592         entries.
5594         * org.el (org-refresh-properties): Rename from
5595         `org-refresh-effort-properties' and use two new parameters.
5596         (org-agenda-prepare-buffers): Use `org-refresh-properties'.
5597         Also refresh the 'org-appt-warntime text property.
5599         * org-clock.el (org-clock-in): Use the renamed defun.
5601         * org-icalendar.el (org-icalendar-print-entries):
5602         Refresh the 'org-appt-warntime property.
5603         (org-icalendar-print-entries):
5604         * org-agenda.el (org-agenda-get-timestamps)
5605         (org-agenda-get-sexps, org-agenda-get-deadlines)
5606         (org-agenda-get-scheduled): Do not use `org-entry-get' to get the
5607         "APPT_WARNTIME" property value.
5609         * org.el (org-id-link-to-org-use-id): Fix compiler warning.
5611         * org-agenda.el (org-agenda-format-item): Do not use
5612         `org-get-effort' to get the effort text property.
5613         (org-agenda-get-sexps): Use `org-back-to-heading' when setting tags.
5615         * org-clock.el (org-clock-in): Refresh effort properties.
5617         * org.el (org-refresh-effort-properties): New defun.
5618         (org-get-effort): Delete.
5619         (org-set-effort):
5620         (org-property-next-allowed-value): Set the 'org-effort text property.
5621         (org-agenda-prepare-buffers): Refresh effort properties.
5623         * org.el (org-read-date): Let-bind `mouse-autoselect-window' to
5624         nil so that the mouse doesn't jump when the option is set to t globally.
5626         * org-agenda.el (org-agenda-dim-blocked-tasks): Default to nil.
5627         (org-agenda-dim-blocked-tasks): Make interactive and allow an
5628         optional parameter 'invisible to hide blocked tasks instead of
5629         just dimming them.
5630         (org-agenda-mode-map): Bind `org-agenda-dim-blocked-tasks' to "#".
5632         * org-agenda.el (org-agenda-finalize): Don't try to align tags
5633         when there are no tags.  Only try to draw the habit consistency
5634         graph when there is a habit in the buffer.  Only mark clocking
5635         task when there is one.
5637         * org.el (org-adaptive-fill-function): DTRT in `message-mode'.
5639         * org.el (org-get-priority): Save match data even when using
5640         `org-get-priority-function'.
5642         * org-mobile.el (org-mobile-create-index-file):
5643         Possibly normalize `org-todo-keywords'.
5645         * org-mobile.el (org-mobile-push): Use the correct agenda buffer names.
5647         * org.el (org-store-link): Use `org-id-link-to-org-use-id' instead
5648         of the obsolete variable name.
5650         * org.el (org-fontify-meta-lines-and-blocks-1):
5651         Fix bug when fontifying keywords with no value.
5653         * org.el (org-goto-auto-isearch): Enhance docstring.
5654         (org-goto-map): Make a defun, so that the customized value of
5655         org-goto-auto-isearch is correctly initialized.
5656         (org-goto): Initialize the keymap with `org-goto-map'.
5657         (org-get-location): Use *Org Help* as a temporary buffer.
5658         Tell whether auto-isearch is on or off.
5660         * org-exp.el (org-export-as-org): Remove useless argument.
5662         * org-docbook.el (org-export-as-docbook-batch)
5663         (org-export-region-as-docbook, org-export-as-docbook-pdf):
5664         Fix the number of arguments.
5665         (org-export-as-docbook): Remove useless argument.
5667         * org.el (org-speed-commands-default): Use ":" instead of ";" for
5668         `org-set-tags-command', which is consistent with ":" in agenda
5669         view.  Use "=" for `org-columns".
5671         * org.el (org-sparse-tree): Fix redundant information in prompt.
5673         * org-exp.el (org-export-string): Fix number of arguments passed
5674         to the org-export-as-* functions.
5676         * org-latex.el (org-export-as-latex): Fix typo in docstring.
5678         * org-list.el (org-cycle-include-plain-lists): Docstring enhancement.
5680         * org.el (org-fontify-meta-lines-and-blocks-1): Fix fontification
5681         bug when fontifying a keyword with no associated value.
5682         (org-cycle-internal-local): Don't run hooks when cycling a plain
5683         list before first headline.
5684         (org-ctrl-c-ctrl-c): Throw a user error when trying to toggle a
5685         blocked checkbox.
5686         (org-indent-line): Fix table formulas indenting.
5688         * org-agenda.el (org-agenda-open-link): Fix bug when no link is
5689         matched.  Return a message instead of an error.
5690         (org-agenda-priority): Remove useless parameter and fix showing
5691         priority in agenda buffers.
5693         * org-macs.el (org-with-buffer-modified-unmodified): New macro.
5695         * org.el (org-entry-blocked-p): Use the new macro.
5697         * org-src.el (org-edit-src-exit): Don't comma-escape the content
5698         of a fixed width region.
5700         * org.el (org-blocker-hook): Update the docstring to mention that
5701         functions in this hook should not modify the buffer.
5702         (org-trigger-hook): Small docstring fix.
5703         (org-entry-blocked-p): Use `with-buffer-modified-unmodified'
5704         so that the function never modifies the buffer.
5706         * org-agenda.el (org-agenda-open-link): Allow to open an internal
5707         link by using the new `org-offer-links-in-entry' function.
5709         * org.el (org-offer-links-in-entry): Do not open the link directly
5710         through `org-open-link-from-string', only offer to select a link
5711         and return a cons with the link (as a string) and the end of entry.
5712         (org-open-at-point): Use `org-offer-links-in-entry' correctly.
5714         * org.el (org-cycle-internal-local):
5715         Fix bug: allow headings with leading blank characters.
5717         * org-clock.el (org-clock-persist):
5718         Docstring fix: document the 'history value.
5720         * org.el (org-insert-link): Fix bug when inserting links to
5721         headlines containing the ">" character.
5723         * org-crypt.el (org-at-encrypted-entry-p): Fix search boundary.
5725         * org-compat.el (org-delete-directory): New compatibility function
5726         for Emacs 22, where `delete-directory' does not support recursive
5727         deletion.
5729         * org-odt.el (org-odt-cleanup-xml-buffers):
5730         Use the new compatibility function.
5732         * org.el (org-table-map-tables): Fix allowed blocks.
5734         * org.el (org-edit-special):
5735         * org-src.el (org-edit-src-code): Fix regression: allow editing
5736         HTML and LaTeX source blocks again.
5738         * org.el (org-nonsticky-props): Add `htmlize-link'.
5739         (org-nonsticky-props): Add `htmlize-link'.
5741         * org.el (org-edit-special):
5742         * org-src.el (org-edit-src-code): Don't edit in verbatim blocks.
5744         * org-table.el (org-table-fedit-lisp-indent)
5745         (orgtbl-self-insert-command): Use `org-delete-backward-char'
5746         instead of `backward-delete-char'.
5748         * org-src.el (org-edit-src-code): Fix another bug about editing
5749         special blocks "example" and "verbatim".
5751         * org.el (org-structure-template-alist): Add verbatim.
5752         (org-edit-special): Fix bug about editing special blocks
5753         "example" and "verbatim".
5755         * org.el (org-delete-backward-char, org-delete-char):
5756         Save match data, `delete-backward-char' and `delete-char' don't.
5758         * org.el (org-enable-table-editor, org-insert-heading)
5759         (org-remove-timestamp-with-keyword, org-self-insert-command):
5760         * org-table.el (org-table-fedit-lisp-indent)
5761         (orgtbl-self-insert-command):
5762         * org-latex.el (org-export-latex-subcontent):
5763         * org-clock.el (org-clocktable-write-default):
5764         * org-ascii.el (org-export-ascii-preprocess):
5765         Use `delete-backward-char' instead of `backward-delete-char'.
5767         * org.el (org-todo): Ignore the comment string when changing the
5768         TODO state of a headline.
5769         (org-edit-special): Fix docstring.
5770         (org-in-src-block-p): Small enhancement.
5772         * org-publish.el (org-publish-org-to): Call `org-export-as-*'
5773         functions with the correct list of arguments.
5775         * org-html.el (org-export-as-html): Delete obsolete arg `hidden'.
5776         (org-export-as-html-and-open, org-export-as-html-batch)
5777         (org-export-region-as-html): Don't use obsolete arg.
5779         * org-ascii.el (org-export-as-ascii): Delete obsolete arg `hidden'.
5780         (org-export-as-ascii-to-buffer): Don't use obsolete arg.
5782         * org.el (org-in-fixed-width-region-p): Save match data.
5783         (org-in-src-block-p): Use case-folding for searching the block
5784         boundaries.
5785         (org-activate-plain-links, org-activate-angle-links)
5786         (org-activate-bracket-links): Prevent link activation in
5787         source code blocks.
5789         * org-odt.el (org-odt-cleanup-xml-buffers): Fix Emacs Bug#13197 by
5790         setting the correct buffer before marking it unmodified to
5791         silently kill him.
5793         * org.el (org-set-font-lock-defaults): Don't activate links in
5794         source code blocks and fixed-width regions.
5796         * org-agenda.el (org-agenda-finalize): Fix links activation.
5798         * org.el (org-open-at-point): Throw the correct error on
5799         non-links.  Use `user-error' instead of `error'.
5801         * org.el (org-in-fixed-width-region-p): Define before use.
5803         * org-src.el (org-in-src-block-p): Declare function.
5805         * org-compat.el: Fix bug: don't use `eval-when-compile' when
5806         aliasing `user-error'.
5808         * org-agenda.el (org-agenda-skip): Only check if point is
5809         inside a code block, not at a code block.
5811         * org.el (org-in-fixed-width-region-p):
5812         Rewrite using org-element.el.
5814         * org.el (org-fill-paragraph): Fill correctly in source code block.
5816         * org.el (org-in-fixed-width-region-p): New function.
5817         (org-edit-special): Fix bug: make sure to DTRT in every
5818         special environment.  Also use the new function to check
5819         against fixed-width environment.
5821         * org-src.el (org-edit-src-code): Check if we are in a source code
5822         block with `org-in-src-block-p'.  Slightly reformat the docstring.
5824         * org.el (org-in-src-block-p): Return t when point is at the
5825         #+BEGIN_SRC/#+END_SRC lines unless the new optional parameter
5826         'inside is set to t.
5828         * ob-exp.el (obe-marker): Delete useless var.
5830         * org-src.el (org-edit-src-code): Fix bug triggered by the sexp
5831         (copy-marker nil) on Emacs <24.1.
5833 2013-01-09  Dmitry Antipov  <dmantipov@yandex.ru>
5835         * org-agenda.el (org-agenda-get-restriction-and-command):
5836         * org-capture.el (org-capture-place-template):
5837         * org-colview.el (org-dblock-write:columnview):
5838         * org-mobile.el (org-mobile-locate-entry):
5839         * org-table.el (org-table-convert-region):
5840         * org.el (org-update-statistics-cookies): Use `point-marker'.
5842 2013-01-09  Eric Schulte  <eric.schulte@gmx.com>
5844         * org-exp.el (org-export-string): Pass the dir option on through
5845         to any subsequent export functions.
5847 2013-01-09  Henning Weiss  <hdweiss@gmail.com>  (tiny change)
5849         * org-mobile.el (org-mobile-sumo-agenda-command): Remove match
5850         description from block agendas when they have a title.
5852 2013-01-09  Jambunathan K  <kjambunathan@gmail.com>
5854         * org-odt.el (org-export-as-odt-batch): Init `org-odt-zip-dir'.
5855         Fix Emacs Bug#13254.
5857         * org-odt.el (org-odt-format-org-link): Add check for presence of
5858         description in headline links.
5860 2013-01-09  Michael Gauland  <mike_gauland@stanfordalumni.org>  (tiny change)
5862         * org-src.el: Create a marker to pass to copy-marker.
5864 2013-01-09  Nicolas Goaziou  <n.goaziou@gmail.com>
5866         * org.el (org-setup-filling): Set `auto-fill-inhibit-regexp' to
5867         nil because `org-adaptive-fill-function' already determines which
5868         lines should be filled.
5870         * org.el (org-fill-paragraph): Small refactoring.
5872         * org-element.el (org-element--parse-elements)
5873         (org-element-at-point): Fix parsing of a list in a block in a list.
5875 2013-01-09  Sebastien Vauban  <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
5877         * org.el (org-copy-subtree, org-paste-subtree):
5878         Fix whitespace handling when copying/pasting a subtree.
5880 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
5882         * ob.el (org-babel-temp-file): Fix setting of
5883         `temporary-file-directory' on remote hosts.
5885         * ob-eval.el (org-babel-shell-command-on-region):
5886         Use `process-file' instead of `call-process-region'.  The latter one
5887         does not work on remote hosts.
5889 2012-12-13  Bastien Guerry  <bzg@gnu.org>
5891         * org-latex.el (org-export-latex-links): Escape raw path when
5892         exporting links to files.
5894         * org-src.el (org-src-native-tab-command-maybe): Fix bug: the
5895         S-TAB key should not trigger a native TAB command.
5897         * org.el (org-open-at-point): Allow to open any link within
5898         footnotes definition, not only bracket links.
5900         * org.el (org-sort-entries): Bugfix: keep track of the clock
5901         marker when sorting entries.  Enhance the docstring.
5903         * org-clock.el (org-clock-out): Use `user-error' when the user
5904         tries to clock out while there is no running clock.
5906         * org-table.el (org-table-sort-lines): Ensure coordinates are
5907         correctly displayed when sorting.
5909         * org.el (org-do-sort): Enhance prompt.
5911         * org-agenda.el (org-agenda-finalize): Also activate plain links.
5913         * org-timer.el (org-timer-stop): Add message.
5915         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
5916         Fix redundant messages.
5918         * org-agenda.el (org-agenda-finalize): Fix clock highlighting.
5920         * org.el (org-additional-option-like-keywords): Add "INDEX:".
5922         * org-install.el: Enhance warning.
5924 2012-12-13  Erik Hetzner  <egh@e6h.org>  (tiny change)
5926         * org.el (org-log-into-drawer): Honor the nil value for the
5927         :LOG_INTO_DRAWER: property.
5929 2012-12-13  Le Wang  <l26wang@gmail.com>  (tiny change)
5931         * org-src.el (org-edit-src-exit): Fix editing source section with
5932         blank lines.
5934 2012-12-13  Le Wang  <le.wang@agworld.com.au>
5936         * org-src.el (org-edit-src-code): Use marker with insertion type
5937         t to track end and remove hack requiring delete from beg to (1- end).
5939 2012-12-13  Nicolas Goaziou  <n.goaziou@gmail.com>
5941         * org-element.el (org-element-context): When point is between two
5942         objects, be sure to return the second one.
5944         * org-list.el (org-list-separating-blank-lines-number):
5945         When computing number of blank lines separating items, also count those
5946         in unparsed blocks, like example blocks.
5948         * org.el (org-end-of-line): When visual line mode is on, really
5949         move by visual lines.  Small refactoring.
5951         * org.el (org-end-of-line): On a hidden block make sure to
5952         delegate motion to `end-of-line' instead of `move-end-of-line' in
5953         order to stay on the current line.
5955 2012-12-13  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
5957         * org-bibtex.el: In the documentation section of the file, fix the
5958         broken URL to Andrew Roberts' document on BibTeX entries.
5960         * org-remember.el (org-remember-handler): Correctly strip the
5961         comment lines in the temporary buffer *Remember* when handling a
5962         remember note.
5964         * org-remember.el (org-remember-apply-template): Start the
5965         commented lines in the Remember temporary buffer with the
5966         appropriate characters.
5968 2012-12-13  Toby S. Cubitt  <tsc25@cantab.net>
5970         * org.el (org-beginning-of-line): Check `visual-line-mode' instead
5971         of `line-visual-mode' to determine whether to move by visual lines.
5973         * org.el (org-kill-line): Use the `org-bound-and-true-p' macro.
5975 2012-12-04  Chong Yidong  <cyd@gnu.org>
5977         * org-bibtex.el (org-bibtex-ask): Use visual-line-mode instead of
5978         longlines-mode.
5980 2012-10-26  Achim Gratz  <stromeko@stromeko.de>
5982         * ob-ditaa.el: Needs to (require 'org-compat) for
5983         org-find-library-dir.
5985         * org.el: Remove utf-8 codepoints in docstrings, bytecode doesn't
5986         work when loaded from compressed files.
5988         * org-compat.el: Make sure that file-name-directory is getting a
5989         stringp.  This avoids a possible " (wrong-type-argument stringp
5990         nil)" error when the library in question does not exist.
5992         * org-odt.el: Replace arc-mode.el by arc-mode.
5994         * org.el: Replace org-macs.el by org-macs.
5996         * org-install.el: Provide an empty file that prints a warning
5997         about an outdated configuration.
5999 2012-10-26  Bastien Guerry  <bzg@gnu.org>
6001         * org-latex.el (org-export-as-latex): Remove obsolete argument
6002         `hidden'.  Also fix the docstring: using 'string as the value
6003         for `to-buffer' outputs a string with no LaTeX header.
6004         (org-export-as-latex-batch)
6005         (org-export-as-latex-to-buffer, org-export-region-as-latex)
6006         (org-export-as-pdf): Don't use the obsoleted argument.
6008         * ob-haskell.el (org-export-as-latex): Don't use the obsoleted
6009         argument `hidden'.
6011         * org.el (org-refile): Run within `with-demoted-errors' so that a
6012         corrupted bookmark file does not stop the refile process.
6014         * org-capture.el (org-capture-bookmark-last-stored-position):
6015         Ditto for the capture process.
6017         * org-src.el (org-edit-src-exit): Fix bug when saving an empty
6018         source buffer.
6020         * org-lparse.el (org-lparse): Fix bug by returning the output
6021         of `org-do-lparse'.
6023         * org.el (org-refile-check-position): Throw an error when the
6024         refile target is the current buffer and is not a file.
6025         (org-agenda-file-to-front, org-remove-file): Throw an error
6026         when the current buffer is not a file.
6027         (org-check-agenda-file): Enhance the message.
6028         (org-element-type): Autoload.
6029         (org-element-context, org-element-paragraph-parser):
6030         Don't declare as these two functions are not used in org.el.
6032         * org-lparse.el (browse-url-file-url): Declare.
6034         * org.el (org-refile-check-position): Fix typo in docstring.
6036         * org-clock.el (org-clock-modeline-total): Make obsolete.
6037         (org-clock-mode-line-total): Rename from
6038         `org-clock-modeline-total'.
6039         (org-clock-get-sum-start): Fix references to
6040         `org-clock-modeline-total'.
6042         * org-faces.el (org-agenda-filter-tags)
6043         (org-agenda-filter-category, mode-line): Use the 'mode-line
6044         face instead of the obsolete 'modeline.
6046         * org-odt.el (org-odt-styles-dir): Try more directories.
6047         Don't throw an error, just send a message.
6049         * org-odt.el (org-odt-lib-dir, org-odt-data-dir)
6050         (org-odt-schema-dir-list, org-odt-styles-dir-list): Delete.
6051         (org-export-odt-schema-dir, org-odt-styles-dir): Infer the
6052         correct directories without requiring other variables.
6054         * org-fixup.el (org-make-org-version, org-make-autoloads):
6055         Don't define `org-odt-data-dir' in org-version.el.
6057         * org-loaddefs.el: New file.
6059         * org.el ("org-loaddefs.el"): Don't throw an error if the file
6060         cannot be fund.
6061         (org-version): Use org-loaddefs.el instead of org-install.el.
6063         * org.el: Don't dynamically autoload already autoloaded
6064         functions.
6065         (org-clock-update-time-maybe): Move to org-clock.el.
6067         * org-exp.el (org-insert-export-options-template):
6068         Remove autoload cookie.
6070         * org-clock.el (org-resolve-clocks, org-clock-in)
6071         (org-clock-out, org-clock-cancel, org-clock-goto)
6072         (org-clock-sum, org-clock-display, org-clock-report)
6073         (org-dblock-write:clocktable): Add autoload cookie.
6074         (org-clock-update-time-maybe): Move from org.el.
6076         * org-beamer.el (org-beamer-sectioning, org-beamer-mode): Ditto.
6078         * org-ascii.el (org-export-ascii-preprocess): Ditto.
6080         * org-archive.el (org-archive-subtree)
6081         (org-archive-to-archive-sibling, org-toggle-archive-tag):
6082         Add autoload cookie.
6084         * org-colview.el (org-columns, org-dblock-write:columnview)
6085         (org-insert-columns-dblock, org-agenda-columns): Ditto.
6087         * org-table.el (org-table-create-with-table.el)
6088         (org-table-create-or-convert-from-region, org-table-create)
6089         (org-table-convert-region, org-table-import)
6090         (org-table-export, org-table-align)
6091         (org-table-justify-field-maybe, org-table-next-field)
6092         (org-table-previous-field, org-table-next-row)
6093         (org-table-copy-down, org-table-field-info)
6094         (org-table-current-dline, org-table-goto-column)
6095         (org-table-insert-column, org-table-delete-column)
6096         (org-table-move-column-right, org-table-move-column-left)
6097         (org-table-move-column, org-table-move-row-down)
6098         (org-table-move-row-up, org-table-move-row)
6099         (org-table-insert-row, org-table-insert-hline)
6100         (org-table-hline-and-move, org-table-kill-row)
6101         (org-table-sort-lines, org-table-cut-region)
6102         (org-table-copy-region, org-table-paste-rectangle)
6103         (org-table-convert, org-table-wrap-region)
6104         (org-table-edit-field, org-table-sum)
6105         (org-table-get-stored-formulas)
6106         (org-table-maybe-eval-formula)
6107         (org-table-rotate-recalc-marks)
6108         (org-table-maybe-recalculate-line, org-table-eval-formula)
6109         (org-table-recalculate, org-table-iterate)
6110         (org-table-edit-formulas)
6111         (org-table-toggle-coordinate-overlays)
6112         (org-table-toggle-formula-debugger, orgtbl-to-generic)
6113         (orgtbl-to-tsv, orgtbl-to-csv, orgtbl-to-latex)
6114         (orgtbl-to-html, orgtbl-to-texinfo, orgtbl-to-orgtbl): Ditto.
6116         * org.el (turn-on-orgtbl): Move here from org-table.el.
6117         (org-clock-persistence-insinuate): Move here from org-clock.el.
6118         (org-update-all-dblocks, org-map-entries)
6119         (org-require-autoloaded-modules, org-forward-element)
6120         (org-backward-element, org-up-element)
6121         (org-element-greater-elements, org-drag-element-backward)
6122         (org-drag-element-forward, org-mark-element)
6123         (org-narrow-to-element, org-transpose-element)
6124         (org-unindent-buffer): Don't autoload.
6126         * org-clock.el (org-clock-get-clocktable): Rename from
6127         `org-get-clocktable'.
6128         (org-clock-persistence-insinuate): Move to org.el.
6130         * org-capture.el: Do no set `generated-autoload-file' locally.
6131         Minor code clean up.
6133         * org-agenda.el (org-agenda-list):
6134         Use `org-clock-get-clocktable'.  Do no set
6135         `generated-autoload-file' locally.
6137         * org-table.el (org-table-iterate-buffer-tables):
6138         Minor reformatting.
6139         (turn-on-orgtbl): Move to org.el.
6141         * org-html.el (org-export-htmlize-generate-css): Don't autoload.
6143         * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
6144         Ditto.
6146         * ob-tangle.el (org-babel-tangle-lang-exts): Ditto.
6148         * ob-lob.el (org-babel-lob-ingest): Ditto.
6150         * org-id.el (org-id-copy)
6151         (org-id-get-with-outline-path-completion)
6152         (org-id-get-with-outline-drilling): Ditto.
6154         * org-lparse.el (org-lparse-and-open, org-lparse-batch)
6155         (org-lparse-to-buffer, org-replace-region-by)
6156         (org-lparse-region): Ditto.
6158         * org-mobile.el (org-mobile-create-sumo-agenda): Ditto.
6160         * org.el (org-cycle): Fix misplaced autoload cookie.
6162         * org-agenda.el (org-agenda-get-timestamps): Check if the item
6163         is an habit when formatting it with `org-agenda-format-item'.
6164         (org-agenda-get-blocks): Fix bug: don't assume the item is an
6165         habit when formatting with `org-agenda-format-item'.
6167         * org.el (org-calendar-agenda-action-key): Delete an option.
6168         (org-mode-map): Delete its keybinding.
6169         (org-agenda-action-marker, org-mark-entry-for-agenda-action):
6170         Delete.
6172         * org-agenda.el (org-agenda-diary-entry): Don't prevent from
6173         being used outside of Org agendas, as it can be used in
6174         calendar buffers too.
6176 2012-10-26  Caio Tiago Oliveira  <asrail@gmail.com>  (tiny change)
6178         * ob-scala.el (org-babel-scala-wrapper-method): Use a Scala
6179         block enclosing the submitted code.
6181 2012-10-26  Myles English  <mylesenglish@gmail.com>  (tiny change)
6183         * org-clock.el (org-clock-in): Move the call to
6184         org-clock-in-prepare-hook until the task's properties
6185         can be accessed.
6187 2012-10-26  Nicolas Goaziou  <n.goaziou@gmail.com>
6189         * org.el (org-auto-fill-function): Make sure `adaptive-fill-mode'
6190         mode is nil when pre-computed `fill-prefix' is the empty string.
6191         Otherwise filling functions from fill.el think it has to be computed
6192         again and overwrite it.
6194         * org.el: Make `org-closest-date' aware of hours repeaters.
6196         * org.el (org-end-of-line): Do not call `end-of-visual-line' when
6197         moving to the end of line.  Also improve behaviour on elements that
6198         can be hidden.
6200         * org.el (org-sparse-tree): Allow to call `org-show-todo-tree'
6201         with an argument.
6203         * org-element.el (org-element--get-next-object-candidates):
6204         Fix parsing of objects of the same type in a single paragraph.
6206         * org-element.el (org-element-sub/superscript-successor):
6207         Fix parsing of sub/superscript at beginning of item.
6208         (org-element-latex-or-entity-successor): Fix parsing of latex
6209         fragments at beginning of item.
6211         * org-agenda.el (org-agenda-later): Fix function when span is
6212         a number and an argument was provided.  Also fix typo in docstring.
6214         * org.el (org-read-date-analyze): Fix analyzing for dates like
6215         "29.03 16:40".
6217         * org-element.el (org-element-center-block-parser)
6218         (org-element-drawer-parser, , org-element-footnote-definition-parser)
6219         (org-element-inlinetask-parser, org-element-plain-list-parser)
6220         (org-element-quote-block-parser, org-element-special-block-parser)
6221         (org-element-babel-call-parser, org-element-clock-parser)
6222         (org-element-comment-parser, org-element-comment-block-parser)
6223         (org-element-example-block-parser, org-element-export-block-parser)
6224         (org-element-fixed-width-parser, org-element-horizontal-rule-parser)
6225         (org-element-keyword-parser, org-element-latex-environment-parser)
6226         (org-element-paragraph-parser, org-element-planning-parser)
6227         (org-element-property-drawer-parser, org-element-src-block-parser)
6228         (org-element-table-parser)
6229         (org-element-verse-block-parserorg-element-dynamic-block-parser):
6230         Make sure element never ends at the end of a blank non-empty line.
6232         * org-element.el (org-element-context)
6233         (org-element--get-next-object-candidates): Fix `org-element-context'.
6234         In particular, the restrictions for an object may be different from
6235         those of its container (i.e. table rows and table cells).
6237         * org-element.el (org-element-example-block-parser)
6238         (org-element-src-block-parser): Store value of example-blocks and
6239         src-blocks unescaped.
6240         (org-element-example-block-interpreter)
6241         (org-element-src-block-interpreter): Escape value again when storing
6242         it.
6244         * org-src.el (org-escape-code-in-string)
6245         (org-unescape-code-in-string, org-escape-code-in-region)
6246         (org-unescape-code-in-region): New functions.
6247         (org-edit-src-code, org-edit-src-exit): Use new functions.
6249         * org.el (org-strip-protective-commas): Remove function.
6251         * org-exp.el (org-export-select-backend-specific-text): Use new
6252         function.
6254         * ob.el (org-babel-parse-src-block-match)
6255         (org-babel-parse-inline-src-block-match, org-babel-insert-result):
6256         Always escape produced blocks, independently on the language of the
6257         block, if any.  Use new functions.
6259         * org-element.el (org-element-paragraph-parser): Fix regexp
6260         starting a block.
6262         * org-element.el (org-element-center-block-parser):
6263         (org-element-drawer-parser, org-element-dynamic-block-parser)
6264         (org-element-example-block-parser, org-element-export-block-parser)
6265         (org-element-latex-environment-parser, org-element-paragraph-parser)
6266         (org-element-property-drawer-parser, org-element-src-block-parser)
6267         (org-element-verse-block-parser): Use stricter regexps for boundaries
6268         of elements.
6270 2012-10-26  Toby S. Cubitt  <tsc25@cantab.net>
6272         * org-agenda.el (org-agenda-get-sexps): Reset `extra' to nil at
6273         beginning of re-search-forward loop, otherwise next iteration picks up
6274         `extra' value from previous entry.
6276 2012-09-30  Abdó Roig-Maranges  <abdo.roig@gmail.com>
6278         * org-html.el (org-export-html-preprocess)
6279         (org-export-html-format-image):
6280         Use `org-latex-preview-ltxpng-directory'.
6282         * org-odt.el (org-export-odt-do-preprocess-latex-fragments):
6283         Ditto.
6285         * org.el (org-latex-preview-ltxpng-directory): New option.
6286         (org-preview-latex-fragment): Store LaTeX preview images in
6287         `org-latex-preview-ltxpng-directory'.
6289 2012-09-30  Achim Gratz  <Stromeko@Stromeko.DE>
6291         * ob-R.el (org-babel-R-initiate-session): Protect against use of
6292         unbound variable `ess-ask-for-ess-directory´.  The default for this
6293         variable is true, so act accordingly if it is found unbound.
6295         * ob-R.el: Remove initialization with `nil´ from
6296         `ess-ask-for-ess-directory´ and `ess-local-process-name´.
6297         Remove second declaration for `ess-local-process-name´.
6299         * org-gnus.el: Add a missing require for gnus-util.
6301         * org-compat.el: Rename utils to make throughout.
6303         * org.el: Move check for outline-mode-keymap after (require
6304         'outline).
6306         * org-element.el: New file.  Do not (require 'org).
6308         * org-agenda.el: Remove duplicate requires.
6310         * org.el (org-mode-map): Add keybindings to
6311         `org-element-transpose' and `org-narrow-to-element'.
6312         (org-metaup): Fall back on `org-element-drag-backward'.
6313         (org-metadown): Fall back on `org-element-drag-forward'.
6314         Also move chunks of declarations and require statements to get rid of
6315         compiler warnings.
6317         * org-exp-blocks.el (org): Don't require org.  Add declarations.
6319         * org-clock.el (org): Don't require org.
6321         * ob-exp.el (org-list-forbidden-blocks): Add declarations.
6323         * ob.el (org-babel-exeext): New defconst to hold extension for
6324         executables or nil if none.  Should be ".exe" for both Windows and
6325         Cygwin.
6327         * ob-C.el (org-babel-C-execute): Use org-babel-exeext when
6328         constructing the target file name for the compiled executable.
6330         * ob-fortran.el (org-babel-execute:fortran): Add org-babel-exeext
6331         when constructing the target file name for the compiled
6332         executable.
6334         * org-version.el: New file.
6336         * org-compat.el (org-check-version): New macro.  Check if
6337         org-version.el exists and provide autoloads to that.  Otherwise
6338         check if org-fixup.el exists and use it to provide definitions.
6339         Finally if nothing worked, complain about a botched installation
6340         and provide fallback definitions.
6342         * org.el: Use org-check-version.
6344         * org.el: Fix a subtle error resulting in version functions
6345         sometimes not being defined and byte-compiling failing.
6346         Always compile in fallback definitions into org.elc -- org-fixup either
6347         provides re-definitions at compile-time or checks org-version.el
6348         and then the git work tree when run uncompiled.  So the fallback
6349         definitions will only come into effect when org-fixup is not
6350         available.
6352         * org.el (org-version): Make org-version more robust, e.g. when
6353         byte-compiling single files with 'make compile-dirty'.
6355         * org.el (org-reload): Revert an undesirable change in org-reload.
6356         Do not prepend org-dir to babel-files, which prevents the files
6357         from being found in load-path.
6359         * org.el (org-version): Add optional parameters 'full and 'message
6360         to optionally return the full version string and echo to message
6361         area in non-interactive calls.
6363         * org.el (org-submit-bug-report): Add optional parameter 'full to
6364         call of (org-version) so that the bug report has all version
6365         information.
6367         * org.el (org-reload): Simplify file-re (orgtbl-*.el files do not
6368         exist anymore).  Keep org-*.el at the end of the files list.
6369         Explicitly load org-version.el (since it doesn't provide feature
6370         'org-version) at the very end, but ignore errors when it doesn't
6371         exist.  Add parameters 'full and 'message to the call of
6372         (org-version) so that after reload the full version information is
6373         displayed in the message area again.
6375         * org-agenda.el: Replace with-no-warnings with org-no-warnings
6376         (defined in org-macs.el).
6378         * org-bbdb.el: Replace with-no-warnings with org-no-warnings
6379         (defined in org-macs.el).
6381         * org-clock.el: Replace with-no-warnings with org-no-warnings
6382         (defined in org-macs.el).
6384         * org.el: Replace with-no-warnings with org-no-warnings (defined
6385         in org-macs.el).
6387         * org.el: Add with-not-warnings around call of (org-fixup).
6389         * org-compat.el (org-find-library-dir):
6390         Rename org-find-library-name (misleading) and implement with a function
6391         that exists identically in Emacs/XEmacs.
6393         * org-exp-blocks.el: Change calls to org-find-library-dir.
6395         * org.el: change calls to org-find-library-dir.  Make require for
6396         noutline fail silently because it is missing from XEmacs.
6398         * org.el (org-version): Use functions instead of global variables
6399         to get the version strings and remove the defvaralias to
6400         org-version.  Warn when encountering a mixed installation (org and
6401         org-install.el should be found in the same directory).
6403         * org.el: Add with-no-warning to defvar for two unprefixed global
6404         variables from calendar.el (there's nothing else we can do inside
6405         org until it is fixed in calendar.el).
6407         * org.el: Require find-func and remove declare-function for
6408         find-library-name, otherwise autoloaded org-version doesn't show
6409         all info correctly.
6411         * org.el (org-version): Show the full path to org-install.el in
6412         the version string to avoid confusion if multiple installations
6413         exist or a previously loaded org-install.el has already defined a
6414         version string that is now out of date.
6416         * org.el (org-version): Remove determination of version
6417         information, show "N/A" if the information is not provided via
6418         org-install.el.
6420         * org.el (org-git-version): Placeholder for recording the Git
6421         version of org during install
6423         * org.el (org-version): Initialize local git-version with
6424         placeholder and fall through using it when org is not installed in
6425         a Git repository
6427 2012-09-30  Adam Spiers  <orgmode@adamspiers.org>  (tiny change)
6429         * org-html.el: Add hyperlink to http://orgmode.org/ from export
6430         footer.
6432         * org-clock.el (org-clock-modify-effort-estimate): Display a
6433         message when no clock is currently active.
6435 2012-09-30  Andrew Hyatt  <ahyatt@gmail.com>  (tiny change)
6437         * org-archive.el (org-archive-subtree): Allow archiving to a
6438         datetree.
6440         * org.el (org-archive-location): Ditto.
6442 2012-09-30  Bastien Guerry  <bzg@gnu.org>
6444         * ob-io.el: New file.
6446         * ob-scala.el: New file.
6448         * org.el (org-url-hexify-p, org-doi-server-url)
6449         (org-latex-preview-ltxpng-directory, org-custom-properties)
6450         (org-sparse-tree-default-date-type): Add :version "24.3".
6452         * org-agenda.el (org-agenda-sticky)
6453         (org-agenda-custom-commands-contexts): Ditto.
6455         * org-capture.el (org-capture-bookmark)
6456         (org-capture-templates-contexts) (org-capture-use-agenda-date):
6457         Ditto.
6459         * org-latex.el (org-export-latex-hyperref-options-format)
6460         (org-export-latex-link-with-unknown-path-format): Ditto.
6462         * org-id.el (org-id-link-to-org-use-id): Ditto.
6464         * org-datetree.el (org-datetree-add-timestamp): Ditto.
6466         * org.el (org-make-link-description-function): Enhance docstring.
6467         (org-insert-link): Fall back on interactive prompt when
6468         `org-make-link-description-function' fails.
6470         * org-agenda.el (org-todo-list): Fix redoing of todo agenda when
6471         `org-agenda-sticky' is non-nil.
6473         * org-agenda.el (org-agenda-quit): Delete last indirect buffer.
6474         (org-agenda-pre-follow-window-conf): New variable.
6475         (org-agenda-tree-to-indirect-buffer): Fix bug: don't split agenda
6476         window when there an indirect buffer is already displayed.
6478         * org-agenda.el (org-agenda-manipulate-query)
6479         (org-agenda-goto-date, org-agenda-goto-today)
6480         (org-agenda-find-same-or-today-or-agenda, )
6481         (org-agenda-later, org-agenda-change-time-span)
6482         (org-agenda-change-all-lines)
6483         (org-agenda-execute-calendar-command)
6484         (org-agenda-goto-calendar, org-agenda-convert-date): Make sure to
6485         get a property from (1- (point-max)), not (point-max)).
6487         * ob-dot.el (org-babel-execute:dot): Throw an error when there is
6488         no :file parameter.
6490         * org-table.el (org-table-eval-formula): Convert time-stamps to
6491         inactive time-stamp so that Calc can handle them correctly.
6493         * org-table.el (org-table-fix-formulas): Warn with a message when
6494         formulas have been updated.
6496         * org-publish.el (org-publish-cache-ctime-of-src): Delete the
6497         base-dir argument and use (file-name-directory file) to get the
6498         file's directory.
6499         (org-publish-update-timestamp)
6500         (org-publish-cache-file-needs-publishing):
6501         Call `org-publish-cache-ctime-of-src' with only one argument.
6503         * org.el (org-follow-timestamp-link): Fix bug when using sticky
6504         agenda.  Add a docstring.
6506         * org-agenda.el (org-agenda-sticky): Don't use a function to set.
6507         Add a :version string.
6509         * org.el (org-priority): Use a new argument to show priority
6510         instead of setting it.
6511         (org-show-priority): New function to show priority both in normal
6512         Org buffers and in Org Agenda buffers.
6513         (org-speed-commands-default): Use "," as a speed command for
6514         setting priority.
6516         * org-agenda.el (org-agenda-mode-map): Bind `org-agenda-priority'
6517         to `C-c ,' as it was before.
6518         (org-agenda-show-priority): Delete.
6519         (org-agenda-priority): Use a new argument to show priority instead
6520         of setting it.
6522         * org.el (org-font-lock-hook, org-set-font-lock-defaults): Add a
6523         docstring.
6524         (org-display-inline-remove-overlay): Rename from
6525         `org-display-inline-modification-hook'.
6526         (org-speed-command-activate): Rename from
6527         `org-speed-command-default-hook'.
6528         (org-babel-speed-command-hook): Rename from
6529         `org-babel-speed-command-activate'.
6531         * org-agenda.el (org-agenda-update-agenda-type): Rename from
6532         `org-agenda-post-command-hook'.
6533         (org-agenda-mode): Use the new name.
6534         (org-agenda-post-command-hook): Define as obsolete function.
6536         * org-lparse.el (org-lparse): Temporarily activate the hooks
6537         needed for the ODT conversion.
6538         (org-lparse-preprocess-after-blockquote): Rename from
6539         `org-lparse-preprocess-after-blockquote-hook'.
6540         (org-lparse-strip-experimental-blocks-maybe): Rename from
6541         `org-lparse-strip-experimental-blocks-maybe'.
6542         (org-lparse-preprocess-after-blockquote-hook)
6543         (org-lparse-strip-experimental-blocks-maybe-hook): Define as
6544         obsolete functions.
6546         * ob.el (org-babel-insert-result): Comma-escape results inserted
6547         with ":results org".
6549         * org-src.el (org-edit-src-code, org-edit-src-exit): Fix bug about
6550         saving the source editing window with the default value for
6551         `org-src-window-setup' (i.e. 'reorganize-frame).
6553         * org-src.el (org-src-font-lock-fontify-block): Fix bug: don't
6554         fontify the last character.
6556         * org.el (org-open-at-point): Don't follow timestamp within
6557         bracket links.
6559         * org-capture.el (org-capture-templates): Fix typo in docstring.
6561         * org-agenda.el (org-agenda-skip): Skip information retrieved from
6562         a source block.
6564         * ob.el (org-babel-common-header-args-w-values)
6565         (org-babel-insert-result): Reintroduce ":results org" but using
6566         "#+BEGIN_SRC org", not "#+BEGIN_ORG".
6568         * ob.el (org-babel-common-header-args-w-values): Remove "org" the
6569         list of predefined values for the ":results" parameter.
6571         * ob.el (org-babel-insert-result): Remove support for ":results
6572         org".
6574         * ob.el (org-babel-common-header-args-w-values)
6575         (org-babel-insert-result): Deprecate ":results wrap" in favor of
6576         ":results drawer".
6578         * org-crypt.el (org-at-encrypted-entry-p): Fix bug when the check
6579         happens before the first headline.
6581         * org-capture.el (org-at-encrypted-entry-p)
6582         (org-encrypt-entry, org-decrypt-entry): Declare.
6583         (org-capture-set-target-location): Check whether `org-crypt' has
6584         been loaded.
6586         * org-agenda.el (org-agenda-todo-custom-ignore-p): Fix typo in
6587         docstring.
6589         * org-capture.el (org-capture-finalize): Maybe re-encrypt the
6590         target headline if it was decrypted.
6591         (org-capture-set-target-location): Maybe decrypt the target
6592         headline.
6594         * org-crypt.el (org-at-encrypted-entry-p): New function.
6596         * org.el (org-options-keywords): Add "STYLE:".
6598         * org-agenda.el (org-agenda-ndays): Don't make an alias, as
6599         `org-agenda-span' is defined separately.
6601         * org.el (org-in-subtree-not-table-p): New utility function for
6602         building the menu.
6603         (org-org-menu): Add an item for refiling.  Check more contexts
6604         when activating items.
6605         (org-tree-to-indirect-buffer): Use `org-up-heading-safe'.
6607         * org-agenda.el (org-agenda-tree-to-indirect-buffer)
6608         (org-agenda-do-tree-to-indirect-buffer): Use argument `arg'.
6610         * org-capture.el (org-capture-set-target-location): Set a correct
6611         time value when storing a note in a datetree and prompting the
6612         user for a date.
6614         * org-capture.el (org-capture-mode): Fix bug: don't run the mode's
6615         hook twice.
6617         * org-agenda.el (org-agenda-menu-two-column)
6618         (org-finalize-agenda-hook, org-agenda-ndays):
6619         Use `define-obsolete-variable-alias' instead of
6620         `make-obsolete-variable'.
6622         * org.el (org-link-to-org-use-id): Move to org-id.el.
6624         * org-id.el (org-id-link-to-org-use-id): Rename from
6625         `org-link-to-org-use-id'.  Use `nil' as the default value.
6626         (org-link-to-org-use-id): Alias and define as obsolete.
6628         * org-agenda.el (org-search-view, org-agenda-get-todos)
6629         (org-agenda-get-timestamps, org-agenda-get-blocks): Use the dotime
6630         parameter of `org-agenda-format-item' so that 'time-up and
6631         'time-down agenda sorting strategies are handled correctly.
6633         * org-capture.el (org-capture-fill-template): Fix checking of
6634         protected template entries.
6636         * org.el (org-cycle-global-at-bob): Fix typo in docstring.
6638         * org.el (org-insert-drawer): Deactivate the mark before trying to
6639         indent the :END: of the drawer.
6641         * org-agenda.el (org-agenda-export-html-style): Default to nil as
6642         any string value will replace the htmlize style.
6644         * org.el (org-cycle-hook): Fix tiny typo in docstring.
6646         * org.el (org-time-string-to-time)
6647         (org-time-string-to-seconds, org-end-of-subtree): Add a dosctring.
6649         * org-freemind.el (org-freemind-write-node): Enhance links
6650         conversion in nodes.
6652         * org-freemind.el (org-freemind-write-node): Convert links in
6653         nodes.
6655         * org.el (org-link-to-org-use-id, org-directory)
6656         (org-default-notes-file, org-reverse-note-order)
6657         (org-extend-today-until, org-finish-function)
6658         (org-store-link-functions): Use "capture" instead of "remember" in
6659         docstrings.  Also use the `org-capture' group when it makes sense.
6661         * org-agenda.el (org-agenda-tree-to-indirect-buffer): Find the
6662         correct agenda buffer.  Don't split the agenda window when the
6663         indirect buffer is displayed in another frame.
6665         * org.el (org-mode): Try to set the org-hide face correctly.
6667         * org-exp.el (org-export): Set the mark correctly when exporting a
6668         subtree.
6670         * org-agenda.el (org-agenda-get-restriction-and-command): Fix the
6671         display of the number of commands for block agendas.
6673         * org-agenda.el (org-agenda-before-write-hook)
6674         (org-agenda-add-entry-text-maxlines): Enhance phrasing.
6675         (org-agenda-finalize-hook, org-agenda-mode-hook): Tell that the
6676         buffer is writable when the hook is called.
6677         (org-agenda-finalize): Allow org-agenda-finalize-hook to modify
6678         the buffer.
6680         * org-agenda.el (org-habit-show-all-today): Only use defvar to
6681         silent the byte-compiler.
6682         (org-agenda-get-scheduled): Check whether some org-habit.el
6683         options have been defined.
6685         * org-capture.el (org-capture-entry): New variable.
6686         (org-capture-string, org-capture): Use it to possibly skip the
6687         interactive prompt for a capture template.
6689         * org.el (org-activate-plain-links): Don't try to check if we are
6690         in a bracket link already.
6692         * org.el (org-read-date-analyze): Fix bug introduced in commit
6693         cc5f9f: adding a time should not prevent relative answers to be
6694         parsed correctly.
6696         * org-agenda.el (org-agenda-bulk-action): Always read the date
6697         through `org-read-date'.  When possible, use the date at point as
6698         the default date.
6700         * org-agenda.el (org-agenda-bulk-action): Fix bug when
6701         bulk-shifting timestamps.
6703         * org.el (org-version): New constant.
6705         * org-compat.el (org-random): New compatibility function.
6707         * org-id.el (org-id-uuid): Use it.
6709         * org-capture.el (org-capture-use-agenda-date): New option.
6710         (org-capture): Use it.
6712         * org-agenda.el (org-agenda-capture): New command.
6713         (org-agenda-mode-map): Bind it to `k'.
6714         (org-agenda-menu): Add it to the menu.
6716         * org-capture.el (org-capture): Update docstring.
6718         * org-capture.el (org-capture): When called from an agenda buffer,
6719         use the cursor date at the default date.
6721         * org-agenda.el (org-agenda-bulk-action): Use the let-bound
6722         `entries' instead the variable.
6724         * org-agenda.el (org-agenda-bulk-action): Fix bug: don't remove
6725         persistent marks too early.
6727         * org-agenda.el (org-agenda-bulk-action): Possibly use the day at
6728         point to reset the scheduled or deadline cookie.  On date headers,
6729         use it without prompting the user.  On an item, use the item's
6730         date as the default prompt for `org-read-date'.
6732         * org.el (org-read-date): Docstring fix.
6734         * org-agenda.el (org-agenda-bulk-action): Reorder possible actions
6735         in the message.
6737         * org-agenda.el (org-agenda-action, org-agenda-do-action): Delete.
6738         (org-agenda-mode-map): Delete related keys.
6740         * org-agenda.el (org-agenda-menu): Fix a keybinding.
6742         * org-colview.el (org-columns-goto-top-level): Correctly move the
6743         marker `org-columns-top-level-marker'.
6744         (org-agenda-columns): Don't set
6745         `org-agenda-overriding-columns-format' as a buffer variable, as we
6746         only need it dynamically.
6747         (org-agenda-colview-summarize): Fix a bug in returning the match
6748         string.
6750         * org-agenda.el (org-agenda-span-to-ndays): Make the second
6751         argument `starting-day' optional.
6752         (org-agenda-goto-date): Keep parameters of custom agendas.
6754         * org-agenda.el (org-agenda-list): Allow setting the agenda buffer
6755         name through a temporary variable.
6756         (org-agenda-buffer-tmp-name): New variable to temporary store the
6757         agenda buffer name.
6759         * org-agenda.el (org-agenda-goto-date): Fix behavior when using
6760         sticky agendas.
6762         * org-agenda.el (org-diary): Don't check whether there is an
6763         agenda buffer when trying to compile the prefix format.
6764         (org-compile-prefix-format): Check if there is an agenda buffer.
6765         If not, use the current buffer.
6767         * org-agenda.el (org-agenda-get-day-entries): Set the agenda
6768         buffer inconditionnally.
6770         * ob.el (org-babel-named-src-block-regexp-for-name): Generate a
6771         more general regexp.
6773         * ob.el (org-babel-where-is-src-block-head): Find a src block head
6774         correctly when #+header(s) is before #+name.
6776         * org-agenda.el (org-agenda-finalize-hook)
6777         (org-agenda-finalize, org-agenda-finalize-entries): Rename from
6778         org-finalize-agenda-*.
6779         (org-agenda-run-series, org-agenda-finalize, org-timeline)
6780         (org-agenda-list, org-search-view, org-todo-list)
6781         (org-tags-view, org-diary, org-agenda-finalize-entries)
6782         (org-agenda-change-all-lines): Use the new names.
6784         * org-agenda.el (org-agenda-local-vars):
6785         Remove ̀org-agenda-last-arguments' from the list of local variables.
6786         (org-agenda-mode-map): `g' does the same than `r' in buffers with
6787         only one agenda view, but its behavior differs when there are
6788         several views.  In manually appended agendas (with `A'), `g'
6789         displays only the agenda under the point.  With multiple agenda
6790         blocks, `g' reinitializes the view by discarding any temporary
6791         changes (e.g. with ̀f' or `w'), while ̀r' keeps those temporary
6792         changes for the agenda view under the point.
6793         (org-agenda-run-series, org-agenda-redo): Implement the above
6794         changes.
6795         (org-agenda-mark-header-line): Don't set useless properties.
6796         (org-agenda-list, org-todo-only, org-search-view)
6797         (org-todo-list, org-tags-view, org-agenda-list-stuck-projects)
6798         (org-agenda-manipulate-query, org-agenda-goto-today)
6799         (org-agenda-later, org-agenda-change-time-span): Use text
6800         properties for storing the last command and the last arguments for
6801         each agenda block.
6802         (org-unhighlight-once): Delete.
6804         * org-agenda.el (org-agenda-append-agenda): Fit agenda window to
6805         buffer.
6807         * org-agenda.el (org-agenda-append-agenda): Bugfix: correctly
6808         check whether we are in org-agenda-mode.
6810         * org-agenda.el (org-agenda-pre-window-conf): Rename from
6811         `org-pre-agenda-window-conf'.
6812         (org-agenda-local-vars, org-agenda-prepare-window)
6813         (org-agenda-Quit, org-agenda-quit): Use the new name.
6815         * org-agenda.el (org-keys, org-match): New variable, dynamically
6816         scoped in `org-agenda'.
6817         (org-agenda, org-agenda-list, org-search-view, org-todo-list)
6818         (org-tags-view): Use the new variables.
6819         (org-batch-store-agenda-views): Let-bind `match'.
6821         * org-agenda.el (org-search-view, org-todo-list)
6822         (org-tags-view): Do not let `org-agenda-sticky' prevent the use of
6823         these functions programmatically.  Also use the sticky agenda
6824         function correctly.
6826         * org-agenda.el (org-agenda): Set `org-agenda-buffer-name'
6827         correctly with sticky agendas and non-custom commands.
6829         * org-agenda.el (org-agenda-fit-window-to-buffer): Rename from
6830         `org-fit-agenda-window'.
6831         (org-agenda-run-series, org-agenda-prepare, org-agenda-list)
6832         (org-search-view, org-todo-list, org-tags-view): Use the new name.
6834         * org-agenda.el (org-agenda-prepare): Let `throw' display an
6835         error.
6837         * org-agenda.el (org-agenda-list): Fix bug: don't throw an error
6838         when called from programs as (org-agenda-list).
6840         * org-agenda.el (org-todo-list): Make arg optional.
6842         * org.el (org-agenda-prepare-buffers): Rename from
6843         `org-prepare-agenda-buffers'.
6844         (org-match-sparse-tree, org-map-entries): Use the new names.
6846         * org-agenda.el (org-agenda-prepare-window): Rename from
6847         `org-prepare-agenda-window'.
6848         (org-agenda-prepare): Rename from `org-prepare-agenda'.
6849         (org-agenda-run-series, org-agenda-prepare, org-timeline)
6850         (org-agenda-list, org-search-view, org-todo-list)
6851         (org-tags-view, org-agenda-list-stuck-projects, org-diary)
6852         (org-agenda-to-appt): Use the new names.
6854         * org-mobile.el (org-mobile-create-index-file): Ditto.
6856         * org-icalendar.el (org-export-icalendar): Ditto.
6858         * org-clock.el (org-dblock-write:clocktable)
6859         (org-dblock-write:clocktable): Ditto.
6861         * org2rem.el (org2rem): Ditto.
6863         * org-agenda.el (org-agenda): In sticky agendas, use the current
6864         command's match to set the buffer name.  This gives more
6865         information to the user and allows to distinguish various agendas
6866         triggered by the same key.
6867         (org-batch-store-agenda-views): Handle the new sticky agenda
6868         buffer name.
6870         * org-agenda.el (org-agenda)
6871         (org-agenda-get-restriction-and-command): Use `S' as a key for
6872         searching words in TODO-only entries.
6874         * org-agenda.el (org-prepare-agenda): Fit agenda window when
6875         displaying a sticky agenda.
6877         * org-table.el (org-table-number-regexp): Allow the user to set it
6878         to a new regexp, which allows commas as decimal mark.  The default
6879         is to not use this setting, but the one before commit 7ff8c1,
6880         which has ben reverted.
6882         * org-agenda.el (org-agenda-overriding-cmd)
6883         (org-agenda-multi-current-cmd)
6884         (org-agenda-multi-overriding-arguments): New variables.
6885         (org-agenda-run-series): `org-agenda-overriding-arguments'
6886         defaults to the last agenda block arguments, so don't use it
6887         globally.
6888         (org-agenda-mark-header-line): Add properties needed so that
6889         `org-agenda-overriding-arguments', `org-agenda-current-span' and
6890         `org-agenda-last-arguments' can be set to their correct contextual
6891         value.
6892         (org-agenda-multi-back-to-pos): New variable.
6893         (org-agenda-later): Retrieve `org-agenda-current-span' and
6894         `org-agenda-overriding-arguments' from text properties.
6895         Also handle numeric span.
6896         (org-agenda-later, org-agenda-change-time-span):
6897         Set `org-agenda-overriding-cmd' so that we to take overriding
6898         arguments into account for this command only.
6900         * org-agenda.el (org-agenda-kill, org-agenda-archive-with):
6901         Fix bug when called with a non-nil value of `org-agenda-stick'.
6903         * org-agenda.el (org-agenda-refile): Fix bug when refiling an
6904         entry from a sticky agenda.
6906         * org-agenda.el (org-prepare-agenda-window):
6907         Use `org-pre-agenda-window-conf' if already set.
6908         (org-agenda-Quit): Set `org-pre-agenda-window-conf' to nil when
6909         quitting.
6910         (org-agenda-quit): Ditto.
6912         * org-capture.el (org-capture-fill-template): Protect the text
6913         used for replacement from being further replaced.
6915         * org.el (org-contextualize-validate-key): Fix the check against a
6916         function.
6918         * org.el (org-contextualize-keys): Rename from
6919         `org-contextualize-agenda-or-capture'.  Fix normalization to
6920         handle empty key replacement string.
6921         (org-contextualize-validate-key): Rename from
6922         `org-contexts-validate'.  Allow checking against a custom
6923         function.
6925         * org-agenda.el (org-agenda-custom-commands-contexts): Update.
6926         (org-agenda): Use `org-contextualize-keys'.
6928         * org-capture.el (org-capture-templates-contexts): Ditto.
6930         * org.el (org-contextualize-agenda-or-capture):
6931         Normalize contexts.
6933         * org.el (org-contextualize-agenda-or-capture): Handle key
6934         replacement depending on the contexts.
6936         * org-capture.el (org-capture-templates-contexts): Allow to use
6937         the context as a way to replace one capture template by another
6938         one.
6940         * org-agenda.el (org-agenda-custom-commands-contexts): Allow to
6941         use the context as a way to replace one agenda custom command by
6942         another one.
6944         * org.el (org-contextualize-agenda-or-capture)
6945         (org-rule-validate): New functions, implement context filtering
6946         for agenda commands and capture templates.
6948         * org-agenda.el (org-agenda-custom-commands-contexts): New option.
6949         (org-agenda): Use it.
6951         * org-capture.el (org-capture-templates-contexts): New option.
6952         (org-capture-select-template): Use it.
6954         * org.el (org-beginning-of-defun, org-end-of-defun): Delete.
6955         (org-mode): Set `beginning-of-defun-function' and
6956         `end-of-defun-function' directly.
6958         * org.el (org-insert-link): Fix bug: include links abbreviations
6959         when completing.
6961         * org-icalendar.el (org-icalendar-print-entries): Fix bug: when
6962         `org-icalendar-use-plain-timestamp' is nil, scheduled and deadline
6963         items should not be ignored.
6965         * org.el (org-ds-keyword-length, org-make-tags-matcher):
6966         Docstring clean-up.
6968         * org-freemind.el (org-freemind-convert-links-from-org): Replace
6969         literally to prevent errors when replacing with string containing
6970         backslashes.
6972         * org-pcomplete.el (org-thing-at-point): Allow to match (and then
6973         complete) a "thing" containing dashes.
6975         * org-table.el (org-table-toggle-coordinate-overlays):
6976         Better message when interactively toggling.
6978         * org-table.el (org-table-number-regexp): Update the docstring to
6979         show an example of a decimal number using the comma as a
6980         separation mark.
6982         * org-agenda.el (org-prepare-agenda): Minor code clean-up.
6983         (org-agenda-filter-by-category): Filtering must be turned off only
6984         when a category filter has been set and this filter is not empty.
6986         * org-agenda.el (org-search-view, org-agenda-get-todos)
6987         (org-agenda-get-timestamps, org-agenda-get-sexps)
6988         (org-agenda-get-progress, org-agenda-get-deadlines)
6989         (org-agenda-get-scheduled, org-agenda-get-blocks):
6990         Use `category-pos' instead of `org-category-pos'.
6992         * ob-fortran.el (org-babel-fortran-transform-list): Rename from
6993         `ob-fortran-transform-list'.
6994         (org-babel-fortran-var-to-fortran): Use the new function's name.
6996         * ob-calc.el (org-babel-calc-maybe-resolve-var): Rename from
6997         `ob-calc-maybe-resolve-var'.
6998         (org-babel-execute:calc): Use the new function's name.
7000         * org-jsinfo.el (org-infojs-template): Add a license.
7001         (org-infojs-handle-options): Replace all template elements.
7003         * org-html.el (org-export-html-scripts): Add a license.
7004         (org-export-html-mathjax-config): Replace all template elements.
7005         (org-export-html-mathjax-template): Add a license.
7006         (org-export-as-html): Minor code clean-up.
7008         * org.el (org-options-keywords): Add "#+MATHJAX" and
7009         "#+INFOJS_OPT" to the list of keywords for completion.
7011         * org.el (org-src-prevent-auto-filling): Remove unused and useless
7012         option.
7014         * org.el (org-element-at-point): Autoload.
7015         (org-element-up): Remove useless declaration.
7016         (org-fill-context-prefix, org-fill-paragraph)
7017         (org-mark-element, org-narrow-to-element)
7018         (org-transpose-element, org-unindent-buffer): Do not require
7019         org-element.
7021         * org.el (org-fill-paragraph): Require org-element.
7023         * org-agenda.el (org-agenda-persistent-marks): Minor docstring
7024         enhancement.
7026         * org.el (org-create-math-formula): Use the compatibility function
7027         `org-region-active-p'.
7029         * org-odt.el (org-export-as-odf): Ditto.
7031         * ob.el (org-babel-demarcate-block): Ditto.
7033         * org.el (org-mark-subtree): Maybe call `org-mark-element'
7034         interactively.
7035         (org-mark-element): Only mark further elements when called
7036         interactively.
7038         * org.el (org-mark-element, org-narrow-to-element)
7039         (org-transpose-element): Require org-element.
7041         * org-agenda.el (org-agenda-get-timestamps)
7042         (org-agenda-get-sexps, org-agenda-get-deadlines)
7043         (org-agenda-get-scheduled): Add the 'warntime as a text property,
7044         getting its value from the APPT_WARNTIME property.
7045         (org-agenda-to-appt): Use the 'warntime text property.
7047         * org-capture.el (org-capture-place-table-line): Fix bug.
7049         * org.el (org-activate-plain-links): Don't activate a plain link
7050         when it is part of a bracketed link, unless bracketed links are
7051         not enlisted in `org-activate-links'.
7052         (org-open-at-point): Don't consider the text immediately after a
7053         bracketed link is part of a plain link.
7055         * org.el (org-compute-latex-and-specials-regexp)
7056         (org-paste-subtree, org-sort-entries, org-store-link)
7057         (org-open-at-point, org-file-remote-p, org-add-log-setup)
7058         (org-set-tags-to, org-fast-tag-selection)
7059         (org-diary-sexp-entry): Ditto.
7061         * org-agenda.el (org-agenda-get-blocks, org-cmp-priority)
7062         (org-cmp-effort, org-cmp-todo-state, org-cmp-alpha)
7063         (org-cmp-tag, org-cmp-time): Remove useless (t nil) sexps at the
7064         end of (cond ...) constructs.
7066         * org-mobile.el (org-mobile-create-index-file): Ditto.
7068         * org-lparse.el (org-lparse-format-table-row): Ditto.
7070         * org-list.el (org-sort-list): Ditto.
7072         * org-id.el (org-id-get): Ditto.
7074         * org-html.el (org-export-html-preprocess): Ditto.
7076         * org-exp.el (org-default-export-plist)
7077         (org-table-clean-before-export): Ditto.
7079         * org.el (org-options-keywords): Add "TODO".
7080         (org-make-options-regexp): Make the hashtag mandatory for options
7081         and don't allow whitespaces between the hashtag and the plus sign.
7083         * org.el (org-refresh-category-properties)
7084         (org-find-dblock, org-dblock-start-re, org-dblock-end-re):
7085         Allow lowercase "#+category" and "#+begin:" dynamic blocks.
7087         * org.el (org-context): Use case-folding when trying to match
7088         clocktables and source blocks contexts.
7090         * org-clock.el (org-clock-put-overlay): Put the overlay on the
7091         whole headline, not only on the last character.  This fixes a bug
7092         with overlays on headlines ending with a bracketed link.
7094         * org-html.el (org-export-as-html): Make sure we always process a
7095         string.
7097         * org-exp.el (org-export-cleanup-toc-line): Always return a
7098         string.
7100         * org.el (org-fontify-meta-lines-and-blocks-1): Correctly handle
7101         metalines with #+results[...]:.
7103         * org-exp.el (org-export-handle-metalines): Rename from
7104         `org-export-handle-table-metalines'.  Now also handle source block
7105         metalines.
7106         (org-export-res/src-name-cleanup): Delete.
7107         (org-export-preprocess-string): Use `org-export-handle-metalines'.
7108         Don't use `org-export-res/src-name-cleanup' anymore.
7110         * org-html.el (org-format-org-table-html): Don't include the
7111         caption tag for empty captions in HTML export.  Keep it in the
7112         DocBook export so that it produces valid DocBook XML.
7114         * org.el (org-read-date-analyze): Allow both "8am Wed" and "Wed
7115         8am" to be parsed correctly with respect to possible values of
7116         `org-read-date-prefer-future'.
7117         (org-read-date-prefer-future): Update docstring to remove the
7118         restriction about inserting only the time.  The user can now
7119         insert the time and the day.
7121         * org-icalendar.el (org-icalendar-print-entries): Rename from
7122         `org-print-icalendar-entries'.
7123         (org-icalendar-start-file): Rename from
7124         `org-start-icalendar-file'.
7125         (org-icalendar-finish-file): Rename from
7126         `org-finish-icalendar-file'.
7127         (org-icalendar-ts-to-string): Rename from `org-ical-ts-to-string'.
7128         (org-export-icalendar): Use the correct functions.
7130         * ob-ref.el (org-babel-ref-index-list): Fix bug introduced by
7131         commit e85479.
7133         * org.el (org-fill-context-prefix): Require org-element.
7134         (org-timestamp-change): Fix bug by saving excursion when adjusting
7135         another clock.
7137         * org.el (org-read-date-prefer-future): Fix docstring formatting.
7138         (org-read-date-analyze): Fix the interpretation of
7139         `org-read-date-prefer-future'.
7141         * org-agenda.el (org-agenda-menu-two-column): Rename to
7142         `org-agenda-menu-two-columns'.
7144         * ob.el (org-babel-sha1-hash, org-babel-noweb-p):
7145         Replace `org-labels' by `let*'.
7147         * org-bibtex.el (org-bibtex-headline): Ditto.
7149         * org-compat.el: Delete `org-labels'.
7151         * ob.el (org-babel-get-src-block-info)
7152         (org-babel-check-src-block, org-babel-current-result-hash)
7153         (org-babel-parse-src-block-match, org-babel-read-link)
7154         (org-babel-insert-result, org-babel-clean-text-properties):
7155         Use ̀org-no-properties' instead of `org-babel-clean-text-properties'.
7156         (org-babel-clean-text-properties): Delete redundant function
7157         `org-babel-clean-text-properties'.
7159         * ob-tangle.el (org-babel-tangle-collect-blocks)
7160         (org-babel-tangle-comment-links): Ditto.
7162         * ob-table.el (sbe): Ditto.
7164         * ob-lob.el (org-babel-lob-get-info)
7165         (org-babel-lob-execute): Ditto.
7167         * ob-exp.el (org-babel-exp-non-block-elements): Ditto.
7169         * org-macs.el (org-no-properties): Allow a new parameter
7170         `restricted' to restrict the properties removal to those in
7171         `org-rm-props'.  The default is now to remove all properties.
7173         * org-compat.el (org-substring-no-properties): Remove unused
7174         defun.
7176         * org-remember.el (org-remember-apply-template): Remove redundant
7177         removal of text properties.
7178         (org-remember-apply-template): Use `org-no-properties'.
7180         * org-capture.el (org-capture-fill-template): Remove redundant
7181         removal of text properties.
7182         (org-capture-fill-template): Use `org-no-properties'.
7184         * org-gnus.el (org-gnus-open, org-gnus-follow-link):
7185         Use `org-no-properties'.
7187         * org-colview.el (org-columns-display-here): Ditto.
7189         * org-table.el (org-table-eval-formula): Ditto.
7191         * org.el (org-entry-properties): Ditto.
7193         * org-icalendar.el (org-print-icalendar-entries): Fix bug about
7194         handling `alarm-time'.
7196         * ob-R.el (org-babel-edit-prep:R): Don't set the session.
7198         * org.el (org-store-log-note): Only skip comments starting with "#
7199         " when storing a note.
7201         * org.el (org-custom-properties): New option.
7202         (org-custom-properties-overlays): New variable.
7203         (org-toggle-custom-properties-visibility): New command to toggle
7204         the visibility of custom properties.
7205         (org-check-before-invisible-edit): Also prevent errors when trying
7206         to edit invisible properties.
7208         * org-datetree.el (org-datetree-add-timestamp): New option.
7209         (org-datetree-insert-line): Use it.
7211         * org.el (org-fill-template): Fix bug when filling template for a
7212         key associated to the nil value.
7214         * org-agenda.el (org-diary): Fix tiny typo.
7216         * org.el (message-in-body-p): Move declaration up to fix compiler
7217         warning.
7219         * org.el (org-fill-context-prefix): Fix auto-filling in
7220         `message-mode'.
7222         * org.el (org-fill-paragraph): Correctly fill paragraph in
7223         message-mode.
7224         (org-indent-line): Correctly indent according to mode when
7225         `orgstruct++-mode' is on.
7226         (orgstruct++-mode): Add `fill-prefix' to the variable temporarily
7227         stored in `org-fb-vars'.
7229         * org.el (org-fill-paragraph): Make a command.  Fix bug about
7230         filling message headers and citations.
7232         * org.el (org-redisplay-inline-images): New command.
7233         (org-mode-map): Bind it to C-c C-x C-M-v.
7235         * org-colview.el (org-columns-get-format-and-top-level): Fix bug.
7236         (org-columns-get-format): Fix compiler warning.
7238         * org-feed.el: Add declarations.
7240         * org-agenda.el (org-agenda-get-sexps): Use `org-get-tags-at' to
7241         allow tag inheritance.
7243         * org-capture.el (org-capture): Fix bug introduced by commit
7244         1737d3.
7246         * org-publish.el (org-publish-needed-p)
7247         (org-publish-update-timestamp, org-publish-file)
7248         (org-publish-cache-file-needs-publishing): New argument
7249         `base-dir'.
7250         (org-publish-cache-ctime-of-src): Use the new argument to make
7251         sure we find the file according to :base-directory.
7253         * org-capture.el (org-capture-string): New command to prompt for
7254         the interactive text interactively.  This can also be used in
7255         Elisp programs to use ̀org-capture' with some initial text.
7256         (org-capture-initial): New variable to store the initial text.
7257         (org-capture): Use `org-capture-initial'.
7259         * org.el (org-emph-re): Tiny docstring formatting fix.
7261         * org-compat.el (org-labels): Remove.
7263         * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
7265         * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
7267         * org.el (org-emph-re): Tiny formatting fix.
7269         * org.el (orgstruct-setup): Require `org-element'.
7271         * org.el (org-store-link, org-open-at-point): New link type
7272         "help".
7274         * org-compat.el (org-flet): Remove alias.
7276         * ob.el (org-babel-edit-distance, org-babel-sha1-hash)
7277         (org-babel-get-rownames, org-babel-insert-result)
7278         (org-babel-merge-params)
7279         (org-babel-expand-noweb-references): Don't use `org-flet'.
7280         Also indent some functions correctly.
7282         * ob.el (org-babel-execute-src-block)
7283         (org-babel-join-splits-near-ch, org-babel-format-result)
7284         (org-babel-examplize-region): Don't use `org-flet'.
7285         (org-babel-tramp-handle-call-process-region): Fix typo.
7287         * ob-awk.el (org-babel-awk-var-to-awk): Don't use `org-flet'.
7289         * ob-sh.el (org-babel-sh-var-to-string): Ditto.
7291         * ob-tangle.el (org-babel-tangle, org-babel-spec-to-string):
7292         Don't use `org-flet'.
7294         * org-pcomplete.el (org-compat): Require.
7296         * ob-tangle.el (org-babel-load-file): Don't use `org-flet'.
7298         * org-bibtex.el (org-bibtex-write): Use let*.
7300         * org-plot.el (org-plot/gnuplot-script): Don't use `org-flet'.
7302         * org-bibtex.el (org-bibtex-headline, org-bibtex-fleshout)
7303         (org-bibtex-read, org-bibtex-write): Don't use `org-flet'.
7305         * org-clock.el (org-clock-cancel): Use `org-looking-back'.
7307         * org-pcomplete.el (org-thing-at-point): Ditto.
7309         * org.el (org-timestamp-change): Ditto.
7311         * org-mouse.el (org-mouse-timestamp-today)
7312         (org-mouse-set-priority, org-mouse-popup-global-menu)
7313         (org-mouse-context-menu): Don't use ̀org-flet'.
7315         * org.el (org-priority): Fix docstring.
7317         * org-publish.el (org-publish-write-cache-file)
7318         (org-publish-initialize-cache)
7319         (org-publish-cache-file-needs-publishing)
7320         (org-publish-cache-get): Small code clean-up.
7322         * org-publish.el (org-publish-cache-ctime-of-src): Simplify.
7324         * org-agenda.el (org-agenda-get-sexps): Add a 'tags property for
7325         agenda entries created from sexps.
7327         * org-capture.el (org-capture-templates): Docstring clean up.
7328         (org-capture-place-entry, org-capture-place-item)
7329         (org-capture-place-plain-text, org-capture-place-table-line):
7330         Ensure to always position the point according to %?.
7332         * org-table.el (org-table-convert-refs-to-rc): Fix bug when
7333         converting remote table references.
7335         * org-agenda.el (org-agenda-switch-to): Run hooks in
7336         ̀org-agenda-after-show-hook'.
7338         * ob-ref.el (org-babel-ref-index-list): Use let* and rename the
7339         variable `length' to `lgth'.
7341         * org-plot.el (org-plot/gnuplot-to-grid-data): Don't use
7342         ̀org-flet'.
7344         * org-exp.el (org-export-format-source-code-or-example): Ditto.
7346         * org-exp-blocks.el (org-export-blocks-preprocess): Ditto.
7348         * ob.el (org-babel-view-src-block-info)
7349         (org-babel-execute-src-block, org-babel-edit-distance)
7350         (org-babel-switch-to-session-with-code)
7351         (org-babel-balanced-split, org-babel-insert-result): Ditto.
7353         * ob-ref.el (org-babel-ref-index-list): Ditto.
7355         * ob-python.el (org-babel-python-evaluate-session): Ditto.
7357         * ob-lob.el (org-babel-lob-get-info): Ditto.
7359         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Ditto.
7361         * ob-exp.el (org-babel-exp-do-export): Ditto.
7363         * org-table.el (orgtbl-to-generic): Fix docstring.
7365         * org-clock.el (org-clock-in): Call `org-clock-out' with the new
7366         argument `switch-to-state' set to nil.  Fix docstring.
7367         (org-clock-in-last): Prompt for a todo state to switch to when
7368         called with three universal prefix arguments.  Don't display a
7369         message when the clock is already running.  Update docstring.
7370         (org-clock-out): New argument `switch-to-state'.  When this
7371         argument is non-nil, prompt for a state to switch the clocked out
7372         task to, overriding `org-clock-out-switch-to-state'.
7374         * org.el (org-entry-get): Don't use `org-flet'.
7376         * org.el (org-forward-heading-same-level): Rename from
7377         `org-forward-same-level'.
7378         (org-backward-heading-same-level): Rename from
7379         `org-backward-same-level'.
7381         * org.el (org-forward-element): Rename from `org-element-forward'.
7382         (org-backward-element): Rename from `org-element-backward'.
7383         (org-up-element): Rename from `org-element-up'.
7384         (org-down-element): Rename from `org-element-down'.
7385         (org-drag-element-backward): Rename from
7386         `org-element-drag-backward'.
7387         (org-drag-element-forward): Rename from
7388         `org-element-drag-forward'.
7389         (org-mark-element): Rename from `org-element-mark-element'.
7390         (org-transpose-element): Rename from `org-element-transpose'.
7391         (org-unindent-buffer): Rename from `org-element-unindent-buffer'.
7392         (org-mode-map): Update the names of a commands.  Remove useless
7393         declarations.
7395         * org-element.el (org-element-forward, org-element-backward)
7396         (org-element-up, org-element-down)
7397         (org-element-drag-backward, org-element-drag-forward)
7398         (org-element-mark-element, org-narrow-to-element)
7399         (org-element-transpose, org-element-unindent-buffer): Move to
7400         org.el.
7402         * org.el (org-forward-same-level): Fix typo in docstring.
7404         * org-agenda.el (org-agenda-mode-map):
7405         Bind `org-agenda-show-priority' to `C-c,' instead of `P'.
7406         (org-agenda-next-item, org-agenda-previous-item): New commands to
7407         move by one item down/up in the agenda.
7408         (org-agenda-mode-map): Bind `org-agenda-next-item' and
7409         `org-agenda-previous-item' to `N' and `P' respectively.
7411         * org-rmail.el (org-rmail-store-link, org-rmail-follow-link):
7412         Toggle headers when necessary.
7414         * org-element.el (org-narrow-to-element): Autoload.
7416         * org.el (org-mode-map): Use `M-h' for `org-element-mark-element'.
7417         (org-mark-subtree): Allow a numeric prefix argument to move up
7418         into the hierarchy of headlines.
7420         * org-element.el (org-element-up, org-element-down): Autoload.
7422         * org.el: Declare functions and don't require org-element.
7424         * org-element.el (org-element-at-point, org-element-forward)
7425         (org-element-backward, org-element-drag-backward)
7426         (org-element-drag-forward, org-element-mark-element)
7427         (org-element-transpose, org-element-unindent-buffer): Autoload.
7428         Require 'org and remove all declarations.
7430         * org.el (org-outline-regexp-bol, org-heading-regexp):
7431         Use variables instead of constants.
7433         * org-archive.el (org-datetree-find-date-create): Declare.
7435         * org.el (org-open-at-point): Only set
7436         `clean-buffer-list-kill-buffer-names' when the feature 'midnight
7437         has been loaded.
7439         * org-icalendar.el (org-print-icalendar-entries):
7440         Let APPT_WARNTIME take precedence over ̀org-icalendar-alarm-time'.
7442         * org.el (org-special-properties): New special property
7443         CLOCKSUM_T.
7444         (org-entry-properties): Handle the new special property.
7446         * org-colview.el (org-columns): Handle a new special property
7447         CLOCKSUM_T.
7448         (org-agenda-colview-summarize, org-agenda-colview-compute): Ditto.
7450         * org-clock.el (org-clock-sum-today): New function.
7451         (org-clock-sum): New argument PROPNAME to set a custom text
7452         property instead of :org-clock-minutes.
7454         * org-agenda.el (org-agenda-check-type): Throw a more appropriate
7455         error message when no agenda is currently being displayed.
7457         * org.el (org-get-property-block): Find blocks before the first
7458         headline.
7459         (org-entry-properties): Minor code cleanup.
7460         (org-entry-get, org-entry-get-with-inheritance): Get property
7461         before the first headline.
7463         * org-mobile.el (org-mobile-create-index-file): Use `files-alist'.
7465         * org.el (org-make-link): Delete.
7466         (org-store-link, org-insert-link)
7467         (org-file-complete-link): Don't use `org-make-link'.
7469         * org-wl.el (org-wl-store-link-folder)
7470         (org-wl-store-link-message): Ditto.
7472         * org-vm.el (org-vm-store-link): Ditto.
7474         * org-rmail.el (org-rmail-store-link): Ditto.
7476         * org-mhe.el (org-mhe-store-link): Ditto.
7478         * org-mew.el (org-mew-store-link): Ditto.
7480         * org-irc.el (org-irc-erc-store-link): Ditto.
7482         * org-info.el (org-info-store-link): Ditto.
7484         * org-id.el (org-id-store-link): Ditto.
7486         * org-gnus.el (org-gnus-group-link, org-gnus-article-link): Ditto.
7488         * org-eshell.el (org-eshell-store-link): Ditto.
7490         * org-bbdb.el (org-bbdb-store-link): Ditto.
7492         * org.el (org-url-hexify-p): New option.  When non-nil (the
7493         default), hexify URLs when creating a link.
7495         * org.el (org-insert-link): Make sure point is at the beginning of
7496         the buffer.
7498         * org.el (clean-buffer-list-kill-buffer-names): Declare.
7499         (org-open-at-point): Allow opening multiple shell links by
7500         creating a new output buffer for each shell process.  The new
7501         buffer is added to `clean-buffer-list-kill-buffer-names'.
7503         * org-mobile.el (org-mobile-create-index-file):
7504         Use `org-global-tags-completion-table' instead of
7505         `org-tag-alist-for-agenda' to get the tags for the index file.
7507         * org.el (org-global-tags-completion-table): Fix typo in
7508         docstring.
7510         * org.el (org-link-to-org-use-id): Use `org-capture' instead of
7511         `org-remember' in the docstring.
7512         (org-link-fontify-links-to-this-file): New function to fontify
7513         links to the current buffer in `org-stored-links'.
7514         (org-store-link): Small code simplification.
7515         (org-link-prettify): Enclose literal links into <...> instead of
7516         [[...]].
7517         (org-insert-link): Use `org-link-fontify-links-to-this-file'.
7518         Also allow completion over links' descriptions, as well as links
7519         destinations.  When the user uses the description for completion,
7520         don't prompt again for a description.
7522         * org-capture.el (org-capture-templates): Fix docstring by adding
7523         Gnus to the list of mail clients.
7525         * org.el (org-log-repeat): Enhance docstring.
7527         * org.el (org-mode-map): Don't bind C-<up> and C-<down> to
7528         `org-element-backward/forward' as these functions stops when there
7529         is no element of the same type before/after point.  It is useful
7530         to navigate with `forward/backward-paragraph' with no stop in most
7531         cases.
7533         * org-capture.el (org-capture-templates): New template %l to
7534         insert the literal link pointing at the current buffer.
7536         * org.el (org-todo-keywords): Ditto.
7538         * org.el (org-fill-paragraph): Falls back on
7539         `message-fill-paragraph' if required in `message-mode'.
7541         * org-pcomplete.el (pcomplete/org-mode/file-option/x): New macro.
7542         (pcomplete/org-mode/file-option/options)
7543         (pcomplete/org-mode/file-option/title)
7544         (pcomplete/org-mode/file-option/author)
7545         (pcomplete/org-mode/file-option/email)
7546         (pcomplete/org-mode/file-option/date): Use the new macro to offer
7547         completion over default values for #+OPTIONS, #+TITLE, #+AUTHOR,
7548         #+EMAIL and #+DATE.
7550         * org-agenda.el (org-agenda-write): Fix bug when writing agenda to
7551         an external file while `org-agenda-sticky' is non-nil.
7553         * org.el (org-speed-commands-default): New speedy command to
7554         quickly add the :APPT_WARNTIME: property.
7556         * org-agenda.el (org-agenda-to-appt): Use the :APPT_WARNTIME:
7557         property to override `appt-message-warning-time' when adding an
7558         appointment from an entry.
7560         * org.el (org-version): Improve docstring.
7561         (org-self-insert-cluster-for-undo): The default value should be
7562         nil for Emacs >=24.1.  See bug#11774.
7564         * org.el (org-fontify-meta-lines-and-blocks-1): Fix previous
7565         commit.
7567         * org.el (org-options-keywords): New constant.
7568         (org-additional-option-like-keywords): Remove duplicates with
7569         keywords in the new constant.
7570         (org-additional-option-like-keywords-for-flyspell): Use the new
7571         constant.
7572         (org-mode-flyspell-verify): Exclude keywords from the new
7573         constant.
7575         * org-pcomplete.el (pcomplete/org-mode/file-option):
7576         Use `org-options-keywords'.
7578         * org.el (org-toggle-heading): Bugfix: use
7579         `org-element-mark-element' instead of `org-mark-list'.
7581         * org-list.el (org-mark-list): Delete.
7583         * org.el: Update a few keybindings.
7585         * org-element.el (org-element-down): Throw an error when the
7586         element has no content.
7588         * org-table.el (orgtbl-radio-table-templates): Add a template for
7589         org-mode.
7590         (orgtbl-to-orgtbl): Complete and align the table created with
7591         orgtbl-to-orgtbl, in case the user use the function for radio
7592         tables.
7593         (orgtbl-to-table.el): New function to export a table to another
7594         one using the table.el format.
7595         (orgtbl-to-unicode): New function to export a table using unicode
7596         characters.
7598         * org-exp.el (org-export-language-setup): Use "Sommaire" for the
7599         french translation of "Table of contents", to avoid a possible bug
7600         when exporting to ODT.
7602         * org.el (org-additional-option-like-keywords): Add keywords.
7603         (org-additional-option-like-keywords-for-flyspell): New constant
7604         to use with flyspell.
7605         (org-mode-flyspell-verify): Use the dedicated constant and don't
7606         check `org-startup-options'.
7608         * org-agenda.el (org-batch-store-agenda-views): Use the sticky
7609         agenda buffer name, if required.
7610         (org-agenda-write): New parameter `agenda-bufname' to allow
7611         setting the agenda buffer name.
7613         * org.el (org-mode-map): Add keybindings for
7614         `org-element-forward', `org-element-backward', `org-element-up'
7615         and `org-element-down'.
7617         * org.el (org-auto-fill-function): Don't call `do-auto-fill'
7618         within (org-let org-fb-vars ...) as `do-auto-fill' should do the
7619         right thing whether orgstruct++-mode is turned on or off.
7621         * org.el (org-sparse-tree-default-date-type): New option.
7622         (org-ts-type): New variable.
7623         (org-sparse-tree): New argument `type'.  Use the new option
7624         `org-sparse-tree-default-date-type' as the default value for
7625         `type'.  Fix docstring.
7626         (org-re-timestamp): New function.
7627         (org-check-before-date, org-check-after-date)
7628         (org-check-dates-range): Use `org-ts-type' and `org-re-timestamp'
7629         to tell compute the date regexp.
7631         * org.el (orgstruct++-mode, org-get-local-variables): Also set
7632         `normal-auto-fill-function' when turning on/off orgstruct++-mode.
7634         * org-agenda.el (org-agenda-start-with-log-mode): Add relevant
7635         customization types.
7637         * org-faces.el (org-document-title): Use the normal height.
7639         * org-clock.el (org-x11idle-exists-p): New variable.
7640         (org-user-idle-seconds): Use it.
7642         * org.el (org-mode-map): Rebind `org-insert-all-links' to `C-c
7643         C-M-l'.
7645         * org.el (org-insert-all-links): New command.
7646         (org-insert-link): `org-keep-stored-link-after-insertion' is now
7647         checked when the link to insert has been defined, regardless on
7648         how it has been defined.  Also don't read the description
7649         interactively when the `default-description' parameter was given.
7650         (org-mode-map): Bind `org-insert-all-links' to `C-c C-L'.
7652         * org.el (org-inc-effort): New command to increment the effort
7653         property.
7654         (org-set-effort): Use it.
7655         (org-mode-map): Bind it to `C-c C-x E'.
7656         (org-speed-commands-default): Use `E' as a speed command for it.
7658         * org.el (org-re-property-keyword): New function.
7659         (org-entry-put): Use it to fix a bug with respect to setting the
7660         value of a property when a property line with no value already
7661         exists.
7663         * org.el (org-timestamp-change): Adjust clock in other org files
7664         correctly.
7666         * org-clock.el (org-user-idle-seconds): Simplify.
7668         * org.el (org-mode-map): Bind `org-resolve-clocks' to `C-c C-x
7669         C-z'.
7671         * org.el (org-mode-map): Add keybindings to
7672         `org-element-transpose' and `org-narrow-to-element'.
7673         (org-metaup): Fall back on `org-element-drag-backward'.
7674         (org-metadown): Fall back on `org-element-drag-forward'.
7675         Also move chunks of declarations and require statements to get rid of
7676         compiler warnings.
7678         * org-exp-blocks.el (org): Don't require org.  Add declarations.
7680         * org-clock.el (org): Don't require org.
7682         * ob-exp.el (org-list-forbidden-blocks): Add declarations.
7684         * org.el (org-timestamp-change): Don't use the `position'.
7686         * org.el (org-clock-history, org-clock-adjust-closest):
7687         New variables.
7688         (org-timestamp-change): Maybe adjust the next or previous clock in
7689         `org-clock-history'.
7690         (org-shiftmetaup, org-shiftmetadown): On clock logs, update the
7691         timestamp at point and adjust the next or previous clock in
7692         `org-clock-history', when possible.
7694         * org-clock.el (org-clock-in): Set the marker for
7695         `org-clock-history' at a safer position.
7697         * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
7698         Autoload.
7700         * org-mobile.el (org-mobile-post-pull-hook): Fix docstring.
7702         * org.el (org-indent-line): Fix indentation of a property line
7703         starting at the beginning of a line.
7705         * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
7707         * org-compat.el: Alias `org-condition-case-unless-debug' to
7708         `condition-case-unless-debug' or `condition-case-no-debug'.
7710         * org.el (org-todo-keywords): Ditto.
7712         * org.el (org-use-fast-todo-selection): Reformat docstring.
7714         * org.el (org-flag-drawer): Add a docstring.
7715         (org-mode-map): Bind ̀org-clock-cancel' to "C-cC-xC-q" and
7716         `org-clock-in-last' to "C-cC-xC-x".  This fixes a bug in the
7717         previous keybinding for `org-clock-in-last', which would override
7718         the one for `org-clock-in'.
7720         * org-clock.el (org-clock-in-last): Prevent errors when there is
7721         no clocking history.
7722         (org-clock-cancel): Fix bug when checking against a clock log in a
7723         folded drawer.
7725         * org.el (org-link-expand-abbrev): Implement "%(my-function)" as a
7726         new specifier.  Update the docstring.
7728         * org.el (org-startup-options): Fix docstring formatting.
7730         * org.el (org-use-sub-superscripts): Fix typo in docstring.
7732         * org.el (org-refile): Fix bug: prevent looping when calling
7733         `org-set-tags' internally.
7735         * org.el (org-mode-map): Add `C-c C-x C-I' as a keybinding for
7736         `org-clock-in-last'.
7738         * org-clock.el (org-clock-continuously): New option.
7739         (org-clock-in): Three universal prefix arguments set
7740         `org-clock-continuously' to `t' temporarily.
7741         (org-clock-in-last): Fix call to `org-clock-select-task' and
7742         support continuous clocking.
7743         (org-clock-out-time): New variable.
7744         (org-clock-out): Set `org-clock-out-time' when clocking out.
7745         Small docstring rewriting.
7746         (org-clock-remove-empty-clock-drawer): Fix "invalid search bound"
7747         bug when trying to delete empty logbook drawer.
7748         (org-clock-cancel): If the clock log is gone, send a warning
7749         instead of deleting the region that is supposed to contain it.
7751         * org.el (org-move-line-down, org-move-line-up): Remove.
7752         (org-metaup, org-metadown): When the region is active, move it
7753         up/down by one line, with no regard to the context.
7755         * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
7757         * org-compat.el: Alias `org-condition-case-unless-debug' to
7758         `condition-case-unless-debug' or `condition-case-no-debug'.
7760         * org-pcomplete.el (org-thing-at-point): Ignore trailing
7761         whitespaces while looking-back at properties.
7763         * org.el (org-mode): Set `indent-region-function'.
7764         (org-indent-region): New function.
7765         (org-fill-paragraph): When in a src block, use `indent-region' to
7766         indent the whole source code instead of falling back on
7767         `fill-paragraph', as this function messes up the code.
7769         * org-src.el (org-edit-src-code): Fix docstring formatting.
7771         * ob.el (org-babel-do-key-sequence-in-edit-buffer): Ditto.
7773         * org.el (org-mode, org-add-log-setup)
7774         (org-get-property-block, org-entry-put)
7775         (org-property-next-allowed-value, org-return)
7776         (org-indent-line): Rename `org-indent-line-function' to
7777         `org-indent-line'.
7779         * org-timer.el (org-timer-item): Ditto.
7781         * org-table.el (org-table-store-formulas): Ditto.
7783         * org-clock.el (org-clock-in, org-clock-find-position): Ditto.
7785         * org-src.el (org-src-font-lock-fontify-block)
7786         (org-src-strip-leading-and-trailing-blank-lines)
7787         (org-src-ask-before-returning-to-edit-buffer)
7788         (org-edit-src-code, org-edit-src-continue)
7789         (org-edit-fixed-width-region)
7790         (org-src-do-key-sequence-at-code-block)
7791         (org-src-font-lock-fontify-block, org-src-fontify-buffer):
7792         Fix typos in docstrings.
7794         * org-docbook.el (org-export-docbook-emphasis-alist): Fix typo:
7795         use "format string" instead of "formatting string".
7797         * org-latex.el (org-export-latex-emphasis-alist)
7798         (org-export-latex-title-command, org-export-latex-tables): Ditto.
7800         * org-html.el (org-export-html-postamble): Ditto.
7802         * org-latex.el (org-export-latex-hyperref-options-format):
7803         New option.
7804         (org-export-latex-make-header): Use it.
7806         * ob.el (org-babel-confirm-evaluate): Prevent errors when
7807         `org-current-export-file' is void.
7809         * org-table.el (org-table-export): Use the file name extension to
7810         suggest the right conversion format.  Also amend the docstring.
7812         * org.el (org-speed-commands-default): Two new speed commands.
7813         Use `:' for `org-columns' and ̀#' for `org-toggle-comment'.
7815         * org.el (org-time-stamp): With two universal arguments, insert an
7816         active timestamp with the current time without prompting the user.
7818         * org-clock.el (org-clock-in-last): New command.
7820         * org-clock.el (org-clock-in): Fix typo in docstring.
7822         * org-mobile.el (org-mobile-edit): Fix reference to a free
7823         variable.
7825         * org.el (org-doi-server-url): Update :group.
7827         * ob-lob.el (org-babel-lob-execute): Fix reference to non-existent
7828         variable.
7830         * org.el (org-doi-server-url): New option.
7831         (org-open-at-point): Use it.
7833         * org.el (org-at-comment-p): New function.
7834         (org-toggle-heading): Use `org-at-comment-p' to skip comments.
7836         * org-html.el (org-export-as-html): Add links to the Org mode and
7837         GNU Emacs websites When :html-postamble is set to 't.
7839         * org-export.el (org-export-creator-string): Add links to the Org
7840         mode and GNU Emacs websites.
7842         * org-special-blocks.el
7843         (org-special-blocks-convert-html-special-cookies): Prevent errors
7844         by first checking `org-line' is not nil.
7846         * org-clock.el (org-clock-string-limit)
7847         (org-clock-modeline-total, org-clock-task-overrun-text)
7848         (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
7850         * org.el (org-at-timestamp-p): Set ̀org-ts-what' to 'after when the
7851         point is right after the timestamp.  `org-at-timestamp-p' still
7852         returns `t' in this case, as this is more practical.
7853         (org-return): Check against ̀org-ts-what' to verify that point is
7854         really within the timestamp (if any).
7856         * org.el (org-return): Follow time-stamp links when point is an a
7857         time-stamp.
7859         * org-capture.el (org-capture-bookmark): New option.
7860         (org-capture-finalize): Use it.
7862         * org-publish.el (org-publish-cache-file-needs-publishing):
7863         Make the column mandatory after #+include:.
7865         * org-exp.el (org-export-handle-include-files): Ditto.
7867         * org-bibtex.el (org-bibtex-entries): Rename from
7868         (org-bibtex-read, org-bibtex-write): Use the new name.
7870         * org-exp.el (org-export-handle-include-files): Allow to use
7871         #+include with no column.
7873         * org-publish.el (org-publish-cache-file-needs-publishing):
7874         Make quotes mandatory around the file name and allow spaces in it.
7876         * org-html.el (org-export-as-html): Add link to Org's and Emacs's
7877         websites.
7879         * org-latex.el
7880         (org-export-latex-link-with-unknown-path-format): New option.
7881         (org-export-latex-links): Use it.
7883         * org-agenda.el (org-agenda-get-timestamps): Remove any active
7884         timestamp from the headline text, not only those for the current
7885         date.
7887         * org.el (org-set-tags): Allow setting tags for headlines in the
7888         region when `org-loop-over-headlines-in-active-region' is non-nil.
7890         * org.el (org-allow-promoting-top-level-subtree): New option to
7891         allow promoting a top-level subtree.
7892         (org-called-with-limited-levels): New variable, dynamically bound
7893         within the `org-with-limited-levels' macro.
7894         (org-promote): Use the new option to allow promoting a top-level
7895         subtree.
7897         * org-macs.el (org-with-limited-levels): Let-bind
7898         `org-called-interactively-p' to t.
7900         * org.el (org-create-formula-image-with-dvipng)
7901         (org-create-formula-image-with-imagemagick): Make sure a file
7902         exists before trying to delete it.
7904         * org.el (org-scan-tags): Correctly match TODO keywords.
7906         * org-agenda.el (org-agenda-bulk-action): Fix bug: use
7907         `org-agenda-bulk-unmark-all'.
7909         * org.el (orgstruct++-mode): Fix docstring.
7910         (org-fill-paragraph): Use the 'justify parameter when falling back
7911         on `fill-paragraph'.
7913         * org.el (org-indent-line-function): Use `org-let' instead of
7914         `orgstruct++-ignore-org-filling'.
7915         (org-fill-paragraph, org-auto-fill-function): Ditto.
7917         * org-macs.el (orgstruct++-ignore-org-filling): Delete.
7919         * org-table.el (org-table-time-string-to-seconds): Return the
7920         empty string if provided.
7921         (org-table-eval-formula): When assigning a duration string, handle
7922         it correctly -- i.e. don't make any computation on it, except the
7923         one to insert it using the correct duration format.
7925         * org.el (org-indent-line-function): Fix bug.
7927         * org-clock.el (org-frame-title-format-backup): New variable to
7928         store the value of `frame-title-format' before `org-clock' might
7929         replace it by `org-clock-frame-title-format'.
7930         (org-clock-frame-title-format): New option.
7931         (org-frame-title-string): Delete.
7932         (org-clock-update-mode-line): Minor code reformatting.
7933         (org-clock-in, org-clock-out, org-clock-cancel):
7934         Use `org-clock-frame-title-format'.
7936         * org-clock.el (org-clock-get-clock-string): Add a space.
7938         * org-list.el (org-mark-list): Return an error when there is no
7939         list at point.
7941         * org.el (org-toggle-heading): Allow `C-u C-c *' to mark the list
7942         at point before converting items to headings.  With a simple
7943         universal-argument, set `current-prefix-arg' to 1, otherwise keep
7944         the numeric value.
7946         * org-agenda.el (org-agenda-view-mode-dispatch): Make the message
7947         more readable.
7949         * org-agenda.el (org-agenda-mode-map): New keybinding ̀*' to mark
7950         all entries for bulk action.
7951         (org-agenda-menu): New menu item for marking all entries.
7952         (org-agenda-bulk-mark-all): New function to mark all entries.
7953         (org-agenda-bulk-mark-regexp): Minor docstring fix.
7954         (org-agenda-bulk-unmark): With a prefix argument, unmark all.
7955         Also send a better message.
7956         (org-agenda-bulk-remove-all-marks): Rename to
7957         `org-agenda-bulk-unmark-all'.  Check against
7958         `org-agenda-bulk-marked-entries' before trying to unmark entries.
7959         Minor docstring fix.
7960         (org-agenda-bulk-unmark-all): Rename from
7961         ̀org-agenda-bulk-remove-all-marks'.
7963         * org-agenda.el (org-agenda-bulk-mark-char): New option.
7964         (org-agenda-bulk-mark): Use the new option.
7966         * org.el (org-src-prevent-auto-filling): New option to prevent
7967         auto-filling in src blocks.  This defaults to nil to avoid people
7968         being surprised that no auto-fill occurs in Org buffers where they
7969         use `auto-fill-mode'.
7970         (org-auto-fill-function): Use the new option.
7972         * org.el (org-properties-postprocess-alist): Better customization
7973         type.
7974         (org-set-property): Fix the check against
7975         `org-properties-postprocess-alist'.
7977         * org-macs.el (orgstruct++-ignore-org-filling):
7978         Set `def-edebug-spec' correctly.
7980         * org-colview.el (org-columns-string-to-number): When computing
7981         the values for the colview, match durations and convert them to
7982         HH:MM values.
7984         * org.el (org-duration-string-to-minutes): Match non-round
7985         numbers.  Add a new optional parameter to allow returning the
7986         output as a string.
7988         * org.el (org-auto-fill-fallback-function)
7989         (org-indent-line-fallback-function)
7990         (org-fill-paragraph-fallback-function)
7991         (org-auto-fill-fallback-function)
7992         (org-indent-line-fallback-function)
7993         (org-fill-paragraph-fallback-function): Remove.
7994         (org-fb-vars): New buffer-local variable.
7995         (orgstruct++-mode): Use the fallback variable `org-fb-vars' to
7996         store, use and restore variables if needed.
7997         (org-fill-paragraph): Ignore `orgstruct++-mode' filling variables
7998         when needed.
7999         (org-auto-fill-function, org-indent-line-function): Ditto.
8001         * org-macs.el (orgstruct++-ignore-org-filling): New macro.
8003         * org-exp-block.el: Use `org-find-library-name' instead of
8004         `find-library-name'.
8006         * org-compat.el (org-find-library-name): Convert into a macro to
8007         avoid compilation of a function from XEmacs in Emacs and vice
8008         versa.
8010         * org-table.el (org-table-store-formulas): Fix typo.
8011         (org-table-maybe-eval-formula): Fix the regexp to only match
8012         formulas, which never end with the `=' character.  If the field
8013         only contain this character, don't eval either.
8015         * org.el (org-set-property): Perform the correct check against
8016         `org-properties-postprocess-alist'.
8018         * org-bbdb.el (org-bbdb-anniversary-format-alist): Update the
8019         customization type.
8020         (name): Suppress (defvar 'name) as name is not eval'ed when
8021         setting `org-bbdb-anniversary-format-alist'.
8023         * org.el (org-version): When called non-interactively, insert the
8024         short version string, otherwise send a message with the complete
8025         version string.
8027         * org-odt.el (org-odt-update-meta-file): Use (org-version) and
8028         delegate checking whether `org-version' is known as a variable
8029         there.
8031         * org-html.el (org-export-as-html): Use (org-version).
8033         * org-docbook.el (org-export-as-docbook): Ditto.
8035         * org-latex.el (org-export-latex-make-header): Ditto.
8037         * org-clock.el (org-clocktable-write-default): Temporarily disable
8038         `delete-active-region' so that we don't accidently delete an
8039         active region when exporting a subtree/region.
8041         * org-clock.el (org-program-exists): Remove.
8042         (org-show-notification, org-clock-play-sound):
8043         Use `executable-find' instead of `org-program-exists'.
8045         * org-agenda.el (org-diary): Prevent failure from
8046         `org-compile-prefix-format' when there is no agenda buffer.
8048         * org-agenda.el (org-agenda-mode): Replace obsolete variable
8049         `buffer-substring-filters'.
8051         * org-indent.el (org-indent-mode): Ditto.
8053         * org-compat.el (org-find-library-name): Silent the byte-compiler
8054         about a warning related to XEmacs support.
8056         * org-special-blocks.el
8057         (org-special-blocks-convert-html-special-cookies): Use `org-line'
8058         instead of `line'.
8060         * org-html.el (org-html-handle-links, org-export-as-html)
8061         (org-format-org-table-html, org-format-table-table-html)
8062         (org-html-export-list-line): Use `org-line' instead of `line' as
8063         the free variable name.
8065         * org-latex.el (org-export-latex-tables): Let-bind `hfmt'.
8067         * org-faces.el (org-list-dt): New face.
8069         * org.el (org-set-font-lock-defaults): Use `org-list-dt' as the
8070         face for definition terms in definition lists.
8072         * org.el (org-fill-paragraph): Pass the `justify' argument to
8073         `org-fill-paragraph-fallback-function'.
8075         * org.el (org-eval-in-calendar): Fix docstring to mention the
8076         KEEPDATE parameter.
8078         * org.el (org-refresh-category-properties): Let-bind
8079         `inhibit-read-only' to t.
8081         * org.el (org-auto-fill-fallback-function)
8082         (org-indent-line-fallback-function)
8083         (org-fill-paragraph-fallback-function): New variables to store
8084         some fall-back functions when turning `orgstruct++-mode' on.
8085         (orgstruct++-mode): Set the new variables.
8086         (org-indent-line-function, org-fill-paragraph)
8087         (org-auto-fill-function): Use them.
8089         * org.el (org-read-date): Bugfix: call `org-eval-in-calendar' with
8090         the 'keepdate parameter set to t when setting the cursor type.
8092         * org-agenda.el (org-agenda-persistent-marks): New option to keep
8093         marks after a bulk action.  The option defaults to nil.
8094         (org-agenda-bulk-action): Use the new option.
8096         * org-capture.el (org-capture-fill-template): Use %\n instead of
8097         %n as a template element to be replaced with the nth prompted
8098         string.
8099         (org-capture-templates): Update docstring.
8101         * org.el (org-goto): Fix docstring and document what C-u does.
8103         * org-publish.el (org-publish-cache-file-needs-publishing):
8104         Use (case-fold-search t) when looking for #+INCLUDE:.
8106         * org.el: Use (case-fold-search t).
8107         (org-edit-special, org-ctrl-c-ctrl-c): Ditto.
8109         * org-table.el:
8110         (org-table-store-formulas, org-table-get-stored-formulas)
8111         (org-table-fix-formulas, org-table-edit-formulas)
8112         (org-old-auto-fill-inhibit-regexp, orgtbl-ctrl-c-ctrl-c)
8113         (orgtbl-toggle-comment, org-table-get-remote-range): Ditto.
8115         * org-footnote.el:
8116         (org-footnote-goto-local-insertion-point): Ditto.
8118         * org-exp.el: Ditto.
8120         * org-colview.el:
8121         (org-dblock-write:columnview, org-dblock-write:columnview): Ditto.
8123         * org-clock.el (org-clocktable-write-default): Ditto.
8125         * org-capture.el (org-capture-place-table-line): Ditto.
8127         * ob.el (org-babel-data-names, org-babel-goto-named-src-block)
8128         (org-babel-src-block-names)
8129         (org-babel-where-is-src-block-result, org-babel-result-end)
8130         (org-babel-where-is-src-block-head)
8131         (org-babel-find-named-result, org-babel-result-names): Ditto.
8133         * org-table.el (orgtbl-send-table): Escape special characters.
8134         Introduce a new parameter :no-escape to prevent escaping.
8136         * org-agenda.el (org-toggle-sticky-agenda): Only shout a message
8137         when called interactively.
8138         (org-agenda-get-restriction-and-command):
8139         Call `org-toggle-sticky-agenda' interactively.
8141         * org-agenda.el (org-agenda-top-category-filter): New variable for
8142         storing the current top-category filter.
8143         (org-agenda-redo): Apply a top-category filter, if any.
8144         (org-agenda-filter-by-top-category)
8145         (org-agenda-filter-top-category-apply):
8146         Set `org-agenda-top-category-filter' to the right value.
8148         * org-clock.el (org-clock-out, org-clock-cancel)
8149         (org-clock-in): Don't modify `frame-title-format' if it is a
8150         string.
8152         * org-latex.el (org-export-latex-special-chars): Fix bug when
8153         escaping special characters in a table.
8155         * org.el (org-read-date): Set cursor-type to nil in the calendar.
8157         * org-faces.el (org-date-selected): Use inverse video.
8158         Don't explicitly set bold to nil as it causes `customize-face' to show
8159         the weight property and thus encourage the user to change it.
8160         Warn in the docstring that using bold might cause problems when
8161         displaying the calendar.
8163         * org-id.el (org-id-update-id-locations): New parameter to silent
8164         `org-id-find'.
8165         (org-id-find): Use the new parameter.
8167         * org.el (org-show-hierarchy-above, org-cycle)
8168         (org-global-cycle, org-files-list, org-store-link)
8169         (org-link-search, org-open-file, org-display-outline-path)
8170         (org-refile-get-location, org-update-all-dblocks)
8171         (org-change-tag-in-region, org-entry-properties)
8172         (org-save-all-org-buffers, org-revert-all-org-buffers)
8173         (org-buffer-list, org-cdlatex-mode)
8174         (org-install-agenda-files-menu, org-end-of-subtree)
8175         (org-speedbar-set-agenda-restriction): Use (derived-mode-p
8176         'org-mode) instead of (eq major-mode 'org-mode).
8178         * org-timer.el (org-timer-set-timer): Ditto.
8180         * org-table.el (orgtbl-mode, org-table-align, orgtbl-mode): Ditto.
8182         * org-src.el (org-edit-src-exit, org-edit-src-code)
8183         (org-edit-fixed-width-region, org-edit-src-exit): Ditto.
8185         * org-remember.el (org-remember-handler): Ditto.
8187         * org-mouse.el (dnd-open-file, org-mouse-insert-item): Ditto.
8189         * org-macs.el (org-get-limited-outline-regexp): Ditto.
8191         * org-lparse.el (org-replace-region-by): Ditto.
8193         * org-latex.el (org-latex-to-pdf-process)
8194         (org-replace-region-by-latex): Ditto.
8196         * org-indent.el (org-indent-indent-buffer): Ditto.
8198         * org-id.el (org-id-store-link, org-id-update-id-locations)
8199         (org-id-store-link): Ditto.
8201         * org-html.el (org-export-html-preprocess)
8202         (org-replace-region-by-html): Ditto.
8204         * org-footnote.el (org-footnote-normalize)
8205         (org-footnote-goto-definition)
8206         (org-footnote-create-definition, org-footnote-normalize): Ditto.
8208         * org-docbook.el (org-replace-region-by-docbook): Ditto.
8210         * org-ctags.el (find-tag): Ditto.
8212         * org-colview.el (org-columns-redo)
8213         (org-columns-display-here, org-columns-edit-value)
8214         (org-columns-redo): Ditto.
8216         * org-capture.el (org-capture-insert-template-here)
8217         (org-capture, org-capture-finalize)
8218         (org-capture-set-target-location)
8219         (org-capture-insert-template-here): Ditto.
8221         * org-ascii.el (org-replace-region-by-ascii): Ditto.
8223         * org-archive.el (org-archive-subtree): Ditto.
8225         * org-agenda.el (org-agenda)
8226         (org-agenda-get-restriction-and-command)
8227         (org-agenda-get-some-entry-text, org-search-view)
8228         (org-tags-view, org-agenda-get-day-entries)
8229         (org-agenda-format-item, org-agenda-goto, org-agenda-kill)
8230         (org-agenda-archive-with, org-agenda-switch-to): Ditto.
8232         * org.el (org-repeat-re)
8233         (org-clone-subtree-with-time-shift, org-auto-repeat-maybe)
8234         (org-deadline, org-schedule, org-matcher-time)
8235         (org-time-stamp, org-read-date, org-read-date-get-relative)
8236         (org-display-custom-time, org-get-wdays)
8237         (org-time-string-to-absolute, org-closest-date)
8238         (org-timestamp-change): Allow to set hourly repeat cookie.
8239         Send an error when an hourly repeat cookie is set and no hour is
8240         specified in the timestamp.
8242         * org-icalendar.el (org-print-icalendar-entries): Handle hourly
8243         repeat cookies.
8245         * org-clock.el (org-program-exists): Fix docstring.
8247         * org-clock.el (org-clock-file-time-cell-format): New option.
8248         (org-clocktable-write-default): Use it.
8250         * org-faces.el (org-date-selected): New face.
8252         * org.el (org-date-ovl): Use `org-date-selected'.
8254         * org.el (org-mode): Don't use `buffer-face-mode' by default.
8256         * org-agenda.el (org-agenda-mode-map): Bind `^' to
8257         `org-agenda-filter-by-top-category'.
8259         * org-ascii.el (org-export-ascii-underline): Change the default
8260         underlining characters for headlines of level 1 and 2.
8261         Also introduce \. as the underline character for headlines of level 5.
8263         * org-table.el (org-table-recalculate-buffer-tables)
8264         (org-table-iterate-buffer-tables): Add autoload cookie.
8266         * org.el (org-table-map-tables): Exclude tables in src and example
8267         blocks.
8269         * org.el (org-fill-paragraph): Leave scheduled/deadline lines
8270         untouched when filling an adjacent paragraph.
8272         * org-html.el (org-export-html-preamble-format)
8273         (org-export-html-postamble-format): Improve the docstring.
8275         * org.el (org-todo): Fix regression: rename `state' to
8276         `org-state'.
8278         * org-clock.el (org-show-notification): Use `fboundp' instead of
8279         `featurep' and the additional `require'.
8281         * org-clock.el (org-clock-in-prepare-hook): New option to format
8282         the total time cells.
8283         (org-clocktable-write-default): Use the new option.
8285         * org.el (org-open-at-point): Allow to open the agenda from an
8286         active or inactive timestamp in a headline.
8288         * org-html.el (org-export-html-date-format-string): Make a
8289         defcustom.
8291         * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
8293 2012-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
8295         * org-table.el (org-table-expand-lhs-ranges): Allow hline
8296         references to be expanded correctly in LHS of formulas.
8298         * org-beamer.el (org-beamer-inherited-properties): New option.
8299         (org-beamer-after-initial-vars): Use new option to look for
8300         inherited properties.
8302         * org.el (org-ts-regexp0): Allow time stamps without name of day.
8304         * org-agenda.el (org-toggle-sticky-agenda):
8305         (org-agenda-sticky): Improve :set property.
8307         * org-agenda.el (org-agenda-local-vars): Clean up the variable
8308         list.
8309         (org-agenda-get-restriction-and-command): Add a key for toggling
8310         sticky agenda views.
8312         * org-agenda.el (org-agenda-local-vars): Final decisions about
8313         global/local
8315         * org-agenda.el (org-agenda-force-single-file): Variable removed.
8316         (org-prepare-agenda-window): Store pre-agenda window config
8317         locally.
8318         (org-timeline): Introduce a scoped version of
8319         `org-agenda-show-log'.
8320         (org-agenda-list): Introduce a scoped version of
8321         `org-agenda-show-log'.
8322         (org-agenda-get-progress): Use the scoped version of
8323         `org-agenda-show-log'.
8324         (org-agenda-local-vars): Write the analysis result as a comment -
8325         to be cleaned up in the next iteration.
8327         * org-agenda.el (org-toggle-sticky-agenda): Kill all agenda
8328         buffers when toggling sticky-agendas.
8329         (org-agenda-get-restriction-and-command): Add `C-c a C-k' as a key
8330         to explicitly kill all agenda buffers.
8331         (org-agenda-run-series): Remove any old agenda markers in the
8332         buffer that is going to take the new block agenda.
8333         (org-prepare-agenda): Reset markers before erasing the buffer anc
8334         running `org-agenda-mode', because after that hte local variable
8335         `org-agenda-markers' will have gone away.
8336         (org-agenda-Quit):
8337         (org-finalize-agenda): Install the marker resetter into the
8338         `kill-buffer-hook'.
8339         (org-agenda-save-markers-for-cut-and-paste): Look for markers in
8340         all agenda buffers.
8341         (org-agenda-kill-all-agenda-buffers): New function.
8343 2012-09-30  Chris Gray  <chrismgray@gmail.com>
8345         * org-html.el (org-export-as-html): Remove the check for body-only
8346         in the code for generating tables of contents.
8348 2012-09-30  Christoph Dittmann  <github@christoph-d.de>  (tiny change)
8350         * org-beamer.el (org-beamer-auto-fragile-frames):
8351         Make [fragile] work with overlay specifications.
8353 2012-09-30  Christophe Junke  <christophe.junke@inria.fr>  (tiny change)
8355         * org-agenda.el (org-agenda-list): Ensures that the list returned
8356         by `org-agenda-add-time-grid-maybe' is appended to ̀rtnall' before
8357         checking if the latter is empty.
8359 2012-09-30  Christophe Rhodes  <csr21@cantab.net>  (tiny change)
8361         * org-latex.el (org-export-latex-tables): Support setting the
8362         :hfmt parameter from #+ATTR_LaTeX.
8364 2012-09-30  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>  (tiny change)
8366         * org-exp.el (org-export-handle-include-files)
8367         (org-get-file-contents): Handle new parameter :addlevel.
8369 2012-09-30  Dave Abrahams  <dave@boostpro.com>  (tiny change)
8371         * org.el (org-link-prettify): New function to prettify links while
8372         displaying them with `org-insert-link'.
8373         (org-insert-link): Use the new function.
8375 2012-09-30  David Maus  <dmaus@ictsoc.de>
8377         * org-exp.el (org-export-language-setup): Use numeric character
8378         entities for proper rendering of non-UTF8 documents.
8380         * org-exp.el (org-export-language-setup): Add japanese
8381         translation.
8383 2012-09-30  Eric Schulte  <eric.schulte@gmx.com>
8385         * ob-sh.el (org-babel-sh-evaluate): Don't could 0-length shebangs.
8387         * ob.el (org-babel-insert-result): Replace key sequence with
8388         function call.  Use a more informative flag to the local function.
8389         (org-add-protective-commas): Declare a new external function.
8391         * org-src.el (org-add-protective-commas): This should be its own
8392         function.
8393         (org-edit-src-exit): Use the new function.
8395         * org-compat.el (org-labels): Remove.
8397         * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
8399         * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
8401         * ob.el (org-babel-string-read): Don't automatically evaluate code
8402         block results which look like elisp.
8403         (org-babel-import-elisp-from-file): Raise a warning message when
8404         the process of reading code block results raises an error.
8406         * ob-tangle.el (org-babel-with-temp-filebuffer): Don't execute
8407         macro argument multiple times.
8409         * org.el (org-compat): Require org-compat before we first use one
8410         of its functions (a macro actually).
8412         * ob-comint.el (org-babel-comint-with-output): Don't name the
8413         filter function, but rather pass through the anonymous lambda
8414         directly.
8416         * org.el (org-babel-load-languages): Common lisp should be
8417         mentioned as a supported babel language.
8419         * org-clock.el (org-clock-special-range): "concat 'string" ->
8420         "concat"
8421         (org-clocktable-shift): "concat 'string" -> "concat"
8423         * org-bibtex.el (org-bibtex-headline): Replacing org-flet with
8424         org-labels.
8426         * ob-calc.el (org-babel-execute:calc): Strip single quotes from
8427         calc internal representations.
8429         * org-clock.el (org-clock-special-range): Replacing cl concatenate
8430         with concat.
8431         (org-clocktable-shift): Replacing cl concatenate with concat.
8433         * ob.el (org-babel-edit-distance): Remove use of map at runtime.
8435         * org-compat.el (org-flet): Compatibility function now that flet
8436         has been removed from cl-macs.
8437         (org-labels): Compatibility function now that labels has been
8438         removed from cl-macs.
8440         * ob-R.el (org-compat): Require org-compat.
8442         * ob-comint.el: Require org-compat.
8444         * ob-exp.el (org-babel-exp-do-export): Switch to compatibility
8445         function.
8447         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Switch to
8448         compatibility function.
8450         * ob-lob.el (org-babel-lob-get-info): Switch to compatibility
8451         function.
8452         (org-babel-lob-execute): Switch to compatibility function.
8454         * ob-python.el (org-babel-python-evaluate-session): Switch to
8455         compatibility function.
8457         * ob-ref.el (org-babel-ref-index-list): Switch to compatibility
8458         function.
8460         * ob-sh.el (org-babel-sh-var-to-string): Switch to compatibility
8461         function.
8463         * ob-tangle.el (org-babel-load-file): Switch to compatibility
8464         function.
8465         (org-babel-tangle): Switch to compatibility function.
8466         (org-babel-spec-to-string): Switch to compatibility function.
8468         * ob.el (org-babel-view-src-block-info): Switch to compatibility
8469         function.
8470         (org-babel-execute-src-block): Switch to compatibility function.
8471         (org-babel-edit-distance): Switch to compatibility function.
8472         (org-babel-switch-to-session-with-code): Switch to compatibility
8473         function.
8474         (org-babel-sha1-hash): Switch to compatibility function.
8475         (org-babel-balanced-split): Switch to compatibility function.
8476         (org-babel-join-splits-near-ch): Switch to compatibility function.
8477         (org-babel-get-rownames): Switch to compatibility function.
8478         (org-babel-format-result): Switch to compatibility function.
8479         (org-babel-insert-result): Switch to compatibility function.
8480         (org-babel-examplize-region): Switch to compatibility function.
8481         (org-babel-merge-params): Switch to compatibility function.
8482         (org-babel-noweb-p): Switch to compatibility function.
8483         (org-babel-expand-noweb-references): Switch to compatibility
8484         function.
8486         * org-bibtex.el (org-bibtex-headline): Switch to compatibility
8487         function.
8488         (org-bibtex-fleshout): Switch to compatibility function.
8489         (org-bibtex-read): Switch to compatibility function.
8490         (org-bibtex-write): Switch to compatibility function.
8492         * org-exp-blocks.el (org-export-blocks-preprocess): Switch to
8493         compatibility function.
8495         * org-exp.el (org-export-format-source-code-or-example): Switch to
8496         compatibility function.
8498         * org-macs.el (org-called-interactively-p): Indentation fix.
8500         * org-mouse.el (org-mouse-timestamp-today): Switch to
8501         compatibility function.
8502         (org-mouse-set-priority): Switch to compatibility function.
8503         (org-mouse-popup-global-menu): Switch to compatibility function.
8504         (org-mouse-context-menu): Switch to compatibility function.
8506         * org-plot.el (org-plot/gnuplot-to-grid-data): Switch to
8507         compatibility function.
8508         (org-plot/gnuplot-script): Switch to compatibility function.
8510         * org.el (org-entry-get): Switch to compatibility function.
8511         (org-fill-paragraph): Switch to compatibility function.
8512         (org-auto-fill-function): Switch to compatibility function.
8514         * ob-lob.el (org-babel-lob-execute): Only try to insert extant
8515         hashes.
8517         * ob-R.el (org-babel-R-command): From a defvar to a defcustom.
8519         * ob.el (org-babel-set-current-result-hash): Change the hash of
8520         the results for the current code block.
8521         (org-babel-current-result-hash): Fix documentation.
8523         * ob-lob.el (org-babel-lob-execute): Don't re-execute the called
8524         function if the current call line hash matches that in its
8525         results.
8527         * ob-R.el (org-babel-R-assign-elisp): Can't assume every entry in
8528         a table is a sequence.
8530         * ob-R.el (org-babel-R-assign-elisp): Clean up the code
8531         implementing reads of irregular data into R.
8533         * ob.el (org-babel-header-arg-expand): In new buffers
8534         (char-before) may return nil so use equal rather than =.
8536         * ob-R.el (org-babel-header-args:R): Adding values.
8538         * ob-clojure.el (org-babel-header-args:clojure): Adding values.
8540         * ob-lisp.el (org-babel-header-args:lisp): Adding values.
8542         * ob-sql.el (org-babel-header-args:sql): Adding values.
8544         * ob-sqlite.el (org-babel-header-args:sqlite): Adding values.
8546         * ob.el (org-babel-combine-header-arg-lists): Combine lists of
8547         arguments and values.
8548         (org-babel-insert-header-arg): Use new combined header argument
8549         lists.
8550         (org-babel-header-arg-expand): Add support for completing-read
8551         insertion of header arguments after ":"
8552         (org-babel-enter-header-arg-w-completion): Completing read
8553         insertion of header arguments
8554         (org-tab-first-hook): Adding header argument completion.
8555         (org-babel-params-from-properties): Combining header argument
8556         lists.
8558         * ob-exp.el (org-babel-exp-results): Ensure noweb expanded body is
8559         used on export.
8561         * ob.el (org-babel-result-to-file): New optional description
8562         argument.
8563         (org-babel-insert-result): Move description logic to another
8564         function.
8566         * ob.el (org-babel-insert-result): Change name of filelinkdescr to
8567         file-desc.
8568         (org-babel-common-header-args-w-values): Change name of
8569         filelinkdescr to file-desc.
8571         * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled C
8572         files on windows.
8574         * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
8575         Org-mode blocks.
8577         * ob.el (org-babel-parse-src-block-match): Make use of the new
8578         language argument to org-babel-strip-protective-commas.
8579         (org-babel-parse-inline-src-block-match): Make use of the new
8580         language argument to org-babel-strip-protective-commas.
8581         (org-babel-strip-protective-commas): Now accepts a language
8582         argument.
8584 2012-09-30  Fabrice Niessen  <fniessen-TA4HMoP+1wHrZ44/DZwexQ@public.gmane.org>  (tiny change)
8586         * org-agenda.el (org-agenda-write-buffer-name): Remove the test
8587         for the presence of <style> tag.
8589 2012-09-30  Feng Shu  <tumashu@gmail.com>
8591         * org.el (org-create-formula-image-with-imagemagick):
8592         Use 'call-process to launch latex so that no shell output buffer will
8593         be shown when previewing formulas.
8595         * org.el (org-create-formula-image-with-imagemagick): Fix typo.
8597         * org.el (org-latex-create-formula-image-program): New option to
8598         use either dvipng or imagemagick to convert and preview LaTeX
8599         fragments.
8600         (org-preview-latex-fragment, org-format-latex): Handle the new
8601         option.
8602         (org-create-formula-image-with-dvipng): Rename from
8603         `org-create-formula-image'.
8604         (org-create-formula-image-with-imagemagick): New defun to handle
8605         LaTeX preview with imagemagick.
8606         (org-latex-color, org-latex-color-format): New defuns to handle
8607         color conversions.
8609         * org-latex.el (org-latex-to-pdf-process, org-export-as-pdf):
8610         Allow to use imagemagick to convert LaTeX fragments.
8612         * org-html.el (org-export-html-preprocess): Ditto.
8614         * org-exp.el (org-export-with-LaTeX-fragments): Ditto.
8616 2012-09-30  George Kettleborough  <g.kettleborough@member.fsf.org>
8618         * org-clock.el: New option `org-clock-clocked-in-display' to
8619         control whether the current clock is displayed in the mode line
8620         and/or frame title.
8622         * org-timer.el: New option `org-timer-display' to control whether
8623         the current timer is displayed in the mode line and/or frame
8624         title.
8626 2012-09-30  Hans-Peter Deifel  <hpdeifel@gmx.de>  (tiny change)
8628         * ob.el (org-babel-execute-src-block): Allow the :dir header
8629         argument to take relative file names.
8631 2012-09-30  Harri Kiiskinen  <harri@pp-kaitue.(none)>  (tiny change)
8633         * org-protocol.el: New option.
8634         (org-protocol-store-link, org-protocol-do-capture): Use it.
8636 2012-09-30  Henning Weiss  <hdweiss@gmail.com>
8638         * org-mobile.el (org-mobile-edit): Add handling of addheading,
8639         refile, archive, archive-sibling and delete edit nodes.
8640         (org-mobile-locate-entry): Olp links containing only a file are
8641         now be located correctly.
8642         (org-mobile-apply): Instead of finding the location of all target
8643         headings for edit nodes in a separate loop, they will be found
8644         immediately before applying edits.
8646         * org-mobile.el (org-mobile-sumo-agenda-command): Use a shorter
8647         title.
8649 2012-09-30  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
8651         * org.el (org-parse-time-string): Allow strings supported by
8652         tags/properties matcher (eg <now>, <yesterday>, <-7d>) if the time
8653         starts with < and ends with >.  This means that e.g. in the
8654         clocktable parameters you can specify :tstart "<-1w>" :tend
8655         "<now>".
8657 2012-09-30  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
8659         * org-colview.el (org-columns): New argument `columns-fmt-string'.
8661         * org-colview.el (org-columns-get-format-end-top-level):
8662         Split into `org-columns-get-format' and `org-columns-goto-top-level'.
8664         * org-colview.el (org-dblock-write:columnview): Add a new
8665         parameter :format which specifies the column view format for the
8666         output of the columnview dynamic block.
8668 2012-09-30  Jambunathan K  <kjambunathan@gmail.com>
8670         * org-lparse.el (org-lparse-and-open)
8671         (org-lparse-do-convert): Open exported files with system-specific
8672         application.
8674         * org-odt.el: Don't meddle with `org-file-apps'.
8676         * org-compat.el (org-condition-case-unless-debug): Alias to
8677         `condition-case' when both `condition-case-no-debug' and
8678         `condition-case-unless-debug' is unavailable.
8680         * org-odt.el (org-odt-do-image-size): Replace `flet' with
8681         equivalent construct.
8683         * org-odt.el (org-odt-cleanup-xml-buffers):
8684         Use `condition-case-no-debug' instead of
8685         `condition-case-unless-debug'.  This ensures backward
8686         compatibility with Emacs versions < 24.1.
8688         * org-odt.el (org-odt-zip-dir)
8689         (org-odt-cleanup-xml-buffers): New.
8690         (org-export-as-odt-and-open, org-export-as-odt)
8691         (org-odt-init-outfile, org-odt-save-as-outfile)
8692         (org-export-as-odf, org-export-as-odf-and-open):
8693         Use `org-odt-cleanup-xml-buffers'.
8695         * org-odt.el (org-export-odt-default-org-styles-alist):
8696         Add default character style.
8698         * org-odt.el (org-export-odt-default-org-styles-alist):
8699         Add default character style.
8701         * org-lparse.el (org-do-lparse): Remove stray call to
8702         `org-export-html-after-blockquotes-hook'.
8704         * org-bbdb.el (org-bbdb-export): Add support for ODT format.
8706         * org-odt.el (org-odt-update-meta-file): Check for `org-version'
8707         is bound before accessing it.
8709         * org-odt.el (org-odt-schema-dir-list): OD Schema files have been
8710         moved away from $(git-root)/contrib/odt/etc/schema/ to
8711         $(git-root)/etc/schema/.
8713         * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
8714         internal links destined for headlines provide a description or
8715         not.  In fact, the `org-store-link' and `org-insert-link' create
8716         internal links which do have a description.
8718         * org-lparse.el (org-lparse-insert-org-table): Consider short
8719         caption as plain text and not as org text.
8721         * org-odt.el (org-export-odt-format-formula)
8722         (org-export-odt-format-image): Ditto.
8724         * org-odt.el (org-odt-begin-table)
8725         (org-export-odt-format-formula, org-export-odt-format-image)
8726         (org-odt-format-entity): Handle short caption.
8728         * org-lparse.el (org-lparse-insert-org-table)
8729         (org-lparse-insert-list-table, org-lparse-insert-table-table):
8730         Ditto.
8732 2012-09-30  Jay McCarthy  <jay.mccarthy@gmail.com>  (tiny change)
8734         * org-colview.el (org-columns-new-overlay): Make sure to add a
8735         face to a string that has no face.
8737 2012-09-30  Jérémie Courrèges-Anglas  <jca@wxcvbn.org>  (tiny change)
8739         * org-latex.el: Ensure a final newline is appended to the export
8740         buffer.
8742 2012-09-30  Levin Du  <zslevin@gmail.com>  (tiny change)
8744         * org-clock.el (org-clock-in): Fix bug in setting the clock
8745         heading.
8747 2012-09-30  Madan Ramakrishnan  <madanr79@gmail.com>  (tiny change)
8749         * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
8750         advertised by the function.
8752 2012-09-30  Mark E. Shoulson  <mark@kli.org>  (tiny change)
8754         * org.el (org-fontify-entities): Hide {} when prettifying
8755         entities.
8757 2012-09-30  Mark Shoulson  <mark@kli.org>  (tiny change)
8759         * org-entities.el (org-entities): Add new entities for characters
8760         which could cause formatting changes if typed directly.
8762         * org-entities.el (org-entities): Add \asciicirc entity for ^;
8763         also fixed \circ expansion in latex.
8765         * org.el (org-fontify-entities): Fix bug: The entities \sup[123]
8766         and \there4 were not "prettified" when org-pretty-entities was
8767         enabled.
8769 2012-09-30  Mats Lidell  <matsl@xemacs.org>  (tiny change)
8771         * org-element.el (org-element-paragraph-separate):
8772         Remove redundant and misplaced t clause in case.
8774 2012-09-30  Matt Lundin  <mdl@imapmail.org>
8776         * org-datetree.el: Fix regexp to allow datetree to find headings
8777         with trailing whitespace.  This fixes a bug in which an existing
8778         datetree heading (e.g., "* 2012 ") would not be found by
8779         org-datetree-find-year-create if it had trailing whitespace.
8780         This can cause problems, for instance, if one is using column view on
8781         the date tree, since editing subheadings with column view adds
8782         whitespace at the end of the top heading.
8784         * org-footnote.el (org-footnote-new): Don't call
8785         org-footnote-unique-label if org-footnote-auto-label is set to
8786         random.
8788         * org-gnus.el (org-gnus-follow-link): Fix argument to
8789         gnus-group-read-group so that following a link does not result in
8790         unread article being selected.
8792         * org-bbdb.el (org-bbdb-anniv-extract-date)
8793         (org-bbdb-make-anniv-hash): Fix org-bbdb anniversary functionality
8794         to accommodate BBDB 3.x.  There are two major changes in BBDB 3.x
8795         that need to be taken into account.  The first is that
8796         `bbdb-split' reverses the order of its parameters in 3.x.
8797         The second is that `bbdb-record-getprop' is replaced by
8798         bbdb-record-note in 3.x.
8800 2012-09-30  Max Mikhanosha  <max@openchat.com>
8802         * org-agenda.el (org-agenda-change-all-lines): Speedup refresh of
8803         a single line of agenda by narrowing the agenda buffer to just
8804         that line before calling `org-agenda-finalize'.
8806         * org.el (org-mode): Don't set org-hide's foreground to
8807         "invisible-bg".
8808         (org-find-invisible-foreground): New function.
8810         * org-agenda.el (defvar org-habit-show-all-today): New variable
8811         (org-agenda-get-scheduled): Show all habits if user wants it
8813         * org-habit.el (defcustom org-habit-show-all-today): New variable
8815         * org-agenda.el (org-agenda-quit): Copy the code for optionally
8816         restoring window configuration after burying the sticky agenda
8817         buffer.
8819         * org-agenda.el (org-agenda-new-marker): Check for NIL
8820         org-agenda-buffer
8821         (org-agenda-to-appt): Bind org-agenda-buffer to NIL
8823         * org-agenda.el (org-agenda-change-all-lines): Move accessing of
8824         'extra text property outside of with-current-buffer for original
8825         buffer
8827         * org-agenda.el (defvar org-habit-show-habits-only-for-today):
8828         initialize to nil
8830 2012-09-30  Michael Brand  <michael.ch.brand@gmail.com>
8832         * org-id.el (org-id-link-to-org-use-id): Align the doc string to
8833         the changed default.
8835         * ob-tangle.el (org-babel-tangle-collect-blocks): Use dummy string
8836         when heading has no text.
8838         * org-capture.el (org-capture-inside-embedded-elisp-p):
8839         Improve parsing.
8841         * org-feed.el (org-feed-format-entry): Require `org-capture'.
8842         Expand Elisp %(...) templates.
8843         (org-feed-default-template): Update docstring.
8845         * org-capture.el (org-capture-expand-embedded-elisp):
8846         New function.
8847         (org-capture-fill-template): Use it.
8848         (org-capture-inside-embedded-elisp-p): New function to tell if we
8849         are within an Elisp %(...) template.
8851         * org-list.el (org-at-item-description-p)
8852         (org-list-item-body-column): Make the inline regexp more
8853         consistent with `org-list-full-item-re', the inline regexp
8854         "Description list items" from `org-set-font-lock-defaults and
8855         others'.
8857 2012-09-30  Mike Sperber  <sperber@deinprogramm.de>
8859         * org.el (org-fill-paragraph): Pass optional argument to
8860         `fill-paragraph' to fix compatibility with XEmacs.
8862         * org.el (org-self-insert-cluster-for-undo):
8863         Default `org-self-insert-cluster-for-undo' also on XEmacs.
8865         * org.el (org-kill-line): Access `visual-line-mode' only if it's
8866         bound.
8868 2012-09-30  Muchenxuan Tong  <demon386@gmail.com>  (tiny change)
8870         * org-timer.el (org-timer-set-mode-line):
8871         Check `org-timer-display' when value is 'off.
8873 2012-09-30  Nicolas Calderon Asselin  <nicolas.calderon.asselin@gmail.com>  (tiny change)
8875         * org-clock.el (org-clock-idle-time): Org-mode assumed that
8876         x11idle was an available command, and returned an idle time of 0
8877         if it was not
8878         (never idle): Added checks so that org-idle-time will come from
8879         emacs' own current-idle-time if x11idle cannot be found or if it
8880         cannot retrieve the idle time from X11
8882 2012-09-30  Nicolas Goaziou  <n.goaziou@gmail.com>
8884         * org-element.el: Properly remove COMMENT and QUOTE keywords from
8885         title in parser.
8887         * org-element.el (org-element-headline-parser): Fix parsing for
8888         headlines with a single COMMENT or QUOTE keyword.
8890         * ob-org.el (org-babel-default-header-args:org): By default,
8891         export code from Org src blocks.
8893         * org-element.el (org-element-inline-src-block-successor):
8894         Fix inline-src-block parsing at the beginning of an item.
8896         * org-element.el (org-element--collect-affiliated-keywords):
8897         Fix caption parsing.
8899         * org-element.el (org-element--current-element): At the very
8900         beginning of a footnote definition or an item, next element is
8901         always a paragraph.
8903         * org-element.el (org-element-headline-parser): Handle nil titles.
8904         (org-element-inlinetask-parser): Add :raw-value property.
8905         Also handle nil titles.
8907         * org.el (org-set-regexps-and-options): Don't consider tags as a
8908         replacement for a missing title in an headline.
8910         * org.el (org-setup-filling): Remove duplicate code.
8912         * org.el (org-adaptive-fill-function): Make sure fill prefix is
8913         computed from beginning of line.
8915         * org-element.el (org-element-section-parser): Make sure section
8916         cannot contain an headline.
8917         (org-element--current-element): Fix bug requiring to parse a quote
8918         section even when point is at an headline.
8920         * org.el (org-adaptive-fill-function): Remove occasional spurious
8921         space character when auto-filling.
8923         * org.el (org-mode): Call external initalizers.  Now both filling
8924         code and comments code have their own independant part in org.el.
8925         (org-setup-filling): Rename from `org-set-autofill-regexps'.
8926         (org-setup-comments-handling): New function.
8928         * org.el (org-fill-paragraph): Refine filling in comments and in
8929         paragraphs.  Allow commented blank lines.  Take into consideration
8930         the indentation of the second line of the paragraph being filled.
8931         (org-comment-or-uncomment-region): Rewrite function.  Now comment
8932         region at a fixed column: the minimal indentation of the region.
8933         (org-fill-context-prefix): Rename function into
8934         `org-adaptive-fill-function'.  Also, In a paragraph, choose the
8935         same prefix as the current line.
8937         * org-exp.el (org-export-handle-comments): Also remove comments at
8938         column 0.
8940         * org-exp.el (org-export-handle-comments): Handle inline comments
8941         with new syntax.
8943         * org.el (org-structure-template-alist): Add missing colon to
8944         #+INCLUDE.
8946         * org.el (org-backward-element): When called at the beginning of
8947         first element in section, the function shouldn't return an error
8948         but move point to headline or point-min instead.
8950         * org-element.el (org-element-paragraph-parser): Tiny refactoring.
8952         * org-element.el (org-element-paragraph-parser): Remove trailing
8953         code comments.
8955         * org.el (org-fill-context-prefix): Fix incorrect output when
8956         called at the beginning of a plain list with an affiliated
8957         keyword.
8958         (org-fill-paragraph): Remove useless variable.
8960         * org-element.el (org-element-paragraph-parser): Fix parsing of
8961         paragraph at the beginning of an item.
8963         * org.el (org-mode): Set back comment-start-skip so comment-dwim
8964         can tell a keyword from a comment.
8966         * org.el (org-set-autofill-regexps): Install new comment line
8967         break function.
8968         (org-comment-line-break-function): New function.
8969         (org-mode): Remove unnecessary line.
8971         * org.el (org-fill-context-prefix, org-fill-paragraph): Do not
8972         fill verse blocks contents.  Verse blocks can be used to format
8973         free-form poetry, so filling has to be done manually.
8975         * org.el (org-fill-paragraph-separate-nobreak-p): New function.
8976         (org-set-autofill-regexps): Introduce new predicate.
8977         (org-fill-item-nobreak-p): Remove function.
8979         * org-element.el (org-element-paragraph-separate): Since this
8980         variable is meant to be searched forward, \end{...} shouldn't
8981         trigger the end of a paragraph before checking if it is the end of
8982         a complete environment.
8983         (org-element-latex-environment-parser): Slight change to the
8984         regexp matching the beginning of a latex environment.
8985         (org-element-paragraph-parser): Paragraphs don't end at incomplete
8986         latex environments.
8987         (org-element-latex-or-entity-successor): Remove paragraph
8988         environments from latex fragment search.
8990         * org-table.el (org-table-number-regexp): By default, accept comma
8991         as a decimal mark to represent numbers.
8993         * org-element.el (org-element-map): Fix comment typo.
8995         * org.el (org-fill-paragraph): Add a `save-excursion' to avoid
8996         returning funny results.
8998         * org.el (org-fill-paragraph): Try not to include message header
8999         and citation lines in a paragraph when filling it.
9001         * org.el (org-fill-paragraph): Fix filling in a narrowed buffer.
9002         (org-fill-context-prefix): Fill prefix doesn't depend on current
9003         narrowing.
9005         * org.el (org-mode): Line with a single hash sign on it is a
9006         comment.
9008         * org.el (org-set-font-lock-defaults): Fix comment fontification.
9010         * org-element.el (org-element-item-parser): Do not remove tag from
9011         body if list isn't descriptive.
9013         * org-list.el (org-insert-item): Only ask about a term for
9014         descriptive lists.
9015         (org-list-struct, org-list-insert-item): Do not recognize a tag in
9016         an ordered list.
9018         * org-element.el (org-element-set-element): Rewrite function.
9019         (org-element-adopt-elements): New function.
9020         (org-element-adopt-element): Remove function.
9021         (org-element--parse-elements, org-element--parse-objects): Use new
9022         function.
9024         * org-list.el (org-list-automatic-rules): Remove `bullet' rule,
9025         which is now hard-coded.
9026         (org-cycle-list-bullet): Hard code `bullet' rule.
9027         (org-list-get-list-type): Make sure a list with numbered bullets
9028         cannot have `descriptive' type.
9030         * org-element.el (org-element-paragraph-parser): Fix previous
9031         patch.
9033         * org.el (org-fill-paragraph): No need to use
9034         `org-element-paragraph-separate' in a verse block since blank
9035         lines only can end a "paragraph".
9037         * org-element.el (org-element-paragraph-separate): Apply changes
9038         to comments.
9039         (org-element-paragraph-parser): Correctly find end of paragraphs.
9040         (org-element--current-element): Require colons for Babel calls.
9041         (org-element-center-block-parser)
9042         (org-element-dynamic-block-parser, org-element-quote-block-parser)
9043         (org-element-special-block-parser)
9044         (org-element-comment-block-parser)
9045         (org-element-example-block-parser)
9046         (org-element-export-block-parser, org-element-src-block-parser)
9047         (org-element-verse-block-parser): Fall-back to paragraph parsing
9048         when incomplete or ill-formed.
9050         * org-element.el (org-element-swap-A-B): Small refactoring.
9052         * org-element.el (org-element-text-markup-successor): Fix typo in
9053         docstring.
9055         * org-element.el (org-element-at-point): Return consistent value
9056         when function is called on a blank line within a plain list.
9058         * org-element.el (org-element-paragraph-separate): Fix comments in
9059         paragraph separator regexp.  Optimize it.
9061         * org-element.el: Update code commets.
9063         * org.el (org-mark-subtree): Fix bug when marking subtree with
9064         point on an inlinetask.  Refactor code.
9066         * org.el (org-mark-subtree): Do not make a special case for
9067         inlinetasks when marking a subtree.  These are handled by
9068         `org-element-mark-element'.
9070         * org-element.el (org-element-comment-parser): Consider first "+"
9071         as a comment when parsing an ill-defined keyword.
9073         * org-element.el (org-element-item-interpreter): Simplify bullet
9074         creation.
9075         (org-element-plain-list-interpreter): Fix wrong bullets, if
9076         needed.
9078         * org-element.el (org-element-comment-parser): Fix parsing when a
9079         keyword follows the commented line.
9081         * org.el (org-fill-context-prefix): Auto-fill first paragraph in
9082         footnote definitions.
9084         * org.el (org-mode): Define new comment syntax.
9085         (org-fontify-meta-lines-and-blocks-1, org-strip-protective-commas)
9086         (org-fill-context-prefix, org-insert-comment)
9087         (org-comment-or-uncomment-region): Use new comment syntax.
9089         * org-element.el (org-element-comment-parser)
9090         (org-element-comment-interpreter, org-element--current-element):
9091         Use new comment syntax.
9093         * org.el (org-fill-paragraph): When at an item or a footnote
9094         definition, fill first paragraph instead.
9096         * org.el (org-fill-paragraph): Fix filling when point is at the
9097         very end of a paragraph.
9099         * org.el (org-mode): Set comments related variables.
9100         (org-insert-comment, org-comment-or-uncomment-region):
9101         New functions.
9103         * org.el (org-fill-context-prefix): Small refactoring.
9104         (org-fill-paragraph): Add code comments.
9106         * org-element.el (org-element-at-point): Add :parent property to
9107         output.
9108         (org-element-context): Add :parent property to output.
9109         Also return a single element or object instead of a list of parents.
9110         (org-element-forward, org-element-up): Apply changes.
9112         * org.el (org-fill-context-prefix): New function.
9113         (org-fill-paragraph, org-auto-fill-function): Use new function.
9114         Also handle comments.
9115         (org-adaptive-fill-function): Remove function.
9116         (org-get-local-variables, orgstruct++-mode): Don't store now
9117         unused adaptive-fill* functions.
9119         * org-element.el (org-element-at-point): Fix function when buffer
9120         starts with an inlinetask.  Also fix it when called on the last
9121         element in a greater element or the buffer.
9123         * org-element.el (org-element-center-block-parser)
9124         (org-element-dynamic-block-parser)
9125         (org-element-footnote-definition-parser)
9126         (org-element-headline-parser, org-element-inlinetask-parser)
9127         (org-element-quote-block-parser, org-element-special-block-parser)
9128         (org-element-plain-list-parser): Refactor code.
9129         (org-element-drawer-parser): Fall-back to paragraph parser when
9130         drawer is incomplete.
9132         * org-macs.el (org-with-limited-levels): Fix typo.
9134         * org-element.el (org-element-paragraph-separate): Refactor.
9135         (org-element-paragraph-parser): Fix paragraph parsing.
9137         * org.el (org-fill-paragraph): Rewrite function using
9138         `org-element-at-point'.
9140         * org-element.el (org-element-fill-paragraph): Remove function.
9142         * org.el (org-planning-or-clock-line-re): Make it a defconst.
9143         It's no use to make it a buffer-local variable since variables on
9144         which it depends are not buffer-local anyway.
9146         * org.el (org-drawer-regexp): Provide default value for
9147         `org-drawer-regexp' in non-Org buffers.
9149         * org-entities.el (org-entities-create-table): Function chokes
9150         when CAR of `org-entities' is a string.
9152         * org-list.el (org-list-automatic-rules): Allow check-boxes in
9153         description lists.
9154         (org-list-struct-apply-struct, org-insert-item): Remove rule
9155         check.
9157         * org-footnote.el (org-footnote-normalize): Fix positionning in
9158         HTML export without a footnote section.
9160         * org-list.el (org-list-struct-indent):
9161         Follow `org-list-demote-modify-bullet' specifications for ordered
9162         bullets.
9163         (org-list-indent-item-generic, org-indent-item-tree)
9164         (org-outdent-item-tree): Fix bug when operating on a region.
9165         (org-outdent-item, org-indent-item): Allow to operate on a region.
9167         * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
9168         on a region.
9170         * org-footnote.el (org-footnote-delete-definitions): Remove blank
9171         lines before the footnote definition instead of removing those
9172         after it.
9174         * org-footnote.el (org-footnote-at-definition-p): Don't grab
9175         trailing blank lines in a footnote definition.
9176         (org-footnote-delete-definitions): Remove both footnote definition
9177         and trailing blank lines.
9179 2012-09-30  Rick Frankel  <rick@rickster.com>
9181         * ob-sql.el: Add dbi engine type and pre/post processing.
9183 2012-09-30  Sean O'Halpin  <sean.ohalpin@gmail.com>  (tiny change)
9185         * ob.el (org-babel-expand-noweb-references): Capture current noweb
9186         start and end patterns then use to set buffer locals in
9187         (with-temp-buffer) form.
9189 2012-09-30  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
9191         * org.el (org-update-all-dblocks): Autoload function.
9193 2012-09-30  Simon Thum  <simon.thum@gmx.de>  (tiny change)
9195         * ob-maxima.el (org-babel-execute:maxima): Let cmdline always
9196         return a string.
9198 2012-09-30  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
9200         * org-icalendar.el (org-icalendar-timezone): Fix typo and clarify
9201         meaning.
9203 2012-09-30  Stuart Hickinbottom  <stuart@hickinbottom.com>  (tiny change)
9205         * org-clock.el (org-x11idle-exists-p): Only shell out when running
9206         on X.
9208 2012-09-30  Suhail Shergill  <suhailshergill@gmail.com>  (tiny change)
9210         * org-html.el (org-export-as-html): If possible, use the
9211         :CUSTOM_ID: property to assign unique ids to footnotes.
9213 2012-09-30  T.F. Torrey  <tftorrey@tftorrey.com>  (tiny change)
9215         * org-exp.el (org-export-remember-html-container-classes):
9216         Allow exporting a single subtree with HTML_CONTAINER_CLASS property.
9218         * org-rmail.el (org-rmail-follow-link): Use `rmail-widen' instead
9219         of `widen' and don't toggle header as `rmail-widen' already takes
9220         care of this.
9222 2012-09-30  Tim Howe  <vsync@quadium.net>  (tiny change)
9224         * org-clock.el (org-clocktable-defaults): Revert extra layer of
9225         quoting.
9227 2012-09-30  Toby S. Cubitt  <tsc25@cantab.net>
9229         * org-capture.el (org-capture-fill-template): Expand %<num> escape
9230         sequences into text entered for <num>'th %^{PROMPT} escape.
9232         * org-capture.el (org-capture-fill-template): Fix regexp for
9233         %<n> expandos to match any positive integer.
9234         (org-capture-templates): Update docstring accordingly.
9236         * org-agenda.el (org-agenda-skip-timestamp-if-deadline-is-shown):
9237         Skip timestamp items in agenda view if item is already shown as a
9238         deadline item.
9239         (org-agenda-skip-deadline-if-done): Pass deadline results to
9240         org-agenda-get-timestamps.
9241         (org-agenda-get-timestamps): Optionally take list of deadline
9242         results, so that timestamp results can be skipped if already
9243         included in deadline results.
9245         * org-agenda.el (org-agenda-diary-sexp-prefix): Regexp matching
9246         deadline/scheduling information to be displayed in diary sexp
9247         agenda items.
9248         (org-agenda-get-sexps): Extract deadline/scheduling information
9249         from diary sexp entries.
9251         * org-capture.el (org-capture-place-entry): Place captured entry
9252         immediately after last subheading of target, instead of just
9253         before next heading at same level as target.
9255         * org-capture.el (org-capture-templates): Document new capture
9256         template properties.
9258         * org-capture.el (org-capture-place-entry)
9259         (org-capture-empty-lines-before): Make new :empty-lines-before
9260         property override :empty-lines when inserting empty lines before
9261         captured captured entry.
9263         * org-capture.el (org-capture-finalize)
9264         (org-capture-empty-lines-after): Make new :empty-lines-after
9265         property override :empty-lines when inserting empty lines after
9266         captured captured entry.
9268         * org-agenda.el (org-agenda-skip-if, org-agenda-skip-if-todo):
9269         Add new todo-unblocked and nottodo-unblocked skip conditions.
9270         These match as for todo and nottodo, but only for unblocked todo items.
9272 2012-09-30  Zachary Kanfer  <zkanfer@gmail.com>  (tiny change)
9274         * org.el (org-read-date-display): Fix bug when displaying the
9275         overlay.
9277 2012-09-30  Niels Giesen  <niels.giesen@gmail.com>
9279         * org-table.el (orgtbl-to-generic): Add check for :skipheadrule.
9280         When present, the :hline following the head will be skipped.
9281         This is necessary to avoid doubling of horizontal rules in LaTeX
9282         longtable environments and consequent width problems.
9284         * org-latex.el (org-export-latex-tables-tstart)
9285         (org-export-latex-tables-hline)
9286         (org-export-latex-tables-tend): New options.
9287         (org-export-latex-tables): Use the new options.
9289 2012-09-30  Feng Shu  <tumashu@gmail.com>  (tiny change)
9291         * org-exp.el (org-export-language-setup): Add simplified chinese
9292         translation.
9294 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9296         Better seed support for (random).
9297         * org-id.el (org-id-uuid):
9298         Change (random t) to (random), now that the latter is more random.
9300 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
9302         Don't use the abbreviation "win" to refer to Windows (Bug#10421).
9303         * ob-lilypond.el (ly-w32-ly-path): Rename from ly-win32-ly-path.
9304         (ly-w32-pdf-path): Rename from ly-win32-pdf-path.
9305         (ly-w32-midi-path): Rename from ly-win32-midi-path.
9306         (ly-determine-ly-path, ly-determine-pdf-path, ly-determine-midi-path):
9307         Check for "windows-nt", not "win32", in system-type.
9309 2012-06-02  Chong Yidong  <cyd@gnu.org>
9311         * org-clock.el (org-clock-string-limit)
9312         (org-clock-modeline-total, org-clock-task-overrun-text)
9313         (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
9315 2012-05-27  Mark Shoulson  <mark@kli.org>  (tiny change)
9317         * org.el (org-fontify-entities): Fix bug: The entities \sup[123] and
9318         \there4 were not "prettified" when org-pretty-entities was enabled.
9320 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
9322         * org.el (org-font-lock-add-priority-faces):
9323         Restrict priorities fontification to headlines and inlinetasks.
9325 2012-05-27  Jambunathan K  <kjambunathan@gmail.com>
9327         * org-odt.el (org-odt-init-outfile)
9328         (org-odt-write-manifest-file):
9329         Disable `nxml-auto-insert-xml-declaration-flag'.
9331         * org-lparse.el (org-do-lparse): Don't trigger auto-mode processing.
9333 2012-05-27  Bastien Guerry  <bzg@gnu.org>
9335         * org.el (org-scan-tags): Fix bug when building the scanner regexp.
9337 2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
9339         * ob.el (org-babel-capitalize-examplize-region-markers):
9340         Controls the capitalization of begin and end example blocks.
9341         (org-babel-examplize-region):
9342         Optionally capitalize example block delimiters.
9344         * ob-plantuml.el (org-babel-execute:plantuml):
9345         Add a :java header argument to plantuml.
9347         * org-exp-blocks.el (org-export-blocks-preprocess):
9348         Even when the body of a block is not indented the boundary markers
9349         should be indented to their original positions so things like list
9350         indentation still work.
9352         * ob.el (org-babel-parse-src-block-match):
9353         Save match data during indentation check.
9355 2012-05-27  Bastien Guerry  <bzg@gnu.org>
9357         * org.el (org-scan-tags): Correctly match TODO keywords.
9359 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
9361         * org-list.el (org-list-struct): Fix white spaces.
9362         (org-list-swap-items, org-list-send-item): Fix visibility preservation.
9364         * org-list.el (org-list-swap-items, org-list-send-item):
9365         Preserve visibility when moving items.
9367 2012-05-27  Mark E. Shoulson  <mark@kli.org>  (tiny change)
9369         * org.el (org-fontify-entities): Hide {} when prettifying entities.
9371 2012-05-27  Bastien Guerry  <bzg@gnu.org>
9373         * org.el (org-cycle-internal-global): Prevent the display of
9374         messages when cycling from with a Gnus article buffer.
9376         * org-table.el (org-table-time-seconds-to-string):
9377         Fix bug about handling a negative duration value.
9379 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
9381         * org.el (org-link-expand-abbrev): Fix docstring.
9383         * org.el (org-translate-link): Fix bug.
9385 2012-05-27  Bastien Guerry  <bzg@gnu.org>
9387         * org-agenda.el (org-agenda-bulk-mark-regexp):
9388         Fix bug when setting the number of marked entries.
9390         * org-table.el (org-tbl-calc-modes): Rename from `org-table-modes'.
9391         (org-set-calc-mode, org-table-eval-formula): Use it.
9393 2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
9395         * ob.el (org-babel-find-named-result):
9396         Fix bug finding empty named results.
9398 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
9400         * org.el (org-set-regexps-and-options):
9401         Fix `org-planning-or-clock-line-re' regexp.  Indeed "\\>" will never
9402         match since time keywords must end with colons, which are not word
9403         constituents.
9405 2012-05-27  Bastien Guerry  <bzg@gnu.org>
9407         * org-ctags.el (org-ctags-new-topic-template):
9408         Fix the option default value back again.
9410 2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
9412         * org-bibtex.el (org-bibtex-export-to-kill-ring):
9413         Don't rely on kill-new to return a string.
9415         * org-bibtex.el (org-bibtex-headline):
9416         Remove call to bibtex-reformat which often hangs.
9418 2012-04-27  Glenn Morris  <rgm@gnu.org>
9420         * org-ctags.el (org-ctags-new-topic-template):
9421         Revert 2012-04-09 removal of * from defcustom value, not doc.
9423 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
9425         * org-table.el (org-table-number-fraction): Fix typo.
9427 2012-04-27  Eric Schulte  <eric.schulte@gmx.com>
9429         * ob-python.el (org-babel-execute:python): Ensure newline precedes
9430         automatically-added returns.
9432 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
9434         * org-mouse.el (org-mode-hook): Do not move point when clicking on
9435         a footnote reference.
9437 2012-04-27  Bastien Guerry  <bzg@gnu.org>
9439         * org-faces.el (org-date-selected): Fix docstring.
9441 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
9443         * org-list.el (org-list-struct-indent):
9444         Follow `org-list-demote-modify-bullet' specifications for ordered
9445         bullets.
9446         (org-list-indent-item-generic, org-indent-item-tree)
9447         (org-outdent-item-tree): Fix bug when operating on a region.
9448         (org-outdent-item, org-indent-item): Allow to operate on a region.
9450         * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
9451         on a region.
9453 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
9455         * org-footnote.el (org-footnote-normalize): Fix positioning in
9456         HTML export without a footnote section.
9458 2012-04-27  Madan Ramakrishnan  <madanr79@gmail.com>  (tiny change)
9460         * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
9461         advertised by the function.
9463 2012-04-27  Zachary Kanfer  <zkanfer@gmail.com>  (tiny change)
9465         * org.el (org-read-date-display): Fix bug when displaying the
9466         overlay.
9468 2012-04-27  Bastien Guerry  <bzg@gnu.org>
9470         * org.el (org-mode): Don't use `buffer-face-mode' by default.
9472 2012-04-27  Bastien Guerry  <bzg@gnu.org>
9474         * org-faces.el (org-date-selected): New face.
9476 2012-04-27  Jambunathan K  <kjambunathan@gmail.com>
9478         * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
9479         internal links destined for headlines provide a description or
9480         not.  In fact, the `org-store-link' and `org-insert-link' create
9481         internal links which do have a description.
9483 2012-04-27  Bastien Guerry  <bzg@gnu.org>
9485         * org-clock.el (org-program-exists): Fix docstring.
9487 2012-04-14  Bastien Guerry  <bzg@gnu.org>
9489         * org.el (org-point-at-end-of-empty-headline): Only try to match
9490         `org-todo-line-regexp' when the value is non-nil, e.g. in non-org
9491         modes.
9492         (org-fontify-meta-lines-and-blocks-1): Prevent errors when trying
9493         to fontify beyond (point-max).
9495         * org-clock.el (org-clock-task-overrun-text)
9496         (org-task-overrun, org-clock-get-clock-string)
9497         (org-clock-update-mode-line)
9498         (org-clock-notify-once-if-expired): Rename `org-task-overrun'
9499         and `org-task-overrun-text' to `org-clock-task-overrun' and
9500         `org-clock-task-overrun-text' respectively.
9501         (org-task-overrun-text): New alias.
9503         * org-table.el (org-table-eval-formula): Fix bug about handling
9504         remote references as durations.
9505         (org-table-get-range): Fix bug: make sure references to $0 are
9506         correctly handled.
9508         * org-pcomplete.el (pcomplete/org-mode/file-option):
9509         Fix bug in `pcomplete/org-mode/file-option'.
9510         (org-thing-at-point): Also match line options like LATEX_CLASS
9511         when pcompleting from LATEX_.
9513         * org-agenda.el (org-agenda-filter-make-matcher)
9514         (org-agenda-filter-apply): Allow filtering entries out by
9515         category.  Using `C-u <' from the agenda view will redisplay
9516         the agenda without entries from categories of the current line.
9518 2012-04-14  Eric Schulte  <eric.schulte@gmx.com>
9520         * ob-C.el (org-babel-C-ensure-main-wrap):
9521         Add an explicit return to automatically generated main methods.
9523 2012-04-14  Matt Lundin  <mdl@imapmail.org>
9525         * org.el (org-after-todo-state-change-hook):
9526         Fix docstring to reflect name change of state to `org-state'.
9528 2012-04-14  Mike Sperber  <sperber@deinprogramm.de>  (tiny change)
9530         * org-footnote.el (org-footnote-normalize):
9531         Correctly pass keyword arguments to `org-export-preprocess-string'.
9533 2012-04-03  Bastien Guerry  <bzg@gnu.org>
9535         * org.el (org-todo): Fix regression: rename `state' to
9536         `org-state'.
9537         (org-use-effective-time): Fix group and type.
9539 2012-04-02  Bastien Guerry  <bzg@gnu.org>
9541         * org-clock.el (org-clock-out-if-current): Fix regression: rename
9542         `org-clock-state' to `org-state' to match the name of the
9543         dynamically-scoped variable in `org-todo'.
9545         * org-agenda.el (entry, org-diary, org-class): Fix regression:
9546         rename `org-entry' to `entry'.
9548 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9550         * org.el (org-todo): Fix regression in `org-todo'.
9552 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
9554         * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled
9555         C files on windows.
9557 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
9559         * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
9560         Org-mode blocks.
9562         * ob.el (org-babel-parse-src-block-match): Make use of the new
9563         language argument to org-babel-strip-protective-commas.
9564         (org-babel-parse-inline-src-block-match): Make use of the new
9565         language argument to org-babel-strip-protective-commas.
9566         (org-babel-strip-protective-commas): Now accepts a language
9567         argument.
9569 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9571         * org.el (org-fast-tag-selection): Fix an bug when listing tags
9572         for completion.
9574 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
9576         * org.el (org-delete-property-globally): Fix a bug that left
9577         blank line in place of the property, instead of removing the line.
9579 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9581         * ob-maxima.el (org-babel-maxima-command): Add group information
9582         to the defcustom.
9584 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9586         * org.el (org-mode): Use `buffer-face-mode' to remap the 'default
9587         face to 'org-default.
9589 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9591         * org-ascii.el (org-export-as-ascii): Fix escaping of underscores
9592         in links.
9594 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9596         * org.el: Prevent a bug while defining the menu by requiring
9597         `org-beamer' when necessary.
9599 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9601         * org-table.el (orgtbl-self-insert-command):
9602         Use `backward-delete-char' instead of `delete-backward-char' as this
9603         last command gets caught by the compiler which says to not use it
9604         in programs.  `backward-delete-char' is just an alias for
9605         `delete-backward-char' which is internally remapped to
9606         `org-delete-backward-char' for optimization purpose.
9608 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9610         * org-latex.el (org-export-latex-subcontent): Bugfix: when
9611         `org-export-latex-low-levels' is nil, do not export low levels.
9613 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
9615         * ob.el (org-babel-insert-result): Fix bug in indented wrapped
9616         results insertion.
9618 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9620         * org.el (org-set-tags): Include `org-tag-alist' in the list of
9621         possible completions, even when there are tags defined in the
9622         buffer.
9624 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9626         * org-mime.el (org-mime-htmlize):
9627         Set `org-export-with-LaTeX-fragments' correctly.
9629 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9631         * org.el (org-set-tags): Don't add a column when there is only one
9632         tag offered for completion.
9634 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9636         * org.el (org-fast-tag-selection): Include tags from
9637         `org-tag-alist' when completing with the TAB key.
9639 2012-04-01  Shoji Nishimura  <nishimura.shoji@gmail.com>  (tiny change)
9641         * org.el (org-display-inline-images): Honor the ̀beg' parameter.
9643 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9645         * org-latex.el (org-export-latex-subcontent): Don't insert a
9646         linebreak when itemizing a subtree that is just a headline.
9648 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
9650         * ob-lob.el (org-babel-lob-get-info): Remove extra []s when
9651         parsing inline call_foo lines.
9653 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
9655         * ob-maxima.el (org-babel-maxima-command): The maxima command used
9656         should be configurable (defaults to maxima-command if defined).
9657         (org-babel-execute:maxima): The maxima command used should be
9658         configurable (defaults to maxima-command if defined).
9660 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
9662         * ob-C.el (org-babel-C-execute): Add the local directory to the
9663         library search path for C/C++ block compilation.
9665 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
9667         * ob.el (org-babel-where-is-src-block-result): Don't truncate
9668         results name on call line execution.
9670 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
9672         * org-colview.el (org-columns-cleanup-item): Handle case of empty
9673         headline.
9675 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
9677         * org-footnote.el (org-footnote-delete-definitions): Fix LaTeX
9678         export error when a src block produces fake footnotes.
9680 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9682         * org.el (org-read-date): Don't mention `parse-time-weekdays' and
9683         `parse-time-months' in the docstring.
9685 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9687         * org-agenda.el (org-agenda-filter-apply): Bugfix: Add let
9688         binding.
9690 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
9692         * org-colview.el (org-columns-compute): Also consider inline tasks
9693         when computing the sum.
9695 2012-04-01  Thomas Morgan  <tlm@ziiuu.com>  (tiny change)
9697         * org-habit.el (org-habit-insert-consistency-graphs):
9698         Fix alignment of consistency graph in filtered agenda view.
9700 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9702         * org-latex.el (org-export-as-latex): Fix bug in setting the
9703         export directory according to the LaTeX options.
9705 2012-04-01  K.Nagashima  <uni.naga@gmail.com>  (tiny change)
9707         * org.el (org-show-subtree): Make interactive.
9709 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>
9711         * org-clock.el (org-clock-get-table-data): Make sure todo-only
9712         does not leak when it is set by make-org-tags-macher.
9714 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9716         * org.el (org-cycle-internal-local): Don't try to hide drawers
9717         within subtrees in this function, it slows cycling down.
9719 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9721         * org-agenda.el (org-agenda-custom-commands-local-options):
9722         Fix incorrect custom option definition.
9724 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9726         * org-colview.el (org-columns-display-here): Bugfix: use the date
9727         as the value for the ITEM column when displaying a summary.
9729 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
9731         * ob-lilypond.el: Re-direct homepage to Worg.
9733 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
9735         * ob-lilypond.el: Leave versioning to Org.
9737 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
9739         * ob-lilypond.el: Fix compiler warning.
9741 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
9743         * org-odt.el (org-odt-format-entity-caption): Enumerate entities
9744         that have either a caption or a label.
9745         (org-odt-label-styles, org-odt-category-map-alist): Add a
9746         separator between sequence number and caption.  Introduced two
9747         new label styles for handling of math formula and math label.
9748         (org-odt-format-label-definition)
9749         (org-export-odt-format-formula): Propagate above changes.
9751 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9753         * org.el (org-enforce-todo-dependencies): Fix docstring.
9755 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
9757         * org-odt.el (org-export-odt-category-strings): New custom
9758         variable.
9759         (org-odt-category-map-alist): Modify interpretation.
9760         Don't use the same field to double up as both a OpenDocument
9761         variable and a category string.  Entries in this list now
9762         specify only the OpenDocument variable.  Category strings are
9763         obtained through an indirect lookup of
9764         `org-export-odt-category-strings'.  Use same OpenDocument
9765         variables as what LibreOffice uses for various entities.
9766         Fix docstring.
9767         (org-odt-add-label-definition)
9768         (org-odt-format-label-definition)
9769         (org-odt-format-label-reference): Propagate above changes.
9771 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
9773         * org-latex.el (org-export-as-latex): Check TeX-master correctly.
9775 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
9777         * org-odt.el (org-odt-category-map-alist): Update docstring.
9778         (org-export-odt-user-categories)
9779         (org-export-odt-get-category-from-label)
9780         (org-odt-get-label-category-and-style): Remove.
9781         (org-odt-add-label-definition): Propagate above changes.
9783 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
9785         * org.el (org-refile): Don't allow creation of parents when using
9786         the refile command to go to a headline.
9788 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
9790         * org-odt.el (org-odt-format-org-link): Resolve links to headlines
9791         as section numbers only if section numbering is on.
9793 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9795         * org.el (format-spec): Require 'format-spec.
9797 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
9799         * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
9801 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
9803         * org.el (org-imenu-get-tree): Check that looking-at succeeds
9804         before using match results.
9806 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9808         * org-exp-blocks.el (org-ditaa-jar-path): Make a defcustom.
9810 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
9812         * org-lparse.el (org-do-lparse): Make effective setting of
9813         `org-export-headline-levels' available to the ODT exporter.
9814         Also remove some stale comments.
9816 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
9818         * org-odt.el (org-odt-begin-toc): Handle named HTML entities in
9819         per-language string for "Table Of Contents".
9821 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9823         * org-exp-blocks.el (org-ditaa-jar-path): Fix merge conflict.
9825 2012-04-01  Shaun Johnson  <shaun@slugfest.demon.co.uk>  (tiny change)
9827         * org-exp-blocks.el (org-ditaa-jar-path): Better heuristic to find
9828         the libary name.
9830 2012-04-01  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
9832         * org-src.el (org-edit-src-code): Change let bind to let*, e.g. if
9833         case-fold-search is bound to nil globally, the
9834         (case-fold-search t) doesn't work until we get to the body.
9836 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
9838         * org-latex.el (org-export-latex-tables): Allow to use
9839         sidewaystable.
9841 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
9843         * ob.el (org-babel-expand-noweb-references): Fix bug in src name
9844         regexp when using *org-babel-use-quick-and-dirty-noweb-expansion*.
9846 2012-04-01  David Maus  <dmaus@ictsoc.de>
9848         * org.el (org-scan-tags): Require one or more spaces (+) between
9849         keyword and headline.
9851 2012-04-01  David Maus  <dmaus@ictsoc.de>
9853         * org-agenda.el (org-prepare-agenda): Don't reset
9854         `org-done-keywords-for-agenda' when `org-agenda-multi'.
9856 2012-04-01  Thomas Morgan  <tlm@ziiuu.com>  (tiny change)
9858         * org-habit.el (org-habit-insert-consistency-graphs): Fix bug
9859         while inserting habit graph in the agenda buffer.
9861 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
9863         * org-src.el (org-src-edit-buffer-p): New function.
9865 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
9867         * org-agenda.el (org-agenda-skip-if): Fix the order conditions are
9868         being checked.  Also enhance the docstring a bit.
9870 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
9872         * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix the
9873         display of indirect agenda window.
9875 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
9877         * org.el (org-create-formula-image, org-dvipng-color): Fix XEmacs
9878         compatibility bug.
9880 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
9882         * org-clock.el (org-clock-get-table-data): Bind org-scanner-tags
9883         to tags-list and org-trust-scanner-tags to t while evaluating the
9884         matcher, since the matcher is always evaluated at the current
9885         entry.
9887 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
9889         * org.el (org-scan-tags): Bind org-trust-scanner-tags to t while
9890         evaluating the matcher, since the matcher is always evaluated at
9891         the current entry.
9893 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
9895         * ob-lilypond.el (ly-compile-lilyfile): Fix misplaced comma in a
9896         quoting expression.
9898 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
9900         * ob.el (org-babel-merge-params): Add "eval" as acceptable noweb
9901         argument.
9902         (org-babel-noweb-p): The "eval" argument only expands during
9903         evaluation.
9905 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
9907         * ob.el (org-strip-protective-commas): Declared.
9909         * org-agenda.el (org-agenda-filtered-by-category): Declared.
9910         (org-agenda-filter-apply): Capture free variable.
9912         * org-footnote.el (org-skip-whitespace): Declared.
9914         * org-mobile.el (org-agenda-filter): Declared.
9916         * org-src.el (org-strip-protective-commas): Declared.
9918 2012-04-01  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
9920         * org.el (org-version): Add autoload cookie.
9922 2012-04-01  David Maus  <dmaus@ictsoc.de>
9924         * org-attach.el (org-attach-store-link-p): Remove spurious quote
9925         in customization form choice.
9927 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
9929         * ob-sh.el (org-babel-execute:sh): Pass all params to subroutine.
9930         (org-babel-sh-evaluate): Apply :shebang and :padline to shell script
9931         execution.
9933 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
9935         * ob.el (org-babel-insert-result): Ensure correct order for empty
9936         result wrapping blocks.
9938 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
9940         * ob-lilypond.el: Make auditioning of midi and pdf asynchronous,
9941         and add easy pdf generation in the form of `ly-gen-pdf' variable.
9943 2012-04-01  Deech  <deech@deech-ThinkPad-X200.none>  (tiny change)
9945         * ob-tangle.el (org-babel-spec-to-string): The link generated by
9946         org-store-link is escaped twice when tangling with ":comments yes"
9947         flag.
9949 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9951         * org-html.el (org-export-as-html): Remove another useless space
9952         before tag.
9954 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9956         * org-html.el (org-export-as-html): Remove another useless space
9957         before tag.
9959 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9961         * org-html.el (org-export-as-html): Remove useless space before
9962         tag.
9964 2012-04-01  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
9966         * org.el (org-version): Add autoload cookie.
9968 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9970         * org.el (org-get-category): Save match data.
9972 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
9974         * ob-tangle.el (org-babel-tangle): Don't prompt for a file name if
9975         :tangle is specified.
9977         * ob.el (org-babel-expand-noweb-references): Widen buffer when
9978         expanding noweb references.
9980 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
9982         * ob-table.el (sbe): Don't accidentally leave a `t' value when
9983         variables are force interpreted as strings.
9985 2012-04-01  David Maus  <dmaus@ictsoc.de>
9987         * org-bbdb.el (org-bbdb-open, org-bbdb-open-old)
9988         (org-bbdb-open-new): Pass record name to avoid dynamic scoping.
9990 2012-04-01  David Maus  <dmaus@ictsoc.de>
9992         * org-bbdb.el (bbdb-record-get-field, bbdb-search-name)
9993         (bbdb-search-organization): Declare functions to silence byte
9994         compiler.
9996 2012-04-01  Bernt Hansen  <bernt@norang.ca>
9998         * org.el (org-clone-subtree-with-time-shift): Fix task cloning for
9999         repeating tasks using .+n and ++n syntax.
10001 2012-04-01  Karl Fogel  <kfogel@red-bean.com>  (tiny change)
10003         * org-agenda.el (org-agenda-highlight-todo): Handle the case of a
10004         heading that has a date but no todo keyword.
10006 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10008         * ob.el (org-babel-find-named-result): Fix code block replacement
10009         with results.
10011 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10013         * org-footnote.el (org-footnote-normalize): Do not normalize
10014         labels when sort-only is non-nil.
10016 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10018         * org-footnote.el (org-footnote-normalize): Remove an useless part
10019         of the function.
10020         (org-insert-footnote-reference-near-definition): Remove function.
10022 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10024         * org-footnote.el (org-footnote-normalize): Fix normalization of
10025         inline footnotes with no footnote section.
10027 2012-04-01  David Maus  <dmaus@ictsoc.de>
10029         * org-bbdb.el (org-bbdb-old): Replace `defvar' after loading 'bbdb
10030         to check for old or new version by a check for the required
10031         function in `org-bbdb-open' and `org-bbdb-store-link'.
10032         (org-bbdb-store-link, org-bbdb-open): Check which version of bbdb is
10033         to be used.
10035 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10037         * ob.el (org-babel-find-named-result): Don't miss a code block
10038         when there are confounding spaces after the result name.
10040 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10042         * ob-lob.el (org-babel-block-lob-one-liner-regexp): Less greedy
10043         regular expressions.
10044         (org-babel-inline-lob-one-liner-regexp): Less greedy regular
10045         expressions.
10047 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10049         * ob.el (org-babel-examplize-region): Fix bug in examplization.
10051 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10053         * org.el (org-link-search): Search for #+name affiliated keywords
10054         and invisible targets.
10056 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10058         * org-lparse.el (org-lparse-end-footnote-definition): Cleanup
10059         newlines in a transcoded footnote definition.  This ensures that
10060         the line that is currently being processed by `org-do-lparse' loop
10061         doesn't get broken up into multiple lines.  Fix for the following
10062         bug -
10064 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10066         * org-footnote.el (org-footnote-normalize): Force a paragraph
10067         break after the last footnote definition.  This is an an implicit
10068         assumption made by the org-lparse.el library.  With this change,
10069         footnote definitions can reliably be exported with ODT backend.
10070         See http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg01013.html.
10072 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10074         * ob-ditaa.el (org-ditaa-jar-path): Fix a recursive load error.
10076 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10078         * org-list.el (org-list-struct): Fix small bug introduced by
10079         commit 8b7a3f249803aba612f9ad3ae50c2fc986247da4 in Org's git repo.
10081 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10083         * ob-ditaa.el (org-ditaa-jar-path): Already defined in
10084         org-exp-blocks.el.
10086         * org-exp-blocks.el (org-ditaa-jar-path): Declare appropriately
10087         for the fact that this is really now a Babel thing -- even if it
10088         is used here and the definition should remain here for reasons of
10089         load dependencies.
10091 2012-04-01  David Maus  <dmaus@ictsoc.de>
10093         * org-bbdb.el (org-bbdb-old): Wrap `defvar' so the variable gets
10094         defined after bbdb was loaded.
10096 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10098         * org-latex.el (org-export-latex-tables): Don't add spurious
10099         preceding newline if caption is not above a longtable.
10101 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10103         * org-odt.el (org-odt-insert-toc): Remove this stray,
10104         dysfunctional routine.  This possibly has crept in because of the
10105         broken merges between "maint" and "origin" branches.
10106         (org-odt-begin-table): Don't emit an empty paragraph when a table is
10107         neither labeled nor captioned.
10108         (org-odt-init-outfile): Remove reference to an unused variable.
10110 2012-04-01  Viktor Rosenfeld  <listuser36@googlemail.com>
10112         * ob-sql.el (org-babel-execute:sql): Add support for MonetDB to
10113         SQL code blocks.
10115 2012-04-01  Andreas Leha  <andreas.leha@med.uni-goettingen.de>
10117         * ob.el (org-babel-goto-named-src-block): Pushing the point to the
10118         org-mark-ring and guessing at the code block name to jump to.
10120 2012-04-01  David Maus  <dmaus@ictsoc.de>
10122         * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix handling
10123         of indirect buffer and window.
10125 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10127         * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
10128         in verse blocks.
10130 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10132         * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
10133         in verse blocks.
10135 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10137         * org-exp.el (org-table-clean-before-export): Ignore table rows
10138         defining parameters for formulas during export.
10140 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10142         * org-list.el (org-list-get-item-number): New function.
10144 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10146         * org-list.el (org-list-ending-method, org-list-end-regexp):
10147         Remove variables.
10148         (org-in-item-p, org-list-separating-blank-lines-number)
10149         (org-list-parse-list, org-list-struct): Apply changes.
10151         * org-exp.el (org-export-mark-list-end)
10152         (org-export-mark-list-properties): Apply changes.
10154         * org-latex.el (org-export-latex-lists): Apply changes.
10156 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10158         * org.el (org-cycle-internal-local): Correctly unfold headlines
10159         containing an inlinetask.
10161 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10163         * org.el (org-structure-template-alist): Fix missing angle
10164         brackets for muse export style.
10166 2012-04-01  David Maus  <dmaus@ictsoc.de>
10168         * org.el (org-recenter-calendar): Use `with-selected-window' to
10169         select calendar window and save currently selected window and
10170         current buffer.
10172 2012-04-01  Toby S. Cubitt  <tsc25@cantab.net>  (tiny change)
10174         * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
10175         argument set, otherwise not only are headlines in the current
10176         subtree excluded, but it throws an error if point happens not to
10177         be within a subtree (e.g. at start of buffer).
10179 2012-04-01  David Maus  <dmaus@ictsoc.de>
10181         * org.el (org-scan-tags): Fix highlighting in sparse-tree.
10183 2012-04-01  David Maus  <dmaus@ictsoc.de>
10185         * org-clock.el (org-in-clocktable-p): Move to org.el.
10187         * org.el (org-in-clocktable-p): New function.  Moved from
10188         org-clock.el.
10190 2012-04-01  David Maus  <dmaus@ictsoc.de>
10192         * org-exp.el (org-export-get-title-from-subtree): Don't format
10193         tags in title if title headline does not have tags.
10195 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10197         * org.el (org-cycle-internal-local): Fix bug: hide drawers in
10198         inline tasks too.
10200 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10202         * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
10203         Delay it till the end of export.
10204         (org-odt-begin-document-body): Make a note of the default
10205         position of TOC in `org-lparse-dyn-first-heading-pos'.
10206         (org-odt-insert-toc): Insert TOC as directed by
10207         [TABLE-OF-CONTENTS] line or at the default position.
10208         (org-odt-end-export): Call `org-odt-insert-toc'.
10210 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10212         * org.el (org-preview-latex-fragment): Throw an error when called
10213         from a non-file buffer.
10215 2012-04-01  David Maus  <dmaus@ictsoc.de>
10217         * org-capture.el (org-capture-place-item): Don't search for
10218         position in existing list if :exact-position was supplied.
10220 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10222         * org.el (org-set-font-lock-defaults): Fix bug in done headline
10223         fontification.
10225 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10227         * org-odt.el (org-odt-format-textbox): Honor user-specified width
10228         in captioned images.
10230 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10232         * org.el (org-update-property-plist): Fix bug in property list
10233         updates.
10235 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10237         * ob.el (org-babel-balanced-split): Explicit checking if list
10238         before calling member.
10240 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10242         * ob-sqlite.el (org-babel-execute:sqlite): Specify the use of ","
10243         as the separator to `org-table-convert-region'.  Fixes errors when
10244         only one result per line of output.
10246 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10248         * ob.el (org-babel-strip-protective-commas):
10249         Use `org-strip-protective-commas'.
10251         * org-exp.el (org-export-select-backend-specific-text):
10252         Use `org-strip-protective-commas'.
10254         * org-src.el (org-edit-src-code):
10255         Use `org-strip-protective-commas'.
10257         * org.el (org-strip-protective-commas): Single definition for this
10258         functionality.
10260 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10262         * ob-sql.el: Mention ob-sqlite in the comments of ob-sql.
10264 2012-04-01  David Maus  <dmaus@ictsoc.de>
10266         * org-capture.el (org-capture-prepare-finalize-hook): New hook.
10267         Run before the finalization process starts.
10268         (org-capture-finalize): Run new hook.
10270 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10272         * org.el (org-entry-get): Generalize to multiple "prop+"
10273         properties.
10275 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10277         * org-src.el (org-src-mode-map): Rebinding `org-edit-src-save' in
10278         the `org-src-mode-map'.
10280 2012-04-01  David Maus  <dmaus@ictsoc.de>
10282         * org.el (org-recenter-calendar): Use `with-selected-window' to
10283         select calendar window and save currently selected window and
10284         current buffer.
10286 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10288         * org-list.el (org-list-ending-method, org-list-end-regexp):
10289         Remove variables.
10290         (org-in-item-p, org-list-separating-blank-lines-number)
10291         (org-list-parse-list, org-list-struct): Apply changes.
10293         * org-exp.el (org-export-mark-list-end)
10294         (org-export-mark-list-properties): Apply changes.
10296         * org-latex.el (org-export-latex-lists): Apply changes.
10298 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10300         * org.el (org-entry-get): Accumulate properties from subtree
10301         property drawers.
10303 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10305         * org.el (org-entry-get): Accumulate properties from subtree
10306         property drawers.
10308 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10310         * org-odt.el (org-export-odt-image-size-probe-method)
10311         (org-odt-do-image-size): Use imagemagick preferentially to
10312         determine image sizes.
10314 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10316         * org-odt.el (org-export-as-odt-to-buffer)
10317         (org-replace-region-by-odt, org-export-region-as-odt):
10318         Remove these interactive functions.  They are of questionable value.
10320 2012-04-01  Toby S. Cubitt  <tsc25@cantab.net>  (tiny change)
10322         * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
10323         argument set, otherwise not only are headlines in the current
10324         subtree excluded, but it throws an error if point happens not to
10325         be within a subtree (e.g. at start of buffer).
10327 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10329         * org-exp.el (org-export-kill-product-buffer-when-displayed)
10330         (org-export-initial-scope, org-export-date-timestamp-format)
10331         (org-export-with-tasks, org-export-email-info)
10332         (org-export-table-remove-empty-lines): Add version tag.
10334 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10336         * org.el (org-cycle-internal-local): Correctly unfold headlines
10337         containing an inlinetask.
10339 2012-04-01  Bernt Hansen  <bernt@norang.ca>
10341         * org-clock.el (org-clock-out): Do not delete the current clocking
10342         task when org-clock-out-hook clocks in another task.
10344 2012-04-01  David Maus  <dmaus@ictsoc.de>
10346         * org.el (org-scan-tags): Fix highlighting in sparse-tree.
10348 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10350         * org-odt.el (org-export-odt-convert-processes): Re-define
10351         (org-export-odt-convert-capabilities): Fix an accidental
10352         regression.
10354 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10356         * org-odt.el (org-export-odt-convert-capabilities): Change the
10357         default value.
10359 2012-04-01  David Maus  <dmaus@ictsoc.de>
10361         * org-clock.el (org-in-clocktable-p): Move to org.el.
10363         * org.el (org-in-clocktable-p): New function.  Moved from org-clock.el.
10365 2012-04-01  David Maus  <dmaus@ictsoc.de>
10367         * org-exp.el (org-export-get-title-from-subtree): Don't format
10368         tags in title if title headline does not have tags.
10370 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10372         * org-footnote.el (org-blank-before-new-entry)
10373         (org-export-footnotes-seen, org-export-footnotes-data): Fix bogus
10374         declarations.
10376 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10378         * org.el (org-beginning-of-line, org-end-of-line): Fix special C-a
10379         and C-e behaviour with visual lines.
10381 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10383         * org-exp-blocks.el (org-export-blocks): Change the name of
10384         exporting comment blocks given that it seems regular comment
10385         blocks no longer export.
10387 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10389         * ob-exp.el (org-babel-exp-get-export-buffer): Access current
10390         export buffer.
10391         (org-babel-exp-in-export-file): Access current export buffer.
10392         (org-babel-exp-src-block): Access current export buffer.
10393         (org-babel-exp-inline-src-blocks): Access current export buffer.
10395 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10397         * ob-exp.el (org-babel-exp-in-export-file)
10398         (org-babel-exp-src-block, org-babel-exp-inline-src-blocks):
10399         Allow org-current-export-file to contain a buffer.
10401 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10403         * org-lparse.el (org-lparse-do-convert): Replace `call-process'
10404         with `shell-command-to-string'.
10406 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10408         * org-footnote.el (org-footnote-create-definition): Fix space
10409         insertion when creating a new footnote.  This fixes newline
10410         munching when `org-footnote-section' is nil and blank lines
10411         stacking when it isn't nil.
10413 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10415         * org-footnote.el (org-footnote-normalize): Make sure that
10416         footnotes are moved to a single place during export.
10418 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10420         * org-footnote.el (org-footnote-normalize): Ensure footnote
10421         definition will be inserted at the end of the section
10422         corresponding to to its first reference.
10424 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10426         * org-footnote.el (org-footnote-at-definition-p): Make sure to
10427         move point at the beginning of the separator before skiping white
10428         spaces.  Refactor code.
10430 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10432         * ob-exp.el (org-babel-exp-src-block): Strip noweb references on
10433         export when "strip-export".
10435         * ob.el (org-babel-common-header-args-w-values): New noweb
10436         header value.
10437         (org-babel-merge-params): New noweb header value.
10438         (org-babel-noweb-p): New noweb header value.
10440 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10442         * ob-tangle.el (org-babel-tangle-clean): Just use default value.
10444         * ob.el (org-babel-noweb-wrap): Add default value.
10445         (org-babel-expand-noweb-references): Just use default value.
10447 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10449         * org-exp.el (org-export-select-backend-specific-text): Always
10450         preserve original indentation as a text property so that lists do
10451         not get broken by indentation at column 0.
10453 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10455         * ob.el (org-babel-expand-noweb-references): Don't allow newlines
10456         in source names in noweb references.
10458 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10460         * org.el (org-fill-line-break-nobreak-p): New function.
10461         (org-set-autofill-regexps): Add previous function to
10462         `fill-nobreak-predicate'.
10464 2012-04-01  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
10466         * ob-R.el (org-babel-R-evaluate-session): Inhibit R evaluation
10467         visibility regardless of local user customization.
10469 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
10471         * org-inlinetask.el (org-inlinetask-show-first-star): New option.
10472         (org-inlinetask-fontify): Honor `org-inlinetask-show-first-star'.
10474         * org-indent.el (org-indent-set-line-properties):
10475         Honor `org-inlinetask-show-first-star'.
10477 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10479         * org.el (org-set-regexps-and-options): Ensure `org-drawers'
10480         doesn't contain duplicates.
10482 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10484         * org.el (org-at-drawer-p): Normalize the docstring to match other
10485         `org-at-*-p' docstrings.
10486         (org-indent-block, org-indent-drawer, org-at-block-p):
10487         New functions.
10488         (org-metaright): Use the new functions to indent a drawer or a
10489         block depending on the context.  Also update the docstring.
10491 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10493         * org.el (org-set-regexps-and-options): Set the value of
10494         `org-drawers' by adding the value of the infile #+DRAWERS option
10495         to that of the existing `org-drawers'.
10497 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10499         * org.el (org-cycle-internal-local): Fix bug: hide drawers in
10500         inline tasks too.
10502 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10504         * org-inlinetask.el (org-inlinetask-toggle-visibility):
10505         Use `org-show-entry' instead of `outline-flag-region' to keep the
10506         drawers folded when unfolding an inline task.
10508 2012-04-01  Torsten Anders  <torsten.anders@beds.ac.uk>  (tiny change)
10510         * org-beamer.el (org-beamer-environments-default): Add support and
10511         keybinding for the `exampleblock' environment.
10513 2012-04-01  Michael Brand  <michael.ch.brand@gmail.com>
10515         * org.el (org-open-link-from-string): Regard `reference-buffer'
10516         when setting `org-inhibit-startup'.
10518 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10520         * ob-exp.el (org-babel-exp-non-block-elements): Don't insert extra
10521         space between inline src block and results on export.
10523 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10525         * ob.el (org-babel-get-inline-src-block-matches): Allow *any*
10526         punctuation to proceed an inline src block.
10528 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10530         * ob.el (org-babel-get-inline-src-block-matches): Add ( to the
10531         list of characters allowed to proceed an inline src block.
10533 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10535         * ob-tangle.el (org-babel-tangle-clean): Use the customizable
10536         noweb wrappers.
10538         * ob.el (org-babel-noweb-wrap-start): Begin a noweb reference.
10539         (org-babel-noweb-wrap-end): End a noweb reference.
10540         (org-babel-noweb-wrap): Apply the customizable noweb wrappers.
10541         (org-babel-expand-noweb-references): Use the customizable noweb
10542         wrappers.
10544 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10546         * org.el (org-beginning-of-line): Handle case when there's no
10547         character after box.
10549 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10551         * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
10552         Delay it till the end of export.
10553         (org-odt-begin-document-body): Make a note of the default
10554         position of TOC in `org-lparse-dyn-first-heading-pos'.
10555         (org-odt-insert-toc): Insert TOC as directed by
10556         [TABLE-OF-CONTENTS] line or at the default position.
10557         (org-odt-end-export): Call `org-odt-insert-toc'.
10559 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10561         * org.el (org-preview-latex-fragment): Throw an error when called
10562         from a non-file buffer.
10564 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10566         * org.el (org-insert-property-drawer): Not an interactive
10567         command anymore.
10568         (org-insert-drawer): With a prefix argument, insert a property
10569         drawer.  Check for headline within the region before inserting the
10570         drawer.  Don't include special drawers in the completion table.
10571         (org-mode-map): New keybinding `C-c C-x d' for
10572         `org-insert-drawer'.
10574 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10576         * org.el (org-insert-drawer): Support completion over known drawer
10577         names and inserting a drawer around the current region.
10579 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10581         * org.el (org-insert-drawer): New function.
10582         (org-insert-property-drawer): Use it.
10584 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10586         * org-list.el (org-mark-list): New function.
10588 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10590         * org-pcomplete.el (pcomplete/org-mode/drawer): New function to
10591         complete drawer at point.
10592         (org-thing-at-point): Use it.
10594 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10596         * org.el (org-meta-return): Use `newline-and-indent' when in a
10597         property drawer.
10599 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10601         * org.el (org-structure-template-alist): Fix docstring: the
10602         feature is not experimental anymore.
10604 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10606         * org-agenda.el (org-agenda-show-and-scroll-up): Allow `C-u' to
10607         display the item without unfolding drawers and logbooks.
10609 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10611         * org-src.el (org-edit-src-code): Make sure `buffer-file-name' is
10612         always nil.
10614 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10616         * org.el (org-structure-template-alist): Fix missing angle
10617         brackets for muse export style.
10619 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10621         * org.el (org-read-date): New parameter `inactive' when reading
10622         for insertion of inactive timestamps.
10623         (org-time-stamp, org-read-date-display): Use the new
10624         parameter.
10626 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10628         * ob.el (org-babel-expand-noweb-references): Only allow
10629         reference names which start and end with non-whitespace characters.
10630         Also, raise errors as appropriate given org-babel-noweb-error-langs.
10632 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10634         * org-src.el (org-src-in-org-buffer): Save and restore
10635         `buffer-undo-list' after editing.
10637 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10639         * ob.el (org-babel-common-header-args-w-values): Add new header
10640         argument.
10641         (org-babel-expand-noweb-references): Use header argument rather than
10642         customization variable.
10644 2012-04-01  David Maus  <dmaus@ictsoc.de>
10646         * org-capture.el (org-capture-place-item): Don't search for
10647         position in existing list if :exact-position was supplied.
10649 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10651         * ob.el (org-babel-noweb-separator): Custom variable for
10652         accumulated noweb references.
10653         (org-babel-expand-noweb-references): Allow separator for noweb
10654         references.
10656 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10658         * org.el (org-beginning-of-line): In an item, special position
10659         for C-a is after check-box, if any.
10660         (org-special-ctrl-a/e): Modify doc-string accordingly.
10662 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10664         * org-odt.el (org-export-odt-format-formula): Use :style
10665         property to specify custom table styles.
10667 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10669         * ob-exp.el (org-babel-exp-call-line-template): Control export of
10670         additional call line information.
10671         (org-babel-exp-non-block-elements): Fancier call line export.
10673 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10675         * org-odt.el (org-odt-entity-frame-styles): Add frame params
10676         for images that are anchored as character.
10677         (org-export-odt-format-image): Handle new anchor type
10678         "as-char".
10679         (org-export-odt-default-image-sizes-alist): Misc. change.
10680         (org-export-odt-format-formula): Misc. change.
10682 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10684         * ob.el (org-babel-check-src-block): Don't report valid header
10685         arguments as suspicious.
10687 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10689         * ob-exp.el (org-babel-exp-non-block-elements): Map over both
10690         inline src blocks and call lines on export.
10692 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10694         * org-odt.el (org-odt-label-styles): Add a new style.
10695         (org-odt-category-map-alist): Use it.
10697 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10699         * org-odt.el (org-odt-table-style-format): New.  Template for
10700         auto-generated table styles.
10701         (org-odt-automatic-styles, org-odt-object-counters):
10702         New variables.
10703         (org-odt-add-automatic-style): New function.
10704         (org-odt-write-automatic-styles): New function.
10705         Create automatic styles for tables that have custom :rel-width.
10706         (org-odt-begin-table): Parse attributes specified with
10707         "#+ATTR_ODT: " option and use it to create an automatic table
10708         style.
10709         (org-odt-save-as-outfile):
10710         Call `org-odt-add-write-automatic-styles'.
10711         (org-odt-init-outfile): Init newly add variables.
10712         (org-odt-section-count): Remove it.
10713         (org-odt-begin-section): Use `org-odt-add-automatic-style' to
10714         generate an automatic section name.
10716 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10718         * ob.el (org-babel-map-executables): Correctly position point when
10719         mapping hits an inline code block.
10721 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10723         * ob.el (org-babel-execute-src-block): Ensure params are
10724         incorporated *before* checking if evaluation is legal.
10726 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10728         * ob-exp.el (org-babel-exp-lob-one-liners): Ensure `end' is a
10729         marker so it is updated as required during export.
10731 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10733         * org-src.el (org-src-in-org-buffer): Run commands in the parent
10734         buffer.
10735         (org-edit-src-save): Use new macro.
10736         (org-src-tangle): Tangle the parent buffer.
10738 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10740         * org.el (org-set-font-lock-defaults): Fix bug in done
10741         headline fontification.
10743 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10745         * org.el (org-set-font-lock-defaults): Fix bug in done
10746         headline fontification.
10748 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10750         * org.el (org-return): Act normally when in code blocks.
10752 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10754         * org.el (org-in-src-block-p): New function.
10755         (org-context): Return new contexts :clocktable and :src-block.
10757 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10759         * org.el (org-set-tags-command, org-set-tags): Make ̀C-u C-c
10760         C-q' do the right thing even when point is before the first
10761         heading.
10763 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10765         * ob.el (org-babel-noweb-p): Disambiguate intersection name.
10767 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10769         * org-odt.el (org-odt-format-textbox): Honor user-specified
10770         width in captioned images.
10772 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10774         * ob.el (org-babel-map-src-blocks): Replace gensym with make-symbol.
10775         (org-babel-map-inline-src-blocks): Replace gensym with make-symbol.
10776         (org-babel-map-call-lines): Replace gensym with make-symbol.
10777         (org-babel-map-executables): Replace gensym with make-symbol.
10779 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10781         * ob-exp.el (org-babel-exp-results): Alter a copy of info.
10783 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10785         * org-html.el (org-export-as-html):
10786         Initialize `html-pre-real-contents' correctly.
10788 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10790         * org-html.el (org-export-as-html):
10791         Initialize `html-pre-real-contents' correctly.
10793 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10795         * ob-exp.el (org-babel-exp-code): Ensure code block name is a
10796         string on export.
10798 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10800         * ob-exp.el (org-babel-exp-code-template): Customizable code
10801         block export format string.
10802         (org-babel-exp-code): Customizable code block export.
10804 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10806         * ob-clojure.el (org-babel-execute:clojure): Remove dependency
10807         on deprecated swank-clojure.
10809 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10811         * ob.el (org-babel-map-src-blocks): Don't pollute symbol space.
10812         (org-babel-map-inline-src-blocks): Don't pollute symbol space.
10813         (org-babel-map-call-lines): Don't pollute symbol space.
10814         (org-babel-map-executables): Map over *all* executable Org-mode
10815         elements.
10816         (org-babel-execute-buffer): Execute elements in buffer order instead
10817         of arbitrarily.
10819 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10821         * org.el (org-ctrl-c-ctrl-c): Fix a naive structure backup.
10822         Those must be done with `copy-tree'.
10824 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10826         * org-src.el (org-edit-src-code): Referenced code block should
10827         not be evaluated on code block edit.
10829 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10831         * org.el (org-structure-template-alist): Use uppercase for
10832         keywords.
10834 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10836         * ob.el (org-babel-insert-result): Capitalize RESULTS in :wrap'd
10837         code block results.
10839 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10841         * ob.el (org-babel-results-keyword): New user-configurable
10842         results keyword.
10843         (org-babel-where-is-src-block-result): Use new user-configurable
10844         results keyword.
10846 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10848         * org-indent.el (org-indent-refresh-maybe): Check for new
10849         headlines from the beginning of the line to be sure to catch
10850         any newly inserted headline there.
10852 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10854         * ob-exp.el (org-babel-exp-src-block): Use `org-babel-noweb-p'.
10855         (org-babel-exp-inline-src-blocks): Use `org-babel-noweb-p'.
10857         * ob-tangle.el (org-babel-tangle-collect-blocks):
10858         Use `org-babel-noweb-p'.
10860         * ob.el (org-babel-execute-src-block): Use `org-babel-noweb-p'.
10861         (org-babel-expand-src-block): Use `org-babel-noweb-p'.
10862         (org-babel-load-in-session): Use `org-babel-noweb-p'.
10863         (org-babel-merge-params): Use `org-babel-noweb-p'.
10864         (org-babel-noweb-p): New function used to determine if noweb
10865         expansion should be carried out in a given context.
10867 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10869         * org.el (org-update-property-plist): Fix bug in property list
10870         updates.
10872 2012-04-01  François Pinard  <pinard@iro.umontreal.ca>  (tiny change)
10874         * org.el (org-kill-line): Use `kill-visual-line' in
10875         `visual-line-mode'.
10877 2012-04-01  Bernt Hansen  <bernt@norang.ca>
10879         * org-agenda.el (org-agenda-switch-to): Widen org buffer only if point
10880         is outside the current restriction.
10882 2012-04-01  Bernt Hansen  <bernt@norang.ca>
10884         * org-agenda.el (org-agenda-clock-in): Save restriction when clocking
10885         in from the agenda.
10887 2012-04-01  Bernt Hansen  <bernt@norang.ca>
10889         * org.el: Honor existing restrictions when regenerating the agenda.
10891 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10893         * org-agenda.el: New alias for `list-diary-entries-hook'.
10895 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10897         * ob.el (org-babel-common-header-args-w-values): Add the new
10898         header argument name.
10899         (org-babel-insert-result): Respect the value of the :wrap header
10900         argument when inserting results.
10901         (org-babel-result-end): Find the end of arbitrarily named result
10902         blocks.
10904 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10906         * org-indent.el (org-indent-refresh-maybe): Check for new
10907         headlines from the beginning of the line to be sure to catch
10908         any newly inserted headline there.
10910 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10912         * org.el (org-update-property-plist): Remove old instances of
10913         property when adding a new value for property.
10915 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
10917         * ob-emacs-lisp.el: A comment on the last line of an emacs-lisp
10918         code block would cause an error when the block is was executed.
10919         This fix cures this behaviour.
10921 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10923         * ob.el (org-babel-expand-noweb-references): Resurrect dropped
10924         pieces of a previous patch.
10926 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10928         * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
10930 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10932         * ob.el (org-babel-expand-noweb-references): Resurrect dropped
10933         pieces of a previous patch.
10935 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10937         * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
10939 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10941         * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
10942         instead of (end-of-buffer).
10944 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10946         * org-bbdb.el (name): Declare variable.
10947         (bbdb-record-get-field, bbdb-search-name)
10948         (bbdb-search-organization): Declare as part of ext:bbdb.
10950 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10952         * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
10953         instead of the obsolete `org-agenda-filter'.
10955 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10957         * org-agenda.el: Add an alias for `org-agenda-filter'.
10958         (diary-list-entries-hook): Use the non-obsolete hook.
10959         (org-agenda-filter-apply): Silent compiler warning.
10961 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10963         * ob-ditaa.el (org-ditaa-jar-path): Make a defcustom.
10964         (org-ditaa-jar-option): New option.
10965         (org-babel-execute:ditaa): Use it.
10967 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10969         * ob.el (org-babel-balanced-split): Explicit checking if list
10970         before calling member.
10972 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10974         * ob.el (org-babel-balanced-split): Explicit checking if list
10975         before calling member.
10977 2012-02-14  Chong Yidong  <cyd@gnu.org>
10979         * org-footnote.el: Remove bogus defvar values (Bug#10745).
10981 2012-01-05  Eric Schulte  <eric.schulte@gmx.com>
10983         * ob.el (org-babel-expand-noweb-references): Resurrect dropped
10984         pieces of a previous patch.
10986         * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
10988 2012-01-05  Bastien Guerry  <bzg@gnu.org>
10990         * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
10991         instead of (end-of-buffer).
10993         * org-bbdb.el (name): Declare variable.
10994         (bbdb-record-get-field, bbdb-search-name)
10995         (bbdb-search-organization): Declare as part of ext:bbdb.
10997         * org-agenda.el: Add an alias for `org-agenda-filter'.
10998         (diary-list-entries-hook): Use the non-obsolete hook.
10999         (org-agenda-filter-apply): Silent compiler warnings.
11001         * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
11002         instead of the obsolete `org-agenda-filter'.
11004 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11006         * org.el (org-ctrl-c-ctrl-c): Preserve symmetry when adding
11007         and removing checkboxes with `C-u C-c C-c' on the first item
11008         of a list.  Also, don't reinitialize checkboxes that are
11009         already ticked.
11011 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11013         * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time
11014         value with only one digit for the hours.
11016 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11018         * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
11019         Remove deleted function `org-encode-for-stdout'.
11021 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11023         * org.el (org-show-context): Complete docstring.
11025 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11027         * org-agenda.el (org-agenda-filter-by-tag):
11028         Use `read-char-exclusive' instead of `read-char'.
11030 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
11032         * org-clock.el (org-clock-in, org-clock-find-position):
11033         Remove erraneous space in regexp.
11035 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
11037         * ob.el (org-babel-expand-noweb-references): Rather than using
11038         a pure regexp solution to resolve noweb references, actually
11039         check the information of every code block in the buffer.
11040         This will cause a slowdown in noweb reference expansion, but is
11041         necessary for correct behavior.
11043 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11045         * org.el (org-map-continue-from): Fix typo in docstring.
11047 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11049         * org.el (org-property-re): Also match cumulating properties
11050         like ":prop+:".
11052 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11054         * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp for
11055         matching the end of a block.
11057 2012-01-03  David Maus  <dmaus@ictsoc.de>
11059         * org.el (org-open-at-point): Escape link path for http:,
11060         https:, ftp:, news:, and doi: links only if the path contains
11061         space or non-ascii character.
11063 2012-01-03  David Maus  <dmaus@ictsoc.de>
11065         * org.el (org-refile-get-targets): Ignore headlines without a
11066         true headline.
11068 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
11070         * ob.el (org-babel-map-call-lines): Move this file from
11071         ob-lob.el into ob.el to ease dependency pains.
11073 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11075         * org-publish.el (org-publish-index-generate-theindex):
11076         Use theindex.inc for storing index entries, and theindex.org for
11077         including theindex.inc.
11079 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11081         * org-publish.el (org-publish-index-generate-theindex):
11082         Create proper file target for index entries in subdirectories.
11084 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11086         * org-protocol.el (org-protocol-check-filename-for-protocol):
11087         Fix spelling mistake.
11089 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
11091         * org-odt.el (org-export-odt-default-org-styles-alist): Add styles
11092         for title and subtitle.
11093         (org-odt-format-toc): New.
11094         (org-odt-format-preamble): New.  Users can redefine this to
11095         customize what goes before the document body.  Currently it
11096         outputs title, author and email, date and toc.
11097         (org-odt-begin-document-body): Use `org-odt-format-preamble'.
11098         (org-odt-format-date): Rename from
11099         `org-odt-iso-date-from-org-timestamp'.  Also added an
11100         additional param for format string.
11101         (org-odt-begin-annotation, org-odt-update-meta-file):
11102         Use `org-odt-format-date'.
11104 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11106         * org.el (org-at-drawer-p): New function.
11107         (org-end-of-line): Use it.
11109 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
11111         * ob.el (*org-babel-use-quick-and-dirty-noweb-expansion*):
11112         Controls the method in which noweb references are expanded.
11113         (org-babel-expand-noweb-references): Bring back the option for
11114         regexp-based noweb expansion.
11116 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11118         * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time value
11119         with only one digit for the hours.
11121 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11123         * org.el (org-ctrl-c-ctrl-c): Don't make `C-c C-c' special
11124         when ticking the checkbox of the first item.
11126 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
11128         * org-list.el (org-list-write-struct): Add an optional
11129         argument for structure changes happening outside the function.
11131         * org.el (org-ctrl-c-ctrl-c): Now, `C-u C-c C-c' on the first
11132         item of a sub-list should toggle check-box presence of every
11133         item in the same sub-list.  Also fix check-box insertion on a
11134         single item.
11136 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11138         * org-agenda.el (org-agenda-filter-preset): New alias.
11139         (org-agenda-filter-by-category): New command.
11140         (org-agenda-mode-map): Add the new command.
11141         (org-agenda-custom-commands-local-options): Add category
11142         filter preset.
11143         (org-agenda-mark-filtered-text): Mark both tag and filter
11144         overlays.
11145         (org-agenda-category-filter-preset): New variable.
11146         (org-finalize-agenda, org-agenda-redo)
11147         (org-agenda-filter-make-matcher, org-agenda-filter-apply):
11148         Handle both category and tag filters.
11149         (org-agenda-filter-show-all-tag): Rename from
11150         `org-agenda-filter-by-tag-show-all'.
11151         (org-agenda-filter-show-all-cat): New function.
11152         (org-agenda-set-mode-name): Show the category filter in the
11153         modeline.
11155 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
11157         * org-bbdb.el (org-bbdb-old): New variable.
11158         (org-bbdb-store-link, org-bbdb-open): Check for
11159         `org-bbdb-old'.
11160         (org-bbdb-open-old, org-bbdb-open-new): New functions.
11162 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11164         * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
11165         Remove deleted function `org-encode-for-stdout'.
11167 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11169         * org.el (org-check-dates-range): New command.
11170         (org-sparse-tree): Use it.
11172 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11174         * org-agenda.el (org-agenda-write): Rename from
11175         `org-write-agenda'.
11176         (org-agenda-mode-map, org-agenda-menu)
11177         (org-batch-store-agenda-views): Use new name
11178         `org-agenda-write'.
11180 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11182         * org.el (org-loop-over-headlines-in-active-region):
11183         Fix docstring.
11184         (org-todo, org-deadline, org-schedule): Honor the 'start-level
11185         value of `org-loop-over-headlines-in-active-region'.
11187 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11189         * org-archive.el (org-archive-subtree)
11190         (org-archive-to-archive-sibling, org-toggle-archive-tag):
11191         Bugfix: use 'region-start-level.
11193 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11195         * org.el (org-show-context): Complete docstring.
11197 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11199         * org-agenda.el (org-agenda-filter-by-tag):
11200         Use `read-char-exclusive' instead of `read-char'.
11202 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
11204         * org.el (org-scan-tags): Make sure `org-map-continue-from' is
11205         nil at each match.
11207 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
11209         * org-clock.el (org-clock-in, org-clock-find-position):
11210         Remove erraneous space in regexp.
11212 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
11214         * org-odt.el (org-odt-lib-dir): Add docstring.
11215         (org-odt-data-dir): New variable.  Use this variable to
11216         control the locations from which the ODT exporter picks the
11217         OpenDocument styles and schema files from.  Set this variable
11218         explicitly only if the in-built heuristics for locating the
11219         above files fails.
11220         (org-odt-styles-dir-list, org-odt-schema-dir-list):
11221         New variables.  Pay specific attention to (eval-when-compile ...)
11222         form through which Makefile's $(datadir) - contained in
11223         `org-odt-data-dir' - gets compiled in as a "hard coded"
11224         constant.
11225         (org-odt-styles-dir, org-export-odt-schema-dir): Add messages to
11226         aid debugging.
11228 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11230         * org-archive.el (org-archive-subtree)
11231         (org-archive-to-archive-sibling, org-toggle-archive-tag)
11232         (org-archive-set-tag): Handle the 'start-level value for
11233         `org-loop-over-headlines-in-active-region'.
11235 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11237         * org.el (org-scan-tags): New parameter `start-level' to scan only
11238         through headlines of that level.
11239         (org-map-entries): New allowed value `region-start-level' for
11240         the `scope' parameter, to allow scanning through headlines of
11241         the same level than the first headline in the region.
11242         (org-loop-over-headlines-in-active-region): New allowed value
11243         'start-level.
11245 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11247         * org-archive.el (org-archive-subtree)
11248         (org-archive-to-archive-sibling, org-archive-set-tag)
11249         (org-toggle-archive-tag): Allow to loop over the active region by
11250         using `org-loop-over-headlines-in-active-region'.
11252 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11254         * org.el (org-todo): Allow to loop over the active region by
11255         using `org-loop-over-headlines-in-active-region'.
11257 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
11259         * ob.el (org-babel-expand-noweb-references): Rather than using
11260         a pure regexp solution to resolve noweb references, actually
11261         check the information of every code block in the buffer.
11262         This will cause a slowdown in noweb reference expansion, but is
11263         necessary for correct behavior.
11265 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11267         * org.el (org-map-continue-from): Fix typo in docstring.
11269 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11271         * org-agenda.el (org-agenda-write-buffer-name): New variable.
11272         (org-write-agenda): Use it.
11274 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11276         * org-exp.el (org-export-date-timestamp-format): New option to
11277         define the way a timestamp in #+DATE will be exported.
11278         (org-infile-export-plist): Use the new option.
11280 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11282         * org.el (org-property-re): Also match cumulating properties
11283         like ":prop+:".
11285 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
11287         * org-odt.el (org-odt-styles-dir): Assume that the styles
11288         files are located under `data-directory' of Emacs distribution
11289         as etc/org/OrgOdtStyles.xml and
11290         etc/org/OrgOdtContentTemplate.xml.  Also update docstring.
11291         (org-export-odt-schema-dir): Update docstring.
11293 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
11295         * org-odt.el (org-odt-format-preamble): Honor following user
11296         options: author, timestamp and email.
11298 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11300         * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp
11301         for matching the end of a block.
11303 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11305         * org-eshell.el: New file.
11307 2012-01-03  David Maus  <dmaus@ictsoc.de>
11309         * org.el (org-open-at-point): Escape link path for http:,
11310         https:, ftp:, news:, and doi: links only if the path contains
11311         space or non-ascii character.
11313 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11315         * org-beamer.el (org-beamer-fragile-re): Also recognize
11316         \lstinline and \verb as commands that make a frame fragile.
11318 2012-01-03  David Maus  <dmaus@ictsoc.de>
11320         * org.el (org-refile-get-targets): Ignore headlines without a
11321         true headline.
11323 2012-01-03  Litvinov Sergey  <slitvinov@gmail.com>
11325         * ob-octave.el: Add graphical output to png file.
11327 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
11329         * ob.el (org-babel-map-call-lines): Move this file from
11330         ob-lob.el into ob.el to ease dependency pains.
11332 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11334         * org-publish.el (org-publish-index-generate-theindex):
11335         Use theindex.inc for storing index entries, and theindex.org for
11336         including theindex.inc.
11338 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11340         * org-publish.el (org-publish-index-generate-theindex):
11341         Create proper file target for index entries in subdirectories.
11343 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11345         * org-protocol.el (org-protocol-check-filename-for-protocol):
11346         Fix spelling mistake.
11348 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
11350         * org-odt.el (org-export-odt-default-org-styles-alist):
11351         Add styles for title and subtitle.
11352         (org-odt-format-toc): New.
11353         (org-odt-format-preamble): New.  Users can redefine this to
11354         customize what goes before the document body.  Currently it
11355         outputs title, author and email, date and toc.
11356         (org-odt-begin-document-body): Use `org-odt-format-preamble'.
11357         (org-odt-format-date): Rename from
11358         `org-odt-iso-date-from-org-timestamp'.  Also added an
11359         additional param for format string.
11360         (org-odt-begin-annotation, org-odt-update-meta-file):
11361         Use `org-odt-format-date'.
11363 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
11365         * ob-ref.el (org-babel-ref-split-args): Now uses
11366         `org-babel-balanced-split'.
11368 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11370         * org-html.el (org-export-html-preamble)
11371         (org-export-html-postamble): Fix docstrings.
11372         (org-export-as-html): Insert the string used by a custom
11373         function for `org-export-html-pre/postamble'.
11375 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11377         * org.el (org-block-regexp)
11378         (org-heading-keyword-regexp-format)
11379         (org-heading-keyword-maybe-regexp-format): Move up to keep the
11380         byte-compiler happy.
11382 2012-01-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
11384         * org-agenda.el (org-agenda-do-tree-to-indirect-buffer):
11385         New function.
11386         (org-agenda-tree-to-indirect-buffer): Use the new function.
11388 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11390         * org-html.el (org-export-as-html): Fix bug when inserting the
11391         output of a custom function for the pre/postamble.
11393 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
11395         * org-odt.el (org-odt-format-source-code-or-example):
11396         Try loading htmlfontify safely.
11398 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11400         * org-odt.el (require): Require htmlfontify.el only if
11401         emacs-version is greater than 23.2.
11403 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11405         * org-faces.el (org-agenda-calendar-event)
11406         (org-agenda-calendar-sexp): Use the default face.
11408 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
11410         * ob.el (org-babel-expand-noweb-references): Fix regexp.
11412 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
11414         * org.el (Key bindings): Remap the Outline functions from
11415         `outline-mode-prefix-map' where possible.
11417 2012-01-03  Christian Moe  <mail@christianmoe.com>  (tiny change)
11419         * org-html.el (org-export-as-html):
11420         Apply `org-export-html-get-todo-kwd-class-name' to the class
11421         attribute of the todo-keyword span tag, not to its text
11422         content.
11424 2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
11426         * org-agenda.el (org-agenda-get-timestamps)
11427         (org-agenda-get-sexps): Use face for highlighting "calendar"
11428         events.
11430 2012-01-03  Peter Münster  <pmlists@free.fr>  (tiny change)
11432         * org.el (org-add-planning-info): Treat absolute time too.
11434 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11436         * org-table.el (org-table-transpose-table-at-point): Don't use
11437         ̀remove-if-not'.
11439 2012-01-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
11441         * org-clock.el (org-clock-out-if-current): Check the clock
11442         buffer is existing.
11444 2012-01-03  Bernt Hansen  <bernt@norang.ca>
11446         * org-clock.el (org-clock-out-if-current): Fix marker in no
11447         buffer error for task state change in an indirect buffer.
11449 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
11451         * org.el (org-offer-links-in-entry): Make list when assigning
11452         a single link.
11454 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
11456         * ob.el (org-babel-expand-noweb-references): Rather than
11457         collect the info from *every* block in the current buffer,
11458         simply regexp search for those blocks which appear to match
11459         the continued source name.
11461 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
11463         * ob.el (org-babel-insert-result): Do not examplize wrapped
11464         scalar results, simply wrap them.
11465         (org-babel-result-end): Find the end of results wrapped in a
11466         RESULTS drawer.
11468 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11470         * org.el (org-todo-yesterday): When called from the agenda,
11471         use `org-agenda-todo-yesterday' instead.
11473 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11475         * org-table.el (org-table-transpose-table-at-point): New command.
11477 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11479         * org-html.el (org-export-html-headline-anchor-format):
11480         New option.
11481         (org-html-level-start): Use the new option.
11483 2012-01-03  Rob Giardina  <rob@giardina.us>  (tiny change)
11485         * org-agenda.el (org-agenda-with-point-at-orig-entry):
11486         Small bugfix.
11488 2012-01-03  Christian Moe  <mail@christianmoe.com>  (tiny change)
11490         * org-special-blocks.el
11491         (org-special-blocks-convert-html-special-cookies):
11492         Close paragraph before opening or closing the <div>, and open
11493         paragraph after.  Also changed newline placement to be the same
11494         as for other blocks.
11496 2012-01-03  Roberto Huelga  <rhuelga@gmail.com>
11498         * org-clock.el (org-program-exists): Make the function
11499         compatible with darwin systems.
11501 2012-01-03  David Maus  <dmaus@ictsoc.de>
11503         * org-exp.el (org-export-normalize-links): Mark bracket links
11504         before normalization to avoid erroneous normalization of
11505         bracket link parts.
11507 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
11509         * org-odt.el (org-odt-data-dir): Remove.
11510         (org-odt-styles-dir, org-export-odt-schema-dir):
11511         New variables.
11513         * org-odt.el, org-lparse.el: New files.
11515 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
11517         * org-capture.el (org-capture-set-target-location): Set the
11518         capture default time also to the prompt time.
11520 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
11522         * org-exp.el (org-export-res/src-name-cleanup): Remove #+name
11523         and #+results lines during preprocess.
11525 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
11527         * ob-picolisp.el (ob-comint): Required.
11528         (comint): Required.
11529         (cl): Required.
11530         (run-picolisp): Declared.
11531         (org-babel-execute:picolisp): Capture free variable, and replace
11532         function from cl-extra with core function.
11534 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
11536         * ob-picolisp.el: New file.
11538         * org.el (org-babel-load-languages): Add Pico Lisp to the list
11539         of supported code block languages.
11541 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
11543         * org-bibtex.el (org-bibtex): Now catches bibtex errors and
11544         directs the user to the location of the error.
11546 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11548         * org-agenda.el (org-agenda-dim-blocked-tasks): Fix typo.
11550 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11552         * ob.el (org-babel-execute-src-block): Fix typo.
11554 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11556         * org-freemind.el (org-freemind-write-mm-buffer): Fix typo.
11558 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11560         * org.el (org-link-unescape, org-link-unescape-compound):
11561         Fix two typos in docstrings.
11563 2012-01-03  Thomas Dye  <dk@poto.local>
11565         * ob-R.el: Added tikzDevice support.
11567 2012-01-03  David Maus  <dmaus@ictsoc.de>
11569         * org.el (org-clone-subtree-with-time-shift): Remove clocking
11570         information and empty drawers when preparing a clone.
11572 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11574         * ob-exp.el: Don't add `org-exp-res/src-name-cleanup' to
11575         `org-export-blocks-postblock-hook'.
11577 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11579         * ob.el (org-babel-hide-result-toggle): Skip over header
11580         argument lines when toggling named code block visibility.
11582 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11584         * org-exp.el (org-export-grab-title-from-buffer):
11585         Don't license to kill text inside blocks when getting a title.
11587 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11589         * ob.el (org-babel-confirm-evaluate): Adding support for new
11590         range of :eval header arguments.
11592 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11594         * ob.el (org-babel-confirm-evaluate): Inhibit evaluation
11595         during export when eval is set to "non-export".
11597 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11599         * ob-ref.el (org-babel-update-intermediate): New custom
11600         variable.
11601         (org-babel-ref-resolve): Optionally update the in-buffer results
11602         of code blocks which are evaluated to resolve references.
11604 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11606         * ob.el (org-babel-join-splits-near-ch): Rejoins a list of a
11607         split string when a character appears on either side of the
11608         split.
11609         (org-babel-parse-multiple-vars): Rejoin splits around "=" signs.
11611 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11613         * org.el (org-reduce): Add a less functional Org-mode copy of
11614         the cl reduce function.
11616 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
11618         * org.el (org-fontify-meta-lines-and-blocks-1):
11619         Recognize "name" as a valid keyword that can preceed a block.
11621 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11623         * ob-exp.el (org-babel-exp-lob-one-liners): Don't limit
11624         in-verbatim check to inline code blocks, do lob code blocks as
11625         well.
11627 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
11629         * org.el (org-todo): Interpret 0 prefix arg as note inhibitor.
11631 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11633         * ob.el (org-babel-named-src-block-regexp-for-name):
11634         Ensure that partial names are not matched.
11635         (org-babel-named-data-regexp-for-name): Ensure that partial names
11636         are not matched.
11638 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11640         * ob-ref.el (org-babel-ref-resolve): Search for named code
11641         blocks before named data.
11643         * ob.el (org-babel-named-data-regexp-for-name): New function for
11644         finding named data.
11646 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11648         * ob.el (org-babel-insert-result): Gracefully handle results
11649         which are neither lists nor strings.
11651 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11653         * ob-ref.el (org-babel-ref-resolve): Don't change location when
11654         looking at the contents.
11656 2012-01-03  Milan Zamazal  <pdm@zamazal.org>
11658         * org.el (org-set-outline-overlay-data):
11659         Use outline-flag-region to make a region invisible.  This ensures
11660         all necessary actions, especially adding
11661         isearch-open-invisible property, are applied.
11663 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11665         * ob-lob.el (org-babel-in-example-or-verbatim):
11666         Fix compilation warning.
11668 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11670         * ob.el (org-babel-find-named-result): Downcase "name" before
11671         comparison.
11673 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11675         * ob-lisp.el (org-babel-execute:lisp): Fix typo.
11676         (org-babel-lisp-vector-to-list): Fix typo.
11678 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11680         * ob-exp.el (org-babel-in-example-or-verbatim): Some valid
11681         execution contexts (e.g., call lines) look like commented
11682         lines.
11684         * ob.el (org-babel-get-src-block-info): Empty match string doesn't
11685         count.
11686         (org-babel-process-params): Always process parameters, even if
11687         you don't to table splitting.
11689 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11691         * ob-exp.el (org-exp-res/src-name-cleanup): Update Documentation.
11693         * ob-lob.el (org-babel-block-lob-one-liner-regexp):
11694         Update regular expression.
11695         (org-babel-inline-lob-one-liner-regexp): Update regular
11696         expression.
11698         * ob-ref.el (org-babel-ref-resolve): Notice when something that
11699         looks like a data results may actually be a code block.
11701         * ob-table.el: Updated documentation.
11703         * ob.el (org-babel-src-name-regexp): Simplify regexp.
11704         (org-babel-get-src-block-info): Update match strings.
11705         (org-babel-data-names): Simplify acceptable names.
11706         (org-babel-find-named-block): Indentation.
11707         (org-babel-find-named-result): Update to not return a code block
11708         as a result.
11710         * org.el (org-fontify-meta-lines-and-blocks-1):
11711         Removing references to old syntactic elements.
11712         (org-additional-option-like-keywords): Removing references to
11713         old syntactic elements.
11715 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
11717         * org-agenda.el (org-agenda-get-todos): Swap calls to `org-trim'
11718         and `buffer-substring'.
11720 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
11722         * org-agenda.el (org-agenda-get-todos): Prevent an error when
11723         encountering tasks with only the TODO keyword.
11725 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
11727         * org.el (org-try-cdlatex-tab): Don't try to expand a LaTeX
11728         environment when at an item or an headline, but allow LaTeX
11729         fragments.
11730         (org-cycle): Try to call `cdlatex-tab' before cycling item's or
11731         headline's visibility, in order to catch LaTeX fragments within.
11733 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11735         * org-exp-blocks.el (org-export-blocks-preprocess): Require a
11736         newline and spaces before a code block.
11738 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11740         * ob-lob.el (org-babel-map-call-lines): Allow mapping of code
11741         over all call lines in a buffer.
11743         * ob.el (org-babel-execute-buffer): Execute call lines when
11744         executing an entire buffer.
11746 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11748         * ob.el (org-babel-process-params): Don't disassemble tables
11749         twice.
11751 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
11753         * org-clock.el (org-clock-in, org-clock-find-position): Make space
11754         after date optional.
11756         * org.el (org-set-regexps-and-options)
11757         (org-ts-regexp, org-ts-regexp-both, org-ts-regexp1)
11758         (org-ctrl-c-ctrl-c): Make `C-c C-c' on date fix the time stamp.
11760 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11762         * ob-lob.el (org-babel-lob-execute-maybe): Don't execute a call
11763         inside a verbatim block.
11765         * ob-exp.el (org-babel-in-example-or-verbatim): Check for example
11766         blocks.
11768 2012-01-03  Litvinov Sergey  <slitvinov@gmail.com>
11770         * ob-maxima.el (org-babel-tangle-lang-exts): Maxima extension.
11771         (org-babel-maxima-expand): Add input variables and graphic output.
11772         (org-babel-execute:maxima): Add input variables and graphic output.
11773         (org-babel-maxima-var-to-maxima): Add input variables and graphic
11774         output.
11775         (org-babel-maxima-graphical-output-file): Add input variables and
11776         graphic output.
11777         (org-babel-maxima-elisp-to-maxima): Add input variables and graphic
11778         output.
11780 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11782         * ob-fortran.el: New file.  Adding support for Fortran code blocks.
11783         * org.el (org-babel-load-languages): Adding fortran to this list.
11785 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
11787         * org-footnote.el (org-footnote-new): Cannot insert an inline
11788         footnote at beginning of line anymore.
11789         (org-footnote-at-reference-p): Don't recognize inline footnotes at
11790         beginning of line.
11792 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
11794         * org.el (org-set-font-lock-defaults): Fix small error in matching
11795         group that prevented fontification of keywords like
11796         org-comment-string and stars in headlines.
11798 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
11800         * org.el (org-catch-invisible-edits): New option.
11801         (org-self-insert-command, org-delete-backward-char)
11802         (org-delete-char): Call `org-check-before-invisible-edit'.
11803         (org-check-before-invisible-edit): New function.
11805 2012-01-03  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
11807         * org-exp.el (org-solidify-link-text): Respect
11808         org-export-with-tags when forming the export title during subtree
11809         export.
11811 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
11813         * org.el (org-heading-regexp, org-heading-keyword-regexp-format)
11814         (org-heading-keyword-maybe-regexp-format): Globalize variables so
11815         they are accessible even in buffers not in Org mode.
11817 2012-01-03  David Maus  <dmaus@ictsoc.de>
11819         * org.el (org-insert-link): Don't use default-description if a
11820         `org-make-link-description-function' is defined.
11822 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11824         * org.el (org-set-regexps-and-options): Use property blocks for
11825         multi-line properties.
11827 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11829         * org.el (org-self-insert-command): Don't throw an error when
11830         editing takes place at the first point of the buffer.
11832 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11834         * org.el (org-self-insert-command): Unfold invisible region at
11835         point or right before point when editing.
11837 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11839         * org-faces.el (org-agenda-filter-tags): Use the 'modeline face as
11840         default.
11842 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11844         * org-html.el (org-html-expand): Prevent a nil value for STRING to
11845         return an error, just return nil.
11847 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11849         * org-latex.el (org-export-latex-set-initial-vars): Allow "/"
11850         character in the #+LaTeX_CLASS option.
11852 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
11854         * org-footnote.el (org-footnote-at-reference-p)
11855         (org-footnote-at-definition-p): Don't store text-properties of
11856         footnote definitions.
11858 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11860         * org-html.el (org-export-as-html): Convert special characters in
11861         meta tag "author", "date", "keyword" and "description".
11863 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11865         * org-capture.el (org-capture-before-finalize-hook): Docstring
11866         improvement: mention that the buffer is widened when this hook is
11867         run.
11869 2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
11871         * org-html.el (org-export-as-html): Make sure the div for preamble
11872         is not inserted when the preamble is empty.
11874 2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
11876         * org-agenda.el (org-agenda-set-mode-name): Highlight tags used
11877         for filtering (shown in the mode-line).
11879 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11881         * ob.el (org-babel-parse-multiple-vars): Trimming excess white
11882         space from split variables.
11884 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
11886         * org.el (org-link-search): Add an optional argument preventing
11887         function from revealing context around match.
11889 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11891         * org-agenda.el (calendar-check-holidays): Declare function.
11893 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11895         * org.el (org-return): Fix bug when matching the face property
11896         before following a link.
11898 2012-01-03  Matt Lundin  <mdl@imapmail.org>
11900         * org-agenda.el (org-class): Fix holidays symbol in org-class.
11901         This was resulting in an "Bad sexp..." warning.
11903 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
11905         * org.el (org-scan-tags): Also remember
11906         `org-complex-heading-regexp' in a property.
11908 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
11910         * org-latex.el (org-export-as-latex): Turn off auto-insert and set
11911         TeX-master to t when creating new TeX buffers.
11913         * org-docbook.el (org-export-as-docbook): Turn off auto-insert
11914         when creating new buffers.
11916         * org-html.el (org-export-as-html): Turn off auto-insert
11917         when creating new buffers.
11919 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
11921         * org-table.el (org-table-formula-handle-first/last-rc): Do not
11922         expand pointers to first/last row/column that are inside a call to
11923         `remote'.
11924         (org-table-get-remote-range): Expand pointers to first/last
11925         row/column.
11927 2012-01-03  Michael Sperber  <sperber@deinprogramm.de>  (tiny change)
11929         * org-capture.el (org-capture-get-indirect-buffer): Fix XEmacs
11930         compatibility issue when creating an indirect buffer.
11932 2012-01-03  Christophe Rhodes  <csr21@cantab.net>
11934         * org-exp.el (org-infile-export-plist): Handle LATEX_CLASS_OPTIONS
11935         the same way than LATEX_CLASS.
11937 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11939         * org.el (org-return): Check the presence of the 'org-link face
11940         even in contexts where there is more than one face.
11942 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11944         * ob-sql.el (org-babel-header-arg-names:sql): SQL specific header
11945         argument names which should be inherited.
11947 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
11949         * org.el (org-in-block-p): Return matched name of block, if any.
11950         It can be useful when a list of block names is provided as
11951         an argument.
11953 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
11955         * org-docbook.el (org-export-as-docbook): Fix regexp.
11957         * org-html.el (org-export-as-html): Fix regexp.
11959 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
11961         * org-agenda.el (org-class): Allow holidays to be skipped.
11963 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11965         * ob-shen.el (org-babel-execute:shen): Fix two compilation errors.
11967 2012-01-03  Peter Münster  <pmrb@free.fr>  (tiny change)
11969         * org-agenda.el (org-agenda-to-appt): Make sure filter-items are
11970         strings before calling `string-match'.
11972 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
11974         * org-footnote.el (org-footnote-at-reference-p)
11975         (org-footnote-at-definition-p): Remove text-properties from label.
11977 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11979         * org-html.el (org-export-as-html): Add a "title" meta tag.
11981 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11983         * org-agenda.el (org-agenda-to-appt): Allow to refine the scope of
11984         entries to pass to `org-agenda-get-day-entries' and allow to
11985         filter out entries using a function.
11987 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
11989         * org-agenda.el: Fix small display bug.
11991 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
11993         * org.el (org-set-regexps-and-options): Fix small bug introduced
11994         by commit dfcb6faef11a2439b56b18a6289803361d402130.
11996 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
11998         * org-agenda.el (org-search-view): Simplify regexp.
11999         (org-agenda-get-todos): Use new format string.
12001         * org-archive.el (org-archive-all-done): Simplify regexp.
12003         * org-ascii.el (org-export-as-ascii): More accurate regexp.
12005         * org-colview.el (org-columns-capture-view): Use new format string
12006         and new string.
12008         * org-docbook.el (org-export-as-docbook): More accurate
12009         regexp.  Also use new regexp to match generic headlines.
12011         * org-exp.el (org-export-protect-quoted-subtrees): More accurate
12012         regexp.  Also use new regexp to match generic headlines.
12014         * org-html.el (org-export-as-html): More accurate regexp.
12015         Also use new regexp to match generic headlines.
12017         * org-mouse.el (org-mouse-match-todo-keyword): Remove unused
12018         and now erroneous function.
12020         * org.el (org-heading-regexp, org-heading-keyword-regexp-format):
12021         New variables.
12022         (org-set-regexps-and-options): Create regexps according to the
12023         following rule: use spaces only to separate elements from an headline,
12024         while allowing mixed tabs and spaces for any indentation job.
12025         (org-nl-done-regexp, org-looking-at-done-regexp): Remove variables.
12026         (org-set-font-lock-defaults): Fontify again headlines with a keyword
12027         and no other text.  Use new format strings.
12028         (org-get-heading, org-toggle-comment, org-prepare-agenda-buffers)
12029         (org-toggle-fixed-width-section): Use new format string.
12030         (org-todo): More accurate regexps.
12031         (org-point-at-end-of-empty-headline): Simplify regexp.
12032         (org-insert-heading): Headline can sometimes be nil.
12034 2012-01-03  David Maus  <dmaus@ictsoc.de>
12036         * org-agenda.el (org-agenda-bulk-action): Bind
12037         `org-loop-over-headlines-in-active-region' to nil to avoid conflict
12038         with bulk command.
12040 2012-01-03  David Maus  <dmaus@ictsoc.de>
12042         * org.el (org-deadline, org-schedule): Skip invisible headlines when
12043         mapping over headlines in active region.
12045 2012-01-03  David Maus  <dmaus@ictsoc.de>
12047         * org.el (org-loop-over-headlines-in-active-region):
12048         New customization variable.  Loop over headlines in active region.
12049         (org-schedule, org-deadline): Apply to headlines in region depending
12050         on new customization variable.
12052 2012-01-03  David Maus  <dmaus@ictsoc.de>
12054         * org.el (org-map-entries): Immediately return if scope is 'region
12055         but no region is active.
12057 2012-01-03  David Maus  <dmaus@ictsoc.de>
12059         * org.el (org-map-entries): Extend scope 'region to include entire
12060         body of last headline in active region.
12062 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12064         * org-src.el (org-edit-src-code): Fix typo-bug.
12066 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12068         * org.el (org-format-agenda-item, org-scan-tags):
12069         Rename `org-format-agenda-item' to `org-agenda-format-item'.
12071 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12073         * org-agenda.el: Replace `category-pos' by `org-category-pos' to
12074         silent byte-compiler.
12076 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12078         * org.el: Declare external function `cdlatex-compute-tables'.
12080 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12082         * org-latex.el (org-export-latex-set-initial-vars): Fix problem
12083         when matching #+LaTeX_CLASS.
12085 2012-01-03  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
12087         * org.el (org-link-search-must-match-exact-headline): Fix typos.
12089 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12091         * org-latex.el (org-export-latex-make-header): Add some hyperref
12092         options.
12094 2012-01-03  Kai Tetzlaff  <kai.tetzlaff@web.de>  (tiny change)
12096         * org-publish.el (org-publish-file): Add 'eval'ing the value of
12097         the :publishing-directory property before using it as destination
12098         of the publishing project.  This allows to construct the publish
12099         destination directory dynamically at run-time using the return
12100         value of a function.
12102 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12104         * org-agenda.el (org-agenda-list-stuck-projects): Fix tiny bug.
12106 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12108         * org-agenda.el (org-agenda-move-date-from-past-immediately-to-today):
12109         New option.
12110         (org-agenda-date-later): Improve the logical structure.
12112 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12114         * ob-calc.el (featurep): Require calc-store.
12116         * org-agenda.el (org-agenda-list-stuck-projects): Fix regexp
12117         special handling.
12119         * org-compat.el (fboundp): Support for XEmacs.
12121         * org-exp.el (org-export): Protect XEmacs from `(redisplay)' call.
12123         * org-footnote.el (org-footnote-re): Optimize macro processing.
12125         * org.el (org-set-autofill-regexps): Xemacs compatibility.
12127 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12129         * ob.el (org-babel-balanced-split): Balance both [] and ()
12130         groupings.
12131         (org-babel-parse-header-arguments): Be sure to replace removed ":"
12132         characters.
12134 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12136         * ob.el (org-babel-parse-header-arguments): Quick fix for a
12137         tiny bug.
12139 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12141         * ob.el (org-babel-params-from-properties): Now splits
12142         multiple var arguments behind a single ":var".
12143         (org-babel-balanced-split): Separated balanced splitting of
12144         strings out into a new function.
12145         (org-babel-parse-multiple-vars): Splits multiple var arguments
12146         behind a single ":var".
12148 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12150         * org.el: Remap `outline-promote' and `outline-demote' keys to
12151         `org-promote-subtree' and `org-demote-subtree'.
12153 2012-01-03  Leo Liu  <sdl.web@gmail.com>
12155         * org-agenda.el (org-agenda-do-context-action): Check if marker is
12156         valid before use.
12158 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
12160         * org-agenda.el (org-agenda-date-later): Fix shifting of date
12161         ranges.
12163 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12165         * ob.el: Removing `org-babel-params-from-buffer' and
12166         #+PROPERTIES: entirely.
12168         * ob-exp.el (org-babel-exp-src-block):
12169         Removing `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
12171         * ob-lob.el (org-babel-lob-execute):
12172         Removing `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
12174 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12176         * ob.el (org-babel-params-from-buffer): Removing #+BABEL:
12177         lines in favor of general #+PROPERTIES: lines.
12179 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12181         * ob-sql.el (org-babel-execute:sql): Insert into a temporary
12182         buffer.
12184 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12186         * org.el (org-cdlatex-mode): Run `cdlatex-mode-hook' and
12187         update the internal cdlatex tables.
12189 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12191         * ob-sql.el (org-babel-execute:sql): Respect literal-results
12192         options.
12194 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12196         * ob.el (org-babel-disassemble-tables): Fix multi-table bug in
12197         code block colname and rowname handling.
12199 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12201         * org-publish.el (org-publish-cache-file-needs-publishing):
12202         Fix regexp to not inlcude newlines.
12204 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12206         * org.el (org-ctrl-c-ctrl-c): Remove table overlays before
12207         restart.
12209 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12211         * org.el (org-fontify-entities): Match entities before
12212         numbers, as in `\sim2'.
12214 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12216         * org-agenda.el (org-agenda-date-later): Make pushing forward
12217         a past date to jump immedialtely to today.
12219 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12221         * org-exp.el (org-store-forced-table-alignment): Parse the
12222         column cookie for both alignment and width
12223         specification.  Store the resulting value in `org-col-cookies'
12224         property.  Retire the previously used `org-forced-aligns'
12225         property for consistency.  Renamed local variable `aligns' to
12226         `cookies'.
12228         * org-html.el (org-format-org-table-html):
12229         Use `org-col-cookies'.  Renamed local variable forced-aligns to
12230         col-cookies.
12232 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12234         * org.el (org-latex-to-mathml-jar-file)
12235         (org-latex-to-mathml-convert-command): New user-customizable
12236         variables.
12237         (org-format-latex-mathml-available-p, org-create-math-formula)
12238         (org-format-latex-as-mathml): New functions.
12239         (org-format-latex): Add a new local variable block-type that notes
12240         the nature of the equation - inline or display.  Associate it's
12241         value to `org-latex-src-embed-type' property of dvipng links.
12242         Add mathml as new processing type.
12244 2012-01-03  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
12246         * org.el (org-refile): Add tree name to prompt.
12248 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12250         * org-latex.el (org-export-latex-tables):
12251         Honor `org-export-latex-table-caption-above'
12252         (org-export-latex-table-caption-above): New option.
12254 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12256         * ob.el (org-babel-insert-header-arg): Now including language
12257         specific header arg values in insertion options.
12259 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12261         * ob.el (org-babel-insert-header-arg): Fix typo.
12263 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
12265         * org-exp.el (org-export-number-lines): Modify.  Add a new
12266         parameter `preprocess' and use this for backend-agnostic
12267         handling of literal examples.
12269 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12271         * org.el (org-match-substring-regexp)
12272         (org-match-substring-with-braces-regexp): Allow subscripts and
12273         superscripts to start at beginning of line.
12275 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12277         * ob.el (org-babel-common-header-args-w-values): New variable to
12278         hold common header arguments and their default values.
12279         (org-babel-header-arg-names): Redefined using the new common
12280         header arg variable.
12281         (org-babel-insert-header-arg): New function to help when inserting
12282         header arguments.
12284 2012-01-03  David Maus  <dmaus@ictsoc.de>
12286         * org-html.el (org-html-handle-links): Remove unnecessary
12287         protection markers when publishing link in default format.
12289 2012-01-03  Pieter Praet  <pieter@praet.org>  (tiny change)
12291         * org-crypt.el (org-crypt-check-auto-save): New function, see
12292         next change.
12294         * org-crypt.el (org-decrypt-entry): Break the auto-save-mode
12295         check out into a separate function, and call it at a later
12296         point, to assure it only runs when visiting an encrypted
12297         entry.
12299 2012-01-03  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
12301         * org.el (org-log-note-headings): Document new %d and %D
12302         escapes.
12303         (org-store-log-note): Implement new %d and %D escapes.
12305 2012-01-03  Dave Abrahams  <dave@boostpro.com>
12307         * org-agenda.el (org-agenda-follow-indirect): New option.
12308         (org-agenda-follow-mode): Call `org-agenda-do-context-action' fro
12309         follow mode.
12310         (org-agenda-do-context-action): Also do indirect follow mode
12311         action.
12313 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12315         * ob-table.el (sbe): Fix typo in new sbe specification.
12317 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12319         * ob-table.el (sbe): If first variable is a string and not a
12320         cons cell, then interpret it as a string of header arguments
12321         to be passed to the code block.
12323 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12325         * ob-shen.el (shen-eval-defun): Declare external function.
12326         (org-babel-execute:shen): Move requirement of inf-shen into
12327         the function in which it is used to fix build error.
12329         * ob-shen.el: New file.
12331 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
12333         * org.el (org-open-at-point): Make `org-open-at-point' only
12334         ask once about creating a new headline.
12336 2012-01-03  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
12338         * org.el (org-refile-targets): Elaborated the documentation of
12339         the variable as suggested by Dave Abrahams.
12341 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
12343         * org.el (org-align-tags-here): Allow tags to be placed right
12344         after heading.
12345         (org-tags-column): Document the meaning of tags column 0.
12347 2012-01-03  Niels Giesen  <niels.giesen@gmail.com>
12349         * org-agenda.el (org-agenda-get-blocks): Show timestamp ranges
12350         in agenda if start day is same as end day.
12352 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12354         * org.el (org-refile-get-location): Ignore errors when
12355         collection heading to be excluded.
12357 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12359         * org-special-blocks.el
12360         (org-special-blocks-convert-html-special-cookies): Avoid XHTML
12361         strict problems by not enclosing special blocks in paragraph tags.
12363 2012-01-03  Bernt Hansen  <bernt@norang.ca>
12365         * org-html.el (org-export-as-html): Check string-match
12366         argument.
12367         (org-html-handle-time-stamps): Check string-match argument.
12369 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12371         * org-agenda.el
12372         (org-agenda-skip-additional-timestamps-same-entry):
12373         Change default value.
12375 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12377         * org.el (org-time-string-to-time):
12378         (org-time-string-to-absolute): Add optional arguments BUFFER and
12379         POS for error reporting.
12381         * org-agenda.el (org-get-all-dates):
12382         (org-agenda-get-timestamps, org-agenda-get-deadlines)
12383         (org-agenda-get-scheduled, org-agenda-get-blocks): Call time
12384         stamp parsing functions with information on where the
12385         timestamp was taken from.
12387 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12389         * org.el (org-tree-to-indirect-buffer): Run `org-cycle-hook'
12390         after `show-all' in indirect buffer.
12392 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12394         * org-list.el (org-list-parents-alist): When no parent is found
12395         for an item, set it as the closest less indented item above.
12396         If none is found, make it a top level item.
12397         (org-list-write-struct): Externalize code.
12398         (org-list-struct-fix-item-end): New function.
12399         (org-list-struct): Remove a now useless fix.
12401         * org.el (org-ctrl-c-ctrl-c): Use new function.
12403 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12405         * org.el (org-end-of-line): When on an item, move point at the
12406         end of the line, but before any hidden text.  Thus, it's still
12407         possible to use commands, like `C-c C-c', acting at
12408         items.  This is still disabled if `org-special-ctrl-a/e'
12409         ignores `C-e'.
12411 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12413         * org-footnote.el (org-footnote-renumber-fn:N): Small refactoring.
12415 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12417         * org-footnote.el (org-footnote-renumber-fn:N): Fix an
12418         infloop.
12420 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12422         * org-footnote.el (org-footnote-at-definition-p):
12423         Remove useless `org-re'.
12425 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12427         * org-footnote.el (org-footnote-renumber-fn:N): Verify point
12428         is at a real footnote reference or definition before
12429         renumbering it.
12431 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12433         * org-footnote.el (org-footnote-goto-definition): This patch
12434         makes sure the function says when a definition has been
12435         found.  Thus, moving from the reference to the definition
12436         doesn't offer to create the latter again.
12438 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12440         * org-footnote.el (org-footnote-create-definition):
12441         Explicitly move point after tag, if it has just been
12442         inserted.
12444 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12446         * ob-gnuplot.el (org-babel-execute:gnuplot): Don't quote file
12447         names on Windows systems.
12449 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12451         * org-footnote.el (org-footnote-create-definition): When the
12452         tag is missing, it is created before any existing footnote, or
12453         at end of buffer.  In the latter case, the marker pointing at
12454         the position where the new footnote is going to be inserted
12455         (at end of buffer) stays before the tag.  This patch makes
12456         sure that the marker will be kept after the tag.
12458 2012-01-03  Eli Zaretskii  <eliz@gnu.org>
12460         * org.el (org-mode): Force left-to-right paragraphs in Org
12461         buffers.  For a related discussions, see
12462         https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
12464 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12466         * ob-asymptote.el (org-babel-asymptote-define-type):
12467         Silence byte-compiler.
12469 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12471         * ob-R.el (org-babel-R-evaluate): Fix bug in R session
12472         evaluation.
12474 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12476         * org-bibtex.el (org-bibtex-type-property-name):
12477         Configurable property name for bibtex entry types.
12478         (org-bibtex-headline): Use new configurable property name.
12479         (org-bibtex-check): Use new configurable property name.
12480         (org-bibtex-create): Use new configurable property name.
12481         (org-bibtex-write): Use new configurable property name.
12483 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12485         * org.el (org-paste-subtree): Remove unnecessary `concat'.
12487 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12489         * org.el (org-paste-subtree): Remove useless (concat ...).
12491 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12493         * ob-C.el (org-babel-C-var-to-C): Replacing usage of
12494         characterp with integerp (which should work w/Emacs22).
12496 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12498         * org-footnote.el (org-footnote-at-definition-p): Context must
12499         be valid at the beginning of line, not at point.
12501 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12503         * ob-tangle.el (org-babel-tangle-collect-blocks):
12504         Better delimiting of Org-mode text preceding a code block.
12506 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12508         * ob.el (org-babel-get-src-block-info): Fixing bug,
12509         accidentally deleted variable values.
12511 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12513         * ob-tangle.el (org-babel-process-comment-text):
12514         Customizable function to process comment text.
12515         (org-babel-tangle-collect-blocks): Make use of new
12516         customizable processing function.
12517         (org-babel-spec-to-string): Call customizable function rather than
12518         `org-babel-trim'.
12520 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12522         * ob-R.el (org-babel-execute:R): Collect and pass along the
12523         result-params.
12524         (org-babel-R-evaluate): Accept result-params and if "scalar" or
12525         "verbatim" don't process output.
12526         (org-babel-R-evaluate-session): Accept result-params and if
12527         "scalar" or "verbatim" don't process output.
12529 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12531         * ob.el (org-babel-merge-params): Differentiate between result
12532         types and wrappers.
12534 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12536         * ob.el (org-babel-get-src-block-info): Check that
12537         functional-syntax variables are initialized.
12539 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12541         * ob.el (org-babel-check-src-block): Adding a note for a
12542         future enhancement.
12544 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12546         * org-exp.el (org-export): Restore point when exporting a subtree.
12548 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12550         * ob.el (org-babel-parse-src-block-match): More robust to code
12551         blocks with empty bodies.
12553 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12555         * ob.el (org-babel-parse-src-block-match): Don't error on empty
12556         code block body.
12558 2012-01-03  David Maus  <dmaus@ictsoc.de>
12560         * org.el (org-open-at-point): Unescape plain link.
12562 2012-01-03  David Maus  <dmaus@ictsoc.de>
12564         * org-html.el (org-html-handle-links): Remove unnecessary link
12565         unescape.
12567 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12569         * ob.el (org-babel-merge-params): Better error message for
12570         unassigned variables.
12572 2012-01-03  Christian Egli  <christian.egli@alumni.ethz.ch>
12574         * org-taskjuggler.el (org-export-as-taskjuggler): Clone the
12575         buffer local variables to the temporary buffer before
12576         exporting.
12578 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12580         * org-exp.el (org-export-select-backend-specific-text):
12581         Only remove commas on the front line of a code block.
12583 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12585         * ob.el (org-babel-demarcate-block): Copy headers and indent to
12586         column of point when a block is split.
12588 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12590         * ob.el (org-babel-insert-result): Corrected file insertion
12591         for inline results.
12593 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12595         * org-footnote.el (org-footnote-in-valid-context-p):
12596         No footnote in latex fragments.
12598 2012-01-03  Martin Rudalics  <rudalics@gmx.at>
12600         * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
12601         argument from `pop-to-buffer-same-window' call.
12603 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12605         * ob-R.el (org-babel-R-evaluate-session): Improve prompt
12606         detection regexp.
12608 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12610         * org-inlinetask.el (org-inlinetask-goto-end):
12611         Small refactoring.
12613 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12615         * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
12616         refactor code.
12617         (org-babel-asymptote-table-to-array): Remove function.
12619 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12621         * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
12622         recognize non-nested lists as uni-dimensional arrays.
12624 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12626         * ob.el (org-babel-params-from-properties): Don't check for
12627         header arguments in properties with leading ":"s.
12629 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12631         * org-inlinetask.el (org-inlinetask-goto-end):
12632         Correctly detect the end of an inlinetask when the next one starts
12633         immediately after the current one.  Also, return position of
12634         point.
12636 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12638         * ob.el (org-babel-inline-src-block-regexp): Allow regexp to
12639         start at bol.
12641 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12643         * ob-asymptote.el (org-babel-asymptote-define-type):
12644         Elisp floats are asymptote reals.
12646 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12648         * ob-asymptote.el (org-babel-asymptote-table-to-array):
12649         Require a new argument TYPE specifying the detected type of
12650         array.  If it's a string array, make sure every element is
12651         returned as a string.  Also improve doc-string.
12652         (org-babel-asymptote-var-to-asymptote): Fill new argument.
12653         Small refactoring.
12654         (org-babel-asymptote-define-type): Rewrite to avoid stopping
12655         search at first float found, as strings have precedence over
12656         floats.
12658 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12660         * org-footnote.el (org-footnote-normalize): Be sure to separate
12661         the last footnote definition from the rest of the buffer.
12663 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12665         * ob-awk.el (org-babel-expand-body:awk): Allow for symbolic
12666         variable names.
12668 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12670         * org.el (org-latex-regexps): Allow matching latex fragments
12671         of type "$" and "$1" at beginning of line.
12673 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12675         * org-agenda.el (org-search-view, org-agenda-get-todos)
12676         (org-agenda-get-deadlines, org-agenda-get-scheduled):
12677         Add `category-pos' in let construct.
12679 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12681         * org-footnote.el (org-footnote-get-definition): The function has
12682         to widen buffer if definition has not been found in the current
12683         narrowed part.  Be sure to restore that restriction once the
12684         definition is found.
12686 2012-01-03  Michal Sojka  <sojka@os.inf.tu-dresden.de>  (tiny change)
12688         * org-icalendar.el (org-print-icalendar-entries): Make alarm
12689         duration RFC5545 compliant.
12691 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12693         * org-agenda.el (org-agenda-get-timestamps)
12694         (org-agenda-get-sexps, org-agenda-get-progress): Correctly set
12695         the `org-category-pos' property.
12697 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12699         * org-html.el (org-export-html-divs): Improve docstring.
12701 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12703         * org-table.el (org-table-fix-formulas): Throw error when
12704         changing formula leads to an invalid formula.
12706 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12708         * org.el (org-archive-location): Minor docstring fix.
12710 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12712         * org.el (org-block-todo-from-checkboxes):
12713         `org-list-search-forward' should be used when looking for an
12714         item, as it filters out contexts where match couldn't be in a
12715         list.  Also use a correct item regexp, taking into account
12716         alphabetical ordered lists and counters.
12718 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12720         * org-html.el (org-html-make-link): Minor fix to the
12721         docstring.
12723 2012-01-03  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
12725         * org-inlinetask.el (org-inlinetask): New customizable face
12726         for inlinetasks.
12728 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12730         * org-agenda.el (org-agenda-get-todos): Properly set
12731         `category-pos'.
12733 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12735         * org-list.el (org-list-struct-apply-struct): Don't use
12736         (copy-marker (point)) instead of (point-marker).
12738 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12740         * ob.el (org-babel-where-is-src-block-result): Don't try to
12741         resolve variables when simply checking if we're inside of a
12742         code block.
12744 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12746         * org.el (org-refresh-category-properties): New text property
12747         'org-category-position to point at the beginning of the
12748         headline from which the category is set.
12750 2012-01-03  Matt Lundin  <mdl@imapmail.org>
12752         * org.el (org-refile): Don't call `org-back-to-heading' with
12753         goto argument.
12755 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12757         * org.el (org-link-display-descriptive): Remove this option and
12758         rely on the existing `org-descriptive-links' instead.
12759         (org-toggle-link-display): Use `org-descriptive-links'.
12761 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12763         * ob-ref.el (org-babel-ref-resolve): Allow matching of results
12764         with tags after the result name.
12766 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12768         * org-table.el (org-table-get-specials): Allow the use of the
12769         underscore character in column names.
12770         (org-table-get-specials): Allow the use of the underscore
12771         character in field names.
12773 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12775         * org-exp-blocks.el (org-export-blocks-preprocess):
12776         Explicitly cleaning up markers.
12778 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12780         * ob-exp.el (org-babel-exp-inline-src-blocks): Save match data
12781         around `org-babel-exp-do-export' which now searches in this case.
12782         (org-babel-exp-results): Position the point in the inline source
12783         block during export evaluation.
12785         * ob.el (org-babel-insert-result): More readable code.
12787 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12789         * org-exp-blocks.el (org-export-blocks-preprocess): Use the built
12790         in function rather than the superfluous (and now removed)
12791         org-specific function.
12793 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12795         * ob-exp.el (org-babel-exp-inline-src-blocks): Don't examplize
12796         inline code blocks which are already escaped.
12798 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12800         * org-exp-blocks.el (org-marker-from-point): Helper function to
12801         create markers at specific points in source buffers.
12802         (org-export-blocks-preprocess): Use markers instead of points
12803         to delimit code blocks.
12805 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12807         * org-list.el (org-list-separating-blank-lines-number):
12808         The behaviour of `org-back-over-empty-lines' depends on the
12809         associated value of `headline' in
12810         `org-blank-before-new-entry', which is out of context in a
12811         list.
12813 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12815         * org-indent.el (org-indent-initialize-agent): When the current
12816         buffer isn't being watched, resume initialization of other watched
12817         buffers.  In that case, give hand to others idle timers or
12818         processes more frequently.
12819         (org-indent-agent-active-delay): Rename from
12820         `org-indent-agent-process-duration'.
12821         (org-indent-agent-passive-delay): New variable.
12822         (org-indent-agent-resume-delay): Change value.
12823         (org-indent-initialize-buffer): Change argument name.
12824         (org-indent-add-properties): Change argument name and type
12825         expected.  It must be a time value now.
12827 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12829         * org.el (org-set-property): Bugfix.
12831 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12833         * ob.el (org-babel-remove-result): Idempotent code block
12834         evaluation and result removal.
12836 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12838         * ob-ruby.el (org-babel-ruby-initiate-session): No longer
12839         require inf-ruby when no session evaluation takes place.
12841 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12843         * org-agenda.el (org-agenda-prefix-format): Mention "%e" in
12844         the docstring.
12846 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12848         * org-agenda.el (org-agenda-custom-commands): Set a default
12849         value for this command.
12851 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12853         * org-agenda.el (org-agenda-include-all-todo): Declare this option
12854         as no longer working.
12855         (org-timeline): Rename the include-all argument to dotodo.
12856         (org-arg-loc): Rename from` org-include-all-loc'.
12857         (org-agenda-list): Rename the INCLUDE-ALL argument to ARG,
12858         because its function has changed.
12860 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12862         * org.el (org-fixup-indentation): Fix various small bugs.
12864 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12866         * org-indent.el (org-indent-agent-timer)
12867         (org-indent-agentized-buffers, org-indent-agent-resume-timer)
12868         (org-indent-agent-process-duration)
12869         (org-indent-agent-resume-delay): New variables.
12870         (org-indent-initial-marker): More accurate doc-string.
12871         (org-indent-initial-timer, org-indent-initial-resume-timer)
12872         (org-indent-initial-process-duration)
12873         (org-indent-initial-resume-delay)
12874         (org-indent-initial-lock): Remove variables.
12875         (org-indent-mode): Set up an agent to watch current buffer, or
12876         add it to the list of already watched buffers.
12877         (org-indent-initialize-agent): New function.
12878         (org-indent-initialize-buffer): Now requires a mandatory
12879         buffer argument.
12880         (org-indent-add-properties): Reflect changes to variables.
12881         The resume timer is now global.
12883 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12885         * org-footnote.el (org-footnote-normalize): Refactor, and fix
12886         some blank lines deletion.
12888 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12890         * org-indent.el (org-indent-mode):
12891         `org-indent-initial-resume-timer ' needs to be local.
12893 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12895         * org.el (org-fixup-indentation): Correctly indent meta lines.
12897 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12899         * org-indent.el (org-indent-set-line-properties): Add text
12900         properties down to the beginning of the next line.
12901         (org-indent-add-properties): When last position to add
12902         properties to is at the beginning of a line, all that line
12903         will have properties.
12905 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12907         * org-indent.el (org-indent-initial-resume-timer): New variable.
12908         (org-indent-initialize-buffer): Also resume after a small break.
12909         (org-indent-add-properties): When in asynchronous mode,
12910         proceed for 2 seconds, then take a break.
12912 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12914         * org-indent.el (org-indent-set-line-properties): New function.
12915         (org-indent-add-properties): Externalize worker function.
12917 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12919         * org-indent.el (org-indent-indent-buffer): Take into account
12920         narrowing.
12922 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12924         * org-indent.el (org-indent-modified-headline-flag): Rename from
12925         `org-indent-deleted-headline-flag'
12926         (org-indent-notify-modified-headline): Rename from
12927         `org-indent-notify-deleted-headline'.  Handle situations when
12928         the stars of an headline are modified.
12929         (org-indent-refresh-maybe): Remove case now handled by
12930         previous function.
12931         (org-indent-mode): Apply renames.
12933 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12935         * org-indent.el (org-indent-inlinetask-first-star):
12936         New variable.
12937         (org-indent-add-properties): Set the first star of inline-tasks'
12938         virtual indentation in `org-warning' face.
12940         * org-inlinetask.el (org-inlinetask-insert-task): Create a new
12941         inline-task slightly differently, so virtual indentation can
12942         be applied normally.
12944 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12946         * org-indent.el (org-indent-initial-marker)
12947         (org-indent-initial-timer, org-indent-initial-lock):
12948         New variables.
12949         (org-indent-mode): At initialization, start an idle timer to indent
12950         the whole buffer.  When the user is asking for control, interrupt the
12951         process, and resume at the same point when idle again.
12952         (org-indent-initialize-buffer): New function.
12953         (org-indent-add-properties): Throw an interrupt when indentation of
12954         buffer is stopped during initialization.
12956 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12958         * org-indent.el (org-indent-indent-buffer): Send more
12959         appropriate messages.
12961 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12963         * org-indent.el (org-indent-notify-deleted-headline)
12964         (org-indent-refresh-maybe): Replace `org-indent-outline-re'
12965         with `org-outline-regexp-bol'.
12967 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12969         * org-indent.el (org-indent-max-levels): Modify default value and
12970         add comment.
12971         (org-indent-add-properties): Pay attention to `org-indent-max'
12972         and `org-indent-max-levels' values.
12973         (org-indent-refresh-maybe): Refactor code to avoid an unnecessary
12974         save excursion.
12976 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12978         * org-table.el (org-table-align): Remove now useless hack.
12980 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12982         * org-indent.el (org-indent-fix-section-after-idle-time):
12983         Remove variable.
12984         (org-indent-initialize): Remove timer.
12985         (org-indent-add-properties): Refactor code.
12986         (org-indent-refresh-subtree, org-indent-refresh-section)
12987         (org-indent-refresh-buffer,org-indent-set-initial-properties):
12988         Remove functions.
12989         (org-indent-deleted-headline): New variable.
12990         (org-indent-notify-deleted-headline,org-indent-refresh-maybe):
12991         New functions.
12992         (org-indent-mode): Insert new functions into a hook.
12994 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12996         * org-indent.el (org-indent-mode): Completely refresh buffer
12997         before starting org-indent-mode.  Also set idle timer to refresh
12998         only visible portion of buffer, and refresh the subtree instead of
12999         section when promoting or demoting it.
13000         (org-indent-add-properties): Rewrite function to proceed line by
13001         line, as required by `wrap-prefix' specificity.
13002         (org-indent-refresh-section,org-indent-refresh-subtree): Refactor.
13003         (org-indent-refresh-view): New function.
13004         (org-indent-refresh-to, org-indent-refresh-section):
13005         Remove functions.
13007         * org.el (org-unfontify-region): Do not remove prefix
13008         properties when unfontifying a region.
13010 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13012         * org-colview.el (org-columns-cleanup-item): Correctly remove
13013         leading stars in items displayed in the agenda column view.
13015 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13017         * org-colview.el (org-columns-display-here): Clean up items in
13018         `org-agenda-mode' too.
13019         (org-columns-cleanup-item): Take a new argument CPHR to allow
13020         passing a complex heading regexp.  Rewrite to cleanup ITEM
13021         correctly in `org-agenda-mode'.
13023 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13025         * org-clock.el (org-duration-string-to-minutes)
13026         (org-minutes-to-hh:mm-string, org-hh:mm-string-to-minutes):
13027         Move from org.el.
13029 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13031         * org.el (org-refile-active-region-within-subtree): New option to
13032         allow refiling a region that is part of a subtree without
13033         containing a subtree itself.  This default to `nil'.
13034         (org-refile): Use the new option.  Put point at the beginning
13035         of the region/subtree to be refiled, so that users understand
13036         what will be refiled.  Also improve the prompt to tell whether
13037         the user is refiling a region or a headline.
13039 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13041         * org.el (org-properties-postprocess-alist): New option to allow
13042         postprocessing the values of properties set through
13043         `org-set-property'.
13044         (org-set-property): Use this option.
13046 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13048         * org.el (org-outline-regexp, org-outline-regexp-bol): Add a
13049         docstring.
13051 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13053         * org-archive.el (org-archive-to-archive-sibling):
13054         Use `org-outline-regexp' instead of `outline-regexp'.
13056 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13058         * org.el (org-between-regexps-p): Searching up to pos may
13059         match again beginning regexp.
13061 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13063         * org-footnote.el (org-footnote-goto-definition): Don't send
13064         erroneous message: suggested bindings might not be set outside
13065         Org.
13067 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13069         * org-footnote.el (org-footnote-normalize): Effectively remove
13070         any footnote tag in non Org buffers, as detailled in the
13071         docstring of `org-footnote-tag-for-non-org-mode-files'.
13073 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13075         * org-footnote.el (org-footnote-tag-for-non-org-mode-files):
13076         notify the opportunity to set the variable to the empty string.
13077         (org-footnote-normalize, org-footnote-create-definition):
13078         Carefully check for inserted newlines and presence of the
13079         footnote tag.
13081 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13083         * org-footnote.el (org-footnote-at-definition-p): Re-use
13084         `org-footnote-definition-re'.
13086 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13088         * org-footnote.el (org-footnote-definition-re): Remove an
13089         useless group.
13090         (org-footnote-at-definition-p): Reflect removal of the group.
13092 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13094         * org.el (org-set-regexps-and-options): Enforce white space
13095         after todo keyword, as word boundary isn't sufficient (i.e. in
13096         matches * TODO/this).
13098 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
13100         * org-inlinetask.el (org-inlinetask-export-templates):
13101         Fix template for html so that the exported file is valid
13102         xhtml.  Added template for odt.
13103         (org-inlinetask-export-handler): Fix typo in the regexp that
13104         trims content.  Make sure that the content is flanked by
13105         paragraph boundaries on either side.
13107 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13109         * org.el (org-add-planning-info): Don't insert superfluous
13110         space when updating timestamps.
13112 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13114         * org-agenda.el (org-cmp-effort): Fix docstring.
13116 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13118         * org-list.el (org-list-full-item-re): When an item has only a
13119         bullet and no space after it, list structure would not be
13120         recognized correctly.
13122 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13124         * org.el (org-overview): Use `outline-regexp' instead of
13125         `org-outline-regexp' so that global cycling using
13126         `orgstruct-mode' works outside of Org buffers.
13128 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13130         * org-table.el (org-table-eval-formula): Fix missing variable
13131         in let construct.
13132         (org-table-time-string-to-seconds): Fix missing variable in
13133         let construct.
13135 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
13137         * org-agenda.el (org-agenda-get-deadlines): Fix dfrac for the
13138         case of wdays being 0.  Don't pass wdays to
13139         org-agenda-deadline-face, like before the old fix.
13140         (org-agenda-deadline-face): Revert to old state that was without
13141         wdays.
13143 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13145         * org-latex.el (org-export-latex-fixed-width): Only add one
13146         line break after exporting verbatim environments.
13148 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13150         * org-mw.el (org-mw-export-lists): Fix list export.
13152 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13154         * org-list.el (org-list-item-trim-br): New function.
13155         (org-list-to-generic): New parameter :nobr to use the new
13156         function.
13158 2012-01-03  David Maus  <dmaus@ictsoc.de>
13160         * org.el (org-paste-subtree): Fix wrong order of lines to move
13161         before pasting.
13163 2012-01-03  David Maus  <dmaus@ictsoc.de>
13165         * org.el (org-paste-subtree): Paste subtree above target
13166         headline if point is at bol.
13168 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13170         * org-list.el (org-toggle-checkbox): Don't clear lim-down
13171         while used in the while loop.
13173 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13175         * org-list.el (org-toggle-checkbox): Lim-down must be a
13176         marker.
13178 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13180         * org.el (org-activate-code): Correct regexp so ":.*" isn't
13181         matched.
13183 2012-01-03  David Maus  <dmaus@ictsoc.de>
13185         * org-macs.el (org-with-gensyms, org-called-interactively-p)
13186         (with-silent-modifications, org-bound-and-true-p)
13187         (org-unmodified, org-re, org-preserve-lc)
13188         (org-without-partial-completion, org-with-point-at)
13189         (org-no-warnings, org-if-unprotected, org-if-unprotected-1)
13190         (org-if-unprotected-at, org-with-remote-undo)
13191         (org-no-read-only, org-save-outline-visibility)
13192         (org-with-wide-buffer, org-with-limited-levels)
13193         (org-eval-in-environment): Provide edebug specifications.
13195         * org-src.el (org-src-do-at-code-block): Dto.
13197         * org-publish.el (org-publish-with-aux-preprocess-maybe): Dto.
13199         * org-compat.el (org-xemacs-without-invisibility): Dto.
13201         * org-clock.el (org-with-clock-position, org-with-clock): Dto.
13203         * org-agenda.el (org-agenda-with-point-at-orig-entry)
13204         (org-batch-agenda, org-batch-agenda-csv)
13205         (org-batch-store-agenda-views): Dto.
13207         * ob.el (org-babel-do-in-edit-buffer)
13208         (org-babel-map-src-blocks, org-babel-map-inline-src-blocks): Dto.
13210         * ob-tangle.el (org-babel-with-temp-filebuffer): Dto.
13212         * ob-table.el (sbe): Dto.
13214         * ob-exp.el (org-babel-exp-in-export-file): Dto.
13216         * ob-comint.el (org-babel-comint-in-buffer)
13217         (org-babel-comint-with-output): Dto.
13219 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13221         * org-inlinetask.el (org-inlinetask-export-templates):
13222         Fix docstring.
13224 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13226         * org-inlinetask.el (org-inlinetask-insert-task): Error when
13227         trying to nest inline tasks.
13229 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13231         * org.el (org-activate-code, org-toggle-fixed-width-section)
13232         (org-indent-line-function): Allow "[ \t]*:$" as a special case of
13233         fixed-width section.
13235 2012-01-03  David Maus  <dmaus@ictsoc.de>
13237         * org.el (org-paste-subtree): Don't eat headline when called
13238         with point at existing headline.
13240 2012-01-03  David Maus  <dmaus@ictsoc.de>
13242         * org.el (org-paste-subtree): Fix typo in variable name.
13244 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
13246         * org-inlinetask.el (org-inlinetask-export-handler):
13247         Don't export inline tasks if the current backend has provided no
13248         entries in `org-inlinetask-export-templates'.
13250 2012-01-03  Valentin Wüstholz  <wuestholz@gmail.com>  (tiny change)
13252         * org.el (org-indent-line-function): Made the way in which
13253         example blocks are indented more flexible.
13255 2012-01-03  David Maus  <dmaus@ictsoc.de>
13257         * org-agenda.el (org-batch-agenda-csv): Fix argument to append
13258         when creating final parameter alist.
13260 2012-01-03  David Maus  <dmaus@ictsoc.de>
13262         * org-agenda.el (org-batch-store-agenda-views): Use macro
13263         `org-eval-in-environment'.
13265 2012-01-03  David Maus  <dmaus@ictsoc.de>
13267         * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
13268         Use `org-eval-in-environment.
13270 2012-01-03  David Maus  <dmaus@ictsoc.de>
13272         * org-macs.el (org-make-parameter-alist): New function.
13273         Turn flat list of alternating symbol names and values into an alist
13274         with symbol name in car and value in cdr.
13276 2012-01-03  David Maus  <dmaus@ictsoc.de>
13278         * org-agenda.el (org-agenda-with-point-at-orig-entry):
13279         Use macro `org-with-gensyms'.
13281 2012-01-03  David Maus  <dmaus@ictsoc.de>
13283         * org-macs.el (org-substitute-posix-classes):
13284         New function.  Substitute posix classes in regular expression.
13285         (org-re): Use new function.
13287 2012-01-03  David Maus  <dmaus@ictsoc.de>
13289         * org-macs.el (org-eval-in-environment): New macro.  Evaluate FORM
13290         in ENVIRONMENT.
13292 2012-01-03  David Maus  <dmaus@ictsoc.de>
13294         * org-macs.el (org-preserve-lc, org-with-point-at)
13295         (org-with-remote-undo, org-save-outline-visibility): Use new
13296         macro `org-with-gensyms'.
13298 2012-01-03  David Maus  <dmaus@ictsoc.de>
13300         * org-macs.el (org-with-gensyms): New macro.  Wrap let-binding
13301         of SYMBOLS to new uninterned symbols around BODY.
13303 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13305         * org-inlinetask.el (org-inlinetask-export-handler): Make sure
13306         the task starts a paragraph or the HTML exporter will produce
13307         an incorrect output.
13309 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13311         * org.el (org-return): When filling happens, `newline' can
13312         change match data, hence modifying the indent column.
13314 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13316         * org-footnote.el (org-footnote-new): Only forbid non-inlined
13317         footnotes at column 0, as only them can be confused with a
13318         footnote definition.
13320 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13322         * org-footnote.el (org-footnote-new): Use `ido' or `iswitchb'
13323         when available when prompted for a label.  Also rename a local
13324         variable to avoid confusion with an existing function.
13326 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13328         * org-footnote.el (org-footnote-label-history):
13329         Remove variable
13330         (org-footnote-new): Remove call to that variable.
13332 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13334         * org.el (org-insert-heading): With `force-heading' non-nil,
13335         inserting an heading before any headline, and just after a
13336         list would return an error.
13338 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
13340         * ob.el (org-babel-sha1-hash): Remove use of `copy-seq'.
13342 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
13344         * org-bibtex.el (org-bibtex-get): Make the "FILE" property
13345         non-special when resolving bibtex values.
13347 2012-01-03  David Maus  <dmaus@ictsoc.de>
13349         * org.el (org-back-over-empty-lines): Don't move line upward
13350         if point is at eob.
13352 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13354         * org-footnote.el (org-footnote-in-valid-context-p):
13355         Check `org-protected' property before allowing to match a footnote.
13356         (org-footnote-at-reference-p): Remove an obsolete test.  It is now
13357         done in the previous function.
13359 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13361         * org.el (org-between-regexps-p): Previous name implied the
13362         function was related to blocks, which isn't mandatory.
13363         (org-narrow-to-block, org-in-block-p)
13364         (org-indent-line-function): Applied the rename.
13366         * ob-exp.el (org-babel-in-example-or-verbatim):
13367         Applied rename.  Also removed a white space.
13369 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13371         * org.el (org-in-regexps-block-p): Return an useful value when
13372         point is between START-RE and END-RE.  No incomplete block is
13373         allowed anymore.  Add another optional argument to bound the
13374         bottom part of the search.
13375         (org-narrow-to-block, org-in-block-p): Apply modifications.
13377 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
13379         * ob.el (org-babel-src-block-regexp): If a code block has a
13380         body, its last character must be a newline.
13382 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13384         * org-footnote.el (org-footnote-next-reference-or-definition):
13385         If no more footnote is found, be sure to go back to the
13386         original position.  Otherwise, point might be left on a
13387         footnote-like element that has been dished out.
13389 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
13391         * ob-exp.el (org-babel-inline-src-block-regexp): Declare this
13392         variable.
13394         * ob.el (defvar): Wrap variable declaration in
13395         `eval-when-compile'.
13397 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
13399         * ob-keys.el (org-babel-key-bindings): Bound to `C-c C-v k'.
13401 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
13403         * ob-java.el (org-babel-execute:java): Allow cmdline flags
13404         during compilation and evaluation.
13406 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
13408         * ob.el (org-babel-expand-body:generic, org-babel-number-p):
13409         * ob-ref.el (org-babel-ref-parse): Fix typos.
13411 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
13413         * ob.el (org-babel-execute-src-block): Fix typo.
13415 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
13417         * org.el (org-link-unescape, org-link-unescape-compound): Fix typos.
13419 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
13421         * org-list.el (org-list-send-item): Use sort instead of sort*.
13423 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
13425         * org-table.el (org-table-line-to-dline): Fix typo.
13427 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
13429         * org-agenda.el (org-agenda-add-entry-text-descriptive-links)
13430         (org-agenda-custom-commands, org-write-agenda, org-check-for-org-mode)
13431         (org-search-syntax-table, org-modify-diary-entry-string)
13432         (org-write-agenda):
13433         * org-bbdb.el (org-bbdb-anniv-export-ical):
13434         * org-bibtex.el (org-bibtex-fields):
13435         * org-icalendar.el (org-icalendar-date-time-format):
13436         * org-latex.el (org-export-latex-inline-image-extensions):
13437         * org-list.el (org-list-insert-item): Fix typos.
13439 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
13441         * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
13443 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
13445         * org.el (org-mode): Force left-to-right paragraphs in Org
13446         buffers.  For a related discussions, see
13447         https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
13449 2011-09-17  Juanma Barranquero  <lekktu@gmail.com>
13451         * org.el (org-toggle-pretty-entities): Fix typo in message.
13453 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
13455         * org-compat.el (org-pop-to-buffer-same-window): Delete.
13457         * ob-ref.el (org-babel-ref-goto-headline-id):
13458         * org.el (org-get-location, org-tree-to-indirect-buffer)
13459         (org-mark-ring-goto, org-refile, org-add-log-note)
13460         (org-revert-all-org-buffers, org-switchb)
13461         (org-cycle-agenda-files, org-submit-bug-report)
13462         (org-goto-marker-or-bmk):
13463         * org-agenda.el (org-prepare-agenda, org-agenda-switch-to):
13464         * org-capture.el (org-capture-goto-target)
13465         (org-capture-fill-template):
13466         * org-clock.el (org-clock-goto):
13467         * org-ctags.el (org-ctags-visit-buffer-or-file):
13468         * org-exp.el (org-export-as-org):
13469         * org-feed.el (org-feed-show-raw-feed):
13470         * org-html.el (org-export-htmlize-generate-css):
13471         * org-id.el (org-id-goto):
13472         * org-irc.el (org-irc-visit-erc):
13473         * org-mobile.el (org-mobile-apply):
13474         * org-publish.el (org-publish-org-to, org-publish-find-date):
13475         * org-remember.el (org-go-to-remember-target):
13476         * org-src.el (org-src-switch-to-buffer)
13477         (org-edit-fixed-width-region): Use switch-to-buffer.
13479 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
13481         * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
13482         argument from pop-to-buffer-same-window call.
13484 2011-07-30  Carsten Dominik  <carsten.dominik@gmail.com>
13486         * ob.el (org-babel-src-block-regexp): If a code block has a body,
13487         its last character must be a newline.
13489 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13491         * org-pcomplete.el: New file.  Rename from org-complete.el.
13492         * org-complete.el: Delete file.
13494 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13496         * org-publish.el (org-publish-index-generate-theindex):
13497         Rename from `org-publish-index-generate-theindex.inc'.  Use the file
13498         theindex.org directly instead of including theindex.inc.
13499         (org-publish-projects): Don't delete .orgx files.
13500         (org-publish-aux-preprocess): Use .file.orgx.
13502 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13504         * org-html.el (org-export-html-preamble-format): New default for
13505         the HTML preamble: don't include the title.  Also improve the
13506         docstring.
13507         (org-export-html-postamble-format): Improve the docstring.
13508         (org-export-as-html): Add the title within the "content" div.
13509         This is necessary for interaction with the org-info.js script.
13511 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>
13513         * org-table.el (org-table-edit-field): Display field coordinates.
13515 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13517         * org-publish.el (org-publish-find-title): Bugfix: kill buffers
13518         unless they were already visited.
13519         (org-sitemap-sort-files, org-sitemap-sort-folders)
13520         (org-sitemap-ignore-case, org-sitemap-requested)
13521         (org-sitemap-date-format, org-sitemap-file-entry-format):
13522         Use a correct prefix.
13523         (org-publish-projects): Make sure to delete .orgx files.
13524         (org-publish-index-generate-theindex.inc): Small docstring fix.
13526 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13528         * org-table.el (org-table-duration-custom-format): New defcustom
13529         to select output format of durations computations.
13530         (org-table-time-seconds-to-string): Use the new variable.
13531         (org-table-eval-formula): Allow `t' as a flag, on top of `T'.  `t'
13532         will use the custom output format defined in
13533         `org-table-duration-custom-format'.
13535 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13537         * org-list.el: Search blank lines down to the end of the item
13538         instead of stopping at the item, in order to possibly match such
13539         lines within the item.
13541 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13543         * org-latex.el (org-export-latex-href-format): Docstring fix to
13544         reflect the fact that you can use only one "%s".
13545         (org-export-latex-links): Allow `org-export-latex-href-format' to
13546         have only one "%s".
13548 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
13550         * org.el (org-org-menu): Add `org-copy-visible' to the menu.
13552 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
13554         * org.el (org-copy-visible): New command.
13556 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13558         * org-capture.el (org-capture-templates): Docstring fix.
13560 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13562         * ob.el (org-babel-view-src-block-info): New function to inspect
13563         code blocks.
13565         * ob-keys.el (org-babel-key-bindings): Key bindings for
13566         `org-babel-view-src-block-info'.
13568 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13570         * org-exp.el (org-infile-export-plist): Handle recursively
13571         included setup files.  The value of the last included file always
13572         takes precedence over previous values.
13574 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13576         * org.el (org-timestamp-change): Keep point in the same category
13577         when updating a time-stamp.  This requires to be careful, as,
13578         depending on the locale, name of day might change of length during
13579         the process.
13581 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13583         * org-footnote.el (org-footnote-create-definition): When skipping
13584         already written footnotes definition, the algorithme would assume
13585         each one was only one-line long.
13587 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13589         * org-table.el (org-table-eval-formula): Fix bug when a formula
13590         "range" is just one cell.
13591         (org-table-time-string-to-seconds): Don't check whether we
13592         manipulate a string.
13594 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13596         * org-exp.el (org-export-mark-list-end)
13597         (org-export-mark-list-properties): Don't remove the ending regexp
13598         when it consists in blank lines.
13600         * org-list.el (org-list-parse-list): Ditto, but remove it
13601         completely when it isn't made of blank lines (i.e. during export
13602         process).
13604 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13606         * org-table.el (org-table-time-string-to-seconds): Match either
13607         HH:MM:SS or HH:MM (instead of MM:SS).
13609 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13611         * org.el (org-ctrl-c-ctrl-c-final-hook): New hook to be run when
13612         `org-ctrl-c-ctrl-c' cannot do anything useful in the given
13613         context.
13615 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13617         * org-html.el (org-export-html-with-timestamp)
13618         (org-export-html-html-helper-timestamp): These are obsolete
13619         variables as of Org version 7.7 as you can already export the
13620         timestamp from the preamble or the postamble.
13621         (org-export-html-before-content-div): Delete variable.
13622         (org-export-html-content-div): Obsolete variable as of 7.7.
13623         (org-export-html-divs): New variable to define divs used in
13624         HTML export.
13625         (org-export-as-html): Now the preamble and the postamble are
13626         surrounded by a <div ...>.  The name of the div is defined through
13627         `org-export-html-divs'.
13629 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13631         * org-table.el (org-table-eval-formula): Throw an error when
13632         trying to replace complex range with invalid references.
13634 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13636         * org-macs.el (org-with-limited-levels): Some functions, like
13637         `org-back-to-heading', being deeply based on outline-mode, still
13638         refer to `outline-regexp' instead of `org-outline-regexp'.
13640 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13642         * org.el (org-refile-get-targets): New optional argument
13643         `excluded-entries' to exclude entries from the targets.
13644         (org-refile-get-location): From an org-mode buffer, exclude
13645         current heading and subheadings from the list of targets when
13646         `org-refile-use-cache' is nil.
13648 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13650         * org.el (org-imenu-get-tree): Headlines start at bol.
13652 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13654         * ob-maxima.el: New file.  Fixed self-proclaimed file name.
13656 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13658         * ob.el (org-babel-sha1-hash): Only call `copy-seq' on proper
13659         lists.
13661 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13663         * org.el (org-kill-is-subtree-p): Matched string needs to start at
13664         bol.
13666 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13668         * org.el (org-paste-subtree, org-kill-is-subtree-p)
13669         (org-yank-folding-would-swallow-text, org-yank-generic):
13670         Use `org-with-limited-levels' macro.
13672 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13674         * org-macs.el (org-with-limited-levels): Also modify, when
13675         appropriate, `org-outline-regexp-at-bol'.
13677 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13679         * org.el (org-timestamp-change): Some locales don't use the same
13680         length for date abbreviations.  Set a marker at origin in case
13681         length of new timestamp is different.
13683 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13685         * org.el (org-imenu-get-tree): Browse only true headlines.
13687 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13689         * org-archive.el (org-archive-subtree): While it might be possible
13690         to archive an headline of a temporary buffer (i.e. not visiting a
13691         file), it wouldn't be really sensible.
13693 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13695         * org-archive.el (org-extract-archive-file)
13696         (org-extract-archive-heading, org-archive-subtree):
13697         `buffer-file-name' is nil in an indirect buffer.  Thus, use
13698         `(buffer-file-name (buffer-base-buffer))', which will, in any
13699         case, return the file name.
13701 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13703         * org-capture.el (org-capture): If dired isn't loaded,
13704         `dired-buffers' isn't defined, and %F will fail.
13706 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13708         * ob-java.el (org-babel-execute:java): Don't create empty package
13709         directories.
13711 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13713         * ob-java.el: New file.
13715 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13717         * ob.el (org-babel-execute-src-block): Replace call to defunct
13718         function `org-babel-result-hash'.
13720 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13722         * org-footnote.el (org-footnote-in-valid-context-p): Avoid cited
13723         lines and headers in `message-mode'.
13724         (org-footnote-at-reference-p): Remove check for cited lines, this
13725         is now handled by the previous function.  Refactor.
13727 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13729         * org-capture.el (org-capture): If no file is associated to
13730         current buffer, check dired buffer and try to retrieve a possibly
13731         directory associated.
13733 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13735         * ob-exp.el (org-babel-exp-results): Resolve hashes in the current
13736         (not original) file buffer.
13738         * ob.el (org-babel-current-result-hash): More informative name,
13739         and remove useless optional argument.
13741 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13743         * org.el (org-refile-get-location): Exclude current heading from
13744         the refile table.
13746 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13748         * org-footnote.el (org-footnote-at-reference-p): Test if match is
13749         in cited text, when replying to a message.
13750         (org-footnote-new): Do not create a new footnote at bol, as it
13751         might be seen as a definition.
13752         (org-footnote-at-definition-p): Ignore definitions in forbidden
13753         blocks, as it is already the case for references.
13755 2011-07-28  Matt Lundin  <mdl@imapmail.org>
13757         * org-bibtex.el (org-bibtex-create, org-bibtex-write):
13758         Change argument of `org-toggle-tag' to 'on.  (Other arguments, e.g., t,
13759         have no effect).
13761 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13763         * org-bibtex.el (org-bibtex-get): Don't let trimming turn nils
13764         into empty strings.
13766 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13768         * org-list.el (org-list-insert-item): Actualize code comments.
13769         (org-insert-item): For consistency, point cannot be moved at a
13770         surprising place when the user is being asked to choose a new
13771         description term to insert in the list.  Point should stay where
13772         the user called the command.
13774 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13776         * org-toc.el (org-toc-before-first-heading-p, org-toc-show)
13777         (org-toc-get-headlines-status): Use `org-outline-regexp-bol'.
13779 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13781         * org.el (org-outline-regexp-bol): New defconst.
13782         (org-outline-level, org-set-font-lock-defaults, org-cycle)
13783         (org-overview, org-content, org-flag-drawer)
13784         (org-first-headline-recenter, org-insert-todo-heading)
13785         (org-map-region, org-move-subtree-down, org-paste-subtree)
13786         (org-kill-is-subtree-p, org-context-p, org-refile)
13787         (org-refile-new-child, org-toggle-comment, org-todo)
13788         (org-add-planning-info, org-add-log-setup, org-scan-tags)
13789         (org-set-tags, org-insert-property-drawer)
13790         (org-prepare-agenda-buffers, org-preview-latex-fragment)
13791         (org-speed-command-default-hook, org-check-for-hidden)
13792         (org-toggle-item, org-toggle-heading)
13793         (org-indent-line-function, org-set-autofill-regexps)
13794         (org-fill-paragraph, org-toggle-fixed-width-section)
13795         (org-yank-generic, org-yank-folding-would-swallow-text)
13796         (org-first-sibling-p, org-goto-sibling)
13797         (org-goto-first-child, org-show-entry):
13798         Use `org-outline-regexp' and `org-outline-regexp-bol'.
13800 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13802         * org.el (org-update-parent-todo-statistics): COOKIE_DATA should
13803         be checked for parent, not current headline.  Also, this function
13804         doesn't need to be interactive.
13806 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13808         * org-list.el (org-list-send-item, org-list-struct-apply-struct)
13809         (org-apply-on-list, org-toggle-checkbox): Make markers point
13810         nowhere when they have become useless.
13812 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13814         * org-list.el (org-list-insert-item): When insertion point is in
13815         some white line after the end of the list, remove all unnecessary
13816         white lines there before proceeding.  Also refactor a snippet of
13817         code.
13819 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13821         * org-latex.el (org-export-latex-image-default-option):
13822         Change default value.
13824 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13826         * org.el (org-fontify-meta-lines-and-blocks-1): Blocks cannot be
13827         correctly fontified when the buffer is missing a final newline.
13829 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13831         * ob.el (org-babel-strip-protective-commas): Return `nil' instead
13832         of an error if no argument is given.
13833         (org-babel-parse-src-block-match): Make sure body is defined in
13834         the let construct.
13836 2011-07-28  Jon Anders Skorpen  <jonas@ifi.uio.no>  (tiny change)
13838         * org-publish.el (org-publish-cache-file-needs-publishing):
13839         Regexp did not find includes with double quoted file names.
13841 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13843         * org-footnote.el (org-footnote-normalize): Footnote section
13844         should be inserted only if there are footnotes to insert.
13846 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13848         * org-footnote.el (org-footnote-at-definition-p)
13849         (org-footnote-normalize): Do not grab signature in the definition
13850         of the last footnote.
13852 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13854         * org-bibtex.el (org-babel-trim): Declare this function to the
13855         compiler.
13856         (org-bibtex-get): Trimming whitespace off of bibtex fields read from
13857         properties.
13859 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13861         * org-exp.el (org-export-preprocess-string): Add the possibility
13862         to call recursively the function.  Also change order of some
13863         function calls.  Comment export process for footnotes.
13865         * org-footnote.el (org-footnote-normalize): Change the export
13866         specific parameter to hold properties of export.  Thus, the
13867         function can send every footnote definition in the buffer through
13868         `org-export-process-string'.
13870 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13872         * org-latex.el (org-export-latex-preprocess): First insert
13873         footnotes in the temporary buffer so their contents can properly
13874         be protected from further transformations if required.
13876 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13878         * org-list.el (org-list-indent-offset): New variable.
13879         (org-list-struct-fix-ind): Make use of the new variable.
13881 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13883         * org-latex.el (org-export-latex-list-parameters):
13884         Complete default value with cbtrans option.
13886         * org-list.el (org-list-to-latex): Set a more consistent default
13887         value.
13889 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13891         * org-list.el (org-list-swap-items): Move it to a meaningful
13892         position in source code (i.e. before any function using it), and
13893         rename it to an easier name.
13895 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13897         * org-list.el (org-list-separating-blank-lines-number): If there
13898         are blank lines already in the whole list, add a blank line.
13900 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13902         * org-list.el (org-list-use-circular-move): New variable.
13903         (org-previous-item, org-next-item): Make use of the new variable.
13904         (org-move-item-down, org-move-item-up): Make use of the new
13905         variable.  Simplify code.
13907 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13909         * org-list.el (org-list-delete-item, org-list-send-item):
13910         New functions.
13912 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13914         * org-agenda.el (org-agenda-bulk-custom-functions): New variable
13915         for custom bulk action functions.
13916         (org-agenda-bulk-action): Use it.
13918 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13920         * org-latex.el (org-export-latex-quotes): New defcustom.
13921         (org-export-latex-quotation-marks): Use it.
13923 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13925         * org-capture.el (org-capture-finalize): Bugfix about inserted
13926         blank line when killing the capture buffer and
13927         `org-blank-before-new-entry' tells to not insert anything before a
13928         heading.
13930 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13932         * org-html.el (org-export-html-content-div): Rename from
13933         `org-export-content-div'.
13934         (org-export-as-html): Use new name.
13936 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13938         * org-latex.el (org-export-latex-header-defs-re): Delete.
13940 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13942         * org.el (org-last-set-property): New variable.
13943         (org-read-property-name): Use the new variable: the prompt
13944         defaults to the last property set, unless there is a property in
13945         the line at point.
13947 2011-07-28  David Maus  <dmaus@ictsoc.de>
13949         * org-capture.el (org-capture-before-finalize-hook)
13950         (org-capture-after-finalize-hook, org-capture-mode-map)
13951         (org-capture-mode, org-capture-goto-last-stored): Fix docstring,
13952         consistently refer to capture, not remember.
13954 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13956         * ob-clojure.el (org-babel-execute:clojure): Respects "scalar" and
13957         "verbatim" results params.
13959 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13961         * ob-awk.el (org-babel-execute:awk): Use "verbatim" as synonym for
13962         "scalar".
13964         * ob-sh.el (org-babel-sh-evaluate): Use "verbatim" as synonym for
13965         "scalar".
13967         * ob-sqlite.el (org-babel-execute:sqlite): Use "verbatim" as
13968         synonym for "scalar".
13970         * ob.el (org-babel-merge-params): Use "verbatim" as synonym for
13971         "scalar".
13973 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13975         * ob.el (org-babel-script-escape): Parse odd parens when nested
13976         isnide lists.
13978 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13980         * ob-clojure.el (org-babel-execute:clojure): No longer force
13981         results into elisp if they don't naturally fit.
13983 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13985         * ob-clojure.el (org-babel-execute:clojure): Stop re-reading
13986         already parsed lisp results.
13988 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13990         * org-list.el (org-plain-list-ordered-item-terminator):
13991         Remove incorrect assumption.
13993 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13995         * org-footnote.el (org-footnote-forbidden-blocks): Add missing
13996         exporter specific blocks.
13998         * org-list.el (org-list-forbidden-blocks): Ditto.
14000 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14002         * org-latex.el (org-export-latex-tables): Bugfix: remove
14003         properties from fields.
14005 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14007         * org.el (org-shiftcontrolup, org-shiftcontroldown): New commands
14008         to use `org-clock-timestamps-change'.
14010 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14012         * org.el (org-timestamp-up, org-timestamp-down): Mention time
14013         changes in the docstring.
14015 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14017         * org-clock.el (org-clock-remove-empty-clock-drawer): New function
14018         to remove empty clock drawer.
14019         (org-clock-out-hook): Add the new function as a hook.
14021 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14023         * org-list.el (org-list-in-valid-context-p): Use `org-in-block-p'.
14025 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14027         * org.el (org-in-block-p): New function.
14029         * org-footnote.el (org-footnote-forbidden-blocks): New variable.
14030         (org-footnote-in-valid-context-p): New function.
14031         (org-footnote-at-reference-p): Use new function.  Allow inline
14032         footnotes to start at bol.
14034 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14036         * org-lparse.el (org-lparse-use-flashy-warning): New defcustom.
14037         (org-lparse-warn): Use it.
14039 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14041         * org-ascii.el (org-export-as-utf8): Fix call to
14042         `org-called-interactively-p': it requires an argument.  Also fix
14043         the docstring.
14045 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14047         * ob-lilypond.el (show-all): Declaring function from outline.el.
14048         (org-babel-default-header-args:lilypond): Declared.
14049         (ly-process-basic): Use the appropriate prefix for the temporary
14050         file, and don't call a function from ob-dot.el.
14051         (ly-version): Let-bind a free variable.
14053 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14055         * ob-lilypond.el: New file.
14057 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14059         * org-publish.el
14060         (org-publish-cache-file-needs-publishing): Only check against .org
14061         files.
14063 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14065         * org.el (org-mode): Use `org-default' as the default face in
14066         org-mode.
14068 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14070         * org-publish.el
14071         (org-publish-cache-file-needs-publishing): Takes care of more
14072         recently included files, returning `t' in case the file including
14073         them needs to be republished.
14075 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14077         * org-exp.el (org-export-preprocess-string): If the last subtree
14078         is a task, footnotes may be removed along with the subtree.
14079         This patch ensures footnotes are put at the end of the buffer after the
14080         subtree has been removed.
14082 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14084         * org-footnote.el (org-footnote-at-reference-p): Verify that what
14085         looks like a footnote doesn't belong to a link.
14086         (org-footnote-next-reference-or-definition): Check more strictly
14087         footnote definitions.
14089 2011-07-28  Deech  <deech@deech-ThinkPad-X200.(none)>  (tiny change)
14091         * ob-tangle.el (org-babel-tangle): Ignore errors thrown by
14092         language modes.
14094 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14096         * ob-python.el (org-babel-python-evaluate-session): Inhibit return
14097         of the eoe string during session evaluation.
14099 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14101         * ob-python.el (org-babel-python-evaluate-session):
14102         Enough newlines to ensure a return when ":results output :session".
14104 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14106         * ob-python.el (org-babel-python-evaluate-session): Introduced a
14107         new local function for sending input with a slight delay to allow
14108         pythong to re-draw the prompt.  No longer removing newlines inside
14109         code block bodies (was due to a defective regexp).
14111 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14113         * org-table.el (org-table-time-seconds-to-string):
14114         Use `org-format-seconds' instead of `format-seconds'.
14116 2011-07-28  David Maus  <dmaus@ictsoc.de>
14118         * org-publish.el (org-publish-cache-ctime-of-src): Properly handle
14119         relative symlinks.
14121 2011-07-28  David Maus  <dmaus@ictsoc.de>
14123         * org-latex.el (org-export-latex-preprocess): Use function
14124         argument instead of dynamically scoped symbol.
14126 2011-07-28  David Maus  <dmaus@ictsoc.de>
14128         * org-freemind.el (org-freemind-convert-links-helper)
14129         (org-freemind-convert-text-p, org-freemind-write-mm-buffer)
14130         (org-freemind-get-node-style): Use org-string-match-p for backward
14131         compatibility with Emacs 22.
14133 2011-07-28  David Maus  <dmaus@ictsoc.de>
14135         * org-html.el (org-export-html-protect-char-alist): Add missing
14136         :group keyword in defcustom.
14138 2011-07-28  David Maus  <dmaus@ictsoc.de>
14140         * ob-haskell.el (org-babel-haskell-export-to-lhs):
14141         Call `kill-buffer' with argument indiciating to kill current
14142         buffer.  Emacs 22 compatibility.
14144 2011-07-28  David Maus  <dmaus@ictsoc.de>
14146         * org-macs.el (org-without-partial-completion):
14147         Toggle partial-completion-mode only if it is turned on.
14149 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14151         * org.el (org-add-planning-info): Fix issues with timestamps not
14152         being inserted at the same position.
14154 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14156         * org-table.el (org-table-time-string-to-seconds)
14157         (org-table-time-seconds-to-string): New functions.
14158         (org-table-eval-formula): Implement the "T" (time) flag for
14159         computing durations.
14161 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
14163         * org.el (org-modules): Add org-lparse and org-odt as contrib
14164         modules.
14166 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14168         * org.el (org-fontify-meta-lines-and-blocks-1): Include header
14169         lines.
14170         (org-additional-option-like-keywords): Include data as a synonym
14171         for results.
14173 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14175         * ob.el (org-babel-sha1-hash): Improving code layout and removing
14176         export-variable headers in cache sha1.
14178 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14180         * ob-ref.el (org-babel-ref-goto-headline-id): Don't let `org-id'
14181         rescan all IDs when trying to resolve a reference.
14183 2011-07-28  Julien Barnier  <julien@nozav.org>
14185         * org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src
14186         blocks lang attribute.
14188 2011-07-28  Eric S Fraga  <e.fraga@ucl.ac.uk>
14190         * org-latex.el (org-export-latex-timestamp-inactive-markup):
14191         New option to allow different markup for inactive timestamps.
14193 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14195         * ob-org.el (org-babel-expand-body:org): Implemented this
14196         function, only action is to expand variables.
14197         (org-babel-execute:org): Uses the new body-expansion function.
14199 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14201         * org-list.el (org-list-full-item-re): Allow counter and check-box
14202         to be separated by white spaces.
14203         (org-list-struct-apply-struct): Reflect changes made to
14204         `org-list-full-item-re'.
14206         * org-html.el (org-html-export-list-line): Recognize spaces
14207         between counter and check-boxes as valid.
14209         * org-docbook.el (org-export-docbook-list-line): Ditto.
14211 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14213         * org-list.el (org-list-insert-item): Make sure point is moved to
14214         the specified POS before starting the function.
14216 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14218         * org.el (org-activate-footnote-links): Properly fontify inline
14219         footnotes.
14220         (org-set-font-lock-defaults): Apply changes to previous function.
14222 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14224         * org-footnote.el (org-footnote-at-reference-p): First check if
14225         point is at the beginning of a footnote.  Indeed `org-in-regexp'
14226         first checks backwards and might find an incorrect footnote if
14227         they are side-by-side.
14229 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>
14231         * org-agenda.el (org-agenda-compact-blocks): Improve docstring.
14232         (org-agenda-block-separator): Add nil to docstring and customization.
14233         (org-prepare-agenda): Skip agenda block separator additionally if
14234         `org-agenda-block-separator' is nil.
14235         (org-agenda-overriding-header): Improve docstring.
14237 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14239         * org.el (org-set-tags): Remove useless
14240         `org-without-partial-completion'.
14242 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14244         * org-footnote.el (org-fill-paragraph): Declare function for the
14245         compiler.
14247 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14249         * ob-ref.el (org-narrow-to-subtree): Declare unknown function.
14251 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14253         * ob.el (org-babel-inline-lob-one-liner-regexp): Declare variable
14254         to appease compiler.
14256 2011-07-28  Michael Markert  <markert.michael@googlemail.com>
14258         * ob.el (org-babel-sha1-hash): Adding optional argument KIND to
14259         all `org-called-interactively-p' function invocations.
14261         * org-agenda.el (org-agenda-redo): Adding optional argument KIND
14262         to all `org-called-interactively-p' function invocations.
14263         (org-agenda-show-1): Adding optional argument KIND to all
14264         `org-called-interactively-p' function invocations.
14265         (org-agenda-set-tags): Adding optional argument KIND to all
14266         `org-called-interactively-p' function invocations.
14268         * org-ascii.el (org-export-as-latin1): Adding optional argument
14269         KIND to all `org-called-interactively-p' function invocations.
14270         (org-export-as-latin1-to-buffer): Adding optional argument KIND to
14271         all `org-called-interactively-p' function invocations.
14272         (org-export-as-utf8-to-buffer): Adding optional argument KIND to all
14273         `org-called-interactively-p' function invocations.
14274         (org-export-region-as-ascii): Adding optional argument KIND to all
14275         `org-called-interactively-p' function invocations.
14277         * org-docbook.el (org-export-region-as-docbook): Adding optional
14278         argument KIND to all `org-called-interactively-p' function
14279         invocations.
14281         * org-html.el (org-export-region-as-html): Adding optional
14282         argument KIND to all `org-called-interactively-p' function
14283         invocations.
14285         * org-latex.el (org-export-region-as-latex): Adding optional
14286         argument KIND to all `org-called-interactively-p' function
14287         invocations.
14289         * org-table.el (org-table-blank-field): Adding optional argument
14290         KIND to all `org-called-interactively-p' function invocations.
14291         (org-table-current-column): Adding optional argument KIND to all
14292         `org-called-interactively-p' function invocations.
14293         (org-table-current-dline): Adding optional argument KIND to all
14294         `org-called-interactively-p' function invocations.
14295         (org-table-sort-lines): Adding optional argument KIND to all
14296         `org-called-interactively-p' function invocations.
14297         (org-table-sum): Adding optional argument KIND to all
14298         `org-called-interactively-p' function invocations.
14299         (org-table-rotate-recalc-marks): Adding optional argument KIND to
14300         all `org-called-interactively-p' function invocations.
14301         (org-table-eval-formula): Adding optional argument KIND to all
14302         `org-called-interactively-p' function invocations.
14303         (orgtbl-send-table): Adding optional argument KIND to all
14304         `org-called-interactively-p' function invocations.
14306         * org.el (org-mode): Adding optional argument KIND to all
14307         `org-called-interactively-p' function invocations.
14308         (org-copy-subtree): Adding optional argument KIND to all
14309         `org-called-interactively-p' function invocations.
14310         (org-paste-subtree): Adding optional argument KIND to all
14311         `org-called-interactively-p' function invocations.
14312         (org-store-link): Adding optional argument KIND to all
14313         `org-called-interactively-p' function invocations.
14314         (org-todo): Adding optional argument KIND to all
14315         `org-called-interactively-p' function invocations.
14316         (org-occur): Adding optional argument KIND to all
14317         `org-called-interactively-p' function invocations.
14319 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14321         * org-footnote.el (org-footnote-action): Offer to create
14322         definition when none is found.
14324 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14326         * org-footnote.el (org-footnote-re): Avoid matching inactive
14327         time-stamps or check-box cookies.
14328         (org-footnote-next-reference-or-definition): Adapt to the new regexp.
14330 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14332         * org-exp.el (org-export-preprocess-string): If the last subtree
14333         is commented, footnotes inserted during normalizing at the end of
14334         the buffer may get deleted.  This patch ensures deletion comes
14335         first, normalization second.
14337 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14339         * org-exp.el (org-export-footnotes-data): Change docstring.
14340         (org-export-footnotes-seen): Rename from
14341         org-export-footnotes-markers.
14343         * org-ascii.el (org-export-as-ascii): Apply change.
14345         * org-docbook.el (org-export-as-docbook): Apply change.
14347         * org-footnote.el (org-footnote-normalize): Apply change.
14349         * org-html.el (org-export-as-html): Apply change.
14351         * org-latex.el (org-export-as-latex): Apply change.
14353 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14355         * org-latex.el (org-export-latex-preprocess): Rely on
14356         `org-export-footnotes-markers' to retrieve definition of the
14357         current footnote during export.
14359 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14361         * org-footnote.el (org-footnote-normalize): Remember footnotes
14362         seen so far by the exporter when choosing the new marker.
14364 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14366         * org-footnote.el (org-footnote-normalize): Make use of
14367         `org-footnote-insert-pos-for-preprocessor'.
14369 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14371         * org-footnote.el (org-footnote-normalize): Add `org-footnote'
14372         property to footnote markers when preparing for exportation.
14374         * org-html.el (org-export-as-html): Read new property to decide
14375         when to export a footnote.
14377         * org-docbook.el (org-export-as-docbook): Read new property to
14378         decide when to export a footnote.
14380         * org-latex.el (org-export-latex-preprocess): Ensure footnote at
14381         column 0 cannot end a list containing it by adding
14382         `original-indentation' property to it.
14384 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14386         * org-exp.el (org-export-preprocess-string): Normalize footnotes
14387         before marking lists ending.
14389         * org-latex.el (org-export-latex-preprocess): Work with labels as
14390         strings and not as numbers.
14392 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14394         * org-docbook.el (org-export-docbook-footnote-separator):
14395         New variable.
14396         (org-export-as-docbook): Add a separator between footnotes.
14398         * org-html.el (org-export-html-footnote-separator): New variable.
14399         (org-export-as-html): Add a separator between footnotes.
14401         * org-latex.el (org-export-latex-footnote-separator):
14402         New variable.
14403         (org-export-latex-preprocess): Add a separator between footnotes.
14405 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14407         * org-exp.el (org-export-footnotes-markers)
14408         (org-export-footnotes-data): New variables.
14409         (org-export-preprocess-string): Use a more explicit argument.
14411 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14413         * org-footnote.el (org-footnote-goto-definition): Now, determining
14414         if point is at a footnote reference is entirely determined by
14415         `org-footnote-at-reference-p'.  No need to check if pattern isn't
14416         at beginning of the line elsewhere.
14418 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14420         * org-footnote.el (org-footnote-next-reference-or-definition):
14421         New function.
14423         * org.el (org-activate-footnote-links): Activate the whole
14424         footnote, but only fontify its label.
14426 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14428         * org-footnote.el (org-footnote-normalize): Make use of changes to
14429         `org-footnote-at-reference-p' and creation of various functions..
14430         Also comment code.
14431         (org-footnote-get-next-reference, org-footnote-delete-references)
14432         (org-footnote-delete-definitions): New functions.
14433         (org-footnote-goto-previous-reference, org-footnote-all-labels)
14434         (org-insert-footnote-reference-near-definition, org-footnote-delete):
14435         Rewrite to use org-footnote-get-next-reference.
14437 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14439         * org-footnote.el (org-footnote-re): Don't end an inline footnote
14440         at unrelated closing square brackets.
14441         (org-footnote-at-reference-p): Improve accuracy of the function to
14442         determine if point is at a reference and to extract definition of an
14443         inline footnote.
14444         (org-footnote-all-labels, org-footnote-action, org-footnote-delete)
14445         (org-footnote-auto-adjust-maybe): Make use of previous function.
14447 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14449         * org.el (org-deadline, org-schedule):
14450         keep warning cookie when rescheduling/redeadlining.
14451         (org-time-stamp): Fix problem with warning cookie.
14453 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14455         * ob-clojure.el (org-babel-execute:clojure): Force escaping of
14456         clojure source into elisp source.
14458 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14460         * ob.el (org-babel-script-escape): Treats {} in the same manner as
14461         [] and allows for forcing string conversion.
14463 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14465         * org-exp.el (org-export-select-backend-specific-text):
14466         Strip protective commas from literal code blocks.
14468 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14470         * ob-ref.el (org-babel-ref-goto-headline-id): Fix bug.
14472 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14474         * ob-ref.el (org-babel-ref-goto-headline-id): Split out into its
14475         own function.
14476         (org-babel-ref-headline-body): Split out into its own function.
14477         (org-babel-ref-resolve): Using new functions, and alignment.
14479         * ob.el (org-babel-ref-goto-headline-id): Declare function.
14480         (org-babel-ref-headline-body): Declare function.
14481         (org-babel-expand-noweb-references): Now expands noweb references to
14482         headlines during expansion.
14484 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14486         * ob-ref.el (org-babel-ref-resolve): Now resolves references to
14487         headlines by either global or custom id, in which case the
14488         contents of the headline are returned literally.
14490 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14492         * ob-exp.el (org-babel-in-example-or-verbatim): Also check for in
14493         verbatim emphasis.
14494         (org-babel-exp-lob-one-liners): Cleaner checking for escaped call
14495         lines.
14497 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14499         * org-list.el (org-cycle-item-indentation): Cycling back to
14500         original position deleted any additional information in the item,
14501         like a counter or a tag.
14503 2011-07-28  Pieter Praet  <pieter@praet.org>
14505         * org-crypt.el (org-crypt-disable-auto-save): New defcustom.
14506         (org-decrypt-entry): Before decrypting, check whether
14507         `auto-save-mode' is enabled for the current buffer, and act on it
14508         according to how `org-crypt-disable-auto-save' is set.  Remove
14509         comment re "encrypt[ing] Org auto-saved buffers".  Remove on-init
14510         check for `auto-save-default'.
14512 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14514         * ob.el (org-babel-merge-params): Ensure variable parameters are
14515         not reversed.
14517 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14519         * ob.el (org-babel-insert-result): Fix results insertion for
14520         inline blocks which happen to start a line.
14522 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14524         * ob-exp.el (org-babel-exp-lob-one-liners): Fix the logic checking
14525         if a call line is commented.
14527 2011-07-28  Vincent Belaïche  <vincentb1@users.sourceforge.net>
14529         * org.el (org-read-property-name): Propose default property name.
14531 2011-07-28  Achim Gratz  <stromeko@nexgo.de>
14533         * org.el (org-log-into-drawer): Correct typo.
14535         * org-clock.el (org-clock-into-drawer): New function to change the
14536         location of clock events based on properties CLOCK_INTO_DRAWER or,
14537         as fallback, LOG_INTO_DRAWER, like it is already possible for
14538         state change logs.
14540         * org-clock.el (org-clock-jump-to-current-clock): Add statement to
14541         let clause to bind `org-clock-into-drawer' to result of function
14542         eval.
14544         * org-clock.el (org-clock-find-position): Add statement to let
14545         clause to bind `org-clock-into-drawer' to result of function eval,
14546         change let to let* since the binding is used later in the same
14547         clause.
14549 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14551         * ob-lob.el (require): Ensure 'cl is loaded during compilation so
14552         we can use flet.
14554 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14556         * ob-lob.el (org-babel-lob-get-info): Correctly indent results of
14557         non-inline call lines.
14559 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14561         * ob-exp.el (org-babel-exp-lob-one-liners): Don't export inline
14562         call_ blocks which aren't whitespace padded.
14564 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14566         * ob.el (org-babel-merge-params): Do not reverse variable order,
14567         and be sure to increment variable index as appropriate.
14569 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14571         * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Update to
14572         successfully match optional trailing header arguments in square
14573         brackets.
14574         (org-babel-lob-get-info): Update to match the new regexp.
14576 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14578         * ob-lob.el (org-babel-lob-get-info): If the arguments are empty,
14579         then allow them to be so.
14581 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14583         * ob.el (org-babel-merge-params): If variables are not named they
14584         are assigned in order.
14586 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14588         * ob.el: Remove code comment about online documentation.
14590         * ob-exp.el: Remove code comment about online documentation.
14592         * ob-lob.el: Remove code comment about online documentation.
14594 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
14596         * org-exp.el (org-export-format-source-code-or-example):
14597         Fix signature of org-<backend>-format-source-code-or-example function.
14599 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14601         * ob.el (org-babel-sha1-hash): Replace call to
14602         called-interactively-p with backwards-compatible interactive-p.
14604 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14606         * ob-exp.el (org-babel-exp-lob-one-liners):
14607         Appropriate replacement of inline call blocks with their results.
14609 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14611         * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Removing this
14612         trailing space ensures that the insertion of the results looks
14613         nice.
14615         * ob.el (org-babel-insert-result): Insert inline lob line results
14616         as inline results.
14618 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14620         * ob-exp.el (org-babel-exp-lob-one-liners): Calculate length
14621         appropriately given the style (block or inline) of the lob line.
14623         * ob-lob.el (org-babel-block-lob-one-liner-regexp): New regexp
14624         specific for block lob lines.
14625         (org-babel-inline-lob-one-liner-regexp): New regexp specific for
14626         inline lob lines.
14627         (org-babel-lob-one-liner-regexp): Combination of two lob regexps.
14628         (org-babel-lob-get-info): Return info from *either* the block or
14629         inline lob lines.
14631 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14633         * ob-exp.el (org-babel-exp-lob-one-liners): Corrected the
14634         structure of the resulting info list.
14636         * ob-lob.el (org-babel-default-lob-header-args): Export the
14637         results of call lines by default.
14639 2011-07-28  Niels Giesen  <niels.giesen@gmail.com>  (tiny change)
14641         * org-icalendar.el (org-print-icalendar-entries): Add 'uid text
14642         property based on the ID property of the org entry to the first
14643         character of the diary entry.
14645 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
14647         * org-footnote.el
14648         (org-footnote-insert-pos-for-preprocessor): New variable.
14649         (org-footnote-normalize): Use it.
14651 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
14653         * org-exp.el (org-export-format-source-code-or-example):
14654         Simplify.  Also add `org-native-text' as a text property to the
14655         formatted text and throw error for unknown backends.
14657 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
14659         * org-exp.el (org-export-format-source-code-or-example):
14660         Add support for: - custom formatters for existing backends - seamless
14661         plugging in of new backends.
14663 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
14665         * org-exp.el (org-export-backends): New variable.
14666         (org-export-select-backend-specific-text): Use above
14667         variable.  Also mark text between #+BACKEND and
14668         #+BEGIN_BACKEND...#+END_BACKEND with org-native-text property.
14669         This text property is currently used only by the new line-oriented
14670         generic exporter (which is not yet part of the repo).
14672 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
14674         * org-exp.el (org-export): Reserve keys 'o' and 'O' for
14675         OpenDocumentText export and bind them to `org-export-as-odt' and
14676         `org-export-as-odt-and-open'.
14678 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14680         * ob-exp.el (org-babel-exp-src-block): Less verbose when in batch
14681         mode.
14683 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14685         * ob-clojure.el (org-babel-execute:clojure): Convert vectors to
14686         lists before reading into emacs-lisp.
14688 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14690         * ob-C.el (ob-tangle): Initialize variable from `ob-tangle'.
14692         * ob-asymptote.el (ob-tangle): Initialize variable from `ob-tangle'.
14694         * ob-awk.el (ob-tangle): Initialize variable from `ob-tangle'.
14696         * ob-clojure.el (ob-tangle): Initialize variable from `ob-tangle'.
14698         * ob-haskell.el (ob-tangle): Initialize variable from `ob-tangle'.
14700         * ob-latex.el (ob-tangle): Initialize variable from `ob-tangle'.
14702         * ob-lisp.el (ob-tangle): Initialize variable from `ob-tangle'.
14704         * ob-ocaml.el (ob-tangle): Initialize variable from `ob-tangle'.
14706         * ob-perl.el (ob-tangle): Initialize variable from `ob-tangle'.
14708         * ob-python.el (ob-tangle): Initialize variable from `ob-tangle'.
14710         * ob-ruby.el (ob-tangle): Initialize variable from `ob-tangle'.
14712         * ob-tangle.el (ob-tangle): Initialize variable from `ob-tangle'.
14714 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14716         * ob-awk.el: New file.
14718 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14720         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp):
14721         Respects ":results verbatim".
14723 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
14725         * org-agenda.el (org-float): Aliases for `diary-float'.
14727 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14729         * ob-python.el (org-babel-python-evaluate-session):
14730         Send comint-send-input after every line when interacting with an
14731         interactive python process.
14733 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14735         * org-list.el (org-reset-checkbox-state-subtree): Make the command
14736         more robust, and correctly update check-boxes in the whole
14737         sub-tree.
14738         (org-update-checkbox-count): Fix bug accumulating count of checkboxes
14739         when walking a subtree.
14740         (org-update-checkbox-count-maybe): Add an optional argument passed to
14741         org-update-checkbox-count.
14743 2011-07-28  Teodor Zlatanov  <tzz@lifelogs.com>
14745         * org.el (org-fontify-meta-lines-and-blocks): Ignore errors.
14747 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14749         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respect the
14750         ":results scalar" header argument combination.
14752 2011-07-28  Dan Davison  <dandavison7@gmail.com>
14754         * org-src.el: Append a space character to copied text so that the
14755         final text property change is picked up correctly.
14757 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14759         * ob-tangle.el (org-babel-tangle-file): Use the new argument list
14760         to org-babel-tangle.
14761         (org-babel-tangle): Now when called with a prefix argument, only the
14762         current code block is tangled.
14764 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14766         * org-list.el (org-list-parse-list): Replace transitional
14767         check-boxes with "[CBTRANS]" string during parsing.
14768         (org-list-to-generic): Use the new property `:cbtrans' to configure
14769         export string for transitional check-boxes.
14771 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
14773         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
14774         Use stable internal `org-anniversary' instead of
14775         diary-anniversary.
14776         (org-class): New function.
14777         (org-diary-class): Use `org-class'.
14778         (org-anniversary, org-cyclic, org-date, org-block): New functions.
14780 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14782         * ob.el (org-babel-header-arg-names): Adding noweb-ref to the list
14783         of header argument names.
14785 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14787         * ob.el (org-babel-expand-noweb-references): Concatenating all
14788         bodies with the appropriate name or :noweb-ref header argument.
14790 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
14792         * org.el (org-find-dblock, org-clocktable-try-shift): Make regexp
14793         work also when #+begin line is indentex.
14795 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14797         * ob.el (org-babel-src-block-regexp): Babel: code block may have
14798         empty bodies.
14800 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14802         * org-macs.el (org-without-partial-completion): Avoid calling by
14803         name a function unknown to the compiler but explicitly checked by
14804         program logic.
14806 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14808         * org-mouse.el (org-agenda-earlier): Declaring previously unknown
14809         function.
14810         (org-agenda-later): Declaring previously unknown function.
14811         (org-agenda-mode-map): Declaring previously unknown variable.
14813         * org.el (org-read-date-analyze): Explicitly ignore the return
14814         value of a function.
14816 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14818         * org-agenda.el (org-agenda-mode): Globally replace
14819         buffer-substring-filters with filter-buffer-substring-functions.
14821         * org-indent.el (org-indent-mode): Globally replace
14822         buffer-substring-filters with filter-buffer-substring-functions.
14824 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14826         * org-ascii.el (org-export-as-ascii): Replacing '(λ...) with
14827         #'(λ...).
14829         * org-attach.el: Replacing '(λ...) with #'(λ...).
14830         (org-attach-commit): Replacing '(λ...) with #'(λ...).
14832         * org-exp.el: Replacing '(λ...) with #'(λ...).
14833         (org-export-handle-include-files): Replacing '(λ...) with #'(λ...).
14835         * org-html.el: Replacing '(λ...) with #'(λ...).
14836         (org-export-as-html): Replacing '(λ...) with #'(λ...).
14838         * org-mouse.el: Replacing '(λ...) with #'(λ...).
14839         (org-mouse-popup-global-menu): Replacing '(λ...) with
14840         (org-mode-hook): Replacing '(λ...) with #'(λ...).
14841         (org-agenda-mode-hook): Replacing '(λ...) with #'(λ...).
14843         * org-src.el: Replacing '(λ...) with #'(λ...).
14844         (org-src-mode-configure-edit-buffer): Replacing '(λ...) with #'(λ...).
14846         * org-table.el: Replacing '(λ...) with #'(λ...).
14847         (org-table-fix-formulas-confirm): Replacing '(λ...) with #'(λ...).
14849         * org.el: Replacing '(λ...) with #'(λ...).
14850         (org-confirm-shell-link-function): Replacing '(λ...) with
14851         (org-category): Replacing '(λ...) with #'(λ...).
14853 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14855         * org.el (mailcap-parse-mailcaps): Declaring functions used by
14856         `org-open-file'.
14857         (mailcap-extension-to-mime): Declaring functions used by
14858         `org-open-file'.
14859         (mailcap-mime-info): Declaring functions used by `org-open-file'.
14861 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14863         * org-agenda.el (org-agenda-redo): Replacing call to now-defunct
14864         function `interactive-p'.
14865         (org-agenda-show-1): Replacing call to now-defunct function
14866         `interactive-p'.
14867         (org-agenda-set-tags): Replacing call to now-defunct function `interactive-p'.
14869         * org-ascii.el: Replacing call to now-defunct function
14870         `interactive-p'.
14871         (org-export-as-latin1): Replacing call to now-defunct function
14872         `interactive-p'.
14873         (org-export-as-latin1-to-buffer): Replacing call to now-defunct
14874         function `interactive-p'.
14875         (org-export-as-utf8): Replacing call to now-defunct function
14876         `interactive-p'.
14877         (org-export-as-utf8-to-buffer): Replacing call to now-defunct function
14878         `interactive-p'.
14879         (org-export-region-as-ascii): Replacing call to now-defunct
14880         function `interactive-p'.Replacing call to now-defunct function
14881         `interactive-p'.
14883         * org-docbook.el: Replacing call to now-defunct function
14884         `interactive-p'.
14885         (org-export-region-as-docbook): Replacing call to now-defunct
14886         function `interactive-p'.Replacing call to now-defunct function
14887         `interactive-p'.
14889         * org-html.el: Replacing call to now-defunct function
14890         `interactive-p'.
14891         (org-export-region-as-html): Replacing call to now-defunct
14892         function `interactive-p'.Replacing call to now-defunct function
14893         `interactive-p'.
14895         * org-latex.el: Replacing call to now-defunct function
14896         `interactive-p'.
14897         (org-export-region-as-latex): Replacing call to now-defunct
14898         function `interactive-p'.Replacing call to now-defunct function
14899         `interactive-p'.
14901         * org-macs.el: Replacing call to now-defunct function
14902         `interactive-p'.
14903         (org-called-interactively-p): Replacing call to now-defunct
14904         function `interactive-p'.Replacing call to now-defunct function
14905         `interactive-p'.
14907         * org-table.el: Replacing call to now-defunct function
14908         `interactive-p'.
14909         (org-table-blank-field): Replacing call to now-defunct function
14910         `interactive-p'.
14911         (org-table-current-column): Replacing call to now-defunct function
14912         `interactive-p'.Replacing call to now-defunct function
14913         `interactive-p'.
14914         (org-table-current-dline): Replacing call to now-defunct function
14915         `interactive-p'.Replacing call to now-defunct function
14916         `interactive-p'.
14917         (org-table-sort-lines): Replacing call to now-defunct function
14918         `interactive-p'.
14919         (org-table-sum): Replacing call to now-defunct function
14920         `interactive-p'.
14921         (org-table-rotate-recalc-marks): Replacing call to now-defunct
14922         function `interactive-p'.
14923         (org-table-eval-formula): Replacing call to now-defunct function
14924         `interactive-p'.
14925         (orgtbl-send-table): Replacing call to now-defunct function `interactive-p'.
14927         * org.el: Replacing call to now-defunct function `interactive-p'.
14928         (org-mode): Replacing call to now-defunct function
14929         `interactive-p'.
14930         (org-copy-subtree): Replacing call to now-defunct function
14931         `interactive-p'.
14932         (org-paste-subtree): Replacing call to now-defunct function
14933         `interactive-p'.
14934         (org-store-link): Replacing call to now-defunct function
14935         `interactive-p'.
14936         (org-todo): Replacing call to now-defunct function `interactive-p'.
14937         (org-occur): Replacing call to now-defunct function `interactive-p'.
14939 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14941         * ob-R.el (ess-local-process-name): This variable wasn't known to
14942         be defined.
14944         * ob-lisp.el (org-babel-lisp-dir-fmt): This defcustom now has a
14945         group specified.
14947         * ob-tangle.el (org-bracket-link-regexp): This variable wasn't
14948         known to be defined.
14949         (org-babel-tangle-combine-named-blocks): Roll my own version of a
14950         forbidden common lisp function.
14952         * ob.el (org-babel-sha1-hash): Using a non-deprecated version of
14953         called-interactively.
14955 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14957         * org-latex.el (org-export-latex-tables): Check for the
14958         "multiline" option and set the `floatp' option to true when
14959         multicolumn tables are requested.
14961 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
14963         * org-html.el (org-export-as-html, org-html-level-start):
14964         Only convert section number underscores to dashes.
14966 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
14968         * org-agenda.el (org-agenda-bulk-action): Fix bug caused by
14969         `days-to-time, converting relative to 1 BC, while the code assumed
14970         it would return a time relative to 1970.
14972 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14974         * ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
14975         inserting newlines between appended code blocks.
14977 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14979         * ob-exp.el: We may no longer need to export names along with code
14980         blocks.
14982 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14984         * org-exp-blocks.el (org-export-blocks-preprocess):
14985         Ensure balanced nested begin/end blocks in block bodies.
14987 2011-07-28  Dan Davison  <dandavison7@gmail.com>
14989         * org-latex.el: Add -shell-escape to pdflatex commands.
14991 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14993         * ob-tangle.el (org-babel-tangle-named-block-combination):
14994         Block combination can now take a number of values.
14995         (org-babel-tangle-combine-named-blocks): More sophisticated block
14996         combination behavior.
14998 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15000         * ob-tangle.el (org-babel-tangle-do-combine-named-blocks):
15001         Switch to turn on the combination of code blocks of the same name.
15002         (org-babel-tangle-combine-named-blocks): Combine blocks of the same
15003         name.
15005 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15007         * ob-ruby.el (xmp): Declaring this function to appease the
15008         compiler.
15009         (org-babel-execute:ruby): "xmp" result option for outputting
15010         annotated source code.
15012 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>  (tiny change)
15014         * org-list.el (org-list-to-latex): The enumerate environment in
15015         latex increments the counter before using it.  Therefore, org-mode
15016         should set the enumeration counter to the desired value minus one.
15018 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>  (tiny change)
15020         * org.el (org-toggle-heading): More comments and fix number of
15021         stars when toggling from list items.
15023 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
15025         * org-taskjuggler.el (org-taskjuggler-clean-effort): Handle any
15026         effort that is accepted by `org-duration-string-to-minutes´.
15028 2011-07-28  Julien Barnier  <julien@nozav.org>
15030         * ob-sh.el (org-babel-sh-evaluate): When sending input to comint,
15031         wait until previous line execution is finished.
15033         * ob-comint.el (org-babel-comint-with-output): When looking for
15034         end-of-evaluation indicator, search forward for the indicator
15035         before searching forward for the prompt.
15037 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15039         * org-entities.el (org-entities): Fix HTML entity for degree.
15041 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15043         * org.el (org-auto-align-tags): Change docstring.
15044         (org-update-parent-todo-statistics): Keep tags aligned even when
15045         statistics cookies are shifting them.
15047         * org-list.el (org-update-checkbox-count): Keep tags aligned even
15048         when statistics cookies are shifting them.
15050 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
15052         * ob.el (org-babel-sha1-hash): Don't modify info argument by
15053         side-effect when sorting result-params list.
15055 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
15057         * ob.el (org-babel-result-regexp): Use non-shy group around
15058         `org-babel-data-names'.
15060 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15062         * org.el (org-insert-link): Set truncate-line in the *Org Link*
15063         buffer and make sure that it really is set there.
15065 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15067         * ob-lisp.el (org-babel-lisp-dir-fmt): Defcustom for use in
15068         changing how/if the current directory is represented to lisp code.
15069         (org-babel-execute:lisp): More general handling of the default
15070         directory value.
15072 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15074         * ob-lisp.el (org-babel-execute:lisp): Setting the value of
15075         *default-pathname-defaults* to either the value of the :dir header
15076         argument or the directory of the containing Org-mode file.
15078 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15080         * ob-lisp.el (org-babel-execute:lisp): No real functional change,
15081         just aesthetic.
15083 2011-07-28  Sébastien Delafond  <sdelafond@gmail.com>  (tiny change)
15085         * org.el (org-mode-flyspell-verify): This is useful when using
15086         flyspell with a non-English dictionary, or if some of your
15087         keywords are in another language.
15089 2011-07-28  David Maus  <dmaus@ictsoc.de>
15091         * org-exp.el (org-export): Use new compatibility function
15092         `org-activate-mark'.
15094         * org-compat.el (org-activate-mark): New function.
15095         Provide `activate-mark' if not present (e.g. Emacs 22).
15097 2011-07-28  David Maus  <dmaus@ictsoc.de>
15099         * org-table.el (org-table-follow-field-mode): Declare variable to
15100         keep byte compiler happy.
15102 2011-07-28  David Maus  <dmaus@ictsoc.de>
15104         * org-footnote.el (org-id-uuid): Declare function, silence byte
15105         compiler.
15107 2011-07-28  David Maus  <dmaus@ictsoc.de>
15109         * org-bibtex.el (org-bibtex-headline): Don't use equalp at
15110         run-time, compare downcased strings.
15112 2011-07-28  David Maus  <dmaus@ictsoc.de>
15114         * org-bibtex.el (org-id-locations): Declare variable to silence
15115         byte compiler.
15117 2011-07-28  David Maus  <dmaus@ictsoc.de>
15119         * org-id.el (org-id-locations): Fix docstring, remove reference to
15120         non-existent option.
15122 2011-07-28  David Maus  <dmaus@ictsoc.de>
15124         * org.el (org-self-insert-command): Use `delete-char' instead of
15125         `delete-backward-char'.
15127         * org-table.el (orgtbl-self-insert-command): Ditto.
15129 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15131         * org-latex.el (org-export-latex-special-chars): Save match data
15132         when checking for table.el table.
15134 2011-07-28  David Maus  <dmaus@ictsoc.de>
15136         * org.el (org-re-property): Move before its first use.
15138 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15140         * org-latex.el (org-export-latex-preprocess):
15141         Add `original-indentation' property to footnotes so they cannot
15142         possibly end a list by being less indented than the item they
15143         belong to.
15145 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15147         * ob-lisp.el (org-babel-expand-body:lisp): No longer wraps biddies
15148         in `progn'.
15149         (org-babel-execute:lisp): Wraps bodies in `progn' as they are passed
15150         to swank.
15152 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15154         * org-clock.el (org-clocktable-write-default): Implement adding
15155         property columns to the clock table.
15157 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15159         * org.el (org-toggle-item): Move parenthesis to correct location.
15161 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15163         * org.el (org-default-priority):
15164         (org-priority-start-cycle-with-default): Improve docstring.
15165         (org-priority): Throw error when priority is out of range.
15167 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15169         * org.el (org-self-insert-command): Catch the case of
15170         `buffer-undo-list' eq t.
15172 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15174         * org.el (org-toggle-heading): Region should be considered as made
15175         of full lines, without the last one if region-end is at bol.
15176         Removed unused variables.  Refactored and commented code.
15178 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15180         * org.el (org-toggle-item): When region includes an headline less
15181         indented than first one, set it as the new reference.
15183 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15185         * org-list.el (org-list-to-subtree): If the list is before first
15186         heading and `org-odd-levels-only' is non-nil, the first item gets
15187         two stars instead of one.
15189         * org.el (org-reduced-level): A level of 0 was reduced to 1 with
15190         `org-odd-levels-only' non-nil.
15192 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15194         * org.el (org-toggle-item): Converting an heading to an item would
15195         sometimes insert unnecessary spaces before it, and unwanted space
15196         with `org-indent-mode' on.  Changing some text into an item
15197         wouldn't always preserve indentation.
15199 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15201         * org-capture.el (org-capture-current-plist): Improve docstring.
15202         (org-capture-put): Add docstring.
15203         (org-capture-get): Add docstring.
15204         (org-capture-member): Add LOCAL argument.  Add docstring.
15205         (org-capture-set-target-location): Store the time received from a
15206         date prompt into the :prompt-time property.
15208 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15210         * org-exp.el (org-export-mark-list-properties): Even if context is
15211         invalid, mark list item with `list-context' property.
15213         * org-list.el (org-list-forbidden-blocks): Add exporters specific
15214         blocks to the list of forbidden blocks.
15216 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15218         * org-list.el (org-sort-list): Function tries to intern
15219         getkey-func before it is defined, so it's always nil.
15221 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15223         * org.el (org-babel-load-languages): Adding ob-awk to the list of
15224         executable languages.
15226 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15228         * org-table.el (org-table-get-field): Make sure the new field
15229         content is at least one space character.
15231 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15233         * org-crypt.el: Check for `daemonp' before using it.
15235 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15237         * ob-sh.el (ob-ref): Uses `ob-ref' to resolve the value of the
15238         :stdin header argument.
15239         (org-babel-execute:sh): Use the :stdin header argument.
15240         (org-babel-sh-var-to-sh): Split the bulk of this function off into a
15241         new sub-function.
15242         (org-babel-sh-var-to-string): New function for converting elisp
15243         values to strings that make sense for parsing with sh.
15244         (org-babel-sh-evaluate): Adding "stdin" option to session and
15245         external evaluation options.
15247 2011-07-28  Roland Kaufmann  <rlndkfmn+orgmode@gmail.com>  (tiny change)
15249         * org-exp.el (org-remove-formatting-on-newlines-in-region):
15250         New function.
15251         (org-export-format-source-code-or-example):
15252         Call `org-remove-formatting-on-newlines-in-region'.
15254 2011-07-28  David Maus  <dmaus@ictsoc.de>
15256         * org.el (org-entry-put): Prevent adding of extra space to value
15257         if property already exists.
15259 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
15261         * org-html.el (org-export-as-html): Don't expand non-data lines of
15262         table.el tables.
15263         (org-html-expand): Remove the (buggy) test for non-data lines
15264         in table.el tables.  The test is now done as part of
15265         org-export-as-html.
15266         (org-format-table-table-html-using-table-generate-source):
15267         Add test for spanning of cells in table.el tables using
15268         table.el's own library routine.  Optionally suppress export of
15269         simple table.el tables.
15270         (org-format-table-html): Remove the (buggy) test for spanned
15271         table.el tables.  The test is now done as part of
15272         org-format-table-table-html-using-table-generate-source.
15274 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15276         * org-latex.el (org-export-latex-special-chars): Do nothing in
15277         table.el tables.
15279 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15281         * org-capture.el (org-capture): Ignore errors when creating a
15282         link.
15284 2011-07-28  Nick Dokos  <nick@dokosmarshall.org>  (tiny change)
15286         * org-exp.el (org-export-define-heading-targets): Use dash instead
15287         of underscore to make labels valid.
15289 2011-07-28  Dan Davison  <dandavison7@gmail.com>
15291         * ob-R.el (org-babel-R-write-object-command): Ensure that all data
15292         is written to the results file before Emacs notices that the file
15293         exists.
15295 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15297         * ob-exp.el (org-babel-exp-code): Remove usage of a macro which is
15298         defined locally on my system, but not globally in Emacs.
15300 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15302         * ob-exp.el (org-babel-exp-do-export): Use `org-babel-exp-code' to
15303         generate code block output.
15304         (org-babel-exp-code): Re-create the code block body for exporting
15305         source code.
15307 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
15309         * org.el (org-read-date): Bury Calendar buffer after using it for
15310         selecting a date.
15312 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15314         * org-list.el (org-list-separating-blank-lines-number):
15315         Fix confusion between point and item beginning.  Now, if no
15316         information is available, truly follow user preference when it
15317         inserts blank lines manually.
15318         (org-list-insert-item): Send correct argument to the preceding
15319         function.
15321 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15323         * ob.el (org-babel-src-block-regexp): Keep the now-mandatory
15324         newline inside of the code block body.
15326 2011-07-28  Sean O'Halpin  <sean.ohalpin@gmail.com>  (tiny change)
15328         * ob.el: Avoid spurious matches to literal.
15330 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15332         * org.el (org-indent-line-function): Don't include #+include
15333         lines.
15335 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15337         * ob-keys.el (org-babel-key-bindings): Adding key sequence for
15338         org-babel-check-src-block.
15340         * ob.el (org-babel-expand-src-block): Fit within 80 cols.
15341         (org-babel-edit-distance): Returns the edit distance of two
15342         strings.
15343         (org-babel-check-src-block): Check a code block for errors.
15345 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
15347         * org-capture.el (org-capture-templates): Fix bug in customization
15348         setup.
15350 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15352         * org-table.el
15353         (org-table-exit-follow-field-mode-when-leaving-table): New option.
15354         (org-table-check-inside-data-field): New optional argument
15355         `noerror'.  When set, the function will only return nil instead of
15356         throwing an error.
15357         (org-table-edit-field): Interpret double prefix argument, and improve
15358         the properties of the editing window.
15359         (org-table-follow-field-mode): New minor mode.
15360         (org-table-follow-fields-with-editor): New function.
15362 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15364         * org-agenda.el (org-agenda-get-todos): Call `org-agenda-skip'
15365         first, then check if timestamps cause exclusion.
15367         * org.el (org-scan-tags): Call `org-agenda-skip' first, then check
15368         if timestamps cause exclusion.
15370 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15372         * org-list.el (org-list-full-item-re): Allow description term to
15373         have a newline character after the colons.
15375 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15377         * org-list.el (org-sort-list): No longer ignore with-case
15378         argument: the function sorted case-sensitively, regardless of
15379         argument.
15381 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15383         * ob-ref.el (org-babel-ref-resolve): Using the new result regexp.
15385         * ob.el (org-babel-data-names): Configurable list of names of
15386         data.
15387         (org-babel-result-regexp): Using new results regexp.
15389 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15391         * org.el (org-special-properties): Add CLOCKSUM to the special
15392         properties.
15394 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
15396         * ob-exp.el (org-babel-exp-in-export-file):
15397         Bind `org-link-search-inhibit-query' to t to inhibit prompts.
15399 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15401         * org-exp.el (org-export-add-options-to-plist): Use the right
15402         match group.
15404 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15406         * org-latex.el (org-export-latex-preprocess): Protect index string.
15408 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15410         * org-latex.el (org-export-latex-preprocess): Pipe index entries
15411         through `org-export-latex-fontify-headline'.
15413 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15415         * org-exp.el (org-export-add-options-to-plist): Fix the option
15416         parser.
15418 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
15420         * org-latex.el (org-export-latex-preprocess): Replace index
15421         entries.
15423 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
15425         * org.el (org-structure-template-alist): Add an easy template for
15426         index (i), and move include file to I from i.
15428 2011-07-28  Matt Lundin  <mdl@imapmail.org>
15430         * org-agenda.el (org-agenda-open-link): Pass entire text of agenda
15431         line to `org-offer-links-in-entry'.
15433 2011-07-28  Matt Lundin  <mdl@imapmail.org>
15435         * org-bibtex.el (org-bibtex-search): New function.
15436         (org-bibtex-export-to-kill-ring): New function.  Export to kill
15437         ring.
15438         (org-bibtex-create-in-current-entry): New function
15439         (org-bibtex-create): Make it easier to add bib fields to an
15440         existing headline.
15441         (org-bibtex-export-arbitrary-fields)
15442         (org-bibtex-treat-headline-as-title): Fix typos
15443         (org-bibtex-fleshout): Don't upcase optional field; remove ":"
15444         from type completion.
15446 2011-07-28  Matt Lundin  <mdl@imapmail.org>
15448         * org-bibtex.el (org-bibtex-treat-headline-as-title):
15449         New defcustom.
15450         (org-bibtex-headline): Only use headline text (not TODO or other
15451         metadata) to generate title field and auto key.
15452         (org-bibtex-fleshout): Allow user to choose whether to treat
15453         headline as title.
15455 2011-07-28  Tom Dye  <tsd@tsdye.com>
15457         * org-bibtex.el: Added crossref field to other fields.
15459 2011-07-28  Tom Dye  <tsd@tsdye.com>
15461         * org-bibtex.el: Add crossref option to incollection.
15463 2011-07-28  Matt Lundin  <mdl@imapmail.org>
15465         * org-bibtex.el (org-bibtex-headline): Don't export TYPE property
15466         as field.
15468 2011-07-28  Matt Lundin  <mdl@imapmail.org>
15470         * org-bibtex.el (org-bibtex-key-property): When storing key in ID,
15471         warn if a duplicate ID is generated.
15473 2011-07-28  Matt Lundin  <mdl@imapmail.org>
15475         * org-bibtex.el (org-bibtex-tags): New variable.
15476         (org-bibtex-tags-are-keywords): New variable.
15477         (org-bibtex-no-export-tags): New variable.
15478         (org-bibtex-headline): Export tags as comma-separated bibtex
15479         keywords.
15480         (org-bibtex-read): Import bibtex keywords field as tags.
15482 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
15484         * org-publish.el (org-publish-find-date): Optimization.
15486 2011-07-28  Tassilo Horn  <tassilo@member.fsf.org>
15488         * org-gnus.el (org-gnus-follow-link): Don't request scan of group
15489         when following link.
15491 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
15493         * org-publish.el (org-publish-project-alist): Document new
15494         :sitemap-sans-extension property.
15495         (org-publish-org-sitemap): Use new `sitemap-sans-extension'
15496         setting.
15498 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15500         * org.el (org-remove-uninherited-tags): Rename from
15501         `org-remove-iniherited-tags'.
15502         (org-scan-tags): Fix typo in function call.
15503         (org-get-tags-at): Fix typo in function call.
15505 2011-07-28  Matt Lundin  <mdl@imapmail.org>
15507         * org.el (org-get-tags-at): Don't include filetags if local is t.
15509 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15511         * ob-clojure.el (org-babel-expand-body:clojure): Qualify pp
15512         dispatch functions, wrap body in `(do )'.
15514 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15516         * org.el (org-fontify-meta-lines-and-blocks): Fix bug which
15517         resulted in the creation of multiple overlays in src blocks.
15519 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15521         * ob-clojure.el (org-babel-execute:clojure): If results are not
15522         readable by lisp, then return them as a string.
15524 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15526         * org-bibtex.el (org-bibtex): Now prompts for a file name.
15528 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15530         * org-bibtex.el (org-bibtex-create): Adding prefix argument which
15531         will result in prompting for optional fields.
15533 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15535         * org-bibtex.el (org-bibtex-headline): Rename flet function `get'
15536         which was causing compile problems.
15537         (org-bibtex-fleshout): Rename flet function `get' which was causing
15538         compile problems.
15539         (org-bibtex-write): Rename flet function `get' which was causing
15540         compile problems.
15542 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
15544         * org-taskjuggler.el (org-taskjuggler-clean-id): Make sure an id
15545         never starts with a number.
15547 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15549         * org-bibtex.el (org-bibtex-export-arbitrary-fields): New option.
15550         (org-bibtex-key-property): New option.
15551         (org-bibtex-put): Make use of new `org-bibtex-key-property'
15552         variable.
15553         (org-bibtex-headline): Make use of new
15554         `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
15555         variables.
15556         (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
15557         variable.
15558         (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
15559         variable.
15560         (org-bibtex-write): Make use of new `org-bibtex-key-property'
15561         variable.
15563 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15565         * org-bibtex.el: Updating Copyright dates, author information,
15566         commentary and history notes.
15567         (org-bibtex-types): List of bibtex types with descriptions and
15568         required and optional fields.
15569         (org-bibtex-fields): List of bibtex fields with descriptions.
15570         (*org-bibtex-entries*): Special variable to hold parsed bibtex
15571         entries.
15572         (org-bibtex-autogen-keys): Custom variable controlling whether
15573         bibtex keys are automatically generated
15574         (org-bibtex-prefix): Custom variable allowing use of optional prefix
15575         for bibtex properties in Org-mode headlines.
15576         (org-bibtex-get): Helper function for accessing bibtex elements of a
15577         property list.
15578         (org-bibtex-put): Helper function for inserting bibtex element into
15579         a property list.
15580         (org-bibtex-headline): Return a bibtex entry of the given headline
15581         as a string.
15582         (org-bibtex-ask): Prompt the user to fill in the value of a bibtex
15583         field.
15584         (org-bibtex-autokey): Generate a bibtex key for the current
15585         headline.
15586         (org-bibtex-fleshout): Fill in missing bibtex properties of the
15587         current headline.
15588         (org-bibtex): Export the current Org-mode buffer to a bibtex buffer.
15589         (org-bibtex-check): Check that all bibtex properties are present in
15590         the current headline.
15591         (org-bibtex-check-all): Check all headlines in the current buffer.
15592         (org-bibtex-create): Create a new bibtex headline at the current
15593         level.
15594         (org-bibtex-read): Read the current bibtex entry from a bibtex file.
15595         (org-bibtex-write): Write the most recently read bibtex entry into
15596         an Org-mode file.
15598 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15600         * org-agenda.el (org-agenda-clock-consistency-checks): Allow to
15601         set properties.
15602         (org-agenda-show-clocking-issues): Handle faces.
15604 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15606         * ob-ditaa.el (org-babel-default-header-args:ditaa): Specify utf8
15607         content by default with "-Dfile.encoding=UTF-8".
15609 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15611         * ob-ditaa.el (org-babel-execute:ditaa): New ":java" header
15612         argument.
15614 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15616         * org-exp.el (org-export-preprocess-string): Mark list end before
15617         expanding macros.  Thus, a macro inside a list and containing
15618         blank lines cannot break the list structure.
15619         (org-export-preprocess-apply-macros): Multi-lines macros get
15620         indented with the same indentation as the first line.  Thus, we
15621         are sure that every line belongs to the same list as the first
15622         line, if such list exists.  Also add comments in code.
15624 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15626         * org-agenda.el (org-agenda-clock-consistency-checks): New option.
15627         (org-agenda-list): Handle display change to clock check.
15628         (org-agenda-get-progress): Show only clock entries if we are doing
15629         the consistency check.
15630         (org-agenda-show-clocking-issues): New function.
15631         (org-agenda-check-clock-gap): New function.
15632         (org-agenda-view-mode-dispatch): Offer consistency check.
15633         (org-agenda-log-mode): Handle switch to clock only display.
15634         (org-agenda-set-mode-name): Show lighter for Clockcheck.
15636         * org.el (org-hh:mm-string-to-minutes): Accept an integer argument
15637         and return it unchanged.
15639 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15641         * org-list.el (org-list-struct): When walking down the list, the
15642         function would not pay attention to drawers or blocks indentation.
15643         Thus, such constructs couldn't consistently end an item or a list.
15644         This patch ensures line indentation is stored (if applicable)
15645         before skipping them.  Also fixed doc-string and comments.
15647 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15649         * org-exp.el (org-export): Add EXPORT_FILE_NAME to the enclosing
15650         tree properties.
15652 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15654         * org-exp.el (org-export): Define a bound for finding enclosing
15655         tree with class/title definition.
15657 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15659         * org-exp.el (org-export): Go to next heading before searching
15660         backward, so make this also work if we are on the headline of the
15661         entry with the property.
15663 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15665         * org.el (org-promote):
15666         (org-demote): Soften the previous change, by only removing the
15667         flyspell function from after-change functions, because that was
15668         the one causing the slowdown - at least much of it.
15670 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15672         * org.el (org-promote, org-demote): Turn off
15673         after-change-functions to speed up the reindentation of text.
15675 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15677         * ob-ocaml.el (org-babel-ocaml-read-list):
15678         Use `org-babel-script-escape'.
15679         (org-babel-ocaml-read-array): Use `org-babel-script-escape'.
15681 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
15683         * org-html.el (org-html-handle-links): Add an alternate for inline
15684         images.
15686 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15688         * org-agenda.el (org-agenda-bulk-action): Do not use the entries
15689         variable before it is defined.
15691 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15693         * org-src.el (org-src-lang-modes): Add a language alias of "C"
15694         to "c".
15696 2011-07-28  Shaun Johnson  <shaun@slugfest.demon.co.uk>  (tiny change)
15698         * ob-tangle.el (org-babel-tangle): Make it work in an indirect
15699         buffer.
15701 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
15703         * org-html.el (org-html-make-link): Correct a bug in coderef link.
15705 2011-07-28  Bernt Hansen  <bernt@norang.ca>
15707         * org-agenda.el (org-agenda-filter-by-tag): Fix variable name
15708         typo.
15710 2011-07-28  Bernt Hansen  <bernt@norang.ca>
15712         * org-agenda.el (org-agenda-get-timestamps): Fix agenda display
15713         when headlines are missing.
15715 2011-07-28  Bastien Guerry  <bzg@gnu.org>
15717         * org-mobile.el (org-mobile-push): Move call to hook, make it the
15718         first thing of the push operation.
15720 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15722         * ob.el (org-babel-params-from-buffer): Now looking for header
15723         arguments in #+Properties: as well as #+Babel:.  Also, we're no
15724         longer caching these results into a file local variable.
15726 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15728         * ob-python.el (org-babel-python-evaluate-external-process):
15729         Allow parsing as a table in the case of ":results output table".
15730         (org-babel-python-evaluate-session): Allow parsing as a table in
15731         the case of ":results output table".
15733 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15735         * org-agenda.el (org-agenda-bulk-action): Allow bulk scatter in
15736         all possible agenda views.  Use `org-agenda-schedule' instead of
15737         `org-agenda-date-later'.
15739 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15741         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Now supports
15742         ":results output".
15744 2011-07-28  Julien Danjou  <julien@danjou.info>
15746         * org.el (org-entry-get, org-entry-delete, org-entry-put)
15747         (org-property-values, org-delete-property-globally):
15748         Use `org-re-property'.
15749         (org-re-property): New function allowing to build a regexp to
15750         match a property.
15752 2011-07-28  Julien Danjou  <julien@danjou.info>
15754         * org.el (org-property-values): Enhance docstring.
15756 2011-07-28  Ethan Ligon  <ligon@are.berkeley.edu>  (tiny change)
15758         * org-html.el (org-html-export-list-line): Fix regexp for
15759         detecting description lists to allow "::" marker to be last
15760         visible element at end of line.
15761         * org-docbook.el (org-docbook-export-list-line): Fix regexp for
15762         detecting description lists to allow "::" marker to be last
15763         visible element at end of line.
15765 2011-07-28  Julien Danjou  <julien@danjou.info>
15767         * org-table.el (org-table-cleanup-narrow-column-properties):
15768         Use point-min rather than 1 when moving in the buffer.
15770 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15772         * org-list.el (org-list-in-valid-context-p): Rename from
15773         `org-list-in-valid-block-p'.
15774         (org-at-item-p,org-list-search-generic): Use renamed function.
15776 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15778         * org.el (org-set-font-lock-defaults): Be more strict when
15779         recognizing description items, and do not fontify wrong cases
15780         like: "- term ::description" or "1. term :: description".
15782 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15784         * org-latex.el: Pay attention to end of footnote.  Before closing
15785         the command, ensure that list is properly closed or that last link
15786         is separated from the curly brace.
15788 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15790         * org.el (org-indent-line-function): Footnote definition must stay
15791         at column 0 to be recognized as such.  Body below can have normal
15792         indentation, so it should ignore its definition when computing
15793         indentation.
15795 2011-07-28  Bastien Guerry  <bzg@gnu.org>
15797         * org-protocol.el (org-protocol-remember, org-protocol-capture):
15798         More appropriate message.
15800 2011-07-28  Bastien Guerry  <bzg@gnu.org>
15802         * org-capture.el (org-capture-clock-keep): New local variable.
15803         (org-capture, org-capture-finalize): Use it and fix a bug when
15804         :clock-keep is set to `t'.
15806 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
15808         * org-exp.el (org-export-preprocess-string): Handle include files
15809         before processing macros.
15811 2011-07-28  Bernt Hansen  <bernt@norang.ca>
15813         * org-agenda.el: Remove obsolete code for adding todo list in
15814         front of the agenda.
15816 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
15818         * org-latex.el (org-export-latex-convert-table.el-table):
15819         Fix format-string for insertion of captions.
15821 2011-07-28  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
15823         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
15824         Fix regexp.
15826 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
15828         * org.el (org-read-date-analyze): Help matching dotted European
15829         dates, like 31. 12. 2007
15831 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15833         * ob-lisp.el (org-babel-execute:lisp): Fix typo.
15835 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15837         * ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
15838         before reading by elisp.
15839         (org-bable-lisp-vector-to-list): Stub of a vector->list function,
15840         should be replaced with a cl-vector->el-vector function.
15842 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15844         * ob-lisp.el (org-babel-execute:lisp): Now using
15845         `org-babel-reassemble-table' to apply the appropriate header
15846         arguments to results.
15848 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15850         * org.el (org-end-of-meta-data-and-drawers): New function.
15852         * org-capture.el (org-capture-place-plain-text): Implement adding
15853         plain text templates to Org nodes.
15855 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15857         * org-beamer.el (org-beamer-environments-extra): Fix docstring.
15859 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
15861         * org-exp.el (org-export-handle-comments): Add the org-protected
15862         property to the replacement string.
15864 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
15866         * org-html.el (org-export-as-html, org-html-level-start):
15867         Fix logic for section number printing when NUM is an integer.
15869 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
15871         * org-latex.el (org-export-latex-special-chars): Fix regexp for
15872         `single' special characters and ellipsis.
15874 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
15876         * org.el (org-point-at-end-of-empty-headline):
15877         Bind `case-fold-search' to nil.
15879 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15881         * org-capture.el (org-capture-fill-template): Resolve new %<...>
15882         template escape.
15883         (org-capture-templates): Document new %<...> template escape.
15885 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15887         * ob.el (org-babel-process-params): Make this function idempotent,
15888         as it will sometimes be called multiple times.
15890 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15892         * org.el (org-ts-regexp-both): Add "]" to class of characters that
15893         should not be matched.
15894         (org-ts-regexp0, org-ts-regexp1): Do not start a class with
15895         "^]-+", because that tries to (not) match characters between "]"
15896         and "+".  Instead, move the "-" to the end of the class where it
15897         causes no harm.
15899 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15901         * ob-R.el (org-babel-edit-prep:R): Associate the appropriate R
15902         process with the edit buffer when :session is specified.
15904 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15906         * ob-tangle.el (org-babel-tangle-collect-blocks): Brought the link
15907         extraction code into line with a newer version of the
15908         `org-store-link' function.
15910 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15912         * ob-lisp.el (org-babel-expand-body:lisp): New body expansion
15913         wrapping the expression in either a let or progn, and possibly a
15914         pretty-print function invocation.
15915         (org-babel-execute:lisp): Greatly simplified method of executing
15916         lisp code blocks.
15918 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15920         * org-list.el: Move `org-update-checkbox-count-maybe' call outside
15921         of ̀save-excursion' to get back to original position.
15923 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15925         * org.el (org-numbered-action-format): New option.
15926         (org-new-numbered-action): New command.
15927         (org-collect-todos-in-subtree): New command.
15929 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15931         * org-exp.el (org-export-with-tasks): New option.
15932         (org-export-plist-vars): Add :tasks property.
15934 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15936         * org-ascii.el (org-export-as-ascii): Pass the :done-tasks
15937         property to the export preprocessor.
15939         * org-docbook.el (org-export-as-docbook): Pass the :done-tasks
15940         property to the export preprocessor.
15942         * org-html.el (org-export-as-html): Pass the :done-tasks property
15943         to the export preprocessor.
15945         * org-latex.el (org-export-as-latex): Pass the :done-tasks
15946         property to the export preprocessor.
15948         * org-exp.el (org-export-with-done-tasks): New option.
15949         (org-export-plist-vars): Add entry for :done-tasks.
15950         (org-export-preprocess-string): Call `org-export-remove-done-tasks'.
15951         (org-export-remove-done-tasks): New function.
15953 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15955         * org-latex.el (org-export-latex-keywords-maybe): Protect # in
15956         tags.
15958 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15960         * org.el (org-find-olp): Use the level of the correct match to
15961         continue search.
15963 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15965         * org-list.el (org-toggle-checkbox): Build value of
15966         org-keyword-time-regexp instead of using it directly, as it's
15967         buffer-local, and function might be called outside Org.
15969 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15971         * org-list.el (org-list-struct,org-in-item-p): Don't assume end of
15972         blocks or drawers necessarily start somewhere.  It it isn't the
15973         case, treat them as normal text.
15975 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15977         * ob-exp.el (org-babel-exp-results): Use code block name when
15978         finding cached results.
15980 2011-07-28  Julien Danjou  <julien@danjou.info>
15982         * org-latex.el (org-export-latex-date-format): Change default date
15983         format to \today.  This has the same result but respects the
15984         language set in the document by default.
15986 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15988         * org-list.el (org-list-checkbox): When called from an headline,
15989         function would normally skip drawers, but not if a SCHEDULED or
15990         DEADLINE keyword is standing before the drawer.  Also avoid
15991         problems if function is called in buffers not is Org mode.
15993 2011-07-28  Bastien Guerry  <bzg@gnu.org>
15995         * org-clock.el (org-clock-report): Change the scope of the
15996         inserted clock report depending on whether the point is within a
15997         subtree (:scope subtree) or not (:scope file).
15999 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
16001         * org-html.el (org-export-as-html): Fix export of footnotes
16002         containing lists, tables, quotes, etc.
16004 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
16006         * org-latex.el (org-export-latex-preprocess): Correctly match
16007         starred command names.
16009 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
16011         * org-html.el (org-export-as-html): Get local value of
16012         org-export-with-section-numbers from the buffer's plist.
16013         Deal specially with the case the resulting value is an integer.
16014         (org-html-level-start): New optional argument of the option plist used
16015         instead of `org-export-with-section-numbers'.  Also deal specially
16016         with the case that the value is an integer.
16018 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
16020         * org-latex.el (org-export-latex-subcontent): Deal specially with
16021         the case that NUM is an integer.
16023 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16025         * org-protocol.el (org-protocol-do-capture): Allow template keys
16026         of two characters.
16027         (org-protocol-default-template-key): Update the docstring to
16028         reflect the change in `org-protocol-do-capture'.
16030 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
16032         * org-taskjuggler.el: Fix a typo in the commentary.
16034 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
16036         * org-taskjuggler.el (org-taskjuggler-open-task): Only emit a
16037         "purge allocations" statement if we are not targeting tj3.
16039 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
16041         * org-taskjuggler.el (org-taskjuggler-assign-resource-ids):
16042         Replace recursive implementation with an iterative one.
16044 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16046         * ob-sh.el (org-babel-sh-var-to-sh): Fix insertion of tabular
16047         data into shell variables.
16049 2011-07-28  David Maus  <dmaus@ictsoc.de>
16051         * org-html.el (org-html-handle-time-stamps): Protected linebreak
16052         element after timestamp markup.
16054 2011-07-28  David Maus  <dmaus@ictsoc.de>
16056         * org-html.el (org-html-handle-links): Don't protect img tag in
16057         link description.
16059 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16061         * org-table.el (org-table-formula-handle-first/last-rc):
16062         Bind `char'.
16064 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16066         * org-list.el (org-in-item-p): Re-build `org-drawer-regexp',
16067         whatever the major mode is.
16069 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16071         * org-inlinetask.el (org-inlinetask-export-templates): Fix default
16072         templates.
16073         (org-inlinetask-export-handler): Ensure contents of inline task,
16074         if any, starts and ends with a newline character.  Refactor and
16075         comment code.
16077 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16079         * org-capture.el (org-datetree-find-date-create): Lower-case for
16080         variable names in `define-function' form.
16082 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16084         * org-table.el (org-table-convert-region): Throw error when
16085         SEPARATOR is smaller than 1.
16087 2011-07-28  Julien Danjou  <julien@danjou.info>
16089         * org-colview.el (org-columns-display-here): Fix heading retrieval
16090         in Org buffers.
16092 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16094         * org-latex.el (org-export-latex-preprocess): Last brace shouldn't
16095         be on the same line as a list end marker.
16097 2011-07-28  Julien Danjou  <julien@danjou.info>
16099         * org.el (org-icompleting-read): Do not use useless lambda.
16101 2011-07-28  Julien Danjou  <julien@danjou.info>
16103         * org-agenda.el (org-format-agenda-item): Fix length computing.
16105 2011-07-28  Julien Danjou  <julien@danjou.info>
16107         * org-agenda.el (org-format-agenda-item): Fix comment and use
16108         `add-text-properties'.
16110 2011-07-28  Julien Danjou  <julien@danjou.info>
16112         * org-agenda.el (org-agenda-highlight-todo): Remove useless
16113         `concat'.
16115 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16117         * org-list.el (org-list-to-generic): Set a default term for
16118         ill-formed description lists.  Do not insert newline characters
16119         unless told to.
16120         (org-list-to-texinfo,org-list-to-html): Apply changes to
16121         `org-list-parse-liste'.
16123 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16125         * org-clock.el (org-clock-clocktable-language-setup): Add a
16126         string.
16127         (org-clocktable-write-default): Use the new localized string
16128         in `org-clock-clocktable-language-setup'.
16130 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16132         * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
16133         (org-taskjuggler-assign-resource-ids): Replace recursive
16134         implementation with an iterative one.
16136 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
16138         * org-taskjuggler.el (org-taskjuggler-components): Escape quotes
16139         in headlines.
16141 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
16143         * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
16144         Compute the leafiness of a node.
16145         (org-taskjuggler-open-task, org-export-as-taskjuggler): Mark a
16146         node as a milestone if it is a leaf and has no effort.
16148 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
16150         * org-taskjuggler.el (org-export-taskjuggler-target-version):
16151         (org-taskjuggler-targeting-tj3-p): Add some minimal infrastructure
16152         to handle export to both tj2 and tj3.
16153         (org-taskjuggler-open-task): Use a different way to purge
16154         allocations for tj2 and tj3.
16156 2011-07-28  Matt Lundin  <mdl@imapmail.org>
16158         * org-footnote.el (org-footnote-auto-label): New random option.
16160         * org-footnote.el (org-footnote-new): Create random footnote
16161         labels with unique ids.
16163 2011-07-28  Matt Lundin  <mdl@imapmail.org>
16165         * org-footnote.el (org-footnote-create-definition): Allow for
16166         footnote sections above the current footnote insertion point.
16168 2011-07-28  Matt Lundin  <mdl@imapmail.org>
16170         * org-footnote.el (org-footnote-create-definition): Don't search
16171         for last footnote when in org-mode file.
16173 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16175         * org-html.el (org-export-as-html): Handle links with
16176         `org-html-handle-links' after we handle special characters
16177         conversions.
16178         (org-html-make-link, org-export-html-format-image):
16179         Don't protect html with @ anymore, as links are now handled after
16180         special characters conversions.
16182 2011-07-28  Julien Danjou  <julien@danjou.info>
16184         * org-agenda.el (org-agenda-get-timestamps):
16185         (org-agenda-get-scheduled): Fix call to `org-format-agenda-item'.
16186         (org-format-agenda-item): Remove no-prefix argument.
16187         (org-agenda-change-all-lines): Call org-format-agenda-item without the
16188         no-prefix argument.
16190 2011-07-28  Julien Danjou  <julien@danjou.info>
16192         * org-agenda.el (org-agenda-highlight-todo): Stop using
16193         prefix-length.
16194         (org-cmp-alpha): Stop using prefix-length.
16195         (org-agenda-open-link): Stop using prefix-length.
16196         (org-agenda-change-all-lines): Stop using prefix-length.
16198         * org-colview.el (org-columns-display-here): Stop using
16199         prefix-length.  Always return claned items.
16201         * org-mobile.el (org-mobile-write-agenda-for-mobile): Stop using
16202         prefix-length.
16204 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16206         * ob-tangle.el (org-babel-tangle-collect-blocks): Don't call
16207         `org-store-link' interactively as it can confuse the setting of
16208         `org-link-to-org-use-id' and cause undue edits to the org-mode
16209         buffer during tangling.
16211 2011-07-28  David Maus  <dmaus@ictsoc.de>
16213         * org-html.el (org-export-html-format-image): Protect <p> element
16214         of image caption.
16216 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16218         * org.el (org-read-date-force-compatible-dates): New option.
16219         (org-read-date, org-read-date-analyze): Check representable date range.
16221 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16223         * org-html.el (org-export-as-html): Fix export of email.
16225 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16227         * ob-tangle.el (org-babel-spec-to-string): Check value of padline
16228         on tangling, no longer use the now-removed variable
16229         `org-babel-tangle-pad-newline'.
16231         * ob.el (org-babel-header-arg-names): Add padline to the list of
16232         header argument names.
16233         (org-babel-default-header-args): Set the default value of padline to
16234         "yes".
16235         (org-babel-merge-params): Cleaned up the merge logic, added padline.
16237 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16239         * ob.el (org-babel-header-arg-names): Adding "shebang" to known
16240         code block header argument names.
16242 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16244         * org-crypt.el: Remove useless TODO in comments.
16246 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16248         * org-html.el (org-export-as-html): The default postamble now only
16249         export a date paragraph if `org-export-time-stamp-file' is
16250         non-nil.
16252 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16254         * org-exp.el (org-export-xml): Remove the defgroup of
16255         org-export-xml.
16257 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16259         * org-html.el (org-export-html-insert-plist-item): Remove.
16260         (org-export-html-preamble): Default to `t'.  Accept functions.
16261         (org-export-html-postamble): Default to `auto'.
16262         Accept functions and distinguish between 'auto (no formatting string)
16263         and `t' (default formatting string).
16264         (org-export-as-html): Handle org-export-html-preamble and
16265         org-export-html-postamble new defaults/allowed values.
16266         Define email and creator-info before using them.
16268 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16270         * org-html.el (org-export-html-protect-char-alist): Fix typo in
16271         custom type definition.
16273 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16275         * ob-exp.el (org-babel-exp-do-export): Now runs for empty :session
16276         arguments.
16278 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16280         * org-list.el (org-list-parse-list): Fix regexp.
16282 2011-07-28  David Maus  <dmaus@ictsoc.de>
16284         * org-html.el (org-export-html-format-image): Protect image
16285         elements.
16287 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16289         * ob-tangle.el (org-babel-tangle-body-hook): Hook for changing the
16290         contents of a code block body on export.
16291         (org-babel-tangle-collect-blocks): Apply
16292         `org-babel-tangle-body-hook' to the collected bodies of code blocks.
16294 2011-07-28  David Maus  <dmaus@ictsoc.de>
16296         * org-html.el (org-html-make-link, org-html-handle-links):
16297         Protect generated XHTML elements.
16298         (org-export-as-html): Expand character entities after creating markup
16299         for links and timestamps.
16301 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16303         * org-html.el (org-export-as-html): Bugfix: insert email
16304         correctly.
16306 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16308         * org-html.el: Bugfix: prevent infinite matching of the `&'
16309         character.
16311 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16313         * org.el (org-fill-paragraph): `fill-forward-paragraph' function
16314         has been introduced with emacs 23.1.
16316 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16318         * org-attach.el: Allow to store a link to the attach-dir location.
16320 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
16322         * org-agenda.el (org-agenda-bulk-action): Allow the user to run a
16323         function.
16325 2011-07-28  Bernt Hansen  <bernt@norang.ca>
16327         * org-clock.el (org-clock-in): Allow clocking in new tasks
16328         inserted before the current clocking task.
16330 2011-07-28  Bernt Hansen  <bernt@norang.ca>
16332         * org-clock.el (org-clock-in): Set default clocking task when
16333         already clocking the task.
16335 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16337         * org.el (org-adaptive-fill-function): When a region is specified
16338         first line of paragraph isn't skipped, so fill-paragraph have to
16339         be computed even if point is at an item.
16341 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16343         * org-list.el (org-list-in-valid-block-p): New function.
16344         (org-at-item-p,org-list-search-generic): Use new function.
16346 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16348         * org.el (org-indent-line-function): Text in both a list and a
16349         valid block is indented with regards to current item, not to block
16350         boundaries.
16352 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
16354         * org-html.el (org-format-org-table-html): Fix anchors in HTML
16355         export (thanks to <aankhen@gmail.com>)
16356         (org-html-protect): Fix a  bug that prevents some target to be
16357         rendered correctly.
16359 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16361         * org.el (org-default-properties): Add EXPORT_TEXT.
16363 2011-07-28  Matt Lundin  <mdl@imapmail.org>
16365         * org-footnote.el (org-footnote-create-definition)
16366         (org-insert-footnote-reference-near-definition): Fix sorting
16367         of footnotes.
16369 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
16371         * org-html.el (org-export-as-html): Bugfix: don't insert closing
16372         HTML tags when exporting body only.
16374 2011-07-28  Jason Dunsmore  <emacs-orgmode@deathroller.dunsmor.com>  (tiny change)
16376         * org.el (org-back-over-empty-lines): Bugfix.
16377         Honor `org-blank-before-new-entry' correctly in various contexts.
16379 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16381         * org-macs.el (org-with-wide-buffer): Bugfix: use `save-excursion'
16382         and `save-restriction'.
16384 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16386         * org-timer.el (org-timer-item): `save-excursion' prevents
16387         `org-list-struct' to get the list structure when point isn't on
16388         the first line of the item.
16390 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16392         * org-capture.el (org-capture-templates): New option
16393         :no-clock-out.
16394         (org-capture): Use the new option.
16396 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16398         * org-list.el (org-update-checkbox-count): Ensure cookies on an
16399         heading are correctly updated when checkboxes are hidden.
16400         It allows, for example, to use C-c C-x C-b on a collapsed tree and
16401         still get the update.
16403 2011-07-28  David Maus  <dmaus@ictsoc.de>
16405         * org-exp.el (org-export-visible): Accept keys for
16406         `org-export-as-html-to-buffer' and `org-export-region-as-html'.
16408 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16410         * org.el (org-duration-string-to-minutes): Don't use
16411         `rx-to-string'.
16413 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
16415         * org.el (org-effort-durations): New variable.
16417         * org.el (org-duration-string-to-minutes): New function.
16419         * org-agenda.el (org-agenda-filter-effort-form)
16420         (org-format-agenda-item): Use it.
16422         * org-clock.el (org-clock-notify-once-if-expired)
16423         (org-clock-modify-effort-estimate, org-clock-get-clock-string): Use it.
16425 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16427         * org-agenda.el (org-agenda-run-series): Rename from
16428         `org-run-agenda-series'.
16430 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16432         * org-capture.el: Don't allow currentfile anymore.
16434 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16436         * org-agenda.el (org-agenda-list): Fix bug: don't rely on
16437         `org-agenda-current-span' when calling `org-agenda-list'.
16439 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16441         * org-capture.el (org-capture-put-target-region-and-position):
16442         New function to store information about the target buffer.
16443         (org-capture-set-target-location): Use it.
16444         (org-capture-finalize): Restore the target buffer in its
16445         possibly narrowed state.  Also restore the cursor position.
16447 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16449         * org-crypt.el (auto-save-default): Make sure entries are
16450         encrypted before auto-saving.
16452 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16454         * org-inlinetask.el (org-inlinetask-promote)
16455         (org-inlinetask-demote): New functions.
16457 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16459         * org.el (org-demote-subtree,org-promote-subtree):
16460         Wrap `org-map-tree' into `org-with-limited-levels' macro, so it avoids
16461         operating on inline tasks.
16463 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16465         * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading'
16466         will move point to a real heading and not an inline task by
16467         wraping function into a `org-with-limited-levels' macro.
16469 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16471         * org-capture.el (org-capture-finalize): New argument clock-out,
16472         to tell whether finalizing the capture process should clock out
16473         the running clock.
16474         (org-capture): Use the new argument.
16476 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16478         * org.el (org-refile-get-targets): Rename from
16479         `org-get-refile-targets'.
16481 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16483         * org-exp.el (org-export-table-remove-empty-lines): New custom
16484         variable.
16485         (org-export-remove-special-table-lines): Use it.
16487 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16489         * org-table.el (org-table-fix-formulas-confirm): New custom
16490         variable.
16491         (org-table-insert-column, org-table-delete-column)
16492         (org-table-move-column, org-table-move-row)
16493         (org-table-insert-row, org-table-kill-row): Use it.
16495 2011-07-28  Tassilo Horn  <tassilo@member.fsf.org>
16497         * org.el (org-refile-get-location): Set and show default value.
16498         (org-goto, org-refile): Adapt calls.
16500 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16502         * org-mobile.el (org-mobile-files-exclude-regexp): New custom
16503         variable.
16504         (org-mobile-files-alist): Use it.
16506 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16508         * org.el (org-todo): Bugfix: use `org-with-wide-buffer' to check
16509         against headings outside of a narrowed buffer.
16511 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16513         * org.el (org-confirm-shell-link-not-regexp)
16514         (org-confirm-elisp-link-not-regexp): New custom variables.
16515         (org-open-at-point): Use the new custom variables.
16517 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
16519         * org-latex.el: Place \title \author \date before
16520         \begin{document}.
16522 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16524         * org-html.el (org-export-html-preamble)
16525         (org-export-html-postamble): Now default to `nil'.
16526         (org-export-as-html): When :html-pre/postamble is nil, fall
16527         back on the default pre/postamble, which depends on the
16528         :author-info, :email-info, :creator-info options.
16530 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16532         * ob-exp.el (org-babel-exp-results): Don't use cached results if
16533         there is no hash.
16535 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16537         * org-table.el (org-table-eval-formula): Treat relative column
16538         refs.
16540 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16542         * org-table.el (org-table-use-standard-references): Change default
16543         to `from'.
16545 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16547         * org.el (org-move-subtree-down): Leave the cursor at the same
16548         column we were at.
16550 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16552         * org-attach.el (org-attach-store-link-p): New variable.
16553         (org-attach-store-link): New function.
16554         (org-attach-attach): When `org-attach-store-link-p' is
16555         non-nil, store a link in `org-stored-links' to a newly
16556         attached file.
16558 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16560         * org-exp.el (org-export-remove-headline-metadata): Bugfix: don't
16561         case-fold-search to avoid mixing TODO keywords with real headline
16562         words.
16564 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16566         * org-table.el (org-table-fedit-finish): Read more general LHS of
16567         formulas.
16568         (org-table-formula-handle-@L): New function to hanle @L references.
16569         (org-table-current-ncol): New variable.
16570         (org-table-line-to-dline): New function.
16571         (org-table-get-stored-formulas): Accept range formulas as matches.
16572         (org-table-get-specials): Compute and store the number of columns.
16573         (org-table-get-range): New optional argument CORNERS-ONLY, to retrieve
16574         only the region marked by the range, not the content.
16575         (org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand
16576         range targets.  Also check for duplicate access to fields.
16577         (org-table-expand-lhs-ranges): New funktion.
16578         (org-table-get-remote-range): Bind `org-table-current-ncol' to protect
16579         the caller's value.
16580         (org-table-edit-formulas): Support highlighting of range targets.
16581         (org-table-field-info): Handle renge formulas.
16583 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16585         * org-html.el (org-export-html-postamble-format)
16586         (org-export-html-preamble-format): Explain how to escape the
16587         `%' character.
16589 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16591         * org-exp-bibtex.el (org-export-bibtex-preprocess):
16592         Use `org-export-current-backend'.
16594 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16596         * ob.el (org-babel-read): Read string variable values wrapped in
16597         double quotes, removing the quotes.
16599 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16601         * ob-exp.el (org-babel-exp-results): Ensure that processed params
16602         are send to org-babel-execute-src-block.
16604 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16606         * org-special-blocks.el
16607         (org-special-blocks-make-special-cookies):
16608         Use `org-export-current-backend'.
16610 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16612         * ob-exp.el (org-babel-exp-in-export-file): Now takes the language
16613         as an argument.
16614         (org-babel-exp-src-block): Explicitly pass language to
16615         `org-babel-exp-in-export-file'.
16616         (org-babel-exp-inline-src-blocks): Remove unused code.
16617         (org-babel-exp-results): Explicitly pass language to
16618         `org-babel-exp-in-export-file'.
16620 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16622         * ob-calc.el (org-babel-execute:calc): Unquote quoted vectors
16623         returned from calc-eval.
16625 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16627         * ob.el (org-babel-read): Pass elisp vectors through to code
16628         blocks.
16630 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16632         * ob.el (org-src-lang-modes): Defvar.
16633         (org-at-item-p): Declare function.
16635         * ob-calc.el (calc-store): Require.
16636         (var-syms): Defvar.
16638         * ob-python.el (py-default-interpreter): Defvar.
16640 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16642         * org-exp-blocks.el (backend): defvar.
16644 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16646         * org-agenda.el (org-agenda-get-scheduled):
16647         (org-agenda-get-timestamps): Bind local variable `show-all'.
16649 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16651         * ob-ref.el (org-at-item-p): Declare function.
16653         * org-agenda.el (diary-time-regexp): defvar.
16655         * org-archive.el (org-archive-subtree): Bind local variable
16656         `infile-p'.
16658         * org-capture.el (org-capture-insert-template-here): Get template
16659         text from property list, to avoid byte compiler message.
16661         * org-latex.el (org-export-latex-tables): Bind local variable
16662         `width'.
16664         * org-special-blocks.el (org-compat): Add require statement.
16666         * org-table.el (orgtbl-ctrl-c-ctrl-c): Bind local variable
16667         `const-str'.
16669         * org.el (org-eval): Move function here from org-agenda.el.
16671 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16673         * ob.el (org-babel-read-table): Inhibit lisp evaluation of values
16674         when reading from tables.
16675         (org-babel-read-list): Inhibit lisp evaluation of values when
16676         reading from lists.
16677         (org-babel-read): Add optional argument which can be used to inhibit
16678         lisp evaluation of value.
16680 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16682         * ob-table.el (sbe): Ensure that ob-trim is only called on
16683         strings.
16685 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16687         * ob-exp.el (org-babel-exp-results): On export, ensure that the
16688         result hash is resolved in the original org-mode file.
16690 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16692         * org-exp.el (org-export-mark-list-end): Change end marker.
16694         * org-docbook.el (org-export-docbook-list-line): Use new marker.
16696         * org-html.el (org-html-export-list-line): Use new marker.
16698         * org-latex.el (org-export-latex-lists): Use new marker.
16700 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16702         * org-latex.el (org-export-latex-lists): Make sure markers used
16703         for export are taken into account by temporarily setting an
16704         appropriate value for `org-list-ending-method'.
16706 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16708         * org-exp-blocks.el (org-exp-blocks-block-regexp): Wrapping block
16709         regexp into its own variable, also allowing match of empty bodies.
16710         (org-export-blocks-preprocess): Using new regexp variable.
16712 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16714         * ob.el (org-babel-src-block-regexp): Code block regexp now
16715         matches blocks with empty bodies.
16717 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16719         * ob.el (org-babel-script-escape): If script escaped value doesn't
16720         parse cleanly, then return it literally.
16722 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16724         * ob-exp.el (org-babel-exp-src-block): When block will eventually
16725         be evaluated, pre-calculate the hash before noweb expansion, and
16726         expand the parameters before hash calculation.
16727         (org-babel-exp-do-export): Pass pre-calculated hash through to
16728         `org-babel-exp-results'.
16729         (org-babel-exp-results): Compare pre-calculated hash to results hash.
16731 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16733         * ob.el (org-babel-sha1-hash): Sort list values to header
16734         arguments, and sort the words in strings.
16736 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16738         * ob-ref.el (org-babel-ref-index-list): Special handling of hline
16739         rows.
16741 2011-07-28  Julien Danjou  <julien@danjou.info>
16743         * org-macs.el (org-with-point-at): Store evaluated version of
16744         pom.  This fixes a potential bug when using (org-with-point-at
16745         (func) …), where (func) would be evaluated multiple times,
16746         therefore might return different results if a marker was returned
16747         and different each time.
16749 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16751         * org.el (org-open-at-point): If a link to a radio target is the
16752         first, (resp. the last), element of a buffer, function cannot find
16753         the property change required to get its boundaries, and
16754         `buffer-substring' is called with an invalid nil argument.
16756 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16758         * org-table.el (org-table-copy-down): Fix docstring.
16760 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16762         * ob-latex.el (org-babel-execute:latex): Add imagemagick options,
16763         and for file types other than png and PDF it uses imagemagick to
16764         convert a compiled PDF file to the desired file type.
16765         (convert-pdf): Convert a PDF file to a new file type using
16766         imagemagick.
16768 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
16770         * org-capture.el (org-capture-fill-template): Fix bug with the
16771         display of interactive prompt in templates expansion.
16773 2011-07-28  Reiner Steib  <reiner.steib@gmx.de>
16775         * org-clock.el (org-clock-display): Document how to remove subtree
16776         times.
16778 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16780         * org-exp-blocks.el (org-export-blocks-format-comment):
16781         Explicitly append a newline to the body.
16783 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16785         * org-list.el (org-list-insert-item): When computing size of item
16786         being inserted, function has to take into account that indentation
16787         may not only be made of spaces.
16789 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16791         * org-clock.el (org-clock-find-position): If a list was adjacent
16792         to some clocks and a drawer was going to be created, only the
16793         first element of the list would make it into the drawer.
16795 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16797         * org-list.el (org-toggle-checkbox): Fix bug where top item in
16798         list was omitted when checking boxes.
16800 2011-07-28  Dan Davison  <dandavison7@gmail.com>
16802         * ob-R.el: Don't print result to echo area after evaluation.
16804 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16806         * org-capture.el (org-capture-refile): Fix typo in docstring.
16808 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16810         * ob-calc.el (org-babel-execute:calc): Call out to new function
16811         for variables resolution.
16812         (ob-calc-maybe-resolve-var): Resolve (possibly recursively)
16813         variables in calc expressions.
16815 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16817         * ob-C.el (org-babel-tangle-lang-exts): Replace "c++" with "C++".
16818         (org-babel-C++-compiler): Replace "c++" with "C++".
16819         (org-babel-execute:cpp): Replace "c" with "C++".
16820         (org-babel-execute:C++): Replace "c" with "C++".
16821         (org-babel-expand-body:C++): Replace "c" with "C++".
16822         (org-babel-C-execute): Replace "c" with "C++".
16824 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16826         * ob-ref.el (org-babel-ref-at-ref-p): Only try to read results as
16827         a list if at the *beginning* of a list item.
16829         * ob.el (org-babel-read-result): Only try to read results as a
16830         list if at the *beginning* of a list item.
16832 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16834         * org-list.el (org-cycle-item-indentation): Do not break an
16835         indentation cycle because visibility cycling is requested.
16836         This happens when an item becomes a parent, due to indentation change.
16837         Not considered empty anymore, the function cannot change its
16838         indentation again.
16840 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16842         * org-clock.el (org-clocktable-write-default): Bugfix: falls back
16843         on `org-export-default-language' when no :lang parameter is set.
16845 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16847         * org-capture.el (org-capture-expand-file): New function.
16848         (org-capture-target-buffer):
16849         (org-capture-set-target-location): Use `org-capture-expand-file'.
16851 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16853         * ob.el (org-babel-read-list): Reading the value of a list has
16854         been updated to reflect the new structure of org-mode lists in
16855         elisp.
16856         (org-babel-insert-result): Writing code block results to lists has
16857         been updated to reflect the new list structure.
16858         (org-babel-result-end): Remove a previous change to end-of-list
16859         marker detection.
16861 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16863         * org-list.el (org-cycle-item-indentation): Each time the function
16864         moves item back to child position, a white space is added to the
16865         line.
16867 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16869         * ob.el (org-babel-process-params): Allow elisp code in
16870         specification of results header arguments.
16872 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16874         * org-agenda.el (org-agenda-append-agenda): New command.
16875         (org-agenda-mode-map): New keybinding to this new command.
16877 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16879         * org.el (org-ctrl-c-ctrl-c): Call `org-list-send-list' only when
16880         cursor it at very first item of the list, as specified in the
16881         manual.  Also refactored the list part of the function a bit.
16883 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16885         * org-agenda.el (org-agenda): Set the 'last-args property to nil
16886         when calling `org-agenda'.  Don't kill the local variable
16887         `org-agenda-current-span'.
16888         (org-run-agenda-series): Use the new property 'last-args.
16889         (org-agenda-change-time-span): Use the dynamically set
16890         `org-agenda-overriding-arguments' variable when non-nil.
16892 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16894         * ob.el (org-babel-result-end): Adjust marker of list end to
16895         changes in the list format.
16897 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16899         * org-list.el (org-toggle-checkbox, org-update-checkbox-count):
16900         No need to wrap `org-entry-get' in `ignore-errors'.
16902 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16904         * org.el (org-toggle-item, org-toggle-heading): Make sure every
16905         sub-item in a list is changed into a sub-heading and sub-headings
16906         are translated into sub-items.  Also ignore inline tasks in the
16907         process.
16909 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16911         * org-exp.el (org-export-select-backend-specific-text):
16912         Add `original-indentation' property when replacing #+begin_backend and
16913         #+backend blocks with their content.  This is needed for lists, as
16914         they must know if the block belonged to them.
16916 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16918         * org-html.el (org-html-export-list-line): Insert a newline
16919         character before ending an item, as anchor could be on a line
16920         going to be deleted, like a drawer ending string.
16922         * org-list.el (org-list-to-html): Same.
16924 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16926         * org.el (org-set-autofill-regexps): Use `org-item-re' in
16927         `paragraph-start' to recognize alphabetical lists.
16928         (org-fill-paragraph): Enforce a pre-computed fill-prefix before
16929         calling `fill-paragraph' when point is in an item.  Also prevent
16930         paragraphs getting merged into an adjacent list upon filling.
16931         (org-adaptive-fill-function): Make sure to determine real
16932         fill-prefix for auto-fill.
16933         (org-auto-fill-function): Use a pre-computed fill-prefix before
16934         calling `do-auto-fill'.
16936         * org-list.el (org-list-item-body-column): New function.
16938 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16940         * org-inlinetask.el (org-inlinetask-at-task-p)
16941         (org-inlinetask-toggle-visibility): New functions.
16943         * org-list.el (org-list-set-item-visibility): New function.
16945         * org.el (org-cycle, org-cycle-internal-local): Separate lists and
16946         inline tasks from headlines.
16947         (org-outline-level): Do not consider lists as headlines.
16948         Cycling visibility is using different tools.
16950 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16952         * org-list.el (org-list-struct): Mark items less indented than top
16953         item of the list, so that they will be modified.
16954         (org-list-struct-apply-struct): Compare struct's indentation with
16955         line's indentation instead of old-struct's.  This is needed
16956         because `org-list-struct' automatically fixes indentation so
16957         changes might not be seen otherwise.
16959         * org.el (org-ctrl-c-ctrl-c): Small refactoring.
16961 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16963         * org-list.el (org-update-checkbox-count): When a part of the
16964         buffer is processed to count checkboxes, lists are read from top
16965         to bottom, but inside lists (in drawers, blocks, or inline tasks)
16966         are skipped.  Thus, cookies cannot be updated.  This patch
16967         enforces reading of such lists if counter is itself in a special
16968         context.
16970 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16972         * org-list.el (org-list-struct-apply-struct): Inline tasks along
16973         with their content must stay at column 0 even if the item is
16974         gaining indentation.  Moreover, fix indentation of text in an
16975         inline task, now it can be in such a task within a list.
16977 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16979         * org-list.el (org-at-item-p): Also verify context is valid.
16980         Otherwise it would recognize valid items where `org-in-item-p'
16981         wouldn't.
16982         (org-in-item-p, org-list-struct-apply-struct): Use shorter version
16983         of org-at-item-p.
16984         (org-cycle-list-bullet): Fix typo.
16985         (org-list-parse-list): Avoid calling `org-at-item-p' two times by
16986         using an appropriate regexp.
16988         * org.el (org-indent-line-function): Use an appropriate regexp
16989         instead of calling `org-at-item-p' two times.
16991 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16993         * org-list.el (org-in-item-p): When point was just after
16994         org-list-end-re, check wouldn't be done for starting line.  So, if
16995         the first line was an item, it wouln't be noticed and function
16996         would return nil.  Simplify and comment code.
16998 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17000         * org.el (org-toggle-item): When used on normal text, ensure every
17001         line in region is included in the new item, regardless of its
17002         original indentation.
17004 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17006         * org-list.el (org-list-struct-apply-struct): If end of list was
17007         at eol, for example, with list inside a block, the last list
17008         wouldn't be shifted.  Thus, the patch ensures no blank lines is
17009         skipped.
17011 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17013         * org.el (org-toggle-item): Now accepts a prefix argument.
17014         When used without argument on normal text, it will make the whole
17015         region one item.  With an argument, it defaults to old behavior:
17016         change each line in region into an item.
17018 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17020         * org.el (org-return): When called from inside an item with the
17021         indent flag, function should keep text moved inside the item.
17022         This allows to use C-j to separate lines in an item: cursor won't
17023         go back to column 0.
17025 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17027         * org-list.el (org-list-struct): When a line has org-example
17028         property, skip the entire block.  This is needed during export,
17029         for example when src blocks in org markup contain lists, and are
17030         returned verbatim because org isn't in the list of interpreted
17031         languages.
17033 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17035         * org-list.el (org-in-item-p): Handle special cases when function
17036         is called with cursor amidst `org-list-end-re' or at an inline
17037         task.
17039 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17041         * ob.el (org-babel-result-end): Apply renaming.
17043         * org-exp.el (org-export-mark-list-properties): Apply renaming.
17045         * org-list.el (org-list-prevs-alist): Rename from
17046         `org-list-struct-prev-alist'.
17047         (org-list-parents-alist): Rename from `org-list-struct-parent-alist'.
17048         (org-list-write-struct): Rename from `org-list-struct-fix-struct'.
17049         (org-list-parse-list, org-sort-list, org-list-indent-item-generic)
17050         (org-toggle-checkbox, org-update-checkbox-count)
17051         (org-cycle-list-bullet, org-list-repair, org-insert-item)
17052         (org-move-item-up, org-move-item-up, org-move-item-down)
17053         (org-next-item, org-previous-item, org-end-of-item-list)
17054         (org-beginning-of-item-list, org-apply-on-list): Apply renaming.
17055         (org-get-bullet): Remove function, as it is not needed anymore.
17057 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17059         * org-list.el (org-list-insert-item-generic): Change arguments.
17060         The function now accepts structure and previous items alist.
17061         This allows to insert an item programmatically more easily.
17062         (org-insert-item): Apply changes to
17063         `org-list-insert-item-generic'.  The function now takes care about
17064         repairing structure and updating checkboxes.
17066         * org-timer.el (org-timer-item): Apply changes to
17067         `org-list-insert-item-generic'.  The function now takes care about
17068         repairing structure.
17070 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17072         * org-list.el (org-list-make-subtree): Function now uses
17073         `org-list-parse-list mechanism'.
17074         (org-list-make-subtrees): Remove function.
17075         (org-list-to-generic): Add a parameter and every parameter can
17076         be a sexp returning a string, for finer control.
17077         (org-list-to-html, org-list-to-latex, org-list-to-texinfo):
17078         Slight modifications to apply changes to `org-list-to-generic'.
17079         (org-list-to-subtree): New function.
17081 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17083         * org.el (org-beginning-of-line): Apply changes to
17084         `org-item-beginning-re' to correct sub-expression reference.
17086 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17088         * org-docbook.el (org-export-docbook-list-line): Even with
17089         alphabetical lists, Org shouldn't enforce a particular list type
17090         to exporters.  This is a job for style files.
17092         * org-html.el (org-html-export-list-line): Ib idem.
17094 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17096         * org-list.el (org-at-item-counter-p): New function.
17097         (org-list-parse-list): Handle counters and list depth.
17098         (org-list-to-generic): A special string is used when an item has a
17099         counter.
17100         (org-list-to-latex): Use new special string for counters.
17101         This fixes the counter bug in LaTeX export, as the enumi counter was
17102         the only one modified.
17104         * org-latex.el (org-export-latex-lists): Use new
17105         `org-list-parse-list' output.
17107 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17109         * org-list.el (org-list-get-list-type): New function.
17110         (org-list-parse-list): Use new function.
17112         * org-html.el (org-html-export-list-line): Use new function.
17114         * org-docbook.el (org-export-docbook-list-line): Use new function.
17116 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17118         * org-list.el (org-alphabetical-lists): New variable
17119         (org-item-re, org-list-full-item, org-cycle-list-bullet)
17120         (org-list-struct-fix-bul, org-list-inc-bullet-maybe):
17121         Reflect introduction of the new variable.
17122         (org-item-beginning-re): Change into a function, so any
17123         modification of `org-alphabetical-lists' will not require
17124         reloading Org.
17125         (org-at-item-p, org-toggle-checkbox, org-update-checkbox-count)
17126         (org-list-parse-list, org-list-send-list): Reflect changes to
17127         `org-item-beginning-re'.
17128         (org-list-use-alpha-bul-p): New function.
17130         * org.el (org-check-for-hidden): Reflect changes to
17131         `org-item-beginning-re'.
17133         * org-capture.el (org-capture-place-item): Reflect changes to
17134         `org-item-beginning-re'.
17136         * org-docbook.el (org-export-docbook-list-line): Handle New type
17137         of items.
17139         * org-exp.el (org-export-mark-list-end)
17140         (org-export-mark-list-properties): Reflect changes to
17141         `org-item-beginning-re'.
17143         * org-html.el (org-html-export-list-line): Handle new type of
17144         items.
17146         * org-latex.el (org-export-latex-lists): Handle new type of items
17147         and reflect changes to `org-item-beginning-re'.
17149         * org-ascii.el (org-export-ascii-preprocess): Handle new counters.
17151 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17153         * org-list.el (org-list-end-re): Remove function and made it a
17154         variable.  There's no need for the overhead of calling the
17155         function every at every line in a list.  User will have to reload
17156         Org if he change value of either `org-list-end-regexp' or
17157         `org-empty-line-terminates-plain-lists'.
17158         (org-in-item-p,org-list-struct,org-list-parse-list): Apply change.
17160         * org-exp.el (org-export-mark-list-end)
17161         (org-export-mark-list-properties): Apply change.
17163         * org-latex.el (org-export-latex-lists): Apply change.
17164         Also prevent items with org-example property to be considered as real
17165         items.
17167 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17169         * org-inlinetask.el (org-inlinetask-export-templates): Slightly
17170         modify templates so environment boundaries don't interfere with
17171         content of task.  Unprotect content of task so it might benefit
17172         from further transformations.  Set original-indentation property to
17173         a high value to ensure that task is always in the last item of the
17174         list.  Also, apply templates later in export process.
17176         * org-list.el (org-list-struct): Fix inline task skipping.
17178 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17180         * org-latex.el (org-export-latex-lists): Search for unprotected
17181         items only, and redefine `org-at-item'.  This change is required
17182         when verbatim lists are inserted during export, usually by Babel.
17184 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17186         * ob.el (org-babel-result-end): End position is end of current
17187         sublist instead of bottom point, as results might be inserted in a
17188         list themselves.
17190 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17192         * org-list.el (org-list-automatic-rules): Remove insert rule.
17193         (org-list-insert-item-generic): Remove code preventing user to
17194         insert another item in a block within a list.  It is because new
17195         list context make it impossible to see if a point in a block is
17196         also in a list.
17198 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17200         * org-exp.el (org-export-preprocess-string): Mark list endings
17201         before babel blocks preprocessing starts, so blank lines that may
17202         be inserted do not break list's structure.  Then, mark list with
17203         special properties required by exporters.  Thus output from babel
17204         can easily be included in lists.
17205         (org-export-mark-list-end): New function.
17206         (org-export-mark-list-properties): New function.
17207         (org-export-mark-lists): Remove function.  It was split into the
17208         two preceding functions.
17210 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17212         * org-list.el (org-update-checkbox-count): Do not recompute every
17213         list before next heading when there are more than one cookie in an
17214         headline.  Moreover, ignore the case where cookie is inserted
17215         neither at an heading nor at an item.
17217 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17219         * org-list.el (org-sort-list): Fix number of arguments to
17220         `org-list-repair', plus make `end-record' go to end of item before
17221         any blank line to keep them from being swallowed in the sorting.
17223 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17225         * org-list.el (org-list-forbidden-blocks): Rename from
17226         `org-list-blocks'.
17227         (org-list-export-context): New variable.
17229 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17231         * org-list.el (org-list-search-generic): Rename form
17232         `org-search-unenclosed-generic' to reflect the new behavior.  Now,
17233         match can only be in a valid context for lists, as determined by
17234         `org-list-context'.
17235         (org-list-search-backward): Rename from
17236         `org-search-backward-unenclosed'.
17237         (org-list-search-forward): Rename from
17238         `org-search-forward-unenclosed'.
17239         (org-toggle-checkbox,org-update-checkbox-count): Use new
17240         functions.
17241         (org-sort-list): Using default regexp search functions as context
17242         is not required in this case.
17244 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17246         * org-exp.el (org-export-mark-lists): New function, replacing
17247         org-export-mark-list-ending.  It adds information as text
17248         properties to every list, before changes done by exporter destruct
17249         them.
17251 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17253         * org-list.el (org-list-get-first-item): New alias for
17254         `org-list-get-list-begin'.
17255         (org-list-get-last-item): New function.
17256         (org-list-get-list-end): Use `org-list-get-last-item'.
17258 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17260         * org.el (org-get-string-indentation): Move in generally useful
17261         functions section, as it wasn't specific to plain lists and that
17262         no code was using it in org-list.el.
17264 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17266         * org.el (org-skip-over-state-notes,org-store-log-note): Use new
17267         accessors.
17269 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17271         * org-list.el (org-list-indent-item-generic): Remove error
17272         messages happening before process.  This belongs to interactive
17273         functions.
17274         (org-indent-item,org-indent-item-tree)
17275         (org-outdent-item,org-outdent-item-tree): Ensure point or region
17276         is correct before computing list structure.  Return an error
17277         message otherwise.
17279 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17281         * org-list.el (org-apply-on-list): Use new structures.
17282         Function is now applied in reverse order so modifications do not change
17283         positions of items in buffer.
17285 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17287         * org-list.el (org-list-parse-list): Rewrite of function to allow
17288         text following a sub-list in the same item.  See docstring for an
17289         example of output.
17290         (org-list-to-generic): Use new parsing function.
17291         (org-list-to-latex,org-list-to-html): Minor change for clearer
17292         export.
17294 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17296         * org-list.el (org-list-has-child-p): Rename from
17297         `org-list-get-child'.  Returning first child is only useful as a
17298         predicate, as we are allowing an item to have more than one
17299         sub-list.
17300         (org-list-indent-item-generic): Use `org-list-has-child-p' instead
17301         of org-list-get-child.
17302         (org-in-item-p): Also return item beginning when list starts at
17303         context beginning.
17304         (org-list-get-parent): Use of `org-list-struct-parent-alist'
17305         helper function is not optional anymore.
17306         (org-list-get-all-items): Shorten code with the help of cl.el.
17307         (org-list-get-children): Now returns all children of item, even if
17308         they do not belong to the same list.  Renamed from
17309         `org-list-get-all-children'.
17310         (org-list-get-list-begin): Function wasn't return value when item
17311         was already the first item of the list at point.
17312         (org-list-get-list-end): Function wasn't return value when item
17313         was already the last item of the list at point.
17314         (org-list-struct-fix-box,org-update-checkbox-count): Now uses
17315         `org-list-get-children'.
17317 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17319         * org.el (org-indent-line-function): Indentation of item's body
17320         starts just after the bullet, not after a checkbox.  Moreover, As
17321         `org-in-item-p' also returns item beginning position when point is
17322         in a list, do not compute it a second time.
17324 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17326         * org.el (org-ctrl-c-ctrl-c): When called at a list item, replace
17327         usage `org-repair-list', forcing another reading of the list, with
17328         only needed subroutines.
17330 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17332         * org-list.el (org-list-separating-blank-lines-number): Use new
17333         accessors.
17334         (org-list-insert-item-generic): Use list structures to insert a
17335         new item.
17336         (org-list-exchange-items): Refactor and comment code.  Now return
17337         new struct instead of modifying it, as list sorting would
17338         sometimes eat first item.
17339         (org-move-item-down,org-move-item-up): Reflect changes to
17340         `org-list-exchange-items'.
17341         (org-insert-item): As `org-in-item-p' also computes item beginning
17342         when applicable, reuse the result.
17344 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17346         * org-list.el (org-list-in-item-p): Unify methods for this
17347         predicate.
17348         (org-list-in-item-p-with-indent): Remove function.
17349         (org-list-ending-between): Remove function.
17350         (org-list-maybe-skip-block): Remove function.
17351         (org-list-in-item-p-with-regexp): Remove function.
17352         (org-list-top-point-with-regexp): Remove function.
17353         (org-list-top-point-with-indent): Remove function.
17354         (org-list-bottom-point-with-indent): Remove function.
17355         (org-list-bottom-point-with-regexp): Remove function.
17356         (org-list-get-item-same-level): Remove function.
17357         (org-list-top-point): Remove function.
17358         (org-list-bottom-point): Remove function.
17359         (org-get-item-beginning): Rename to `org-list-get-item-begin' to
17360         be consistent with naming policy of non-interactive functions.
17361         (org-get-beginning-of-list): Remove function.
17362         (org-beginning-of-item-list): Use new accessors.
17363         (org-get-end-of-list): Remove function.
17364         (org-end-of-list): Use new accessors.
17365         (org-get-end-of-item): Remove function.
17366         (org-end-of-item): Use new accessors.
17367         (org-get-previous-item): Remove function.
17368         (org-previous-item): Use new accessors.
17369         (org-get-next-item): Remove function.
17370         (org-next-item): Use new accessors.
17371         (org-list-get-item-end-before-blank): Use new accessors.
17373 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17375         * org-list.el (org-list-repair): Remove optional argument
17376         FORCE-BULLET.  The job of this interactive function is to
17377         completely fix a list at point.  Changing bullets is a separate
17378         task.  Also removed others optional arguments TOP and BOTTOM to
17379         follow the new structures.
17380         (org-list-indent-item-generic): Remove need for TOP and BOTTOM.
17381         STRUCT is a new required argument.  This avoids computing a list
17382         structure many times when function is called more than once in a
17383         row, for example in `org-cycle-item-indentation'.  Use new
17384         accessors.  Now, also call `org-update-checkbox-count-maybe'.
17385         (org-outdent-item, org-indent-item, org-outdent-item-tree)
17386         (org-indent-item-tree): Remove need for TOP and BOTTOM.
17387         (org-list-insert-item-generic): Reflect changes to `org-list-repair'.
17388         (org-list-exchange-items): Use new accessors.  Now modify struct
17389         to avoid re-reading it later.
17390         (org-move-item-down): Reflect changes to `org-list-repair'.
17391         Use new accessors.
17392         (org-move-item-up): Reflect changes to `org-list-repair'.  Use new
17393         accessors.
17394         (org-cycle-list-bullet): Use new structures.  Also use a shortcut
17395         to `org-list-struct-fix-struct' in order to avoid unnecessary
17396         fixes, like `org-list-struct-fix-box'
17397         (org-sort-list): Use of new structures.  Renamed an internal
17398         function for a little more clarity.
17399         (org-cycle-item-indentation): Remove dependency on
17400         `org-list-repair'.  Use new accessors.
17401         (org-list-get-child): Correct bug when asking for the child of the
17402         last item.
17403         (org-list-exchange-items): Use new accessors.
17405 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17407         * org-list.el (org-list-blocks): New variable.
17408         (org-list-context): New function.
17409         (org-list-full-item-re): New variable.
17410         (org-list-struct-assoc-at-point): Use new variable.
17411         (org-list-struct): Rewrite of function.  Now, list data is
17412         collected by looking at the list line after line.  It reads the
17413         whole list each time because reading only a subtree was not enough
17414         for some operations, like fixing checkboxes.  It also removes the
17415         need to get `org-list-top-point' and `org-list-bottom-point'
17416         first.  An added data is the position of item ending.  This aims
17417         to be able to have list followed by text inside an item.
17418         (org-list-struct-assoc-end): New function.
17419         (org-list-struct-parent-alist): New function.
17420         (org-list-get-parent): New function.
17421         (org-list-get-child): New function.
17422         (org-list-get-next-item): New function.
17423         (org-list-get-prev-item): New function.
17424         (org-list-get-subtree): Use helper function `org-list-struct-prev-alist'.
17425         (org-list-get-all-items): New function.
17426         (org-list-get-all-children): New function.
17427         (org-list-get-top-point): New function.
17428         (org-list-get-bottom-point): New function.
17429         (org-list-get-counter): New function.
17430         (org-list-get-item-end): New function.
17431         (org-list-struct-fix-bul): Rewrite for cleaner code.  Make use of
17432         new accessors.
17433         (org-list-struct-fix-ind): Make use of new accessors.
17434         (org-list-struct-fix-box): New function.
17435         (org-list-struct-fix-checkboxes): Remove function.
17436         (org-list-struct-outdent): Use new accessors.  Use the fact that
17437         there is no longer a virtual item at beginning of structure.
17438         (org-list-struct-indent): Use helper functions
17439         `org-list-struct-prev-alist' and `org-list-struct-parent-alist'.
17440         Also use new accessors.
17441         (org-list-struct-fix-struct): Comment function.  Call directly
17442         `org-list-struct-apply-struct', without removing unchanged items
17443         first.
17444         (org-list-struct-apply-struct): Comment function.  Rewrite using
17445         new accessors.  Use new variable `org-list-full-item-re'.
17446         (org-list-shift-item-indentation): Remove function, now included
17447         in `org-list-struct-apply-struct' because it is too specific.
17449 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17451         * org-list.el (org-toggle-checkbox): Use structures to fix
17452         checkboxes of a list.
17453         (org-update-checkbox-count): Use structures to update cookies.
17455 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17457         * org-list.el (org-list-struct-fix-checkboxes): New function.
17458         (org-checkbox-blocked-p): Remove function.
17460 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17462         * org-list.el (org-list-get-all-items): New function.
17463         (org-list-get-all-children): New function.
17464         (org-list-get-nth): New function.
17465         (org-list-set-nth): New function.
17466         (org-list-get-ind): New function.
17467         (org-list-set-ind): New function.
17468         (org-list-get-bullet): New function.
17469         (org-list-set-bullet): New function.
17470         (org-list-get-checkbox): New function.
17471         (org-list-set-checkbox): New function.
17472         (org-list-struct-fix-bul): Use new accessors.
17473         (org-list-repair): Use new accessors.
17474         (org-list-indent-item-generic): Make use of accessors.
17475         (org-list-get-parent): Rename from `org-list-struct-get-parent'.
17476         (org-list-get-child): Rename from `org-list-struct-get-child'.
17477         (org-list-struct-fix-ind): Make use of accessors.
17478         (org-list-get-next-item): New function.
17479         (org-list-get-subtree): New function.
17481 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17483         * org-list.el (org-list-struct-assoc-at-point): Add checkbox to
17484         list structure.
17486         * org-list.el (org-list-struct-assoc-at-point): Add checkbox as
17487         value in structure.
17489         * org-list.el (org-list-struct-apply-struct): Also apply
17490         checkboxes.
17492 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17494         * org-latex.el (org-export-latex-content): Bind local variables
17495         for export in the temporary export buffer.
17497 2011-07-28  David Maus  <dmaus@ictsoc.de>
17499         * org-protocol.el (org-protocol-unhex-single-byte-sequence)
17500         (org-protocol-unhex-string, org-protocol-unhex-compound):
17501         Change date of obsolete declaration to 2011-02-17.
17503 2011-07-28  David Maus  <dmaus@ictsoc.de>
17505         * org.el (org-link-escape): Throw error if encoding character in
17506         utf8 fails.
17508 2011-07-28  David Maus  <dmaus@ictsoc.de>
17510         * org-protocol.el (org-protocol-split-data)
17511         (org-protocol-open-source): Use `org-link-unescape' instead of
17512         obsolete unhex string function.
17514 2011-07-28  David Maus  <dmaus@ictsoc.de>
17516         * org.el (org-link-escape, org-link-escape-chars-browser)
17517         (org-link-escape-chars): Always percent escape the percent sign.
17519 2011-07-28  David Maus  <dmaus@ictsoc.de>
17521         * org.el (org-link-unescape): Simpler algorithm for replacing
17522         percent escapes.
17523         (org-link-unescape-compound): Use cond statements instead of nested
17524         if, convert hex string with string-to-number, save match data.
17525         (org-link-unescape-single-byte-sequence): Use mapconcat and
17526         string-to-number for unescaping single byte sequence.
17528 2011-07-28  David Maus  <dmaus@ictsoc.de>
17530         * org.el (org-link-escape): Rename lambda argument.
17532 2011-07-28  David Maus  <dmaus@ictsoc.de>
17534         * org.el (org-link-escape-chars-browser, org-link-escape-chars):
17535         Add percent sign to list of escape chars.
17537 2011-07-28  David Maus  <dmaus@ictsoc.de>
17539         * org-mobile.el (org-mobile-escape-olp): Use new percent escape
17540         character table format.
17542 2011-07-28  David Maus  <dmaus@ictsoc.de>
17544         * org-mobile.el (org-mobile-locate-entry): Remove obsolete
17545         argument in call to org-link-unescape.
17547 2011-07-28  David Maus  <dmaus@ictsoc.de>
17549         * org-protocol.el (org-protocol-unhex-string)
17550         (org-protocol-unhex-compound)
17551         (org-protocol-unhex-single-byte-sequence): Declare obsolete and
17552         alias to respective org-link-unescape-* functions.
17554 2011-07-28  David Maus  <dmaus@ictsoc.de>
17556         * org.el (org-link-unescape, org-link-unescape-compound)
17557         (org-link-unescape-single-byte-sequence): Functions moved and renamed
17558         from org-protocol.el.
17560 2011-07-28  David Maus  <dmaus@ictsoc.de>
17562         * org-macs.el (org-char-to-string): Inline function to properly
17563         decode utf8 characters in Emacs 22.  Moved and renamed from
17564         org-protocol.el.
17566 2011-07-28  David Maus  <dmaus@ictsoc.de>
17568         * org.el (org-link-escape): New optional argument.  Merge user
17569         table with default table.
17571 2011-07-28  David Maus  <dmaus@ictsoc.de>
17573         * org.el (org-link-escape): Fixup doc string.
17575 2011-07-28  David Maus  <dmaus@ictsoc.de>
17577         * org.el (org-link-escape-chars, org-link-escape-chars-browser):
17578         New format of percent escape table.
17579         (org-link-escape): Use new table format.
17581 2011-07-28  David Maus  <dmaus@ictsoc.de>
17583         * org.el (org-link-escape): New Unicode aware percent encoding
17584         algorithm.
17586 2011-07-28  Sebastian Rose  <sebastian_rose@gmx.de>
17588         * org-protocol.el (org-protocol-unhex-single-byte-sequence):
17589         New function.  Decode hex-encoded singly byte sequences.
17590         (org-protocol-unhex-compound): Use new function if decoding sequence
17591         as Unicode character failed.
17593 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17595         * org-html.el (org-export-as-html): Expand the HTML title.
17597 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17599         * org-publish.el (org-publish-cache-ctime-of-src):
17600         Improve docstring.
17601         (org-publish-find-title): New option to explicitly reset the title
17602         in the cache.
17603         (org-publish-format-file-entry): Use this new option.
17605 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17607         * org-exp.el (org-export-preprocess-string): Set the source buffer
17608         and use `org-clone-local-variables' to get local variables from
17609         it.
17611 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17613         * org-exp.el (org-export-format-source-code-or-example):
17614         Allow empty string as second element in minted/listings options.
17616 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17618         * org-exp.el (org-export-format-source-code-or-example):
17619         Support new user-customizable options.
17620         (org-export-latex-custom-lang-environments): Ensure new variable
17621         is defined.
17622         (org-export-latex-listings-options): Ensure new variable is defined.
17623         (org-export-latex-minted-options): Ensure new variable is defined.
17625 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17627         * org-html.el (org-export-as-html): Handle the case when
17628         `org-export-html-validation-link' is nil to keep backward
17629         compatible with the old default value of this variable.
17631 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
17633         * ob.el (org-babel-insert-result): Don't choke if indent is not a
17634         number.
17636 2011-07-28  Christian Moe  <mail@christianmoe.com>  (tiny change)
17638         * org-bbdb.el (org-bbdb-export): When a link description has been
17639         added by `org-export-normalize-links', use path instead (remove
17640         the `bbdb:' prefix).
17642 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17644         * org-ascii.el (org-export-ascii-underline): Put the level's
17645         characters in the right order, as documented by the docstring.
17646         (org-ascii-level-start): Select the right char for underlining
17647         headlines.
17649 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17651         * org-src.el (org-edit-src-code): Allow to edit source code from
17652         modes derived from Org.
17654 2011-07-28  Niels Giesen  <niels.giesen@gmail.com>
17656         * org-clock.el (org-clock-clocktable-language-setup): Add list of
17657         dutch strings.
17659 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17661         * org-beamer.el: Mark frame as fragile when it is using minted for
17662         src block export.
17664 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17666         * org-agenda.el (org-agenda-date-later)
17667         (org-agenda-date-earlier): Enhance docstrings.
17668         (org-agenda-bulk-mark-regexp): Only match against headlines.
17669         Send a message when no entry is marked.
17670         (org-agenda-bulk-action): Fix bug about scattering deadlines.
17671         Send an error when trying to scatter outside an agenda or a
17672         timeline view.  Silently fail when trying to scatter sexp entries.
17674 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17676         * org-clock.el (org-clock-clocktable-language-setup): New custom
17677         variable.
17678         (org-clocktable-defaults): Set the default language.
17679         (org-clocktable-write-default): Use the new variable.
17681 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17683         * ob.el (org-babel-src-block-names): Don't strip text properties
17684         from search hits.
17685         (org-babel-result-names): Don't strip text properties from search
17686         hits.
17688 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17690         * ob-python.el (org-babel-python-evaluate-session): Pass nil as
17691         remove-echo part of META argument to
17692         `org-babel-comint-with-output'.
17694 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17696         * ob.el (org-babel-script-escape): Use `substring' comparison
17697         instead of regexp matching.
17699 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17701         * org-src.el (org-edit-src-code): When generating the code edit
17702         buffer, it is necessary for several variables to inherit their
17703         values from the parent org buffer.  These changes collect all such
17704         variables together into a single association list of
17705         `(variable-name value)' pairs.  In addition, a new variable is
17706         added to the list: `org-edit-src-content-indentation'.  This has
17707         the effect that a buffer local value can be used for that
17708         variable.
17710 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17712         * ob-table.el (sbe): Don't truncate sbe results.
17714 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
17716         * org-exp.el (org-export-add-options-to-plist): Require match to
17717         start at a word-boundary.
17719 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17721         * org-latex.el (org-export-latex-hyperref-format):
17722         Update docstring.
17724 2011-07-28  Tom Dye  <tsd@tsdye.com>
17726         * org.el: Update documentation of `org-add-link-type'.
17728 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17730         * org.el (org-open-at-point): Fix bug when using prefix arg to
17731         construct `org-link-search' call.  Rename prefix arg with a more
17732         generic name, to reflect its diverse uses in this function.
17734 2011-07-28  Rémi Vanicat  <vanicat@debian.org>
17736         * org-icalendar.el (org-icalendar-use-UTC-date-time): Remove.
17737         (org-icalendar-date-time-format): New custom variable.
17738         (org-icalendar-use-UTC-date-timep): New function.
17739         (org-ical-ts-to-string): Use the new variable.
17741 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17743         * org-vm.el (org-vm-store-link): Make sure the buffer is
17744         associated with a file when trying to store an Org link.
17746 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17748         * ob.el (org-babel-params-from-properties): Test for
17749         "header-arg-name" and ":header-arg-name", in that order.
17751 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17753         * org-capture.el (org-capture-templates): Document "currentfile"
17754         for capture template.
17755         (org-capture-templates): Allow to use currentfile for capture
17756         templates.
17757         (org-capture-set-target-location): Handle currentfile as a way to
17758         setting the capture buffer.
17760 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17762         * ob.el (org-babel-params-from-properties): Don't wrap
17763         `org-entry-get' into `condition-case'.
17765 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17767         * org.el (org-entry-get): Don't look for a property drawer if we
17768         are before the first heading in the file.
17769         (org-entry-get-with-inheritance): Don't attempt to move up the
17770         tree if we are before the first heading in the file.  Also,
17771         enclose less of the function in the `save-excursion'.
17773 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17775         * ob.el (org-babel-params-from-buffer): Return desired value
17776         rather than nil from failed re search.
17778 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17780         * org-agenda.el (org-get-entries-from-diary): Put multiline diary
17781         entries on a single line when lines don't start with a diary time.
17783 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17785         * org-html.el (org-export-html-protect-char-alist): New custom
17786         variable to define characters to be HTML protected.
17787         (org-html-protect): Use the new variable.
17789 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17791         * org-info.el (org-info-store-link): Use "#" to separate the info
17792         file and the node.
17793         (org-info-follow-link): Use both "#" to separate the info file and
17794         the node.  Continue to use ":" for backward compatibility.
17796 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17798         * org-icalendar.el (org-icalendar-honor-noexport-tag): New custom
17799         variable.
17800         (org-print-icalendar-entries): Use this new variable to prevent
17801         export of entries with a :noexport: tag.
17803 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17805         * org-exp.el (org-export-initial-scope): New custom variable.
17806         (org-export): Use this new variable.  If there is an active
17807         region, tell it when prompting the user for an export command.
17808         Also change the way the function handles selection of buffer and
17809         subtree export.
17811 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17813         * org-html.el (org-export-html-auto-preamble)
17814         (org-export-html-auto-postamble): Remove.
17815         (org-export-html-preamble, org-export-html-postamble): Turn into
17816         custom variables.  Update the docstrings.
17817         (org-export-html-preamble-format)
17818         (org-export-html-postamble-format): New custom variables.
17819         (org-export-as-html): Use `org-export-html-postamble-format' and
17820         `org-export-html-preamble-format'.
17821         (org-export-html-title-format): Delete.
17823 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
17825         * org-exp-blocks.el (org-export-blocks-format-ditaa):
17826         This function is begin deprecated in favor of begin_src blocks.
17827         (org-export-blocks-format-dot): This function is begin deprecated in
17828         favor of begin_src blocks.
17830 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
17832         * ob.el (org-babel-header-arg-names): no-expand is now part of the
17833         default header argument names list.
17835 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
17837         * org-publish.el (org-publish-sitemap-date-format)
17838         (org-publish-sitemap-file-entry-format): New custom variables.
17839         (org-publish-projects): Use these variables to format the sitemap
17840         entries.
17842 2011-07-28  Ulf Stegemann  <ulf-news@zeitform.de>
17844         * org-gnus.el (org-gnus-store-link): Allow `org-link' creation
17845         from `message-mode'.
17847 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
17849         * org-agenda.el (org-agenda-filter-by-tag): Refresh agenda when
17850         updating the filter while the clock report is following the
17851         filter.
17853 2011-07-28  Julien Danjou  <julien@danjou.info>
17855         * org-agenda.el (org-agenda): Kill all local variables.
17856         This assures we are not keeping buffer variable from an old agenda view
17857         when switching to a new custom agenda.
17859 2011-07-28  Julien Danjou  <julien@danjou.info>
17861         * org-crypt.el (org-encrypt-string): New function.
17862         (org-encrypt-entry): Use org-encrypt-string to encrypt, so we use
17863         cached crypted values.
17864         (org-decrypt-entry): Store crypted text in decrypted text.
17866 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17868         * ob-exp.el (org-babel-exp-lob-one-liners): Only replace the match
17869         if a non-nil result is returned.
17871 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
17873         * org-agenda.el (org-agenda-get-day-entries): Compare DATE with
17874         modified today.
17876 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17878         * org.el (org-update-parent-todo-statistics): Fix bug when
17879         updating statistics from the column view.
17881 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17883         * org-agenda.el (org-agenda-bulk-mark-regexp): New command.
17884         (org-agenda-menu): Add the new command to the menu.
17885         (org-agenda-mode-map): Add % as the keybinding for the new
17886         command.
17888 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17890         * org-exp.el (org-export-target-internal-links): Locally turn on
17891         `org-link-search-must-match-exact-headline' to match exact
17892         internal links.
17894 2011-07-28  Julien Danjou  <julien@danjou.info>
17896         * org-faces.el (org-special-keyword): Make it inherited from
17897         `font-lock-keyword-face'.
17899 2011-07-28  Julien Danjou  <julien@danjou.info>
17901         * org-faces.el (org-link): Make `org-link' inherits from `link'
17902         face.
17904 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17906         * org.el (org-narrow-to-block): New function to narrow to block.
17907         Bound this function to `C-x n b'.
17909 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17911         * org.el (org-schedule, org-deadline): Fix bug: take care of
17912         repeating timestamps like ".+1d/3d" or "+1d 10d".
17914 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17916         * org-agenda.el (org-agenda-repeating-timestamp-show-all): Allow
17917         to use a list of TODO keywords as the value of this variable.
17918         The agenda will show repeating stamps for entries matching these TODO
17919         keywords.
17920         (org-agenda-get-timestamps, org-agenda-get-deadlines)
17921         (org-agenda-get-scheduled): Allow the use of a list of keywords in
17922         `org-agenda-repeating-timestamp-show-all'.
17924 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17926         * org-latex.el (org-export-latex-emph-format): Don't use
17927         `org-export-latex-use-verb'.  Remove this variable.
17929 2011-07-28  Jason Dunsmore  <emacs-orgmode@dunsmor.com>  (tiny change)
17931         * org-html.el (org-html-handle-time-stamps): Fix bug when
17932         exporting inactive timestamps.
17934 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17936         * org-archive.el (org-archive-save-context-info): Fix docstring
17937         typo.
17938         (org-archive-subtree-add-inherited-tags): New variable to control
17939         whether inherited tags should be appended to local tags when
17940         archiving subtrees.
17941         (org-archive-subtree): Use the new variable.
17943 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17945         * org-archive.el (org-archive-save-context-info): Fix docstring.
17947 2011-07-28  Julien Danjou  <julien@danjou.info>
17949         * org-crypt.el (org-decrypt-entry): Delete \n on top level
17950         heading.  This avoids a display bug showing the heading outlined
17951         where the text is not since it does not have the outline property.
17952         Restore subtree visibility state after decryption.
17954 2011-07-28  Julien Danjou  <julien@danjou.info>
17956         * org-agenda.el (org-agenda-list): Use `org-agenda-current-span'
17957         as a possible default span if it is set.
17959 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17961         * org-src.el (org-edit-src-persistent-message): Change docstring.
17962         (org-edit-src-code): Get rid of help message in echo area.
17964         * ob.el (org-babel-do-in-edit-buffer): Do not pass 'quietly
17965         argument to org-edit-src-code as this has been removed.
17967 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17969         * org-latex.el (org-export-latex-emphasis-alist):
17970         Use \protectedtexttt for the =...= emphasis and \verb for the ~...~
17971         emphasis.
17972         (org-export-latex-use-verb): Now defaults to t.
17973         (org-export-latex-emph-format): Distinguish between =...= and
17974         ~...~ emphasis.
17976 2011-07-28  Julien Danjou  <julien@danjou.info>
17978         * org.el (org-link-expand-abbrev): Allow any type of character in
17979         link expand.
17981 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17983         * ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
17985 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17987         * ob-ref.el (org-babel-ref-resolve): `save-window-excursion' when
17988         resolving references.
17990 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17992         * org-html.el (org-export-html-html-helper-timestamp): Use <hr/>
17993         instead of <hr> to keep w3c validator happy.
17995 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17997         * ob.el (org-babel-where-is-src-block-head): Detect src block if
17998         point is on a #+header line.
18000 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18002         * ob.el (org-babel-where-is-src-block-head): Skip over intervening
18003         #+header lines when searching for block associated with block name
18004         line.
18006 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18008         * ob.el (org-babel-result-end): Replace call to `org-in-item-p' to
18009         the more specific `org-at-item-p'.
18011 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18013         * org-latex.el (org-latex-default-figure-position): New defcustom
18014         for default placement of latex figures.
18015         (org-export-latex-tables): Positioning tables using the new
18016         defcustom variable.
18017         (org-export-latex-format-image): Positioning images using the new
18018         defcustom variable.
18020 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18022         * ob-ditaa.el (org-babel-execute:ditaa): Throw error when
18023         evaluated and :file header argument is missing.
18025 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18027         * ob-exp.el (org-babel-exp-do-export): Simplify, no longer need
18028         to do anything to export code.
18029         (org-babel-exp-results): No longer returns a replacement for the
18030         code block.
18031         (org-babel-exp-inline-src-blocks): Simplify.
18032         (org-babel-exp-src-block): Remove unnecessary pluralization from
18033         function name.
18035 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18037         * ob-exp.el (org-babel-exp-inline-src-blocks):
18038         Simplify exportation of inline code blocks using normal code block
18039         execution mechanism to insert results.
18040         (org-babel-exp-results): Results exportation mechanism is unified
18041         for both inline and regular code blocks.
18043         * ob.el (org-babel-where-is-src-block-result): Returns the point
18044         after an inline code block for inline code blocks.
18046 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18048         * ob.el (org-babel-insert-result): Special handling of the
18049         position of results of inline code blocks.
18050         (org-babel-examplize-region): Now able to comment inline regions.
18052 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
18054         * org-exp.el (org-export-with-LaTeX-fragments): Fix docstring so
18055         that \\[ a = b \\] is not interpreted as a keybinding by
18056         `substitute-command-keys'.
18058 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18060         * org-latex.el (org-export-as-latex): Process export property list
18061         with `org-export-process-option-filters' early in latex export.
18063 2011-07-28  Julien Danjou  <julien@danjou.info>
18065         * org.el: Remove `org-invisible-p': `outline-invisible-p' is
18066         available in Emacs 22 and in recent XEmacs 21.  Replace in various
18067         files.
18069 2011-07-28  Julien Danjou  <julien@danjou.info>
18071         * org-agenda.el (org-agenda-get-progress): Fix regexp for statep:
18072         it must has \\ at the end of the line.  This avoid matching the
18073         following heading when there's no newline between the logged state
18074         and the next heading.
18076 2011-07-28  Julien Danjou  <julien@danjou.info>
18078         * org-agenda.el (org-format-agenda-item): Simplify time comuting.
18080 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
18082         * org.el (org-current-level, org-store-link, org-mark-subtree):
18083         Use `org-with-limited-levels'.
18085 2011-07-28  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
18087         * org-publish.el (org-publish-get-base-files): Add sitemap file.
18089 2011-07-28  Matt Lundin  <mdl@imapmail.org>
18091         * org-agenda.el (org-agenda-todo-ignore-deadlines): New option.
18092         (org-agenda-todo-ignore-scheduled): New option.
18093         (org-agenda-todo-ignore-timestamp): New option.
18094         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
18095         Allow user to specify custom distance to ignore (future or past).
18096         (org-agenda-todo-custom-ignore-p): New function.
18098 2011-07-28  Matt Lundin  <mdl@imapmail.org>
18100         * org-habit.el (org-habit-parse-todo) Don't parse more days than
18101         needed.
18103 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18105         * ob.el (org-babel-map-inline-src-blocks): Macro for executing
18106         code in each inline code block.
18107         (org-babel-execute-buffer): Executes inline code blocks as well as
18108         regular code blocks.
18110 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18112         * ob.el (org-babel-result-end): Now recognizes "#+begin_org"
18113         blocks for removal.
18115 2011-07-28  Benjamin Drieu  <bdrieu@april.org>  (tiny change)
18117         * org-clock.el (org-clock-before-select-task-hook): New hook.
18118         (org-clock-select-task): Run new hook.
18120 2011-07-28  Julien Danjou  <julien@danjou.info>
18122         * org-agenda.el (org-agenda-get-blocks): Fix time of start/end of
18123         events with range.  This display things like: <2011-01-22 Sat
18124         14:00>--<2011-01-23 Sun 20:00> correctly, with the event starting
18125         at 14:00 and ending at 20:00.
18127 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18129         * ob.el (org-babel-inline-src-block-regexp): Character preceding
18130         "src_" can now be anything as long as it is neither alphanumeric
18131         nor '-'.
18133 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18135         * ob.el (org-babel-merge-params): Docstring typo.
18137 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18139         * ob.el (org-babel-params-from-buffer): Process all #+babel: lines
18140         in the buffer.
18142 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18144         * ob.el (org-babel-get-src-block-info): Alter order of merge
18145         arguments.
18147 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18149         * ob-python.el: Test whether non-nil buffer is #<killed buffer>.
18151 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18153         * ob.el (org-babel-insert-result): Ensure all parts of result
18154         wrappers end in newlines.
18156 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18158         * ob-tangle.el (org-babel-tangle): New :mkdirp header argument
18159         optionally creates parent directories of tangle targets.
18161 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18163         * org-ascii.el (org-ascii-level-start): Catch the case of levels
18164         which do not have an equivalent in the list of underline
18165         characters.
18167 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18169         * ob-sh.el (org-babel-sh-var-quote-fmt): Now possible to customize
18170         the format string used to escape arguments to shell code blocks.
18172 2011-07-28  Julien Danjou  <julien@danjou.info>
18174         * org-agenda.el (org-agenda-reset-view): New function.
18175         (org-agenda-view-mode-dispatch): Bind space to org-agenda-reset-view.
18177 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
18179         * org-exp.el (org-export-handle-include-files): Support :lines
18180         property.
18181         (org-get-file-contents): New argument lines to include specify a
18182         range of lines to include.
18184 2011-07-28  Bastien Guerry  <bzg@gnu.org>
18186         * org.el (org-fast-tag-selection): Fix bug when assigning keys.
18188 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
18190         * org-latex.el (org-export-latex-make-header): Export email in
18191         author line if `org-export-email-info' is non-nil.
18193 2011-07-28  Julien Danjou  <julien@danjou.info>
18195         * org-agenda.el (org-agenda-goto-today): Respect current span.
18197 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18199         * org-complete.el (pcomplete/org-mode/link)
18200         (pcomplete/org-mode/todo, pcomplete/org-mode/prop): Copy list
18201         before uniquifying.
18203 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18205         * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
18206         linking comment type
18207         (org-babel-tangle-comment-links): Returns comment links for the
18208         source code block at point.
18210 2011-07-28  Bastien Guerry  <bzg@gnu.org>
18212         * org.el (org-refile-check-position): Send a more explicit message
18213         on how to clear the cache before refiling again.
18215 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18217         * org-agenda.el (org-agenda-skip-function-global): New option.
18218         (org-agenda-skip-eval): New function.
18219         (org-agenda-skip): Use `org-agenda-skip-eval' and also check for
18220         the global skipping condition.
18222 2011-07-28  David Maus  <dmaus@ictsoc.de>
18224         * org-html.el (org-export-as-html): Handle timestamps after
18225         handling links.
18227 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18229         * ob-tangle.el (org-babel-tangle-jump-to-org): Ever wider searches
18230         until either a matching block is found, or the limits of the file
18231         are reached.
18233 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18235         * ob.el (org-babel-update-block-body): Literal argument to
18236         `replace-match' to allow insertion of text containing '\'.
18238 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18240         * ob-ref.el (org-babel-ref-parse): Allow passing empty strings
18241         into code blocks.
18243 2011-07-28  David Maus  <dmaus@ictsoc.de>
18245         * test-org-table.el
18246         (test-org-table/org-table-convert-refs-to-rc/3)
18247         (test-org-table/org-table-convert-refs-to-rc/2)
18248         (test-org-table/org-table-convert-refs-to-rc/1)
18249         (test-org-table/org-table-convert-refs-to-an/3)
18250         (test-org-table/org-table-convert-refs-to-an/2)
18251         (test-org-table/org-table-convert-refs-to-an/1): Provide tests for
18252         table formular format conversion.
18254 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18256         * org.el (org-sort-entries): Fix sorting with a bold emphasis at
18257         bol.
18259 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18261         * ob.el (org-babel-open-src-block-result): Must collect result
18262         *before* jumping to the result buffer.
18264 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18266         * ob.el (org-babel-src-block-names): Fix bug, wrong match-string
18267         used after update to regexp.
18269 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18271         * ob.el (org-babel-temp-file): Ensure that
18272         `org-babel-temporary-directory' is bound before using.
18273         (org-babel-remove-temporary-directory): Safer error throwing.
18275 2011-07-28  niels giesen  <niels.giesen@gmail.com>
18277         * org-docbook.el (org-export-docbook-finalize-table): Do literal
18278         replacements.
18280 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18282         * ob.el (org-babel-execute-src-block): Uses org-src-lang-modes to
18283         resolve language names for evaluation.
18285 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18287         * org-capture.el (org-capture-templates): Add %f and %F escapes
18288         (org-capture): Add more information to capture property list
18289         (org-capture-fill-template): Handle %f and %F escapes.
18291 2011-07-28  David Maus  <dmaus@ictsoc.de>
18293         * org-publish.el (org-publish-cache-ctime-of-src): Use mtime of
18294         symlink target.
18296 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18298         * org.el (org-occur-next-match): New function.
18299         (org-mode): Set the variable `next-error-function'.
18300         (org-highlight-new-match): Add an `org-type' property to the
18301         overlays.
18303 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18305         * ob-calc.el: No longer require `calc-trail' on XEmacs.
18307 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18309         * org.el (org-modules): Add `org-eshell'.
18311 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18313         * org-special-blocks.el (htmlp, latexp, line): Add defvars for
18314         dynamically scoped variables.
18316         * org.el (org-modules): Move `org-special-blocks' into the core
18317         modules section.
18319 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18321         * org-special-blocks.el: New file.
18323 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18325         * org.el (org-plist-delete): Remove duplicate definition.
18327 2011-07-28  Bernt Hansen  <bernt@norang.ca>
18329         * org-agenda.el (org-agenda-goto): Display invisible entry text.
18331         * org-agenda.el (org-agenda-switch-to): Display invisible entry
18332         text.
18334 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18336         * org.el (org-get-category): New optional argument FORCE-REFRESH.
18337         Automatically refresh if the property is not there.
18338         (org-entry-properties): Remove refresh - this is now done in
18339         org-get-category.
18341         * org-clock.el (org-clock-insert-selection-line):
18342         Let `org-get-category' do the property refresh.
18344         * org-archive.el (org-archive-subtree): Force a refresh of
18345         category properties.
18347 2011-07-28  Julien Danjou  <julien@danjou.info>
18349         * org-icalendar.el (org-print-icalendar-entries): Do not manually
18350         refresh categories.
18352 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18354         * org.el (org-display-inline-images): Check for clear-image-cache
18355         before using it.
18357 2011-07-28  Bernt Hansen  <bernt@norang.ca>
18359         * org.el: Document missing value for org-link-frame-setup.
18361 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18363         * ob-R.el (org-babel-R-write-object-command): Force evaluation of
18364         user code prior to the R exception-handling, so that errors in
18365         user code are unhandled.
18367 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18369         * org-src.el (org-src-font-lock-fontify-block): Test, early on,
18370         that a major-mode function corresponding to the language string
18371         exists.
18373 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
18375         * org-exp.el (org-export-mark-list-ending): Insert additional
18376         newline characters if end-list-marker is at a wrong position.
18378 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18380         * ob.el (org-babel-script-escape): Replace commas with spaces for
18381         better list reading when list items are packed with commas,
18382         e.g. Haskell list output.
18384 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18386         * ob-sass.el (org-babel-execute:sass): Uses ob-eval for better
18387         error reporting.
18389 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18391         * ob.el (org-babel-confirm-evaluate): Fix for the case when
18392         org-confirm-babel-evaluate is a function (used to always ask no
18393         matter what the function returns).
18395 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18397         * ob-R.el: Delete duplicated function.
18399 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18401         * ob.el (org-babel-execute-src-block): Remove unused flet
18402         function.
18404 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18406         * ob-asymptote.el (org-babel-execute:asymptote): Return nil to
18407         signal that the intended content has been written to file.
18409         * ob-ditaa.el (org-babel-execute:ditaa): Return nil to signal that
18410         the intended content has been written to file.
18412         * ob-dot.el (org-babel-execute:dot): Return nil to signal that the
18413         intended content has been written to file.
18415         * ob-gnuplot.el (org-babel-execute:gnuplot): Return nil to signal
18416         that the intended content has been written to file.
18418         * ob-latex.el (org-babel-execute:latex): Return nil to signal that
18419         the intended content has been written to file.
18421         * ob-mscgen.el (org-babel-execute:mscgen): Return nil to signal
18422         that the intended content has been written to file.
18424         * ob-octave.el (org-babel-execute:octave): Return result; not name
18425         of output file.
18427         * ob-plantuml.el (org-babel-execute:plantuml): Return nil to
18428         signal that the intended content has been written to file.
18430         * ob-python.el (org-babel-execute:python): Return result; not name
18431         of output file.
18433         * ob-ruby.el (org-babel-execute:ruby): Return result; not name of
18434         output file.
18436         * ob-sass.el (org-babel-execute:sass): Return nil if result has
18437         been written to file.
18439 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18441         * ob-R.el (org-babel-R-graphical-output-file): New function
18442         returns the name of the output file iff R has been instructed to
18443         send graphical output to file by means of the ":results graphics"
18444         directive.
18445         (org-babel-expand-body:R): Use `org-babel-R-graphical-output-file'
18446         when constructing the R code to evaluate, which may be augmented
18447         with code implementing the writing of graohical output to file.
18448         (org-babel-execute:R): Use `org-babel-R-graphical-output-file' to
18449         determine whether R is taking responsibility for writing output to
18450         file; if so, this is signaled to ob.el by returning a nil result.
18452 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18454         * ob.el (org-babel-format-result): New function to format results
18455         of src block execution.
18456         (org-babel-execute-src-block): Use `org-babel-format-result' when
18457         writing to file.
18458         (org-babel-open-src-block-result): Use `org-babel-format-result'
18459         when displaying results in a buffer.  Name results buffer
18460         differently.
18462 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18464         * ob.el (org-babel-execute-src-block): Avoid calling
18465         `orgtbl-to-generic' on number results.
18467 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18469         * ob.el (org-babel-execute-src-block): Allow specification of
18470         table separator with :sep header argument.
18471         (org-babel-open-src-block-result): Allow specification of table
18472         separator with :sep header argument.
18474 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18476         * ob.el (org-babel-execute-buffer): Wipe error buffer at outset of
18477         executing buffer (note that this handles execute subtree also).
18479 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
18481         * org-inlinetask.el (org-inlinetask-in-task-p): Small refactoring,
18482         do not modify match data either.
18483         (org-inlinetask-goto-end): Small refactoring, remove
18484         case-sensitivity.
18485         (org-inlinetask-goto-beginning): Small refactoring, remove
18486         case-sensitivity.
18488 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18490         * org-capture.el (org-capture-set-target-location):
18491         Use `current-time'.
18493 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18495         * org-capture.el (org-capture-set-target-location):
18496         Use `current-time'.
18498 2011-07-28  Bernt Hansen  <bernt@norang.ca>
18500         * org.el (org-before-first-heading-p): If point is on an org-mode
18501         heading line then we are not before the first heading.
18503 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
18505         * org-timer.el (org-timer-continue-hook): Define the variable
18506         (org-timer-pause-or-continue): Run hook after relative timer is
18507         continued.
18509 2011-07-28  Julien Danjou  <julien@danjou.info>
18511         * org-agenda.el (org-compile-prefix-format): Allow %() expression.
18513 2011-07-28  Julien Danjou  <julien@danjou.info>
18515         * org-capture.el (org-capture-fill-template): Use org-eval.
18517 2011-07-28  Julien Danjou  <julien@danjou.info>
18519         * org-agenda.el (org-eval): New function.
18521 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18523         * ob.el (org-babel-execute-src-block): With :results file, when
18524         :file is not supplied, interpret result as a file link as long as
18525         it is a string.
18527 2011-07-28  David Maus  <dmaus@ictsoc.de>
18529         * org-latex.el (org-export-latex-preprocess): Don't convert link
18530         description parts that look like numeric footnote.
18532 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18534         * org-latex.el (org-export-latex-tables): Allowing specification
18535         of tabular[xy] inner environments through the ATTR_LaTeX line.
18537 2011-07-28  Julien Danjou  <julien@danjou.info>
18539         * org-capture.el (org-capture-fill-template):
18540         Use `org-set-property' directly.
18542 2011-07-28  Julien Danjou  <julien@danjou.info>
18544         * org-agenda.el (org-agenda-prefix-format): Add missing `search'
18545         item in docstring.
18547 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18549         * org-exp.el (org-export-string): Use `format' to construct
18550         function call to allow symbolic or string arguments.
18552 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18554         * org-capture.el (org-capture-place-entry):
18555         (org-capture-insert-template-here): Check tree for validity before
18556         pasting it.
18558 2011-07-28  Julien Danjou  <julien@danjou.info>
18560         * org-gnus.el (org-gnus-store-link): Trim date.
18562 2011-07-28  Julien Danjou  <julien@danjou.info>
18564         * org.el (org-email-link-description): Allow to retrieve email
18565         link date.
18567 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
18569         * org.el (org-make-target-link-regexp): `regexp-quote' target
18570         before replacing whitespace.
18572 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18574         * ob.el (org-babel-expand-noweb-references): Noweb references can
18575         now be resolved from the library of babel.
18577 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18579         * ob.el (org-babel-result-end): No longer leaving trailing new
18580         line after block removal.
18582 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18584         * org-latex.el (org-export-latex-first-lines): Anchor outline
18585         regexp during LaTeX tree export.
18587 2011-07-28  Konrad Hinsen  <konrad.hinsen@fastmail.net>
18589         * ob-python.el (org-babel-python-initiate-session-by-key):
18590         Make sure that py-which-bufname is initialized, as otherwise it will be
18591         overwritten the first time a Python buffer is created.
18593 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18595         * ob-sh.el (org-babel-sh-var-to-sh): Better escaping of variables
18596         with spaces.
18598 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18600         * ob-org.el (org-babel-execute:org): Padding code block with an
18601         empty title on LaTeX export.
18603 2011-07-28  Matt Lundin  <mdl@imapmail.org>
18605         * org.el (org-entry-properties): Stop scanning for timestamps if a
18606         specific timestamp property (e.g., DEADLINE, SCHEDULED, etc.) is
18607         requested and a match is found.  Also, if a specific timestamp
18608         property is requested, do not push non-relevant timestamps onto
18609         property list.
18611 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18613         * org-agenda.el (org-agenda-add-time-grid-maybe): Show time only
18614         when grid is being made for today.
18616 2011-07-28  Matt Lundin  <mdl@imapmail.org>
18618         * org-agenda.el (org-agenda-get-scheduled): Don't call
18619         `org-is-habit-p' until after checking for
18620         `org-agenda-skip-scheduled-if-done'.
18622 2011-07-28  Achim Gratz  <Stromeko@nexgo.de>
18624         * org.el: Remove spurious linebreak introduced by earlier patch.
18626         * ob.el, ob-ref.el: Remove double fix of the same problem.
18628 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18630         * org-table.el (orgtbl-ctrl-c-ctrl-c): Parse buffer for constants.
18632 2011-07-28  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
18634         * org-html.el (org-export-html-mathjax-template):
18635         Displaymath environment and MathJax.
18637 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18639         * org-faces.el (org-agenda-current-time): New face.
18641         * org-agenda.el (org-agenda-show-current-time-in-grid):
18642         (org-agenda-current-time-string): New options.
18643         (org-agenda-add-time-grid-maybe): Add current time to time grid.
18645 2011-05-10  Jim Meyering  <meyering@redhat.com>
18647         Fix doubled-word typos.
18648         * org-agenda.el (org-agenda-entry-types): the the -> the
18649         * org-table.el (org-table-get-remote-range): or or -> or
18650         * org-wl.el (org-wl-folder-type): the the -> the
18651         * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
18653 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18655         * org-src.el (org-src-switch-to-buffer):
18656         * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
18657         * org-mouse.el (org-mouse-agenda-type):
18658         * org-freemind.el (org-freemind-node-to-org):
18659         * ob-sql.el (org-babel-execute:sql):
18660         * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
18661         * ob-ref.el (org-babel-ref-resolve): Fix use of case.
18663 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
18665         * Version 23.3 released.
18667 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
18669         * org.el (org-blank-before-new-entry, org-context-in-file-links)
18670         (org-refile-targets, org-log-repeat, org-insert-link)
18671         (org-speed-command-default-hook, org-speed-command-hook)
18672         (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
18673         Fix typos in docstrings.
18674         (org-toggle-pretty-entities): Fix typo in message.
18676 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
18678         * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
18680 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18682         * org-remember.el (org-remember-mode-map):
18683         * org-src.el (org-src-mode-map): Move initialization into declaration.
18685 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18687         * org-remember.el (org-remember-mode):
18688         * org-capture.el (org-capture-mode): Don't run hook redundantly.
18690 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
18692         * org-faces.el (org-link): Inherit from link face.
18693         Suggested by Joakim Verona.
18695 2010-12-11  Tassilo Horn  <tassilo@member.fsf.org>
18697         * org-footnote.el (org-footnote-create-definition): Place
18698         Footnotes section before message-signature-separator also in modes
18699         derived from message-mode.
18701 2010-12-11  Julien Danjou  <julien@danjou.info>
18703         * org.el (org-make-tags-matcher): Remove useless cat-p value.
18705 2010-12-11  Julien Danjou  <julien@danjou.info>
18707         * org.el (org-entry-properties): Enhance docstring.
18709 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
18711         * org-list.el (org-list-top-point-with-indent)
18712         (org-list-bottom-point-with-indent): Pay also attention to
18713         'original-indentation property of text, as blocks are put to
18714         column 0 upon exporting.
18716 2010-12-11  Dan Davison  <dandavison7@gmail.com>
18718         * ob.el (org-babel-remove-temporary-directory): Handle exception
18719         with message informing of failure to remove directory.
18721 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
18723         * ob-clojure.el (org-babel-header-arg-names:clojure): Add
18724         `package' to the list of Clojure header arguments which will be read
18725         from heading properties.
18727 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
18729         * org-inlinetask.el (org-inlinetask-export-templates): Add
18730         Sébastien Vauban's suggestion for LaTeX export in docstring.  This is
18731         not default as it requires an additional LaTeX package: "todonotes".
18733 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
18735         * org-inlinetask.el (org-inlinetask-export-templates): New variable.
18737         * org-inlinetask.el (org-inlinetask-export-handler): Make use of
18738         templates to export inline tasks.
18740 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
18742         * org.el (org-current-level): Ignore inline tasks when getting current
18743         level of entry.
18745 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
18747         * org.el (org-indent-line-function): Ignore drawers inside inline
18748         tasks  if the line to indent isn't inside an inline task itself.
18750 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
18752         * org-inlinetask.el (org-inlinetask-get-task-level): New function.
18754         * org-indent.el (org-indent-add-properties): Find true level of
18755         indentation wrt inline tasks.
18757 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
18759         * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
18761         * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
18763         * org-inlinetask.el (org-inlinetask-goto-end): New function.
18765         * org.el (org-mark-subtree): New command.
18767         * org.el (org-speed-commands-default, org-mode-map): Make use of
18768         new command.
18770 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
18772         * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
18773         from @<span class...> so it can be removed during LaTeX export.
18775 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
18777         * ob.el (org-babel-insert-result): More informative code block
18778         evaluation messages.
18780 2010-12-11  Matt Lundin  <mdl@imapmail.org>
18782         * org.el (org-make-heading-search-string): Optionally limit number
18783         of lines stored in file link search strings.
18784         (org-context-in-file-links): Add option to set to integer specifying
18785         number of lines.
18787 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
18789         * org-capture.el (org-capture-finalize): New prefix argument
18790         STAY-WITH-CAPTURE.
18791         (org-capture-refile): Improve docstring.
18793 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
18795         * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
18796         interaction engine.
18798 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
18800         * org-agenda.el (org-agenda-list):
18801         (org-agenda-goto-today): Use `org-today'.
18803 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
18805         * org-latex.el (org-export-latex-make-header): Swap \begin{document}
18806         and the title/author definitions.
18808 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
18810         * org-macs.el: Better backup definition for
18811         `with-silent-modifications'.
18813 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
18815         * ob-python.el (org-babel-execute:python): Rename "prefix" to
18816         "preamble".
18817         (org-babel-python-evaluate): Rename "prefix" to "preamble".
18818         (org-babel-python-evaluate-external-process): Rename "prefix" to
18819         "preamble".
18821 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
18823         * ob.el (org-babel-examplize-region): Check if `end' is a marker
18824         or a point and handle appropriately.
18826 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
18828         * ob-sql.el (org-babel-execute:sql): Explicitly set field
18829         separator to \t when importing tabular data.
18831 2010-12-11  Julien Danjou  <julien@danjou.info>
18833         * org-agenda.el (org-agenda-custom-commands-local-options):
18834         Allow org-agenda-span to be a symbol.
18835         (org-agenda-ndays): Make obsolete.
18836         (org-agenda-span): New variable superseding org-agenda-ndays.
18837         (org-agenda-menu): Use org-agenda-current-span.
18838         (org-agenda-current-span): New local variable storing current
18839         span.
18840         (org-agenda-list): Take a span instead of ndays as argument.
18841         This function is now responsible for computing the ndays based
18842         on span.
18843         (org-agenda-ndays-to-span): Return span only if number of days
18844         really matches.
18845         (org-agenda-span-to-ndays): New function.
18846         (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
18847         (org-agenda-goto-today): Use org-agenda-compute-starting-span.
18848         (org-agenda-later): Do not give compute a new span, use the
18849         current one.
18850         (org-agenda-day-view, org-agenda-week-view)
18851         (org-agenda-month-view, org-agenda-year-view): Stop touching
18852         org-agenda-ndays.
18853         (org-agenda-change-time-span): Only compute starting-span.
18854         (org-agenda-compute-starting-span): New function derived from
18855         the old org-agenda-compute-time-span.
18856         (org-agenda-set-mode-name): Compute mode based on
18857         org-agenda-current-span.
18858         (org-agenda-span-name): New function.
18860 2010-12-11  Robert Pluim  <rpluim@gmail.com>  (tiny change)
18862         * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
18864 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
18866         * org-clock.el (org-quarter-to-date): Define variables.
18867         (org-clock-special-range): Defin variables.  Use org-floor*.
18868         (org-clocktable-write-default): Define tcol.
18870         * org-compat.el (org-floor*): New function.
18872 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
18873             John Wiegley  <jwiegley@gmail.com>
18875         * org-complete.el: New file.
18877 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
18879         * org-clock.el (org-clocktable-write-default): Fix the % formula.
18881 2010-12-11  Matt Lundin  <mdl@imapmail.org>
18883         * org-agenda.el (org-format-agenda-item): The value of
18884         org-category is not converted to a string unless it is defined.
18886 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
18888         * ob-python.el (org-babel-execute:python): Pass the new "prefix"
18889         header argument through to external evaluation.
18890         (org-babel-python-evaluate): Pass the new "prefix" header argument
18891         through to external evaluation.
18892         (org-babel-python-evaluate-external-process): When specified prepend
18893         "prefix" to the file used in external evaluation.
18895 2010-12-11  Dan Davison  <dandavison7@gmail.com>
18897         * ob-python.el (org-babel-python-evaluate-session): Change python
18898         module name from 'pp' to 'pprint'.
18900 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
18902         * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
18903         from R session output, these are often the result of variable
18904         assignments.
18906 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
18908         * ob-sql.el (orgtbl-to-csv): Declaring an external function to
18909         fix a compiler warning.
18911 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
18913         * ob-eval.el (require): No longer require ob.el to allow
18914         requiring by ob.el.
18916         * ob.el (ob-eval): Require ob-eval.
18918 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
18920         * ob.el (org-babel-confirm-evaluate): Show code block's name when
18921         it is available during evaluation query.
18923 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
18925         * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
18926         code block.
18927         (org-babel-execute:sql): Use sql specific body expansion function.
18928         (org-babel-sql-expand-vars): Insert variables into a sql code block.
18930 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
18932         * ob.el (org-babel-insert-result): Using markers instead of
18933         points for more robust buffer anchors.
18935 2010-12-11  Julien Danjou  <julien@danjou.info>
18937         * org-capture.el: Use org-today.
18939 2010-12-11  Julien Danjou  <julien@danjou.info>
18941         * org-habit.el: Use org-today.
18943 2010-12-11  Julien Danjou  <julien@danjou.info>
18945         * org.el (org-auto-repeat-maybe): Use org-today.
18947 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
18949         * org-clock.el (org-day-of-week): New function.
18950         (org-quarter-to-date): New function.
18951         (org-clock-special-range): Implement quarters.
18953 2010-12-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
18955         * org.el (org-complete-tags-always-offer-all-agenda-tags):
18956         Fix docstring.
18958 2010-12-11  Julien Danjou  <julien@danjou.info>
18960         * org-agenda.el (org-format-agenda-item): Convert category to a string
18961         if it is a symbol.  This fixes the following call to
18962         org-agenda-get-category-icon which fails if category is not a string.
18964 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
18966         * ob-clojure.el: Updated requirements documentation to mention
18967         the minimum version of Clojure.
18968         (org-babel-expand-body:clojure): Fully qualified function name.
18970 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
18972         * org-latex.el (org-export-latex-lists): Do not add an
18973         unnecessary newline character after a list.
18975         * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
18976         point is just after a non blank line.
18978 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
18980         * ob.el (org-babel-examplize-region): Remove old assertion which
18981         no longer applies to the result insertion code.
18983 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
18985         * ob-python.el (org-babel-execute:python): Use a :return header
18986         argument for external evaluation in which the code block body need
18987         to be wrapped in a function.
18989 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
18991         * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
18992         variable.
18994 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
18996         * org.el (org-edit-special): Edit formulas when in TBLMF line.
18998 2010-12-11  Allen S. Rout  <asr@ufl.edu>  (tiny change)
19000         * org-capture.el (org-capture-after-finalize-hook): New hook.
19001         (org-capture-finalize): Run the new hook.
19003 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19005         * ob-clojure.el (org-babel-expand-body:clojure): Support for
19006         pretty printing of Clojure code and data.
19008 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19010         * ob.el (org-babel-insert-result): No longer escape results which
19011         will be wrapped in a block.
19013 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19015         * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
19016         warning and added documentation string.
19018 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19020         * ob-clojure.el (org-babel-execute:clojure): Remade using slime
19021         for all code evaluation.
19023 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19025         * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
19026         the column as well.
19028 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19030         * ob.el (org-babel-confirm-evaluate): More descriptive message
19031         when evaluation is aborted or disabled.
19033 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19035         * ob.el (org-babel-insert-result): Responds to new "wrap" header
19036         argument.
19037         (org-babel-merge-params): Includes new "wrap" header argument in
19038         one of the results header argument exclusive groups.
19040 2010-12-11  David Maus  <dmaus@ictsoc.de>
19042         * org-macs.el (with-silent-modifications): Fix condition for
19043         with-silent-modification.
19045 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19047         * ob.el (org-babel-parse-header-arguments): Stripping trailing
19048         spaces off of header arguments (even the first one).
19050 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19052         * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
19053         single quotes which is the best practice.
19054         (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
19055         more robust parsing of shell output.
19057 2010-12-11  Dan Davison  <dandavison7@gmail.com>
19059         * org.el (org-additional-option-like-keywords): Add more keywords,
19060         and colons to some old ones.
19062 2010-12-11  Dan Davison  <dandavison7@gmail.com>
19064         * ob-eval.el (org-babel-error-buffer-name): Define new variable.
19066 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19068         * ob-python.el (org-babel-python-table-or-string):
19069         Using `org-babel-script-escape' for reading string input from scripting
19070         languages.
19072 2010-12-11  Achim Gratz  <Stromeko@nexgo.de>  (tiny change)
19074         * org-macs.el (org-called-interactively-p): Wrap function call in
19075         with-no-warnings.
19076         (with-silent-modifications): Declare macro for Emacs < 23.2.
19078 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19080         * ob.el (org-babel-parse-header-arguments): Remove addition of
19081         ":" to singleton first header arguments as it was leading to errors.
19083 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19085         * org-latex.el (org-export-latex-make-header): Run the title through
19086         `org-export-latex-fontify-headline'.
19087         (org-export-latex-fontify-headline): Do the protection of math
19088         snippets also here.
19090 2010-12-11  Richard Lawrence  <richard.lawrence@berkeley.edu>
19092         * org-latex.el (org-export-as-latex): Sent the section title
19093         through the preprocessor.
19095 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19097         * org-html.el (org-html-level-start): Mark listified headings
19098         with a custom id.
19100 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19102         * org.el (org-open-at-point): Don't do footnote action if cursor is
19103         on a bracket link.
19105 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19107         * org.el (org-edit-special): Check also for TBLFM line.
19109 2010-12-11  Achim Gratz  <Stromeko@Stromeko.DE>  (tiny change)
19111         * org-clock.el (org-get-clocktable): Previous patch incorrectly
19112         required whitespace in front of #+BEGIN: and #+END:.
19114 2010-12-11  Dan Davison  <dandavison7@gmail.com>
19116         * org-src.el (org-edit-src-code): Allow region to be inherited by
19117         edit buffer when mark is one character beyond end of src block.
19119 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
19121         * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
19122         checking item indentation.
19124 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19126         * ob.el (org-babel-map-src-blocks): Move to earlier in the file
19127         and now autoloading.
19129 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19131         * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
19132         for testing list membership.
19134         * ob.el (org-babel-read-result): Use higher level function for
19135         testing list membership.
19136         (org-babel-result-end): Use higher level function for testing list
19137         membership.
19139 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19141         * ob-sqlite.el (ob-eval): Require ob-eval for external command
19142         execution.
19143         (org-babel-execute:sqlite): No longer uses the init option for
19144         passing commands to sqlite.
19146 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
19148         * org.el (org-indent-line-function): Drawers and blocks have no
19149         influence on indentation of text below.  Also fix indentation
19150         problem with a block at column 0 and add a special case for
19151         literal examples.
19153 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19155         * ob.el (org-babel-map-src-blocks): Ensure that the file argument
19156         is only evaluated once.
19158 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19160         * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
19161         type of data
19162         (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
19164 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19166         * ob-tangle.el (org-babel-load-file): Can be called interactively.
19168 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
19170         * org-table.el (orgtbl-after-send-table-hook): New hook.
19171         (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
19172         table was sent.
19173         (orgtbl-send-table): Return the number of sent tables, or nil if no
19174         sending has happened.
19176 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19178         * org.el (org-get-priority-function): New option.
19179         (org-get-priority): Call `org-get-priority-function' if that
19180         has been set.
19182 2010-12-11  Dan Davison  <dandavison7@gmail.com>
19184         * ob-table.el (org-babel-table-truncate-at-newline): Only add
19185         "..." if there is something after the newline.
19187 2010-12-11  Achim Gratz  <Stromeko@nexgo.de>  (tiny change)
19189         * org-clock.el (org-get-clocktable):
19190         (org-in-clocktable-p):
19191         (org-clocktable-shift):
19192         (org-clocktable-steps): Fix regexp to allow for indented clock tables.
19194 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
19196         * org-exp.el (org-export-handle-include-files): Support :minlevel
19197         property.
19198         (org-get-file-contents): New argument minlevel to demote included
19199         content.
19201 2010-12-11  Noorul Islam  <noorul@noorul.com>
19203         * org-latex.el (org-export-latex-hyperref-format): New option.
19204         (org-export-latex-href-format): Rename the existing variable
19205         `org-export-latex-hyperref-format' as `org-export-latex-href-format'
19206         (org-export-latex-links): Use `org-export-latex-hyperref-format' and
19207         `org-export-latex-href-format'.
19209 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19211         * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
19212         buffer exists before it is used.
19214 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
19216         * org-exp.el (org-export-preprocess-string): Delay code block
19217         processing a bit to allow correct list parsing in the export string.
19219 2010-12-11  Christopher Allan Webber  <cwebber@dustycloud.org>
19221         * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
19222         (org-agenda-time-of-day-to-ampm): New function.
19223         (org-agenda-time-of-day-to-ampm-maybe): New function.
19224         (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
19226 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19228         * org-faces.el (org-cycle-level-faces): New option.
19230         * org.el (org-get-level-face): Honor org-cycle-level-faces.
19232 2010-12-11  Julien Danjou  <julien@danjou.info>
19234         * org-agenda.el (org-agenda-today): New function.
19235         (org-agenda-get-day-face): New function.
19236         (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
19237         (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
19238         (org-todo-list): Use org-agenda-today.
19239         (org-get-all-dates): Use org-agenda-today.
19240         (org-agenda-day-face-function): New variable.
19241         (org-agenda-get-day-face): Use org-agenda-day-face-function.
19243 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19245         * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
19246         in Org.
19248 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19250         * org-html.el (org-export-as-html): Do not treat partially
19251         protected lines as if they were fully protected.
19253 2010-12-11  Dan Davison  <dandavison7@gmail.com>
19255         * org-exp.el (org-export-format-source-code-or-example):
19256         Remove hard-wired configuration of minted export
19257         (org-export-latex-minted-with-line-numbers): Remove variable.
19259 2010-12-11  Bastien Guerry  <bzg@gnu.org>
19261         * org-clock.el (org-dblock-write:clocktable): Fix double
19262         reference to `link' in let construct.
19263         (org-clock-clocktable-formatter): Fix typo in docstring.
19264         (org-clocktable-write-default): Fix typo in docstring.
19266 2010-12-11  David Maus  <dmaus@ictsoc.de>
19268         * org-protocol.el (org-protocol-unhex-string): Normalize percent
19269         escape sequence to upper case letters.
19271 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19273         * ob-lob.el (org-babel-lob-get-info): Include pass-through
19274         header arguments in results variable header argument string.
19276 2010-12-11  David Maus  <dmaus@ictsoc.de>
19278         * org-exp.el (org-export-visible): Limit search for in-buffer options
19279         beginning of first headline.
19281 2010-12-11  David Maus  <dmaus@ictsoc.de>
19283         * org.el (org-open-at-point): Remove stale link handler for news:
19284         links.
19286 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19288         * org-clock.el (org-clocktable-write-default): Better handling of
19289         narrowing.
19291 2010-12-11  Julien Danjou  <julien@danjou.info>
19293         * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
19295 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
19297         * org.el (org-indent-line-function): Simplify code and remove bug that
19298         would insert a tab at the beginning of the line when trying to
19299         indent the item.
19301 2010-12-11  Julien Danjou  <julien@danjou.info>
19303         * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
19305 2010-12-11  Julien Danjou  <julien@danjou.info>
19307         * org-agenda.el (org-agenda-prefix-format): Insert place holder
19308         for icon.
19309         (org-agenda-category-icon-alist): New option.
19310         (org-agenda-get-category-icon): New function.
19311         (org-format-agenda-item): Support for icons.
19312         (org-compile-prefix-format): Support for icons.
19314 2010-12-11  Julien Danjou  <julien@danjou.info>
19316         * org-compat.el: Create defalias for `string-match-p' and
19317         looking-at-p.
19319 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19321         * ob-calc.el (org-babel-execute:calc): Support for variables --
19322         converts :var variables in calc variables.
19324 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19326         * org.el (org-sparse-tree): Mention [r] in dispatch menu.
19328 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19330         * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
19332 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19334         * org-id.el (org-id-store-link): Test for org-mode before checking
19335         for IDs.
19337 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19339         * org.el (org-shorten-string): New function.
19341         * org-exp.el (org-export-convert-protected-spaces): New function.
19342         (org-export-preprocess-string):
19343         Call `org-export-convert-protected-spaces' to handle new hard spaces.
19345 2010-12-11  David Maus  <dmaus@ictsoc.de>
19347         * org.el (org-narrow-to-subtree): Check for heading that ends at end
19348         of buffer.
19350 2010-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
19352         * org-capture.el (org-capture-templates): Remove autoload from
19353         defcustom.
19355         * ob-lisp.el (slime): Don't expect slime to be present.
19357 2010-11-11  Dan Davison  <dandavison7@gmail.com>
19359         * ob.el: `copy-sequence' suffices to copy alist; no need for
19360         `copy-tree'.
19362 2010-11-11  Dan Davison  <dandavison7@gmail.com>
19364         * ob.el (org-babel-execute-src-block): If ":results file" is in
19365         effect, then ensure that the value of :file is returned as the
19366         result; don't rely on language files for this.
19368 2010-11-11  Dan Davison  <dandavison7@gmail.com>
19370         * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
19371         structure by side-effects of `sort'.
19373 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
19375         * org-list.el (org-list-bottom-point-with-indent): Do not check
19376         indentation of a non-empty blank line.
19378         * org-list.el (org-sort-list): Sort a list with point anywhere
19379         inside it.
19381 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19383         * ob-calc.el (org-babel-execute:calc): Safer evaluation and
19384         hopefully better error messages.
19386 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19388         * org.el (org-babel-load-languages): Adding calc.
19390 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19392         * ob.el (org-babel-initiate-session): Don't resolve variable
19393         references unless prefix arg is supplied.
19395 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19397         * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
19398         refers to the correct stack.
19400 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19402         * ob-calc.el: Adding the beginnings of support for calc code
19403         blocks.
19405 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19407         * ob-tangle.el (org-babel-update-block-body): Declaring function
19408         for updating code block bodies.
19409         (org-babel-spec-to-string):
19410         (org-babel-detangle): Detangle all tangled and commented code
19411         blocks in the current file back to org.
19412         (org-babel-tangle-jump-to-org): Jump from a tangled and commented
19413         file back to the originating org-mode code block ob-tangle:
19414         detangle changes in code files back to the original org files.
19416 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19418         * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
19419         (org-babel-tangle-comment-format-end): Fix typo.
19421 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19423         * org-exp.el (org-export-format-source-code-or-example):
19424         Use minted for latex source code export if `org-export-latex-listings'
19425         has the value 'minted.
19427         * org-latex.el (org-export-latex-listings): Document special value
19428         'minted.
19430         * org-latex.el (org-export-latex-minted): Delete variable.
19432 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19434         * ob.el (org-babel-get-src-block-info): Retrieve contents of
19435         parentheses, excluding parentheses themselves.
19437 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19439         * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
19440         Fix bug in gnuplot data file assignment using user variables.
19442 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19444         * ob-latex.el (org-babel-execute:latex): Adding new :headers
19445         header argument for latex code blocks.
19447 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19449         * org-capture.el (org-capture-templates): New capture property
19450         `:kill-buffer'.
19451         (org-capture-finalize): Kill target buffer if that is desired.
19452         (org-capture-target-buffer): Remember if we have to make the buffer.
19454 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19456         * org-clock.el (org-dblock-write:clocktable): Fix bug when
19457         computing clock tables.
19459 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19461         * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
19462         to caller even if no table is generated.
19464 2010-11-11  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
19466         * org-agenda.el (org-agenda-get-sexps): Handle lists as return
19467         values from diary entries.
19469         * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
19470         anniversaries.
19472         * org.el (org-diary-sexp-entry): Handle lists as return values
19473         from diary entries.
19475 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19477         * org-capture.el (org-capture-empty-lines-before):
19478         (org-capture-empty-lines-after): Make sure the n=0 does not insert
19479         any newlines.
19481 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19483         * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
19484         message when clojure binary is not found.
19486 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19488         * org-html.el (org-format-table-html): New argument DOCBOOK.
19489         (org-format-org-table-html): New argument DOCBOOK.  When set, use
19490         align instead of class to align table fields.
19492         * org-docbook.el (org-export-as-docbook): Specify the docbook
19493         argument for the table converter.
19495 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19497         * org-macs.el (org-called-interactively-p): New macro.
19499         * org-freemind.el: No longer require 'rx.
19500         (org-freemind): New customization group, use it for all the
19501         variables.
19502         (org-export-as-freemind): Add docstring.
19503         (org-freemind-show): Improve filen naming.
19504         (org-freemind-convert-links-helper): New function.
19505         (org-freemind-bol-helper-base-indent): New variable.
19506         (org-freemind-bol-helper): New function.
19507         (org-freemind-node-css-style): New option.
19508         (org-freemind-node-pattern): New variable.
19509         (org-freemind-from-org-mode): Better docstring.
19511 2010-11-11  David Maus  <dmaus@ictsoc.de>
19513         * ob-haskell.el (org-babel-variable-assignments:haskell):
19514         Don't pass more than two arguments to mapc.
19516 2010-11-11  David Maus  <dmaus@ictsoc.de>
19518         * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
19520 2010-11-11  David Maus  <dmaus@ictsoc.de>
19522         * org-footnote.el (message-signature-separator): Defvar to silence
19523         byte compiler.
19525 2010-11-11  David Maus  <dmaus@ictsoc.de>
19527         * org-exp.el (org-export-string): Fix reference to wrong symbol.
19529 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>
19531         * org.el (org-link-search): Return 'dedicated on successful match
19532         when org-link-search-must-match-exact-headline is set to t.
19534 2010-11-11  Daniel Clemente  <n142857@gmail.com>
19536         * org-html.el (org-html-make-link): Append fragment to file: links
19537         if present.
19539 2010-11-11  Tassilo Horn  <tassilo@member.fsf.org>
19541         * org-footnote.el (org-footnote-create-definition)
19542         (org-footnote-goto-local-insertion-point): Add footnotes before
19543         signature when in message-mode.
19545 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19547         * org.el (org-display-inline-images): Improve regexp.
19549 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19551         * org.el (org-cycle): Make sure resetting to startup visibility
19552         works after another cycle command.
19554 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19556         * org-exp.el (org-export-string): New function org-export-string
19557         can be used to convert a string of test in org-mode markup to a
19558         specified format.
19560 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19562         * org.el (org-display-inline-images): Allow non-ASCII characters
19563         in image file names.  Save match data.
19565 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19567         * org.el (org-auto-repeat-maybe): Fix shifting multiple time
19568         stamps.
19570 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19572         * org-exp.el (org-store-forced-table-alignment):
19573         (org-export-remove-special-table-lines): Allow the "c" cookie for
19574         table alignment.
19576         * org-html.el (org-export-table-header-tags):
19577         (org-export-table-data-tags): Add another %s format for the
19578         alignment.
19579         (org-export-html-table-align-individual-fields): New option.
19580         (org-format-org-table-html): Implement field-by-field alignment
19581         and support centering.
19582         (org-format-table-table-html): Make sure the new table tag formats
19583         don't break this function.
19585         * org-table.el (org-table-cookie-line-p):
19586         (org-table-align): Allow for the <c> cookie.
19588         * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
19590 2010-11-11  David Maus  <dmaus@ictsoc.de>
19592         * org-exp.el (org-export-normalize-links): Skip normalization of
19593         plain links that are part of another link.
19595 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19597         * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
19599 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19601         * org-indent.el (org-indent-add-properties):
19602         Use `with-silent-modifications'.
19603         (org-indent-remove-properties): Use `with-silent-modifications'.
19605 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19607         * org-table.el (org-table-cookie-line-p): Fix indentation.
19609         * org-exp.el (org-store-forced-table-alignment): New function.
19610         (org-export-preprocess-string):
19611         Call `org-store-forced-table-alignment'.
19613         * org-html.el (org-format-org-table-html): Use stored alignment
19614         information.
19616 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19618         * ob.el (org-babel-execute-src-block): Respects prefix argument
19619         (which forces re-calculation).
19621 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19623         * ob.el (org-babel-execute-src-block): Remove needless param
19624         sorting from ob-execute-src-block, the params are sorted already
19625         by ob-sha1-hash.
19627 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19629         * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
19630         header argument level.
19632 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19634         * ob.el (org-babel-sha1-hash): Consider words in different order
19635         as different input.
19637 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19639         * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
19641 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19643         * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
19644         structure of an Org-mode table (list of lists).
19646 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19648         * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
19649         (reference to unassigned variable `src-lang' and avoid calling
19650         org-babel-get-src-block-info twice.
19652 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19654         * ob.el (org-babel-demarcate-block): Update to reflect the new
19655         info list contents.
19657 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19659         * org-src.el (org-edit-src-code): Supply non-nil argument to
19660         `org-babel-get-src-block-info' to avoid resolving variable
19661         references.
19663 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19665         * ob.el (org-babel-map-src-blocks): Fix minor bug in and
19666         improved efficiency of org-babel-map-src-blocks.
19668 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19670         * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
19671         checks that a code block will actually be tangled before
19672         collecting it's full information (a process which could involve
19673         the execution of other code blocks).
19675 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19677         * ob.el (org-babel-demarcate-block): Use light version of
19678         `org-babel-get-src-block-info'.
19680 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19682         * ob.el (org-babel-sha1-hash): Now handles more complex types in
19683         params.
19685 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19687         * ob.el (org-babel-execute-src-block): Generally using the new
19688         more informative params
19689         (org-babel-process-params): Don't forget the :var portion of
19690         variable assignments.
19692 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19694         * ob-table.el (sbe): Simplify to reflect to var resolution.
19696 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19698         * ob-ref.el (org-babel-ref-resolve): Bringing the referent
19699         arguments back to their params before evaluation.
19701 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19703         * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
19704         indentation.
19706 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19708         * ob-table.el (sbe): Use `org-babel-process-params params' instead
19709         of `org-babel-expand-variables'.
19711 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19713         * ob-C.el (org-babel-C-execute): Remove call to
19714         org-babel-process-params which should no longer be called from
19715         within a language file.
19717         * ob-R.el (org-babel-execute:R): Remove call to
19718         org-babel-process-params which should no longer be called from
19719         within a language file
19720         (org-babel-R-variable-assignments): Remove call to
19721         org-babel-process-params which should no longer be called from
19722         within a language file.
19724         * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
19725         org-babel-process-params which should no longer be called from
19726         within a language file.
19728         * ob-clojure.el (org-babel-execute:clojure): Remove call to
19729         org-babel-process-params which should no longer be called from
19730         within a language file.
19732         * ob-dot.el (org-babel-execute:dot): Remove call to
19733         org-babel-process-params which should no longer be called from
19734         within a language file.
19736         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
19737         call to org-babel-process-params which should no longer be called
19738         from within a language file
19739         (org-babel-execute:emacs-lisp): Remove call to
19740         org-babel-process-params which should no longer be called from
19741         within a language file.
19743         * ob-haskell.el (org-babel-execute:haskell): Remove call to
19744         org-babel-process-params which should no longer be called from
19745         within a language file.
19747         * ob-js.el (org-babel-execute:js): Remove call to
19748         org-babel-process-params which should no longer be called from
19749         within a language file.
19751         * ob-lisp.el (org-babel-execute:lisp): Remove call to
19752         org-babel-process-params which should no longer be called from
19753         within a language file.
19755         * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
19756         org-babel-process-params which should no longer be called from
19757         within a language file.
19759         * ob-octave.el (org-babel-execute:octave): Remove call to
19760         org-babel-process-params which should no longer be called from
19761         within a language file.
19763         * ob-perl.el (org-babel-execute:perl): Remove call to
19764         org-babel-process-params which should no longer be called from
19765         within a language file.
19767         * ob-python.el (org-babel-execute:python): Remove call to
19768         org-babel-process-params which should no longer be called from
19769         within a language file.
19771         * ob-ruby.el (org-babel-execute:ruby): Remove call to
19772         org-babel-process-params which should no longer be called from
19773         within a language file.
19775         * ob-scheme.el (org-babel-execute:scheme): Remove call to
19776         org-babel-process-params which should no longer be called from
19777         within a language file.
19779         * ob-screen.el (org-babel-execute:screen): Remove call to
19780         org-babel-process-params which should no longer be called from
19781         within a language file
19782         (org-babel-prep-session:screen): Remove call to
19783         org-babel-process-params which should no longer be called from
19784         within a language file.
19786         * ob-sh.el (org-babel-execute:sh): Remove call to
19787         org-babel-process-params which should no longer be called from
19788         within a language file.
19790         * ob-sql.el (org-babel-execute:sql): Remove call to
19791         org-babel-process-params which should no longer be called from
19792         within a language file.
19794         * ob-haskell.el (org-babel-execute:haskell): Remove reference to
19795         processed params.
19797         * ob-clojure.el (org-babel-execute:clojure): Remove reference to
19798         processed params.
19800         * ob-R.el (org-babel-execute:R): Remove reference to processed
19801         params.
19803 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19805         * ob-sql.el (org-babel-execute:sql): Use generic expansion
19806         function
19807         (org-babel-expand-body:sql): Delete function.
19809 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19811         * ob-sh.el (org-babel-execute:sh): Use generic expansion function
19812         (org-babel-expand-body:sh): Delete function
19813         (org-babel-prep-session:sh): Change name of called function
19814         (org-babel-variable-assignments:sh): Change function name.
19816 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19818         * ob-screen.el (org-babel-execute:screen): Use generic expansion
19819         function
19820         (org-babel-expand-body:screen): Delete function
19821         (org-babel-prep-session:screen): Remove references to processed
19822         params.
19824 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19826         * ob-sass.el (org-babel-execute:sass): Use generic expansion
19827         function
19828         (org-babel-expand-body:sass): Delete function.
19830 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19832         * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
19833         function
19834         (org-babel-prep-session:ruby): Use new variable assignment
19835         function
19836         (org-babel-variable-assignments:ruby): New function
19837         (org-babel-expand-body:ruby): Delete function.
19839 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19841         * ob-python.el (org-babel-execute:python): Use generic expansion
19842         function
19843         (org-babel-prep-session:python): Change name of called function
19844         (org-babel-variable-assignments:python): Change function name
19845         (org-babel-expand-body:python): Delete function.
19847 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19849         * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
19850         (automatically handled by generic version).
19852 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19854         * ob-perl.el (org-babel-execute:perl): Use generic expansion
19855         function
19856         (org-babel-expand-body:perl): Delete function
19857         (org-babel-variable-assignments:perl): New function.
19859 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19861         * ob-org.el (org-babel-expand-body:org): Delete function
19862         (automatically handled by generic version).
19864 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19866         * ob-octave.el (org-babel-execute:octave): Use generic expansion
19867         function
19868         (org-babel-variable-assignments:octave): Change name of function
19869         (org-babel-variable-assignments:matlab): New defalias
19870         (org-babel-prep-session:octave): Change name of function
19871         (org-babel-expand-body:matlab): Delete function
19872         (org-babel-expand-body:octave): Delete function.
19874 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19876         * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
19877         function
19878         (org-babel-variable-assignments:ocaml): New function
19879         (org-babel-expand-body:ocaml): Delete function.
19881 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19883         * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
19884         (automatically handled by generic version).
19886 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19888         * ob-js.el (org-babel-execute:js): Use new variable assignment
19889         function
19890         (org-babel-expand-body:js): Delete function
19891         (org-babel-prep-session:js): Use new variable assignment function
19892         (org-babel-variable-assignments:js): New function.
19894 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19896         * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
19897         function
19898         (org-babel-expand-body:haskell): Delete function
19899         (org-babel-prep-session:haskell): Use variable assignment function
19900         (org-babel-variable-assignments:haskell): New function.
19902 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19904         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
19905         assignment function
19906         (org-babel-prep-session:gnuplot): Use variable assignment function
19907         (org-babel-variable-assignments:gnuplot): New function.
19909 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19911         * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
19912         (automatically handled by generic version).
19914 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19916         * ob-css.el (org-babel-expand-body:css): Delete function
19917         (automatically handled by generic version).
19919 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19921         * ob-asymptote.el (org-babel-execute:asymptote): Use generic
19922         expansion function
19923         (org-babel-expand-body:asymptote): Delete function
19924         (org-babel-variable-assignments:asymptote): New function.
19926 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19928         * ob-R.el (org-babel-expand-body:R): Use new function
19929         `org-babel-variable-assignments:R'; don't trim body.
19930         (org-babel-execute:R): Respond to changes in
19931         `org-babel-expand-body:R'
19932         (org-babel-prep-session:R): Called function is now named
19933         `org-babel-variable-assignments:R'
19934         (org-babel-variable-assignments:R): Receives processed-params as
19935         new optional argument.
19937 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19939         * ob-C.el (org-babel-C-expand): Don't trim body.
19941 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19943         * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
19944         obtaining variable references.
19946 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19948         * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
19949         assignment lines to generic expansion command.
19951 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19953         * ob.el (org-babel-expand-src-block): Supply variable assignment
19954         lines to generic expansion function
19955         (org-babel-expand-body:generic): Prepend body with optional
19956         variable assignment lines.
19958 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19960         * ob-exp.el (org-babel-exp-results): Replaced old function call.
19962 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19964         * ob-lob.el (org-babel-lob-execute): Now expanding variable
19965         references before execution.
19967 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19969         * ob.el (org-babel-execute-src-block): Only sort parameters if
19970         it's required for caching.
19972 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19974         * ob-table.el (sbe): Reworking for better indentation and to
19975         integrate the new variable resolution.
19977 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19979         * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
19980         variables when resolving references.
19982 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19984         * ob.el (org-babel-merge-params): Fix order or precedence for
19985         variables.
19987 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19989         * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
19990         * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
19991         (org-babel-R-variable-assignments):
19992         * ob-asymptote.el (org-babel-expand-body:asymptote)
19993         (org-babel-execute:asymptote):
19994         * ob-clojure.el (org-babel-expand-body:clojure)
19995         (org-babel-execute:clojure):
19996         * ob-css.el (org-babel-expand-body:css):
19997         * ob-ditaa.el (org-babel-expand-body:ditaa):
19998         * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
19999         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
20000         (org-babel-execute:emacs-lisp):
20001         * ob-gnuplot.el (org-babel-expand-body:gnuplot)
20002         * ob-haskell.el (org-babel-expand-body:haskell)
20003         (org-babel-execute:haskell, org-babel-load-session:haskell)
20004         (org-babel-prep-session:haskell):
20005         * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
20006         * ob-latex.el (org-babel-expand-body:latex):
20007         * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
20008         * ob-mscgen.el (org-babel-expand-body:mscgen):
20009         * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
20010         * ob-octave.el (org-babel-expand-body:matlab)
20011         (org-babel-expand-body:octave, org-babel-execute:octave)
20012         (org-babel-octave-variable-assignments):
20013         * ob-org.el (org-babel-expand-body:org):
20014         * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
20015         * ob-plantuml.el (org-babel-expand-body:plantuml):
20016         * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
20017         (org-babel-python-variable-assignments):
20018         * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
20019         * ob-sass.el (org-babel-expand-body:sass):
20020         * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
20021         * ob-screen.el (org-babel-expand-body:screen):
20022         * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
20023         (org-babel-sh-variable-assignments):
20024         * ob-sql.el (org-babel-expand-body:sql):
20025         * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
20026         * ob.el (org-babel-expand-body:generic):
20027         Remove obsoleted optional third argument.
20029 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20031         * ob-clojure.el (org-babel-prep-session:clojure): Purging all
20032         calls to removed org-babel-ref-variables.
20034 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20036         * ob-lob.el (org-babel-lob-ingest): Now returns the count of
20037         ingested code blocks.
20039 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20041         * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
20042         information from within the original export file.
20044 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20046         * ob.el (org-babel-get-src-block-info): Small but crucial fix)
20047         (this should return nil if not match found.
20049 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20051         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
20052         Whitespace (org-babel-execute:emacs-lisp): Whitespace.
20054 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20056         * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
20057         docstring.
20059         * ob-python.el (org-babel-python-variable-assignments):
20060         Provide missing docstring.
20062 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20064         * ob-octave.el (org-babel-expand-body:octave): Refactor: break
20065         variable assignment part out into a separate function
20066         (org-babel-octave-variable-assignments): New function constructing
20067         list of variable assignment statements
20068         (org-babel-prep-session:octave): Use new function
20069         `org-babel-octave-variable-assignments' instead of previous
20070         (incorrect) variable assignment code.
20072 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20074         * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
20075         assignment part out into a separate function
20076         (org-babel-sh-variable-assignments): New function constructing
20077         list of variable assignment statements
20078         (org-babel-prep-session:sh): Use new function
20079         `org-babel-sh-variable-assignments' instead of previous
20080         (incorrect) variable assignment code.
20082 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20084         * ob-python.el (org-babel-expand-body:python): Refactor: break
20085         variable assignment part out into a separate function
20086         (org-babel-python-variable-assignments): New function constructing
20087         list of variable assignment statements
20088         (org-babel-prep-session:python): Use new function
20089         `org-babel-python-variable-assignments' instead of previous
20090         (incorrect) variable assignment code.
20092 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20094         * ob-R.el (org-babel-expand-body:R): Refactor: break variable
20095         assignment part out into a separate function
20096         (org-babel-R-variable-assignments): New function constructing list
20097         of variable assignment statements
20098         (org-babel-prep-session:R): Use new function
20099         `org-babel-R-variable-assignments' instead of previous
20100         (incorrect) variable assignment code.
20102 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20104         * ob.el (org-babel-initiate-session): Better variable names.
20106 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20108         * ob.el (org-number-sequence):
20109         Declared * ob-R.el (org-number-sequence): Declared.
20111 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20113         * ob.el (org-babel-map-src-blocks): Store correct value of
20114         `end-block'.
20116 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20118         * ob.el (org-babel-mark-block): New function to mark the body of a
20119         src block in the style of `mark-defun'.
20121 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20123         * org-compat.el (org-number-sequence): New function.
20125         * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
20127         * ob.el (org-babel-where-is-src-block-result):
20128         Use `org-number-sequence'.
20129         (org-babel-current-buffer-properties): Fix variable definition.
20131         * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
20133         * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
20134         version of `shell-command'.
20136         * org-latex.el (org-export-as-pdf): Use the 2-argument version of
20137         `shell-command'.
20139 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20141         * org-list.el (org-list-search-unenclosed-generic): Replace call
20142         to booleanp.
20144 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20146         * org.el (org-agenda-jump-prefer-future): New option.
20148         * org-agenda.el (org-agenda-goto-date):
20149         Use `org-agenda-jump-prefer-future'.
20151 2010-11-11  Noorul Islam  <noorul@noorul.com>
20153         * org-latex.el (org-export-latex-links): Replaced hard coded
20154         hyperref format with custom variable
20155         `org-export-latex-hyperref-format'.
20157 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20159         * org.el (org-insert-heading): Fix docstring.
20161 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
20163         * org-capture.el (org-capture-place-entry): If the first line is
20164         already a headline, just stay there.
20166 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20168         * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
20169         are non-nil.
20171 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20173         * org-ascii.el (org-ascii-replace-entities): Match an optional {}
20174         after an entity.
20176 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20178         * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
20179         table fields.
20181 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20183         * org.el (org-insert-heading): When on the headline of an inline
20184         task, insert another inline tasks.
20186 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20188         * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
20189         links for blocks that will actually tangle.
20191 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20193         * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
20194         in expanded shell bodies.
20196 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20198         * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
20199         newline characters.
20201 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20203         * ob-sh.el (org-babel-expand-body:sh): Align code.
20205 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20207         * ob.el (org-babel-params-from-properties): Max line with at <=80.
20209 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20211         * org-latex.el (org-export-latex-listings-langs): Clojure is now
20212         recognized as a lisp.
20214 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20216         * ob.el (org-babel-params-from-properties): Use `org-babel-read'
20217         to interpret property as header argument value.
20219 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20221         * ob.el (org-babel-parse-header-arguments): Simplify reading of
20222         header arg value.
20224 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20226         * org-publish.el (org-publish-org-to-ascii):
20227         (org-publish-org-to-latin1):
20228         (org-publish-org-to-utf8): New functions.
20230 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20232         * org.el (org-insert-heading): Skip inline tasks when trying to
20233         insert a new heading after the end of the subtree.
20235 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20237         * org-inlinetask.el (org-inlinetask-min-level): Set customization
20238         type to integer or nil.
20240         * org.el (org-insert-heading): When after an inline task, do not
20241         use level but go back to headline level before the inline task.
20243 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20245         * org-inlinetask.el (org-inlinetask-in-task-p): New function.
20247         * org.el (org-indent-line-function): Fix indentation of inline
20248         tasks.
20250 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20252         * org.el (org-activate-links): Fix customize type.
20254 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20256         * org-latex.el (org-latex-to-pdf-process): Add rubber as another
20257         default option.
20259 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20261         * org-latex.el (org-export-latex-minted): Document pygments
20262         dependency.
20264 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20266         * org-mobile.el (org-mobile-create-index-file): Encrypt the index
20267         file if encryption has been turned on.
20268         (org-mobile-copy-agenda-files): Avoid double encryption of
20269         `mobileorg.org'.
20271 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20273         * org-exp.el (org-export-latex-minted-with-line-numbers):
20274         Ensure that variable is declared.
20276 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20278         * ob-python.el (org-src-preserve-indentation): Fix compiler
20279         warning.
20281 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20283         * org-exp.el (org-export-format-source-code-or-example):
20284         Latex formatting of source code blocks using the minted package
20285         (org-export-plist-vars): Add :latex-minted property
20286         (org-export-latex-minted): Ensure variable is defined
20287         (org-export-latex-minted-langs): Ensure variable is defined.
20289 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20291         * org-src.el (org-edit-src-code): Use `org-region-active-p'.
20293 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20295         * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
20297 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20299         * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
20300         when `org-src-preserve-indentation' is non-nil.
20302 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20304         * ob-lob.el (org-babel-lob-ingest): Provide message stating number
20305         of blocks added to Library of Babel.
20307 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20309         * ob-lob.el (org-babel-lob-ingest): Check for nil source block
20310         name.
20312 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20314         * org-beamer.el (org-beamer-place-default-actions-for-lists):
20315         Fix typo in regexp.
20317 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
20319         * org-list.el (org-toggle-checkbox): Avoid some boundary error
20320         when inserting a checkbox in an empty last item of a list.
20322 2010-11-11  David Maus  <dmaus@ictsoc.de>
20324         * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
20325         Query article number from file is nil by default.
20327 2010-11-11  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
20329         * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
20331 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20333         * org-capture.el (org-capture-place-entry): Move to `beg' before
20334         searching for `%?'.
20336 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20338         * org.el (org-format-latex): Fix mathjax treatment of single
20339         letters in between dollars.
20341 2010-11-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
20343         * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
20344         run.
20346 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20348         * org.el (org-blank-before-new-entry): Improve docstring.
20350 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20352         * org-mobile.el (org-mobile-force-id-on-agenda-items):
20353         Fix docstring.
20354         (org-mobile-write-agenda-for-mobile): Use outline path if we do
20355         not have an ID and are not allowed to make one.
20356         (org-mobile-get-outline-path-link): New function.
20358 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20360         * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
20361         file.
20362         (org-mobile-write-agenda-for-mobile): Use the right name, even if
20363         the file get encrypted.
20364         (org-mobile-move-capture): Only delete tempfile if it does exist.
20366 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20368         * ob.el (org-babel-number-p): Fix documentation string.
20370 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20372         * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
20373         "tangle" as a positive argument for the :noweb header argument
20374         during tangling.
20376 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20378         * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
20379         have links, with tests.
20381 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20383         * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
20384         available.
20385         (org-export-latex-get-error): New function.
20386         (org-export-as-pdf): Give an indication of the errors that
20387         happened during processing.
20389 2010-11-11  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
20391         * org-exp.el (org-export-language-setup): Fix Polish entries.
20393 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20395         * org.el (org-set-tags): Allow comma as a separator when
20396         specifying tags at the completion interface.
20397         (org-tags-completion-function): Allow comma as a separator when
20398         specifying tags at the completion interface.
20400 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20402         * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
20403         export-file if exporting from a buffer which is not visiting a
20404         file.
20406 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20408         * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
20409         name in link construction if there is a heading to follow it.
20411 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20413         * org-html.el (org-export-html-inline-image-extensions): Add "svg"
20414         as an allowed extension.
20416 2010-11-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
20418         * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
20419         with zeros.  Start applying face earlier.
20421 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20423         * ob.el (or): Don't create org-babel-temporary-directory in batch
20424         as it won't be removed by emacs-kill-hook
20425         (org-babel-remove-temporary-directory): Only try to remove this
20426         directory if it exists.
20428 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20430         * ob.el (org-babel-temporary-directory): Fixing byte-compilation
20431         warning in ob.el.
20433 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20435         * ob-tangle.el (org-babel-tangle): Now sharing the file name in
20436         the tangling message.
20438 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20440         * ob.el (org-babel-load-languages): Fixes compiler warning.
20442 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20444         * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
20445         output.
20447 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20449         * org-ascii.el (org-export-as-ascii): Use the correct match group.
20451 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20453         * ob.el (boundp): Uncommenting defvar form for
20454         org-babel-temporary-directory
20455         (org-babel-temp-file): Now using the org-babel-temporary-directory
20456         for holding new babel temporary files
20457         (org-babel-remove-temporary-directory): Removes the babel temp dir
20458         when Emacs shutsdown
20459         (kill-emacs-hook): Now removing the babel temp dir on Emacs
20460         shutdown.
20462 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20464         * org-capture.el (org-capture-fill-template): Initialize history
20465         variable.
20467 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20469         * org-src.el (org-edit-src-code): Don't move point when generating
20470         edit buffer.
20472 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20474         * org-src.el (org-edit-src-code): Deal with point being in
20475         #+end_src line.
20477 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20479         * org-table.el (org-table-current-column): Add interactive to turn
20480         this into a command.
20482 2010-11-11  Bernt Hansen  <bernt@norang.ca>
20484         * org.el (org-insert-heading): Run org-insert-heading-hook when
20485         creating the first heading in a file.
20487 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20489         * org.el (org-startup-with-inline-images): New option.
20490         (org-startup-options): Add new keywords inlineimages and
20491         noinlineimages.
20492         (org-mode): Inline images when this has been configured.
20494 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20496         * ob.el (org-babel-get-src-block-info): Remove optional
20497         HEADER-VARS-ONLY argument; further simplification.
20499 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20501         * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
20502         prompt in ob-confirm-evaluate in some cases.
20504 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20506         * ob.el (org-babel-demarcate-block): Visible region and completion
20507         during language selection.
20509 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20511         * ob.el (org-babel-get-src-block-info): Remove comment.
20513 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20515         * ob.el (org-babel-get-src-block-info): Simplify function.
20517 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20519         * ob.el (org-babel-get-src-block-info): Form info list correctly
20520         when parenthesized arguments are missing.
20522 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20524         * ob-exp.el (org-export-babel-evaluate): Docstring typo
20525         (org-babel-exp-code): Docstring typo.
20527 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20529         * org-mobile.el (org-mobile-encryption-password):
20530         Improve docstring.
20531         (org-mobile-encryption-password-session): New variable.
20532         (org-mobile-encryption-password): New function.
20533         (org-mobile-check-setup):
20534         (org-mobile-encrypt-file):
20535         (org-mobile-decrypt-file): Use the new function.
20537 2010-11-11  David Maus  <dmaus@ictsoc.de>
20539         * org-capture.el (org-capture-place-template): Widen to remove
20540         possible restrictions in target buffer.
20542 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>
20544         * org.el (org-speed-command-hook): Add org-speed-command-hook
20545         (org-babel-speed-command-hook): Hook for Babel's speed commands.
20547 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20549         * ob.el (org-babel-execute-buffer): Re-implement using
20550         `org-babel-map-src-blocks'.
20552 2010-11-11  David Maus  <dmaus@ictsoc.de>
20554         * org-capture.el (org-capture-templates): Update doc string with
20555         new message date related escapes.
20557 2010-11-11  David Maus  <dmaus@ictsoc.de>
20559         * org-wl.el (org-wl-store-link-message): Define properties %:date)
20560         (%:date-timestamp, and %:date-timestamp-inactive.
20562         * org-mew.el (org-mew-store-link): Dto.
20564         * org-mhe.el (org-mhe-store-link): Dto.
20566         * org-rmail.el (org-rmail-store-link): Dto.
20568         * org-vm.el (org-vm-store-link): Dto.
20570 2010-11-11  David Maus  <dmaus@ictsoc.de>
20572         * org-wl.el (org-wl-message-field): Always get literal content of
20573         header fields.
20575 2010-11-11  David Maus  <dmaus@ictsoc.de>
20577         * org-gnus.el (org-gnus-store-link): Define properties
20578         %:date-timestamp and %:date-timestamp-inactive.
20580 2010-11-11  David Maus  <dmaus@ictsoc.de>
20582         * org-gnus.el (org-gnus-store-link): Handle empty date header
20583         field.
20585 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
20587         * org.el (org-speed-command-hook): New.  Hook for installing
20588         additional speed commands.  Use this for enabling speed commands on
20589         src blocks.
20590         (org-speed-command-default-hook): The default hook for
20591         org-speed-command-hook.  Factored out from org-self-insert-command
20592         and mimics existing behavior.
20593         (org-self-insert-command): Modify to use org-speed-command-hook.
20595 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20597         * org-agenda.el (org-search-view): Recover spaces in search words
20598         if they were escaped with \ or inside a regexp.
20600 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20602         * org.el (org-additional-option-like-keywords): Add PROPERTIES to
20603         the list of completable meta line words.
20604         (org-complete): Complete property names after #+PROPERTY.
20606 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20608         * ob-python.el (org-babel-python-evaluate-session): Make temp file
20609         names consistent.
20611 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20613         * ob-clojure.el (org-babel-clojure-evaluate-external-process):
20614         Delete extra format argument.
20616 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20618         * ob-org.el (org-babel-org-export): Typo in docstring.
20620 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20622         * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
20623         variable.
20625 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20627         * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
20629 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20631         * ob.el (org-babel-process-file-name): New function
20632         (org-babel-maybe-remote-file): Delete function.
20634 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20636         * ob-C.el (org-babel-C-execute): Remove unused variable.
20638 2010-11-11  David Maus  <dmaus@ictsoc.de>
20640         * org.el (org-make-link-string): Prevent superfluous colon.
20642 2010-11-11  David Maus  <dmaus@ictsoc.de>
20644         * org.el (org-make-org-heading-search-string): Leave headline
20645         intact.
20647 2010-11-11  David Maus  <dmaus@ictsoc.de>
20649         * org.el (org-make-link-string): Don't escape characters in link
20650         type.
20652 2010-11-11  Bastien Guerry  <bzg@gnu.org>
20654         * org-capture.el (org-capture-templates): Update docstring to
20655         advertise %:org-date.
20657 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20659         * ob-dot.el (org-babel-execute:dot): Automatically specifies
20660         "-T<ext>" based on file name extension.
20662 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20664         * ob-org.el (org-babel-org-export): Raise error on nested export
20665         call.
20667 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20669         * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
20670         output files.
20672 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20674         * ob.el (org-babel-demarcate-block): Better initialization of
20675         stars.
20677 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20679         * org-src.el (org-src-tab-acts-natively): Add customize interface.
20681 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20683         * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
20684         New variable allowing prevention of automatic stripping of leading and
20685         trailing blank lines when exiting edit buffer.
20686         (org-edit-src-exit): Respect value of
20687         `org-src-strip-leading-and-trailing-blank-lines'
20688         (org-src-native-tab-command-maybe):
20689         Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
20690         this function.
20692 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20694         * org-src.el (org-edit-src-code): If mark was inside code block
20695         then code edit buffer inherits mark with active region.
20697 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20699         * ob.el (org-babel-demarcate-block): Fix compiler warnings.
20701 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20703         * ob.el (org-babel-demarcate-block): Better handling of empty
20704         space around demarcated area.
20706 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20708         * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
20709         this command.
20711 2010-11-11  David Maus  <dmaus@ictsoc.de>
20713         * org-gnus.el (org-gnus-open-nntp): New function.
20715 2010-11-11  David Maus  <dmaus@ictsoc.de>
20717         * org-wl.el (org-wl-open-nntp): New function.
20719 2010-11-11  David Maus  <dmaus@ictsoc.de>
20721         * org-wl.el (org-wl-open): Open message by numeric reference if
20722         article part is not a message id.
20724 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20726         * org-agenda.el (org-agenda-filter-apply): Move cursor to a
20727         visible line.
20729 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20731         * ob.el (org-babel-demarcate-block): Interactive demarcation of
20732         code blocks.
20734         * ob-keys.el (org-babel-key-bindings): Key bindings for block
20735         demarcation.
20737 2010-11-11  Bastien Guerry  <bzg@gnu.org>
20739         * org.el (org-link-types): Add the "message" link type.
20741 2010-11-11  David Maus  <dmaus@ictsoc.de>
20743         * org.el (org-link-types): Add 'message:' link type to default
20744         link types.
20746 2010-11-11  Bastien Guerry  <bzg@gnu.org>
20748         * org-gnus.el (org-gnus-store-link): Add the :date property to
20749         gnus links, allowing the use of %:date in capture templates.
20751 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
20753         * org-list.el (org-cycle-list-bullet): Follow order of bullets
20754         indicated in doc-string.
20756         * org-list.el (org-list-bottom-point-with-indent): List is ended
20757         when a line is less indented that the last item, not the less
20758         indented item.
20760 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20762         * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
20763         original file before resolving code block parameters to ensure
20764         headline and buffer wide parameters are taken into consideration
20765         when only a narrowed portion of the file is exported.
20767 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20769         * org.el (org-forward-same-level): Fix docstring.
20771 2010-11-11  Sebastian Rose  <sebastian_rose@gmx.de>
20773         * org-publish.el (org-publish-attachment): Put the attachment into
20774         the right directory.
20776 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
20778         * org.el (org-goto-first-child): New command.
20780 2010-11-11  Matt Lundin  <mdl@imapmail.org>
20782         * org-agenda.el (org-prepare-agenda): If the agenda is called from
20783         within the agenda via an elisp link, such as
20784         [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
20785         of the file containing the link, since that buffer is current
20786         during org-prepare agenda (due to a with-current-buffer in
20787         org-agenda-open-link).  An additional test now ensures that the
20788         agenda buffer is in fact current when the buffer is erased and
20789         local variables for the agenda are set.
20791 2010-11-11  David Maus  <dmaus@ictsoc.de>  (tiny change)
20793         * org-exp.el (org-infile-export-plist): Define property macro.
20795 2010-11-11  David Maus  <dmaus@ictsoc.de>
20797         * org-mhe.el (org-mhe-get-header): Remove possible folding white
20798         space in message header field.
20800 2010-11-11  David Maus  <dmaus@ictsoc.de>
20802         * org-feed.el (org-feed): Fix typo in customization group :tag
20803         property.
20805 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20807         * org-latex.el (org-export-latex-tag-markup): New option.
20808         (org-export-latex-keywords-maybe):
20809         Use `org-export-latex-tag-markup'.
20811 2010-11-11  Rémi Vanicat  <vanicat@debian.org>  (tiny change)
20813         * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
20814         (org-ical-ts-to-string): Use UTC time when requested.
20816 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
20818         * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
20819         from 'file' to 'http'.
20821 2010-11-11  David Maus  <dmaus@ictsoc.de>
20823         * org.el (org-store-log-note): Fix wrong usage
20824         of`org-adapt-indentation'.
20826 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
20828         * org.el (org-skip-over-state-notes): Do not compute bottom point
20829         at each item.
20831         * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
20832         instead of moving to each item.
20834 2010-11-11  David Maus  <dmaus@ictsoc.de>
20836         * org-capture.el (org-capture-templates): Small fix in doc string.
20838 2010-11-11  aaa bbb  <dominik@powerbook-g4-12-van-aaa-bbb.local>
20840         * org-archive.el (org-get-local-archive-location):
20841         Use `org-carchive-location' as default.
20843 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20845         * ob-C.el (org): No longer requires org.
20847         * ob-ledger.el (org): No longer requires org.
20849 2010-11-11  David Maus  <dmaus@ictsoc.de>
20851         * org.el (org-priority): Save match data before call to
20852         `read-char-exclusive'.
20854 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
20856         * org-list.el (org-list-to-generic): Descriptions labels can be
20857         any suit of symbols, and will end at double colons.
20859 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
20861         * org.el (org-indent-line-function): Indent past [@num] and
20862         [@start:num], consistently with what is already done with
20863         checkboxes.
20865 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
20867         * org.el (org-store-log-note): Indent new notes to the right
20868         column.  Also take `org-list-two-spaces-after-bullet-regexp' into
20869         consideration when creating the note.
20871 2010-11-11  David Maus  <dmaus@ictsoc.de>
20873         * org-gnus.el (nnimap-group-overview-filename): Declare function
20874         to silence byte compiler.
20876 2010-11-11  David Maus  <dmaus@ictsoc.de>
20878         * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
20879         New customization variable.
20880         (org-gnus-nnimap-cached-article-number): New function.
20881         (org-gnus-follow-link): Try to fetch cached article number of
20882         message-id.
20884 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20886         * ob-org.el (org-babel-org-default-header): Used to insert a dummy
20887         first line into code blocks before export so that the first line
20888         is not interpreted as a title
20889         (org-babel-org-export): Use new dummy code block prefix.
20891 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20893         * ob.el (org-babel-insert-result): No longer throws error when
20894         inserting an empty result.
20896 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20898         * ob-tangle.el: Autoload org-babel-tangle-lang-exts from ob-tangle.
20900 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20902         * ob.el (org-babel-do-in-edit-buffer):
20903         Use `org-babel-where-is-src-block-head' to test for source block at
20904         point.
20906 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20908         * ob-keys.el (org-babel-key-bindings): Adding key-binding for
20909         `org-babel-goto-src-block-head'.
20911         * ob.el (org-babel-goto-src-block-head): Jump to the head of the
20912         current code block.
20914 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20916         * ob.el (org-babel-next-src-block): Now raising more informative
20917         error when no further code blocks can be found.
20918         (org-babel-previous-src-block): Now raising more informative error
20919         when no previous code blocks can be found.
20921 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20923         * org-exp-blocks.el
20924         (org-export-preprocess-after-include-files-hook): Now using this
20925         hook instead of `org-export-preprocess-hook'.
20927 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20929         * ob-plantuml.el (org-babel-execute:plantuml): ????
20931 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20933         * ob-python.el (org-babel-python-evaluate): Refactor as call to
20934         either `org-babel-python-evaluate-external-process' or
20935         `org-babel-python-evaluate-session'.
20936         (org-babel-python-evaluate-external-process): New function to
20937         handle evaluation in external process.
20938         (org-babel-python-evaluate-session): New function to handle
20939         evaluation in emacs inferior process.
20941 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20943         * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
20944         or html respecting :results header arg
20945         (org-babel-org-export): Exports a string of text to an output
20946         format.
20948 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20950         * ob.el (org-babel-insert-result): Remove existing results when
20951         nil results are returned.
20953 2010-11-11  David Maus  <dmaus@ictsoc.de>
20955         * org-ascii.el (org-export-as-ascii): Bind and set link path for
20956         link type specific markup function.
20958 2010-11-11  David Maus  <dmaus@ictsoc.de>
20960         * org-clock.el (notifications-notify): Properly declare function
20961         to silence byte compiler.
20963 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
20965         * org-list.el (org-insert-item): Check invisibility of point at a
20966         meaningful location.
20968 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
20970         * org-list.el (org-list-insert-item-generic): Updating checkboxes
20971         can modify bottom point of a list, so make it a marker before
20972         calling `org-update-checkbox-count-maybe'.
20974 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20976         * org.el (org-src-fontify-natively): Set to nil by default.
20977         Supply customize interface.
20979 2010-11-11  Bastien Guerry  <bzg@gnu.org>
20981         * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
20982         `org-bracket-link-analytic-regexp++' to match the link type.
20984 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20986         * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
20987         `language'.
20989 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20991         * ob-tangle.el (org-babel-tangle-comment-format-beg):
20992         Format string specifying the link-comment preceding a code block
20993         (org-babel-tangle-comment-format-end): Format string specifying
20994         the link-comment following a code block
20995         (org-babel-tangle-collect-blocks): Storing more information in the
20996         spec of a tangling code block
20997         (org-babel-spec-to-string): Now makes use of customizable
20998         link-comment formats.
21000 2010-11-11  Achim Gratz  <Stromeko@stromeko.net>  (tiny change)
21002         * org.el (org-delete-backward-char): Check for nil overwrite-mode
21003         before inserting spaces.
21005 2010-11-11  David Maus  <dmaus@ictsoc.de>
21007         * org-icalendar.el (org-print-icalendar-entries): Exclude tags
21008         from summary of non-TODO ical entries.
21009         (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
21010         exclude tags from summary of TODO ical entries.
21012 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21014         * ob.el (org-babel-map-src-blocks): Now exposes much information
21015         about the code block in the form of let-bound local variables.
21017 2010-11-11  David Maus  <dmaus@ictsoc.de>
21019         * org-list.el (org-outline-regexp, org-ts-regexp)
21020         (org-ts-regexp-both, org-in-regexps-block-p)
21021         (org-level-increment, org-at-heading-p)
21022         (outline-previous-heading, org-icompleting-read)
21023         (org-time-string-to-seconds): Declare to fix compiler warning.
21025 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21027         * org-list.el (org-toggle-checkbox): Ignore items in drawers when
21028         used from an heading.  Send an error when no item is in region.
21030 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21032         * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
21033         ensure that edit buffer is exited.
21035 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21037         * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
21038         control the amount of extra newlines inserted into tangled code
21039         (org-babel-tangle-collect-blocks): Now conditionally collects
21040         information to be used for "org" style comments
21041         (org-babel-spec-to-string): Now inserts "org" style comments, and
21042         obeys the newline configuration variable when inserting whitespace.
21044 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21046         * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
21047         hook
21048         (org-babel-tangle): Calls new tangle hook.
21050 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
21052         * org-capture.el (org-capture): Compute the length of the correct
21053         string when removing properties.
21055 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21057         * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
21058         names before shell quoting.
21060 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21062         * org-src.el (org-src-tab-indents-natively): New variable
21063         controlling whether language-native TAB action should be performed
21064         (org-src-native-tab-command-maybe): New function to perform
21065         language-native TAB action.
21066         (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
21068 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21070         * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
21071         `org-plantuml-jar-path' before use.
21073 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21075         * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
21076         language major mode buffers during fontification.
21078 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21080         * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
21081         match code blocks with switches and header args.
21082         Call `org-src-font-lock-fontify-block' for automatic fontification of
21083         code in code blocks, controlled by variable
21084         `org-src-fontify-natively'.
21085         (org-src-fontify-natively): New variable.
21087 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21089         * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
21090         inf-ruby.
21092 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
21094         * org-html.el (org-html-make-link): (expand-file-name) removes
21095         one "/" from "///path-to-file", so add one.  Anything other than
21096         'file' type should be exported along with the type.
21098 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
21100         * org.el (org-insert-subheading): Fix compiler warning
21101         (org-insert-todo-subheading): Fix compiler warning.
21103 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
21105         * org-capture.el (org-capture): Remove read-only text properties
21106         from capture text.
21107         (org-capture-set-target-location): Throw an error if file+headline
21108         target does not point into a file which is in Org mode.
21110 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21112         * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
21114 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21116         * org-src.el (org-edit-src-code): Improve docstring.
21118 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21120         * ob.el (org-babel-execute-src-block): Document prefix argument in
21121         docstring.
21123 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21125         * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
21126         org-ditaa-jar-path with expand-file-name.
21128 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21130         * ob.el (org-babel-execute-subtree): Pass prefix arg through to
21131         `org-babel-execute-src-block'.
21133 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21135         * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
21136         [@x] syntax for list numbering.
21138 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21140         * org.el (org-indent-line-function): Indentation of source block
21141         is left to `org-edit-src-exit' and shouldn't be modified by
21142         `org-indent-line-function'.  Indentation of others blocks should be
21143         the same as the #+begin line.
21145 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21147         * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
21148         forms on source blocks in current buffer; restore point in current
21149         buffer.
21151 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21153         * org-list.el (org-list-struct): Accept list boundaries as an
21154         argument in order to avoid computing `org-list-top-point' and
21155         `org-list-bottom-point' twice when indenting.
21157 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21159         * org-list.el (org-list-ending-method): Default value is now
21160         `both', to ensure maximum compatibility before previous
21161         implementation.
21163 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21165         * org-list.el (org-list-in-item-p-with-indent): Test if first line
21166         is the item beginning.
21168         * org-list.el (org-list-top-point-with-indent): Test if first line
21169         is a valid list beginning.
21171 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21173         * org-list.el (org-list-ending-method): New customizable variable
21174         to tell Org Mode how lists end.  See docstring.
21176 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21178         * org-list.el (org-indent-item-tree): Shifting step of top-level
21179         item depends on `org-level-increment'.
21181 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21183         * org.el (org-indent-line-function): Indent first non blank line
21184         after a list according to current heading level.
21186 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21188         * org-docbook.el (org-export-as-docbook): Remove check for
21189         indentation on lines that do not start with a list bullet.
21191         * org-html.el (org-export-as-html): Same thing.
21193 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21195         * org-list.el (org-list-bottom-point): Take into consideration
21196         that bound of search can be before true ending of the list.
21198 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21200         * org-list.el (org-list-struct-apply-struct): No longer shift
21201         item's body twice: one after replacing bullet and one after
21202         changing indentation.
21204 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21206         * org-list.el (org-list-struct-indent): Add code to replace
21207         bullets if needed when indenting.
21209 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21211         * org-list.el (org-list-insert-item-generic): A single item
21212         already counting blank lines in his body should be separated with
21213         the next one by a blank line.  Moreover, if user already provided
21214         blank lines, follow his wishes.
21216 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21218         * org-list.el (org-indent-item-tree): When moving top item of a
21219         *-list to column 0, only the first item had its bullet changed to
21220         -.  It now changes all items of the top-level list, as expected.
21222 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21224         * org-list.el (org-toggle-checkbox): Go to beginning of line
21225         before processing.
21227 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21229         * org-list.el (org-list-struct-apply-struct): Check if ancestor
21230         exists.
21232 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21234         * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
21235         done at each item.
21237 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21239         * org-list.el : Removed unused variable
21240         `org-suppress-item-indentation'.
21242         * org-list.el (org-renumber-ordered-list): Skip item if bullet
21243         number is already good.
21245 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21247         * org-list.el (org-list-automatic-rules): Doc-string reflects this
21248         change.
21250         * org-list.el (org-indent-item-tree): Prevent whole list from
21251         being moved when user is not moving subtree.
21252         Thus `org-cycle-item-indentation' will not allow to move the list.
21254 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21256         * org-list.el (org-indent-item-tree): Remove region code.  It was
21257         prone to errors and undocumented.
21259         * org-list.el (org-item-indent-positions): Better heuristics to
21260         determine what bullet the item will have when demoted.
21262 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21264         * org-list.el (org-list-bullet-string): First check if
21265         `org-list-two-spaces-after-bullet-regexp' isn't nil.
21267 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21269         * org-list.el (org-list-bullet-string): Do not modify match-data.
21271         * org.el (org-toggle-item): Now working again when changing list
21272         items into plain text.  Moreover take into consideration
21273         `org-list-two-spaces-after-bullet-regexp'.
21275 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21277         * org-list.el (org-indent-item-tree): Remove unnecessary bullets
21278         fix, and improved heuristics to determine bullet when indenting.
21280         * org-list.el (org-item-indent-positions): Function now returns
21281         sane results when there are two lists separated with blank lines
21282         only.
21284 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21286         * org-docbook.el (org-export-as-docbook): Use override="num" in
21287         any listitem matching [@start:num].
21289         * org-html.el (org-export-as-html): Use value="num" in any li
21290         matching [@start:num].
21292 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21294         * org.el (org-set-font-lock-defaults): Correct fontification for
21295         checkboxes found after [@start:?].
21297         * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
21298         [@start:?]  when looking at a regex after a bullet.
21300         * org-list.el (org-toggle-checkbox): Correct insertion of
21301         checkboxes when there is already a [@start:?] in the item.
21303         * org-list.el (org-checkbox-blocked-p): Properly check if there's
21304         an unchecked item before.
21306         * org-list.el (org-list-parse-list): Function handles items having
21307         both a counter and a checkbox.
21309 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21311         * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
21312         stores both indentation and bullet when cycle started.
21314 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21316         * org-list.el: `org-at-description-p' renamed to
21317         `org-at-item-description-p', `org-first-list-item-p' renamed to
21318         `org-list-first-item-p', `org-end-of-item-text-before-children'
21319         renamed to `org-end-of-item-or-at-child'.
21321 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21323         * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
21324         of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
21325         before toggling a checkbox.
21327 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21329         * org-list.el (org-list-bullet-string): New function returning
21330         bullet concatenated with an appropriate number of white spaces.
21332         * org-list.el (org-list-insert-item-generic): Insert the right
21333         bullet, with help of `org-list-bullet-string'.
21335         * org-list.el (org-indent-item-tree):
21336         Use `org-list-bullet-string'.
21338         * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
21340         * org-list.el (org-toggle-checkbox): Send an error when
21341         `org-toggle-checkbox' is trying to insert a checkbox at a
21342         description item.
21344         * org-list.el (org-item-re): Modify regexp so it can catch
21345         correct number of white space before item body.
21347         * org-list.el (org-list-at-regexp-after-bullet-p): Take into
21348         consideration new `org-item-re'.
21350 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21352         * org-list.el (org-list-insert-item-generic): The second item in a
21353         list will be separated from its predecessor with the number of
21354         blank lines separating the first item from its parent, if any, or
21355         no blank line.
21357 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21359         * org-list.el (org-indent-item-tree): Fix and reorder every list
21360         and sublist, from parent of list that has moved if indenting, or
21361         from list at point if outdenting.
21363 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21365         * org-list.el (org-indent-item-tree): Try to keep relative
21366         position on line.  It can't if point is in white spaces before
21367         bullet because mixed tabs and spaces make some columns
21368         unattainable.
21370 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21372         * org-list.el (org-cycle-item-indentation): Cycle when the whole
21373         item only contains bullet and maybe a checkbox.  Previously, TAB
21374         would cycle when the first line of the item was blank.
21376 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21378         * org-list.el (org-cycle-item-indentation): Allow a point just
21379         after a description item or a checkboxed item to start cycling.
21381 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21383         * org-list.el (org-cycle-list-bullet):
21384         Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
21385         as valid bullets when cycling.
21387 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21389         * org-list.el (org-cycle-item-indentation): Do return t if and
21390         only if cycling is possible and succeded.
21392 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21394         * org-list.el (org-indent-item-tree): When outdenting a subtree,
21395         the last item shouldn't have a children.
21397 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21399         * org-list.el (org-cycle-item-indentation): Cycling should play
21400         nicely with indent rule in `org-list-automatic-rules'.
21402 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21404         * org-list.el (org-indent-item-tree): If indent rule is activated,
21405         it should be impossible to outdent an item having children without
21406         moving its subtree.  Improved reordering of lists modified by
21407         cycling indentation.
21409 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21411         * org-list.el (org-maybe-renumber-ordered-list): Remove call for
21412         `org-fix-bullet-type' to prevent infinite loop, and some checks
21413         already done in `org-renumber-ordered-list'.
21415         * org-list.el (org-fix-bullet-type): Remove a check and call
21416         directly `org-maybe-renumber-ordered-list'.
21418 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21420         * org-list.el (org-indent-item-tree): It shouldn't be possible to
21421         indent the first item of a sublist (though outdent is possible) as
21422         it would break list's structure.
21424 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21426         * org-list.el (org-list-insert-item-generic): When local search
21427         doesn't help, search the list globally for blank lines.  Moreover,
21428         don't bother with new lists, and add 1 blank line.
21430 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21432         * org-capture.el (org-capture-place-item):
21433         Use `org-search-forward-unenclosed' and
21434         `org-search-backward-unenclosed' and new variable
21435         `org-item-beginning-re'.
21437         * org-list.el (org-item-beginning-re): Regexp matching beginning
21438         of an item.
21440 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21442         * org-list.el (org-cycle-list-bullet): Put back support for
21443         'previous argument.
21445 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21447         * org-list.el (org-in-item-p): Handle case when point is at an
21448         heading.
21450         * org-list.el (org-list-make-subtree): Add protection when used
21451         outside of list.
21453         * org-list.el (org-insert-item): Remove useless hack now
21454         `org-in-item-p' is fixed.
21456         * org-timer.el (org-timer-item): Remove useless hack now
21457         `org-in-item-p' is fixed.
21459 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21461         * org-list.el (org-cycle-list-bullet): Prevent description items
21462         from being numbered.  String argument is also recognized now, as
21463         long as it is a valid bullet.
21465 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21467         * org-list.el (org-indent-item-tree): Moving indentation of top
21468         list item will make the whole list move.
21470         * org-list.el (org-apply-on-list): Function is less sensitive to
21471         changes of indentation.
21473 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21475         * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
21476         of the regexp.
21478         * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
21480         * org-list.el (org-cycle-item-indentation): Allow cycling
21481         description items and checkbox items.
21483         * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
21485         * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
21486         regexp.
21488 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21490         * org-list.el (org-insert-item-internal): Guessing of blank lines
21491         number is made by looking at neighboring items, if any.
21493 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21495         * org-list.el (org-sort-list): Add the possibility to sort timer
21496         lists with the ?t or ?T options.
21498 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21500         * org-list.el (org-search-unenclosed-internal): New function to
21501         handle both `org-search-forward-unenclosed' and
21502         `org-search-backward-unenclosed'.
21504         * org-list.el (org-search-backward-unenclosed): Can send errors
21505         now.  Removed useless usage of COUNT.
21507         * org-list.el (org-search-forward-unenclosed): Can send errors
21508         now.  Removed useless usage of COUNT.
21510         * org-list.el (org-update-checkbox-count):
21511         Use `org-search-forward-unenclosed' and
21512         `org-search-backward-unenclosed' instead of `re-search-forward'
21513         and `re-search-backward'.
21515         * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
21516         and `org-search-backward-unenclosed' instead of
21517         `re-search-forward' and `re-search-backward'.
21519         * org-list.el (org-list-make-subtree):
21520         Use `org-search-forward-unenclosed' and
21521         `org-search-backward-unenclosed' instead of `re-search-forward'
21522         and `re-search-backward'.
21524 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21526         * org-list.el (org-insert-item-internal): Fixes the problem when
21527         point was before the first char of the item's body.
21529 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21531         * org-timer.el (org-timer-item): Refactoring.  Compute timer string
21532         before inserting it in the buffer.
21534         * org-timer.el (org-timer): Add an optional argument to return
21535         timer string instead of inserting it.
21537 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21539         * org-list.el (org-insert-item-internal): New function to handle
21540         positioning and contents of an item being inserted at a specific
21541         pos.  It is not possible anymore to split a term in a description
21542         list or a checkbox when inserting a new item.
21544         * org-list.el (org-insert-item): Refactored by using the new
21545         `org-insert-item-internal' function.
21547         * org-timer.el (org-timer-item): Refactored by using the new
21548         `org-insert-item-internal' function.
21550 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21552         * org-list.el (org-list-bottom-point): Be sure to check real
21553         ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
21555         * org.el (org-cycle-internal-local): Cycle up to end of subtree or
21556         end of item if we are in a list.
21558 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21560         * org-list.el (org-insert-item): Move before any special block in
21561         a list prior to add a new item.
21563         * org-timer.el (org-timer-item): When in a timer list, insert a
21564         new timer item like `org-insert-item'.  If in another list, send an
21565         error.  Otherwise, start a new timer list.
21567 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21569         * org-list.el: Minor refactoring.
21571 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21573         * org-timer.el (org-timer-item): Insert description list item at
21574         the right column.
21576         * org-list.el (org-insert-item): Insert the right number of blank
21577         lines before a relative timer.
21579 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21581         * org-list.el (org-insert-item): Remove restriction on latex
21582         blocks.
21584 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21586         * org-list.el (org-search-backward-unenclosed): Do not stop in
21587         protected places.
21589         * org-list.el (org-search-forward-unenclosed): Do not stop in
21590         protected places.
21592         * org-latex.el (org-export-latex-lists): Use the fact that
21593         org-search-forward do not stop anymore at protected places.
21595 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21597         * org-list.el (org-search-backward-unenclosed): Do not prevent
21598         list items from being inside LaTeX blocks.
21600         * org-list.el (org-search-forward-unenclosed): Do not prevent list
21601         items from being inside LaTeX blocks.
21603 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21605         * org-list.el (org-in-item-p): Do not widen before checking if we
21606         are in item.
21608         * org-list.el (org-list-send-list): We cannot count on
21609         `org-list-top-point' and `org-list-bottom-point' before buffer is
21610         narrowed.  Find bounds of list otherwise.
21612 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21614         * org-list.el (org-list-end-regexp): By default, list ending is
21615         exactly 2 blank lines.
21617 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21619         * org-docbook.el (org-export-as-docbook): When we find an empty
21620         line, we do not need to check for
21621         `org-empty-line-terminates-plain-lists' because we would have
21622         found end-list marker before.
21624         * org-html.el (org-export-as-html): Same.
21626 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21628         * org-list.el (org-insert-item): Simplify count of blank lines to
21629         insert.
21631 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21633         * org-list.el (org-list-end-regexp): New customizable variable to
21634         define what string should end lists.
21636         * org-list.el (org-list-end-re): Function is now aware of
21637         `org-list-end-regexp'.
21639 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21641         * org-html.el (org-export-as-html): Code cleanup.
21643 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21645         * org-docbook.el (org-export-as-docbook): Properly close any open
21646         list when seeing ORG-LIST-END.  Removed any reference to now
21647         unneeded DIDCLOSE variable.
21649 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21651         * org-exp.el (org-export-mark-list-ending): Fix number of blank
21652         lines inserted after a list.
21654         * org-list.el (org-list-parse-list): Fix case when
21655         `org-list-end-re' would have an indentation greater than current
21656         list.
21658 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21660         * org-exp.el (org-export-mark-list-ending): Differentiate between
21661         export backends, and replace `org-list-end-re' by a blank line
21662         upon exporting.
21664 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21666         * org-html.el (org-export-as-html): Delete didclose and everything
21667         related to it, as it is no longer needed.
21669 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21671         * org-html.el (org-export-html-preprocess): Remove unneeded
21672         insertion of list end marker, as it is now handled by
21673         `org-export-mark-list-ending'.
21675         * org-html.el (org-export-as-html): Cleaner termination of lists.
21677         * org-exp.el (org-export-mark-list-ending): New function to insert
21678         specific markers at the end of lists when exporting to a backend
21679         not using `org-list-parse-list'.  This function is called early in
21680         `org-export-preprocess-string', while it is still able to
21681         recognize lists.
21683         * org-latex.el (org-export-latex-lists): Better search for
21684         lists.  It now only finds items not enclosed and not protected.
21686 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21688         * org-list.el: Replaced `re-search-forward' by
21689         `org-search-forward-unenclosed' where it made sense.
21691 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21693         * org-list.el (org-apply-to-list): Now a return value is handed at
21694         each new call of the function applied.
21696         * org-list.el (org-fix-bullet-type): Use the new
21697         `org-apply-to-list' format.
21699         * org-list.el (org-renumber-ordered-list): Use the new
21700         `org-apply-to-list' format.
21702 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21704         * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
21705         correctly used.
21707         * org-list.el (org-search-forward-unenclosed): Better regexp used.
21709         * org-list.el (org-search-backward-unenclosed): Better regexp
21710         used.
21712 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21714         * org-list.el (org-sort-list): End-rec function was ill-defined.
21716 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21718         * org-list.el (org-search-forward-unenclosed): Fix behavior when
21719         last occurrence was enclosed.
21721         * org-list.el (org-search-backward-unenclosed): Fix behavior when
21722         last occurrence was enclosed.
21724 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21726         * org.el (org-in-regexps-block-p): Fix documentation.
21728 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21730         * org-list.el (org-search-backward-unenclosed): Fix block regexp.
21732         * org-list.el (org-search-forward-unenclosed): Fix block regexp.
21734         * org-list.el (org-list-parse-list): Minor fix.
21736 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21738         * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
21739         called with t argument.
21741 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21743         * org-html.el (org-export-html-preprocess):
21744         Replace `org-list-end-re' by a blank line during pre-process.
21746 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21748         * org-list.el (org-list-bottom-point): No need for square brackets
21749         for `skip-chars-backward'.
21751 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21753         * org-html.el: Do not delete space between end of list and
21754         beginning of the following.
21756 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21758         * org-html.el: Preprocess buffer string and add ORG-LIST-END where
21759         needed.  Lists should not end before seeing this.
21761 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21763         * org-html.el: Notice end of lists.
21765 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21767         * org-list.el (org-list-parse-list): Better handling of
21768         restrictions when function is called on a list with sublists.
21770         * org-list.el (org-list-send-list): Find the true ending of the
21771         list being sent.
21773         * org-list.el (org-list-radio-list-templates): Templates are more
21774         specific to lists.
21776 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21778         * ob-js.el (org-babel-js-eoe): Indicate end of input
21779         (org-babel-execute:js): Support for session evaluation
21780         (org-babel-prep-session:js): Fleshed out definition
21781         (org-babel-js-initiate-session): Can initiate a session using
21782         mozrepl.
21784 2010-11-11  David Maus  <dmaus@ictsoc.de>
21786         * org.el (org-set-regexps-and-options): Protect escape char in
21787         `org-complex-heading-regexp-format'.
21789 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21791         * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
21792         session-based evaluation
21793         (org-babel-execute:scheme): Now supports session-based evaluation
21794         (org-babel-prep-session:scheme): Now works and defines variables
21795         (org-babel-scheme-initiate-session): Now works using run-scheme
21796         from cmuscheme.
21798 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
21800         * org.el (org-export-latex-default-packages-alist): Remove the
21801         t1enc package - this is already covered by fontenc.
21803 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21805         * ob.el (with-parsed-tramp-file-name): Declared
21806         (org-babel-tramp-localname): Ensure variable name exists locally.
21808 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21810         * ob.el (org-babel-temp-file): Don't use babel temporary directory
21811         in remote case; use make-temp-file with remote file name so that
21812         temp file is guaranteed not to exist previously on remote machine.
21813         (org-babel-tramp-localname): New function to return local name
21814         portion of possibly remote file specification.
21816 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21818         * ob-R.el (org-babel-R-write-object-command): New unified R
21819         command for writing results to file
21820         (org-babel-R-wrapper-method): Remove variable
21821         (org-babel-R-wrapper-lastvar): Remove variable
21822         (org-babel-R-evaluate-external-process): Use new R command
21823         (org-babel-R-evaluate-session): Use new R command.
21825 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21827         * ob-comint.el
21828         (org-babel-comint-eval-invisibly-and-wait-for-file): New function
21829         to evaluate code invisibly and block until output file exists.
21831         * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
21832         evaluate R code in session for :results value.  Write result to
21833         file invisibly using new function
21834         `org-babel-comint-eval-invisibly-and-wait-for-file'.
21836 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
21838         * org-capture.el (org-capture-fill-template): Align tags after
21839         insertion.
21841 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
21843         * org-exp.el (org-export-concatenate-multiline-emphasis):
21844         Ignore matches that start in a headline.
21846 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21848         * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
21849         and out-file in shell-quote-argument.
21851 2010-11-11  David Maus  <dmaus@ictsoc.de>
21853         * org-docview.el (org-docview-store-link): Use expanded macro to
21854         get current page.
21855         (doc-view-goto-page, image-mode-window-get): Declare functions for
21856         byte compiler.
21858 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21860         * ob-scheme.el: Very preliminary support for evaluating scheme
21861         code blocks.
21863         * org.el (org-babel-load-languages): Adding scheme.
21865 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21867         * ob.el (require): Remove circular (require 'org).
21869 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21871         * ob-R.el (ess-make-buffer-current): Declared.
21872         (ess-ask-for-ess-directory): Declared.
21873         (ess-local-process-name): Declared.
21874         * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
21876         * ob.el (org-edit-src-code): Fixing arguments.
21877         (org-edit-src-exit): Declared.
21878         (org-outline-overlay-data): Declared.
21879         (org-set-outline-overlay-data): Declared.
21881 2010-11-11  Glenn Morris  <rgm@gnu.org>
21883         * ob.el: Require org when compiling.
21884         (org-save-outline-visibility): Remove macro declaration.
21886         * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
21887         Remove unnecessary/macro declarations.
21889         * org-docview.el: Require doc-view when compiling.
21890         (doc-view-goto-page): Autoload rather than declaring.
21891         (doc-view-current-page): Remove macro declaration.
21893         * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
21894         (org-entry-get, org-table-import): Fix declarations.
21895         (org-match-string-no-properties): Remove declaration.
21897         * ob-sh.el (org-babel-comint-in-buffer)
21898         (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
21899         (org-babel-comint-with-output): Remove unnecessary declarations.
21901         * ob-R.el (orgtbl-to-tsv): Fix declaration.
21903         * org-list.el (org-entry-get): Fix declaration.
21905 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21907         * ob.el (org-babel-remove-temporary-directory): Remove explicit
21908         second argument.
21910 2010-11-11  Magnus Henoch  <magnus.henoch@gmail.com>  (tiny change)
21912         * org-clock.el (org-clocktable-steps): Allow ts and te to be day
21913         numbers.
21915 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21917         * org-macs.el (org-save-outline-visibility): Move from org.el.
21919 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21921         * ob-org.el (org-babel-default-header-args:org): Additional
21922         ":results silent" default header argument for org code blocks.
21924 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21926         * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
21927         which is now an alias to ":eval no".
21929 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21931         * ob.el (org-babel-remove-temporary-directory): The version of
21932         `delete-directory' found in files.el can not be assumed to be
21933         present on all versions, so this copies the recursive behavior of
21934         that command in such a way that all calls to delete-directory will
21935         also work with the built-in internal C implementation of that
21936         function.  This is not overly difficult as all elements of the
21937         directory can be assumed to be files.
21939 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21941         * ob-C.el (org-babel-C-execute): Corrected arguments to
21942         org-babel-temp-file.
21944 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21946         * ob.el (org-babel-temporary-directory): Variable to hold the
21947         value of the Babel temporary directory.
21949 2010-11-11  Aditya Siram  <aditya.siram@gmail.com>
21951         * ob.el (org-babel-load-in-session): Expanding noweb references
21952         when appropriate.
21954 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21956         * org.el (org-make-link-regexps): Modify regexp of
21957         org-plain-link-re.
21959 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
21961         * org-habit.el (org-habit-parse-todo): Find sr-days only if
21962         scheduled-repeat is non nil.  Use 4th element of the list returned
21963         by (org-heading-components) as habit-entry.  Modify the error
21964         message to be more meaningful.
21966 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21968         * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
21969         ":border" header arguments which both use the "preview" latex
21970         package to fit the resulting PDF image to the figure.
21972 2010-11-11  David Maus  <dmaus@ictsoc.de>
21974         * org-wl.el (org-wl-store-link): Don't try to store link if point
21975         is at end of buffer.
21977 2010-11-11  Harri Kiiskinen  <harkiisk@gmail.com>
21979         * org-publish.el (org-publish-project-alist): Document the new
21980         body-only property.
21981         (org-publish-org-to): Use the body-only property.
21983 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
21985         * org.el (org-store-link): Return link when invoked
21986         non-interactively from an agenda buffer.
21988 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
21990         * org.el (org-store-link): Storing of links to headlines in
21991         indirect buffers was broken.  Fix it.
21993 2010-11-11  Aidan Kehoe  <kehoea@parhasard.net>
21995         * ob-tangle.el (org-babel-tangle): Change the MODE argument to
21996         #'set-file-modes to use integer, not character syntax, avoiding
21997         compile problems with recent XEmacs.
21999 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22001         * org-agenda.el (org-agenda-add-entry-text): Make sure we move
22002         forward even if there is no text to be added.
22004 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22006         * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
22007         tags/property matcher.
22009 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22011         * org-exp.el (org-infile-export-plist): Bind case-fold-search to
22012         t.
22014 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22016         * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
22018 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22020         * org-latex.el (org-export-latex-set-initial-vars):
22021         Bind `case-fold-search' to t around the search for special LaTeX setup.
22023         * org-beamer.el (org-beamer-after-initial-vars):
22024         Bind `case-fold-search' to t around the search for special BEAMER
22025         setup.
22027 2010-11-11  David Maus  <dmaus@ictsoc.de>
22029         * org-agenda.el (org-write-agenda): Delete PostScript file after
22030         creating conversion to PDF.
22032 2010-11-11  David Maus  <dmaus@ictsoc.de>
22034         * org-agenda.el (org-write-agenda): Move require statements to
22035         proper place in evaluated lisp expression.
22037 2010-11-11  David Maus  <dmaus@ictsoc.de>
22039         * org-agenda.el (org-write-agenda): Rename temporary buffer to
22040         remove dependency of `flet' macro.
22042 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22044         * ob-lob.el (org-babel-lob-get-info): Edit docstring.
22046 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22048         * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
22049         from all standard sources when executing #+lob/#+call lines.
22051 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22053         * ob-R.el (org-babel-R-evaluate): Break the two branches into two
22054         separate functions
22055         (org-babel-R-evaluate-external-process): New function to handle
22056         external process evaluation
22057         (org-babel-R-evaluate-session): New function to handle session
22058         evaluation.
22060 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22062         * ob.el (org-babel-initiate-session): New function derived from
22063         previous `org-babel-switch-to-session'
22064         (org-babel-switch-to-session): Refactored to use new
22065         `org-babel-initiate-session'.
22067 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22069         * ob.el (org-babel-switch-to-session): Supply missing "P" argument
22070         to (interactive).
22072 2010-11-11  David Maus  <dmaus@ictsoc.de>
22074         * org-feed.el (org-feed-format-entry): Decode entry according to
22075         its character encoding.
22077 2010-11-11  David Maus  <dmaus@ictsoc.de>  (tiny change)
22079         * org-feed.el (xml-substitute-special): Declare function for byte
22080         compiler.
22081         (org-feed-unescape): Remove.
22082         (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
22083         Use `xml-substitute-special' to unescape XML entities.
22085 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22087         * ob.el (org-babel-switch-to-session): Throw error if block if
22088         :session not in effect for the block.
22090 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22092         * org-table.el (org-table-create-with-table.el): Align table
22093         before converting.
22095 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22097         * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
22098         that org-src buffer is current before attempting exit.
22100 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22102         * org-src.el (ob-comint): Require 'ob-comint
22103         (org-src-babel-info): Define variable.
22105 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22107         * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
22108         in the language major mode edit buffer.
22109         (org-babel-do-key-sequence-in-edit-buffer): New function to call
22110         an arbitrary key sequence in the language major mode edit buffer.
22112         * org-src.el (org-src-switch-to-buffer): Add new allowed value
22113         'switch-invisibly for `org-src-window-setup'.
22115 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22117         * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
22118         is used.
22119         (org-src-do-at-code-block): New macro to evaluate lisp with point
22120         at the start of the Org code block containing the code in this
22121         edit buffer.
22122         (org-src-do-key-sequence-at-code-block): New function to execute
22123         command bound to key at the Org code block containing the code in
22124         this edit buffer.
22126 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22128         * ob-R.el (org-babel-R-associate-session): New function to
22129         associate R code edit buffers with ESS comint session.
22131 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22133         * org-src.el (org-edit-src-code): If at src block, store babel
22134         info as buffer local variable.
22135         (org-src-associate-babel-session): New function to associate code
22136         edit buffer with comint session.  Does nothing unless a
22137         language-specific function named
22138         `org-babel-LANG-associate-session' exists.
22139         (org-src-babel-configure-edit-buffer): New function to be called
22140         in `org-src-mode-hook'.
22141         (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
22142         hook.
22144 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22146         * ob.el (org-babel-switch-to-session-with-code): New function to
22147         generate split frame displaying edit buffer and session.
22149 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22151         * org.el (org-set-tags): Consider org-indent-mode when computing
22152         the tags column.
22154 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22156         * org-compat.el (org-looking-at-p): Only use looking-at-p when
22157         defined.
22159 2010-11-11  David Maus  <dmaus@ictsoc.de>
22161         * org-agenda.el (org-finalize-agenda-entries): Delete excluded
22162         lines directly after call to sorting filter function.
22164 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22166         * org.el (org-complex-heading-regexp-format): Document the
22167         variable.
22168         (org-get-refile-targets): Use `org-complex-heading-regexp-format'
22169         to make the regular expression for matching the headline.
22171 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22173         * org.el (org-refile-check-position): New function.
22174         (org-goto):
22175         (org-refile-get-location): Call `org-refile-check-position'.
22177 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22179         * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
22180         instead of equal to compare symbols.
22182 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22184         * org-agenda.el (org-agenda-before-sorting-filter-function):
22185         New hook function.
22186         (org-finalize-agenda-entries):
22187         Apply `org-agenda-before-sorting-filter-function'.
22189 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22191         * org-latex.el (org-export-latex-first-lines): Do not protect meta
22192         lines that have nothing to do with babel.
22194 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22196         * org-capture.el (org-capture-place-template): Handle the
22197         checkitem case.
22198         (org-capture-place-item): Provide boundaries for the search to
22199         make sure we do not get a match in a different tree.
22201 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22203         * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
22204         argument parser.
22206 2010-11-11  Noorul Islam  <noorul@noorul.com>
22208         * org-latex.el (org-latex-to-pdf-process): Add output-directory
22209         option for the command pdflatex.
22210         (org-export-as-pdf): Respect directory in path of
22211         EXPORT_FILE_NAME.
22213 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22215         * org-exp.el (org-export-with-LaTeX-fragments): New default t,
22216         which now means to use MathJax processing for HTML.  Also allow
22217         new value `dvipng' to force the old image processing.
22218         (org-infile-export-plist): Parse for MATHJAX setup line.
22220         * org-html.el (org-export-html-mathjax-options): New option.
22221         (org-export-html-mathjax-config): New function.
22222         (org-export-html-mathjax-template): New option.
22223         (org-export-html-preprocess): Call the LaTeX snippet processor
22224         with an additional argument to declare special ways of processing.
22225         (org-export-as-html): Bind the dynamical variable
22226         `org-export-have-math'.  Insert the MathJax script template when
22227         it is needed by the document.
22229         * org.el (org-preview-latex-fragment): Call `org-format-latex'
22230         with the additional processing argument.
22231         (org-export-have-math): New variable, for dynamic scoping.
22232         (org-format-latex): Implement specific ways of processing.
22233         New function argument for processing type.
22234         (org-org-menu): Remove the entry to configure LaTeX snippet
22235         processing.
22237 2010-11-11  Bastien Guerry  <bzg@gnu.org>
22239         * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
22240         `org-clock-goto' and `J' for `org-agenda-clock-goto'.  If the
22241         heading currently clocked in is not listed in the agenda, display
22242         this entry in another buffer.  If there is no running clock,
22243         display a help message.
22245 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
22247         * org-latex.el (org-export-latex-tables): Return "" instead of nil
22248         when no label is attached.
22250 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22252         * org-agenda.el (org-agenda-menu-show-match): New option.
22253         (org-agenda-menu-two-column): New option.
22254         (org-agenda-get-restriction-and-command): Implement dispatch menu
22255         without showing the matcher, and with two-column display.
22257 2010-11-11  Bernt Hansen  <bernt@norang.ca>
22259         * org-indent.el (org-indent-mode): Fix grammar for message when
22260         mode is refused.
22262 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22264         * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
22265         no previous result exists.
22267 2010-11-11  Noorul Islam  <noorul@noorul.com>
22269         * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
22270         warning.
22272 2010-11-11  Noorul Islam  <noorul@noorul.com>
22274         * org.el (org-set-visibility-according-to-property): Use backward
22275         search instead of forward, so that top hierarchy gets priority.
22277 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22279         * org-agenda.el (org-timeline): Allow indirect buffer.
22281 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22283         * org-exp.el (org-export-preprocess-after-radio-targets-hook):
22284         (org-export-define-heading-targets-headline-hook): New hooks.
22286         * org.el (org-modules): Add entry for org-wikinodes.el.
22287         (org-font-lock-set-keywords-hook): New hook.
22288         (org-open-at-point-functions): New hook.
22289         (org-find-exact-headling-in-buffer):
22290         (org-find-exact-heading-in-directory): New functions.
22291         (org-mode-flyspell-verify): Better cursor position for checking if
22292         flyspell should ignore a word.
22294 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22296         * org-indent.el (org-indent-remove-properties):
22297         (org-indent-add-properties): Make sure changing these properties
22298         does not trigger modification hooks.
22300 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22302         * org.el (org-link-search-must-match-exact-headline): New option.
22303         (org-link-search-inhibit-query): New variable.
22304         (org-link-search): Search for exact headline match in Org files.
22306 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22308         * ob.el (org-babel-execute-src-block-maybe): Remove check for
22309         `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
22310         function `org-babel-execute-safely-maybe'.
22312 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22314         * ob.el (org-babel-load-in-session): Set directory in case :dir
22315         arg is in effect.
22317 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22319         * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
22320         errors when we're not under of a headline.
22322 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22324         * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
22325         write delimited text instead of save -ascii
22326         (org-babel-octave-import-elisp-from-file): Specify that data
22327         written to file is tab-delimited.
22329 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22331         * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
22332         tab-delimited.
22334 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22336         * ob.el (org-babel-import-elisp-from-file): Allow separator to be
22337         specified.
22339 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22341         * ob-python.el (org-babel-python-table-or-string): Fix recognition
22342         of lists and tuples.
22344 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22346         * ob-octave.el (org-babel-octave-evaluate-external-process):
22347         Allow remote files.
22349 2010-11-11  Juan Pechiar  <pechiar@computer.org>
22351         * ob-octave.el (org-babel-octave-evaluate-external-process):
22352         Use `org-babel-octave-import-elisp-from-file' instead of
22353         `org-babel-eval-read-file'.
22354         (org-babel-octave-var-to-octave): Separate matrix rows with ';',
22355         and use '%s' as format specifier instead of '%S'.
22357 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22359         * ob-octave.el: Only (require 'matlab) when necessary.
22360         (org-babel-octave-initiate-session): (require) octave-inf or matlab
22361         as appropriate.
22362         (org-babel-execute:matlab): Remove (require).
22363         (org-babel-prep-session:matlab): Remove (require).
22364         (org-babel-matlab-initiate-session): Remove (require).
22366 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22368         * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
22369         list.
22371 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22373         * ob-python.el (org-babel-python-table-or-string): Can now handle
22374         VERY long result lines.
22376 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
22378         * org-latex.el (org-export-latex-tables): Add label if any.
22380         * org-latex.el (org-export-latex-convert-table.el-table):
22381         Fix little mistake when inserting label.
22383 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
22385         * org.el (org-cycle-internal-local): Remove an unnecessary call
22386         to `org-back-to-heading' that was preventing point to stay at its
22387         column when cycling visibility.
22389 2010-11-11  Noorul Islam  <noorul@noorul.com>
22391         * org-capture.el (org-capture-finalize): Make messages consistent.
22393 2010-11-11  Noorul Islam  <noorul@noorul.com>
22395         * org-gnus.el: Suppress compiler warning by declaring outside
22396         function nnimap-retrieve-headers-from-file.
22398 2010-11-11  Noorul Islam  <noorul@noorul.com>
22400         * org-colview.el Use org-beamer-select-environment instead of
22401         org-beamer-set-environment-tag.
22403 2010-11-11  Matt Lundin  <mdl@imapmail.org>
22405         * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
22406         that the value of org-last-inserted-timestamp includes time range.
22408 2010-11-11  David Maus  <dmaus@ictsoc.de>
22410         * org-wl.el (org-wl-store-link-message): Provide link property for
22411         message-id without angle brackets.
22413 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22415         * ob-R.el (org-babel-R-evaluate): Improve prompt-stripping regexp.
22417 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22419         * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
22420         file ensuing that the latest changes on disk are represented.
22422 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22424         * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
22425         arguments w/o quotes.
22427 2010-11-11  Bernt Hansen  <bernt@norang.ca>
22429         * org-capture.el (org-capture-finalize): Fix clock in of
22430         interrupted task during capture finalize.
22432 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22434         * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
22435         session output.
22437 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22439         * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
22440         expression for matching main function.
22442 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22444         * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
22445         regexp -- it wasn't matching lob lines w/o indices.
22447 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22449         * org-exp.el (org-export-latex-listings-w-names): Fix compiler
22450         warning in org-exp.el.
22452 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22454         * org-publish.el (org-publish-file): Better error message if
22455         base-directory or publishing-directory are not defined.
22457 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22459         * org-colview.el (org-columns-display-here): Use overlays to
22460         overrule line prefix properties during column view.
22462 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22464         * org-agenda.el (org-agenda-filter-preset): Document the
22465         limitation for the filter preset - it can only be used for an
22466         entire agenda view, not in an individual block in a block agenda.
22468 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22470         * ob-table.el (sbe): Now able to accept range references from
22471         tables.
22473 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22475         * ob.el (org-babel-pick-name): If colnames or rownames contain a
22476         list of names, then use those directly.
22478 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22480         * org-exp.el (org-export-format-source-code-or-example):
22481         Escape underscores in code block names on latex listings export.
22483 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22485         * ob-tangle.el (org-babel-with-temp-filebuffer):
22486         Use find-file-noselect to avoid excess buffer movement.
22488 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22490         * org-html.el (org-html-should-inline-p): Only inline images if
22491         they should be.
22493 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22495         * org-id.el (org-id-store-link): Autoload.
22497         * org.el ("org-id"): Autoload `org-id-store-link'.
22499 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22501         * org-html.el (org-html-should-inline-p): Only inline images if
22502         they should be.
22504 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
22506         * org-icalendar.el (org-icalendar-alarm-time): New option.
22508         * org-icalendar.el (org-print-icalendar-entries): Timed events are
22509         exported with alarm events, a.k.a. reminders.
22511 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22513         * org-capture.el (org-capture-target-buffer): Throw an error if we
22514         have no target file.
22515         (org-capture-select-template): Use a default template if the user
22516         has not specified any.
22518 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22520         * org.el (org-modules): Add entry for org-velocity.
22522 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22524         * ob-lob.el (org-babel-lob-execute): Changing indentation to
22525         improve line length.
22527 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22529         * org-exp.el (org-export-handle-table-metalines): Choose a better
22530         position for checking protectedness.
22532 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22534         * org-table.el (org-table-convert-region): Don't continue csv
22535         importation which the point catches the end, this fixes an
22536         infinite loop which was caused by the (point) never catching up
22537         with the "end" marker.
22539 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22541         * org-macs.el (org-string-nw-p): New function.
22543         * org-capture.el (org-capture-import-remember-templates):
22544         Interpret an empty string as request to use
22545         `org-default-notes-file'.
22546         (org-capture-target-buffer): If the FILE is not a (non-empty)
22547         string, use `org-default-notes-file'.
22549 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22551         * org-capture.el (org-capture-templates): Fix customize type.
22553 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
22555         * org.el (org-refile-targets):
22556         * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
22558 2010-08-19  Glenn Morris  <rgm@gnu.org>
22560         * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
22561         (org-save-outline-visibility): Move to org-macs.
22562         * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
22563         (org-save-outline-visibility): Move here from org.el.
22564         (show-all): Autoload it.
22565         * ob.el: Don't require org when compiling.
22567 2010-08-18  Glenn Morris  <rgm@gnu.org>
22569         * ob.el: Require org when compiling.
22570         (org-save-outline-visibility): Remove macro declaration.
22571         * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
22572         Remove unnecessary/macro declarations.
22573         * org-docview.el: Require doc-view when compiling.
22574         (doc-view-goto-page): Autoload rather than declaring.
22575         (doc-view-current-page): Remove macro declaration.
22577 2010-08-17  Glenn Morris  <rgm@gnu.org>
22579         * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
22580         (org-entry-get, org-table-import): Fix declarations.
22581         (org-match-string-no-properties): Remove unnecessary declaration.
22582         * ob-sh.el (org-babel-comint-in-buffer)
22583         (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
22584         (org-babel-comint-with-output): Remove unnecessary declarations.
22585         * ob-R.el (orgtbl-to-tsv): Fix declaration.
22586         * org-list.el (org-entry-get): Fix declaration.
22588 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22590         * ob-C.el: New file.
22591         * ob-R.el: New file.
22592         * ob-asymptote.el: New file.
22593         * ob-clojure.el: New file.
22594         * ob-comint.el: New file.
22595         * ob-css.el: New file.
22596         * ob-ditaa.el: New file.
22597         * ob-dot.el: New file.
22598         * ob-emacs-lisp.el: New file.
22599         * ob-eval.el: New file.
22600         * ob-exp.el: New file.
22601         * ob-gnuplot.el: New file.
22602         * ob-haskell.el: New file.
22603         * ob-keys.el: New file.
22604         * ob-latex.el: New file.
22605         * ob-lob.el: New file.
22606         * ob-matlab.el: New file.
22607         * ob-mscgen.el: New file.
22608         * ob-ocaml.el: New file.
22609         * ob-octave.el: New file.
22610         * ob-perl.el: New file.
22611         * ob-python.el: New file.
22612         * ob-ref.el: New file.
22613         * ob-ruby.el: New file.
22614         * ob-sass.el: New file.
22615         * ob-screen.el: New file.
22616         * ob-sh.el: New file.
22617         * ob-sql.el: New file.
22618         * ob-sqlite.el: New file.
22619         * ob-table.el: New file.
22620         * ob-tangle.el: New file.
22621         * ob.el: New file.
22623 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22625         * org-mks.el: New file.
22626         * org-capture.el: New file.
22628 2010-07-19  Christian Egli  <christian.egli@sbszh.ch>
22630         * org-taskjuggler.el: New file.
22632 2010-07-19  Matt Lundin  <mdl@imapmail.org>
22634         * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
22635         in org-agenda-text-search-extra-files.
22637 2010-07-19  David Maus  <dmaus@ictsoc.de>
22639         * org-list.el (org-list-send-list): Locally bind variable `txt'.
22641 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22643         * org.el (org-reload): Now also reloading babel files.
22645 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22647         * org-capture.el (org-capture-set-plist): Make sure txt is a string
22648         before calling `string-match'.
22649         (org-capture-templates): Fix customization type.
22651 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22653         * org-latex.el (org-export-latex-preprocess): Make a special case
22654         for \nbsp.
22655         (org-latex-entities): Remove the entry for \nbsp.
22656         (org-latex-entities-exceptions): Variable removed.
22658 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22660         * org-capture.el (org-capture-refile): Do not try to manipulate
22661         bookmark list.
22663         * org.el (org-refile): Use the correct bookmark here.
22665 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22667         * org-list.el (org-list-send-list): Parse list from its true beginning.
22669         * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
22671 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22673         * org.el (org-insert-link): Correctly determine if we should use
22674         a relative path.
22676 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
22678         * org-list.el (org-list-radio-list-templates): Fix templates.
22680 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
22682         * org-list.el (org-list-send-list): Regexp defining the start of
22683         a radio list is now on par with the one used for radio tables.
22685 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22687         * org-entities.el (org-entities-help): Add a headline for
22688         the user-defined entities.
22690 2010-07-19  Dirk-Jan C. Binnema  <djcb.bulk@gmail.com>  (tiny change)
22692         * org-agenda.el (org-agenda-action): Document capture key and add it
22693         to the prompt.
22695 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22697         * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
22699 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22701         * org-latex.el (org-export-latex-first-lines): Do not mark
22702         meta lines for removal.  Do not remove BABEL config lines during export.
22704 2010-07-19  David Maus  <dmaus@ictsoc.de>
22706         * org-capture.el (org-capture): Check if
22707         `org-capture-link-is-already-stored' is bound before evaluating.
22709 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22711         * org.el: Add autoload for org-babel-do-load-languages.
22713 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22715         * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
22717 2010-07-19  David Maus  <dmaus@ictsoc.de>
22719         * org-feed.el: Change indentation to match coding style
22720         guideline.
22722 2010-07-19  David Maus  <dmaus@ictsoc.de>
22724         * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
22725         library if necessary.
22727 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22729         * org-beamer.el (org-beamer-amend-header): Standardize the
22730         header cookie for the beamer extra stuff.
22732 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22734         * org-beamer.el (org-beamer-amend-header): Put extra header
22735         last in header.
22737 2010-07-19  David Maus  <dmaus@ictsoc.de>
22739         * org-exp-blocks.el (org-export-blocks-format-ditaa)
22740         (org-export-blocks-format-dot): Remove text properties of body before
22741         calculating cache hash.
22743 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22745         * org-latex.el (org-export-latex-tabular-environment): New option.
22746         (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
22748 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22750         * org-compat.el (org-version-check): New function.
22752         * org-indent.el (org-indent-mode): Check for exact emacs version.
22754 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22756         * org-capture.el (org-capture-templates): Allow the template
22757         to come from a file or function call.
22758         (org-capture-place-entry): Get the template from file or function.
22760 2010-07-19  David Maus  <dmaus@ictsoc.de>
22762         * org-agenda.el (org-agenda-bulk-action): Don't create marker for
22763         position if target is entire file.
22765 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22767         * org.el (org-autoload): Autoload a few more org-table functions.
22769 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22771         * org.el (org-babel-load-languages): Add ob-mscgen.
22773 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22775         * org-latex.el (org-export-latex-tables): Format string now
22776         matches options.
22778 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22780         * org.el (org-babel-load-languages): This variable controls which
22781         languages will be loaded by org-babel.  It is customizable through
22782         the customize interface.
22784 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22786         * org-latex.el (org-export-latex-format-image): Update number of
22787         arguments to allow for an optional short-name.
22789 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22791         * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
22793 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22795         * org-capture.el (org-capture-set-target-location):
22796         Store exact positions for file+regexp and file+function targets.
22797         (org-capture-place-entry, org-capture-place-item)
22798         (org-capture-place-table-line, org-capture-place-plain-text):
22799         Respect exact positions.
22800         (org-capture-finalize): Make sure we are at the beginning of a line
22801         when fixing the empty lines after the entry.
22803 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22805         * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
22806         (org-entry-get): Pass `literal-nil' into
22807         `org-entry-get-with-inheritance'.
22808         (org-todo): React to nil values of the LOGGING property.
22810 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22812         * org.el (org-default-notes-file): Update docstring.
22814 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22816         * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
22818 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22820         * org-exp.el (org-export-attach-captions-and-attributes):
22821         Add a shortname attribute to caption strings under the symbol name
22822         org-caption-shortn.
22824 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22826         * org.el (org-switchb): Rename from `org-iswitchb'.
22827         Improve docstring.
22828         (org-iswitchb): New alias.
22829         (org-ido-switchb): Make alias point to `org-switchb'.
22831 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22833         * org-capture.el (org-capture-fill-template):
22834         Respect time-of-day preference in template prompt.
22836 2010-07-19  David Maus  <dmaus@ictsoc.de>
22838         * org-feed.el (org-feed-unescape): Remove superfluous lambda.
22840 2010-07-19  David Maus  <dmaus@ictsoc.de>
22842         * org-wl.el (org-wl-disable-folder-check): New customization
22843         variable.
22844         (org-wl-open): Disable folder check depending on
22845         `org-wl-disable-folder-check'.
22847 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22849         * org-capture.el (org-capture-set-target-location):
22850         Fix file+function interpretation.
22852 2010-07-19  David Maus  <dmaus@ictsoc.de>
22854         * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
22855         content.
22857 2010-07-19  David Maus  <dmaus@ictsoc.de>
22859         * org-feed.el (xml-entity-alist): Declare variable
22860         `xml-entity-alist' for byte compiler.
22862 2010-07-19  David Maus  <dmaus@ictsoc.de>
22864         * org-feed.el (org-feed-unescape): New function.
22865         Unescape protected entities.
22866         (org-feed-parse-atom-entry): Use function for atom:content
22867         type text and html.
22869 2010-07-19  David Maus  <dmaus@ictsoc.de>
22871         * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
22872         element names.
22874 2010-07-19  Bernt Hansen  <bernt@norang.ca>
22876         * org.el (org-time-string-to-absolute): Ignore cyclic repeater
22877         when displaying items on todays agenda date.
22879 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22881         * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
22882         value of EXTRA.
22884 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22886         * org-publish.el (org-publish-initialize-cache):
22887         Make timestamp directory, the entire path to it.
22889 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22891         * org-exp.el (org-export-handle-comments): Make sure to check
22892         for protection in the comment line, and not in the line after it.
22894 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22896         * org-html.el (org-export-html-preprocess): Call org-format-latex,
22897         possibly with a protect-only argument.
22899         * org.el (org-format-latex): New argument PROTECT-ONLY.
22901 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22903         * org-exp.el (org-export-handle-table-metalines): This function
22904         removes table specific meta-lines, now that we aren't wiping
22905         everything that looks remotely like a comment at the end of the
22906         export process we have to be sure to catch all of the specific lines
22907         in org-exp.el.
22909 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
22911         * org-exp.el (org-export-select-backend-specific-text): Properly
22912         get rid of #+Backend and #+ATTR_Backend specifics to backends not
22913         matching the one we're exporting to.
22915 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22917         * org-table.el (orgtbl-to-generic): Add the :remove-newlines
22918         option which will strip newline characters from the text of table
22919         cells and replace then with "\n".
22921 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22923         * org.el (org-confirm-shell-link-function)
22924         (org-confirm-elisp-link-function): Limit the values that can be set by
22925         file variables.
22927 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22929         * org.el (org-compute-latex-and-specials-regexp): Deal with
22930         string elements by discarding them.
22932 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22934         * org.el (org-iswitchb): Make sure to use at least iswitchb.
22936 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22938         * org-capture.el (org-capture-position-for-last-stored)
22939         (org-capture-bookmark-last-stored-position): New functions.
22940         (org-capture-place-table-line): Better error catching.
22941         (org-capture-place-item, org-capture-place-entry)
22942         (org-capture-place-plain-text):
22943         Call `org-capture-position-for-last-stored'.
22944         (org-capture-finalize): Just call
22945         `org-capture-bookmark-last-stored-position'.
22947 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22949         * org-exp.el (org-export-mark-blockquote-verse-center):
22950         Fix small bug, now grabbing match data before overwritten by looking-at
22951         this fixes a problem with remainders of #+end_quote lines appearing
22952         in exported output.
22954 2010-07-19  David Maus  <dmaus@ictsoc.de>
22956         * org.el (org-link-frame-setup): Add customization option for
22957         Wanderlust.
22959 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22961         * org-latex.el (org-export-latex-fixed-width): Now check
22962         org-example rather than org-protected on verbatim export, because by
22963         default all ": " prefixed lines are marked protected.
22965 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22967         * org-latex.el (org-export-latex-fixed-width): Check for
22968         protection before wrapping ": " lines as verbatim.
22970 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22972         * org-exp.el (org-export-handle-comments): Check for protection
22973         before removing comments.
22975 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22977         * org-entities.el (org-entities): Restructure the list.
22978         (org-entities-help): Turn the help output into a buffer
22979         in Org-mode, so that it becomes easier to find a symbol
22980         in the structure.
22981         (org-entities-create-table): Deal with new structure.
22983 2010-07-19  David Maus  <dmaus@ictsoc.de>
22985         * org-agenda.el (org-write-agenda): Use backquotes to expand
22986         `flet' at compile time.
22988 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22990         * org.el (org-entry-properties): Make sure that standard property
22991         names are used even if the user has customized time keywords.
22993 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22995         * org-macs.el (org-not-nil): Return the value if not interpreted
22996         as nil.
22998         * org.el (org-entry-get)
22999         (org-entry-get-with-inheritance): Interpret the value "nil"
23000         as nil for properties.
23002 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23004         * org.el (org-switch-to-buffer-other-window): Return the buffer.
23006 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23008         * org-macs.el (org-not-nil): New function.
23010         * org.el (org-block-todo-from-children-or-siblings-or-parent):
23011         Use `org-not-nil' to interpret a property value of nil.
23013 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23015         * org.el (org-truely-invisible-p): New function.
23016         (org-beginning-of-line): Use `org-truely-invisible-p'.
23018 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23020         * org-agenda.el (org-agenda-get-timestamps): No errors
23021         while getting TODO state.
23022         (org-agenda-highlight-todo): No error when no keyword has
23023         been matched.
23025 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23027         * org.el (org-timestamp-change): New optional argument UPDOWN.
23028         Use this to identify calls from org-timestamp-up/down, so that we can
23029         skip by rounding minutes in this case.
23030         (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
23031         (org-timestamp-down-day): Call org-timestamp-change with the
23032         updown argument.
23034 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23036         * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
23038         * org-capture.el: New file.
23040         * org-compat.el (org-get-x-clipboard): Function moved here from
23041         remember.el.
23043         * org-mks.el: New file.
23045         * org.el (org-set-regexps-and-options): Allow statistic cookies as
23046         part of complex headlines.
23047         (org-find-olp): New argument THIS-BUFFER.  When set, assume that the
23048         OLP does not contain a file name.
23050 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23052         * org.el (org-mode): Set `comment-start' instead of changing the
23053         syntax of the `#' character.
23055 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23057         * org-exp.el (org-export-format-source-code-or-example): Mark examples
23058         by a property.
23060         * org-html.el (org-export-html-close-lists-maybe): Check if raw
23061         HTML stuff was actually made from an example.
23063 2010-07-19  Bastien Guerry  <bzg@gnu.org>
23065         * org-latex.el: Items are no longer skipped when their first line
23066         ends on a protected element.
23068         * org-list.el: Protected environments looking like lists are not
23069         exported anymore.
23071 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
23073         * org-exp-blocks.el (org-export-blocks-preprocess):
23074         Cleanup trailing newline after block.
23076 2010-07-19  Bastien Guerry  <bzg@gnu.org>
23078         * org-exp.el: Comment regexp now matches documentation.  No more
23079         protection check when deleting comments before export.
23081 2010-07-19  Bastien Guerry  <bzg@gnu.org>
23083         * org-exp.el (org-export-preprocess-string):
23084         Now using `org-export-handle-include-files-recurse' to resolve
23085         included files.
23087 2010-07-19  Bastien Guerry  <bzg@gnu.org>
23089         * org-agenda.el (org-agenda-get-deadlines)
23090         (org-agenda-get-scheduled):
23091         * org.el (org-time-string-to-seconds):
23092         For deadline and scheduled agenda display ignore the cyclic repeater
23093         when calculating how many days late the task is.  If you have a weekly
23094         task and miss the date the agenda view will show more than a week late
23095         now instead of resetting on the cyclic repeating date.  This makes it
23096         much more obvious when you missed a repeating task after the repeater.
23098 2010-07-19  Bastien Guerry  <bzg@gnu.org>
23100         * org-exp.el (org-export-mark-blockquote-verse-center):
23101         Consider environments that end at eob.
23103 2010-07-19  Mikael Fornius  <mfo@abc.se>
23105         * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
23106         with face `org-special-keyword'.  Make property keys as :LAST_REPEAT:
23107         display correctly.
23109 2010-07-19  Mikael Fornius  <mfo@abc.se>
23111         * org.el (org-at-property-p): Use save-match-data macro instead of let.
23113 2010-07-19  Mikael Fornius  <mfo@abc.se>
23115         * org.el (test): Remove unused test function.
23117 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
23119         * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
23121 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
23123         * org-exp-blocks.el (org-export-blocks-postblock-hook):
23124         Add documentation to and turn into a defcustom.
23126 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
23128         * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
23129         instead of to nil we avoid errors when :prefix1 is defined, but
23130         prefix is not.
23132 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
23134         * org-latex.el (org-export-latex-preprocess): Environments coming
23135         from latex backend specific instructions (#+LaTeX) are already
23136         protected and won't be treated as normal environments.
23138 2010-07-19  Bastien Guerry  <bzg@gnu.org>
23140         * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
23142 2010-07-19  Bastien Guerry  <bzg@gnu.org>
23144         * org-timer.el (org-timer-set-timer): Use a prefix argument.
23145         See the docstring of the function.
23147 2010-07-19  Bastien Guerry  <bzg@gnu.org>
23149         * org-timer.el (org-timer-set-timer): Fix bug about canceling
23150         timers.
23152 2010-07-19  David Maus  <dmaus@ictsoc.de>
23154         * org-w3m.el (org-w3m-copy-for-org-mode)
23155         (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
23156         Get text property directly, not using macro `w3m-anchor'.
23158 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23160         * org.el (org-emph-re): Document the match groups.
23162 2010-07-19  Bernt Hansen  <bernt@norang.ca>
23164         * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
23165         t before calling `org-clock-out', so that that function can
23166         know its call context.
23168 2010-07-19  Bastien Guerry  <bzg@gnu.org>
23170         * org-timer.el (org-timer-default-timer): New variable.
23171         (org-timer-set-timer): Use the new variable.  Also offer the
23172         possibility to replace the current timer by a new one.
23174 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23176         * org.el (org-kill-note-or-show-branches): Hide subtree before
23177         exposing the headings.
23179 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23181         * org.el (org-add-planning-info): Remove the empty line also
23182         if there is no whitespace at all in there.
23184         * org-table.el (org-table-align): Fix alignment of strings
23185         with invisible characters.
23187 2010-07-19  David Maus  <dmaus@ictsoc.de>
23189         * org.el (org-refile-cache-get): Return empty list of targets
23190         when cache was cleared.
23191         (org-clone-subtree-with-time-shift): Maybe create ID property
23192         in cloned subtrees.
23193         (org-clone-delete-id): New customization variable.
23194         (org-clone-subtree-with-time-shift): Use customization
23195         variable `org-clone-delete-id'.
23196         (org-clone-subtree-with-time-shift): Remove empty property
23197         drawer in cloned subtrees.
23199 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23201         * org.el (org-refile-use-cache): New option.
23202         (org-refile-cache, org-refile-markers): New variable.
23203         (org-refile-marker, org-refile-cache-clear)
23204         (org-refile-cache-check-set, org-refile-cache-put)
23205         (org-refile-cache-get): New function.
23206         (org-get-refile-targets): Use the refile cache.
23208         * org-clock.el (org-clock-sum): Don't include running clock if
23209         the time block is wrong.
23211 2010-07-19  John Wiegley  <jwiegley@gmail.com>
23213         * org-clock.el (org-clock-clock-in, org-clock-in):
23214         Add parameter `start-time'.
23215         (org-clock-resolve-clock): Add parameter `clock-out-time'.
23216         If set, and resolve-to is a past time, then the clock out
23217         event occurs at `clock-out-time' rather than at `resolve-to'.
23218         In this case, `resolve-to' becomes the clock in time.
23219         (org-clock-jump-to-current-clock): Create new global command
23220         to reveal the current clock.
23221         (org-clock-resolve): Add new commands g/G and j/J, and a
23222         help window describing all commands and their meaning.
23223         (org-clock-resolve-expert): New customization variable.
23224         (org-find-open-clocks): Fix a bug that caused discovered
23225         clocks not to match up with the currently active clock.
23226         (org-resolve-clocks): Change the argument
23227         `also-non-dangling-p' to `only-dangling-p', since due to a bug
23228         this was the default behavior all along.
23230 2010-07-19  David Maus  <dmaus@ictsoc.de>
23232         * org-id.el (org-id-uuid): New function.  Return string with
23233         random (version 4) UUID.
23234         (org-id-method): Make 'uuid the new default value.
23235         (org-id-new): Use `org-id-uuid' if call to uuidgen program
23236         does not return a UUID.
23238 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23240         * org-latex.el (org-export-latex-format-image): Add support
23241         for multicolumn figures in LaTeX.
23243 2010-07-19  David Maus  <dmaus@ictsoc.de>
23245         * org.el (org-clone-subtree-with-time-shift): Remove ID
23246         property of original subtree in cloned subtrees.
23248 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23250         * org-exp.el (org-export-format-source-code-or-example):
23251         XEmacs compatibility.
23253         * org-latex.el (org-export-latex-tables): Accept comma in
23254         align string.
23256         * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
23257         (org-export-docbook-xslt-proc-command): Fix docstring.
23258         (org-export-docbook-xsl-fo-proc-command): Fix docstring.
23259         (org-export-as-docbook-pdf):
23260         Improve formatting of the xslt command.
23262         * org-exp.el (org-infile-export-plist): Check for XSLT setting.
23264         * org.el (org-file-contents): Improve error message.
23265         (org-set-regexps-and-options): Remove spaces at both ends.
23267 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23269         * org-docbook.el (org-export-as-docbook-pdf):
23270         Improve formatting of the xslt command.
23272 2010-07-19  Sebastian Rose  <sebastian_rose@gmx.de>
23274         * org-publish.el (org-publish-cache): Use one big hashmap for
23275         each project defined in `org-publish-project-alist'.
23276         (initialize-files-alist): Function removed.
23277         (org-publish-validate-link): Function removed.
23278         (org-publish-get-base-files): Add variable `sitemap-requested'
23279         to avoid sorting where possible.
23280         (org-publish-get-files): Function removed.
23281         (org-publish-get-project-from-filename): Make independent of
23282         file list.
23283         (org-publish-file): New argument NO-CACHE.
23285 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23287         * org.el (org-beginning-of-defun, org-end-of-defun):
23288         New functions.
23289         (org-mode): Install the `org-beginning-of-defun' and
23290         `org-end-of-defun' functions.
23291         (org-pretty-entities): New option.
23292         (org-toggle-pretty-entities): New command.
23293         (org-fontify-entities): New function.
23294         (org-startup-options): New keywords for pretty entities.
23295         (org-set-font-lock-defaults): Call the pretty entities
23296         function.
23298         * org-latex.el (org-export-latex-keywords-maybe): Protect the
23299         TODO markup.
23301 2010-07-19  Mikael Fornius  <mfo@abc.se>
23303         * org-habit.el (org-habit-build-graph): Help-echo date when
23304         mouse is over stars.
23306 2010-07-19  Jan Böcker  <jan.boecker@jboecker.de>
23308         * org.el (org-file-apps): Improve docstring to reflect
23309         grouping matches.
23311 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23313         * org.el (org-set-startup-visibility): Fix empty line display.
23315         * org-latex.el (org-export-latex-links): Use the formatting
23316         function of the link type, if it is available.
23318         * org-table.el (org-table-get-remote-range): Return to
23319         original buffer when retrieving remote reference.
23321         * org.el (org-display-inline-images): Do the entire buffer,
23322         not just the narrowed region.  Clear the cache.
23323         (org-display-inline-images): Match mode file paths.
23325 2010-07-19  David Maus  <dmaus@ictsoc.de>
23327         * org-wl.el (org-wl-store-link-folder): Don't throw error when
23328         called on WL folder group.
23330 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23332         * org.el (org-replace-escapes): Make sure the cdr is not nil.
23333         (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
23334         (org-mode): Revert comment syntax changes.
23336 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23338         * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
23339         keywords, and `C-c / T' for a specific one.
23341 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23343         * org.el (org-mode): Fix comment syntax settings.
23345         * org-src.el (org-edit-src-allow-write-back-p):
23346         Define variable.
23348         * org.el (org-inline-image-overlays): New variable.
23349         (org-toggle-inline-images, org-display-inline-images)
23350         (org-remove-inline-images): New commands.
23351         (org-mode-map): Define a key for `org-toggle-inline-images'.
23353 2010-07-19  David Maus  <dmaus@ictsoc.de>
23355         * org-wl.el (org-wl-message-field): New function.
23356         Return content of header field in message entity.
23357         (org-wl-store-link): Call `org-wl-store-link-folder' or
23358         `org-wl-store-link-message' depending on major-mode.
23359         (org-wl-store-link-folder): New function.  Store link to
23360         Wanderlust folder.
23361         (org-wl-store-link-message): New function.  Store link to
23362         Wanderlust message.
23363         (org-wl-store-link-message): Store link to message while
23364         visiting message.
23365         (org-wl-open): Don't try to jump to message when opening a
23366         folder link.
23368 2010-07-19  David Maus  <dmaus@ictsoc.de>
23370         * org.el (org-replace-escapes): Avoid infinite loop when
23371         replace string contains escape sequence it replaces.
23373 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23375         * org-crypt.el (org-crypt-key-for-heading): Use symmetric
23376         encryption when now key is set.
23378 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23380         * org-table.el (org-table-recalculate-buffer-tables)
23381         (org-table-iterate-buffer-tables): New commands.
23383         * org.el (org-check-for-hidden): When there is a region, skip
23384         the check.
23386 2010-07-19  Dan Davison  <davison@stats.ox.ac.uk>
23388         * org-src.el (org-edit-src-code): allow-write-back-p had
23389         erroneously been omitted from let binding.
23391 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23393         * org-agenda.el (org-sorting-choice): New sorting type alpha.
23394         (org-cmp-alpha): New defsubst.
23395         (org-em): New defsubst.
23396         (org-entries-lessp): Only compute needed comparisons.
23398 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23400         * org-html.el (org-format-org-table-html): Test all columns
23401         for number content.
23403 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23405         * org-latex.el (org-export-latex-treat-sub-super-char):
23406         Make sure parenthesis matching is consistent.
23408         * org-table.el (org-table-colgroup-line-p)
23409         (org-table-cookie-line-p): New functions.
23411         * org-exp.el (org-table-clean-before-export): Better tests for
23412         colgroup and cookie lines.
23414 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23416         * org-agenda.el (org-agenda-goto): Push a mark before changing
23417         the position.
23419         * org-footnote.el (org-footnote): New group.
23420         (org-footnote-section)
23421         (org-footnote-tag-for-non-org-mode-files): Fix typos.
23423         * org-list.el (org-end-of-item-text-before-children): Also do
23424         the right thing at the end of a file.
23426         * org.el (org-set-packages-alist, org-get-packages-alist):
23427         New function.
23428         (org-export-latex-default-packages-alist)
23429         (org-export-latex-packages-alist): Add extra flag to
23430         each package, indicating if it should be used for snippets.
23431         (org-create-formula-image): Add the snippet argument.
23432         (org-splice-latex-header): New argument SNIPPET-P, pass it
23433         through to `org-latex-packages-to-string'.
23434         (org-latex-packages-to-string): New argument SNIPPET-P.
23436         * org-latex.el (org-export-latex-make-header): Add the snippet
23437         argument.
23439         * org-docbook.el (org-export-as-docbook): Implement ordered
23440         lists starting at some offset.
23442 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23444         * org.el (org-link-types, org-open-at-point): Add doi links.
23446         * org-ascii.el (org-export-ascii-preprocess): Remove list
23447         startcounter cookies.
23449         * org-list.el (org-renumber-ordered-list): Respect counter
23450         start values.
23452         * org-latex.el (org-export-latex-lists): Accept ordered list
23453         item offset cookie.
23455         * org-html.el (org-export-as-html): Accept ordered list
23456         item offset cookie.
23458         * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
23459         which messes up alignment of tags.
23461 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23463         * org-clock.el (org-clock-cancel, org-clock-out): Make sure
23464         the modeline display is removed.
23466         * org-exp.el (org-export-format-drawer-function):
23467         Fix docstring.
23469         * org-agenda.el (org-agenda-refile): New optional argument
23470         NO-UPDATE.
23471         (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
23472         is set.
23473         (org-agenda-bulk-action): Call the refile command with updates
23474         suppressed - but arrange for `org-agenda-redo' to be called at
23475         the end.
23477         * org.el (org-mode): Make table mapping quiet.
23478         (org-table-map-tables): New optional argument QUIETLY.
23480         * org-ascii.el (org-export-ascii-preprocess): Make table
23481         mapping quiet.
23483         * org-html.el (org-export-as-html, org-html-level-start):
23484         Change XHTML IDs to not use dots.
23486         * org-exp.el (org-export-define-heading-targets):
23487         Change XHTML IDs to not use dots.
23489         * org-docbook.el (org-export-docbook-level-start):
23490         Change XHTML IDs to not use dots.
23492         * org-latex.el (org-export-as-latex): Make sure that the
23493         result buffer is in latex-mode.
23495         * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
23496         (org-shiftleft-final-hook, org-shiftright-final-hook):
23497         New hooks.
23499 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23501         * org-table.el (org-table-justify-field-maybe): Make sure that
23502         inserting a value does not turn a line into a hline.
23504 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23506         * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
23507         (org-clock-sum): Add property to selected headlines.
23508         (org-dblock-write:clocktable): Make tags matcher.
23510         * org.el (org-set-autofill-regexps): XEmacs compatibility.
23512         * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
23513         in latex class definitions.
23515         * org.el (org-shiftup-hook, org-shiftdown-hook)
23516         (org-shiftleft-hook, org-shiftright-hook): New hooks.
23518         * org-entities.el (org-entities): Use \land and \lor for logical
23519         operators.
23521         * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
23522         indentation commands.
23523         (org-hidden-tree-error): New defsubst.
23524         (org-metaleft, org-metaright): Check for hidden stuff and throw an
23525         error.
23526         (org-check-for-hidden): New function.
23528         * org-list.el (org-item-re): New function.
23529         (org-at-item-p): Use `org-item-re'.
23530         (org-end-of-item-text-before-children): New function.
23531         (org-outdent-item, org-indent-item): Arrange for leaving the
23532         subtree alone.
23533         (org-outdent-item-tree, org-indent-item-tree): New argument
23534         NO-SUBTREE.
23535         (org-indent-item-tree): Use `org-end-of-item-text-before-children'
23536         to find the end for processing while ignoring the subtree.
23538         * org-publish.el (org-publish-sitemap-sort-alphabetically)
23539         (org-publish-sitemap-sort-folders)
23540         (org-publish-sitemap-sort-ignore-case): New options.
23542 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23544         * org-publish.el (org-publish-compare-directory-files): Fix sorting.
23546         * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
23548         * org-publish.el (org-publish-project-alist): Update docstring.
23549         (org-publish-file-title-cache): New variable.
23550         (org-publish-initialize-files-alist):
23551         Initialize `org-publish-initialize-files-alist' to nil.
23552         (org-publish-sort-directory-files): New function.
23553         (org-publish-projects): Access the new properties.
23554         (org-publish-find-title): Use the file title cache.
23555         (org-publish-find-title): Build the file title cache.
23556         (org-publish-get-base-files-1): Sort files.
23557         (org-publish-aux-preprocess): Do not throw an error when before
23558         the first headline.  Allow an empty target, meaning to link just
23559         to the file.
23560         (org-publish-index-generate-theindex.inc): Check if there is
23561         actually a target and only then add it to the link.
23562         (org-publish-projects): Fix a remaining issue with the last commit.
23564         * org-html.el (org-export-as-html): Treat verse as open/close
23565         paragraph.
23566         (org-export-html-close-lists-maybe): Allow to splice raw HTML into
23567         and out of lists.
23569 2010-07-19  Dan Davison  <davison@stats.ox.ac.uk>
23571         * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
23572         be used in a read-only mode.
23573         (org-edit-src-code): Different message in read-only mode.
23575 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23577         * org-src.el (org-edit-src-find-region-and-lang): Test for
23578         table.el as late as possible.
23580         * org-colview.el: Make sure this file is never loaded into XEmacs.
23582         * org-agenda.el (org-highlight, org-unhighlight): Use direct
23583         overlay calls.
23585         * org.el (org-key): Apply the translations defined in
23586         `org-xemacs-key-equivalents'.
23588         * org-mouse.el (org-mode-hook): Use `org-defkey'.
23590         * org-compat.el (org-xemacs-key-equivalents): New constant.
23592 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23594         * org-inlinetask.el (org-inlinetask-defaut-state): New option.
23595         (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
23596         Obey `org-odd-levels-only'.
23598         * org-compat.el (org-find-overlays): Use overlays-in/at.
23600         * org.el (org-remove-empty-overlays-at)
23601         (org-outline-overlay-data, org-hide-block-toggle)
23602         (org-format-latex, org-context): Use overlays-in/at.
23604         * org-src.el (org-edit-src-exit): Use overlays-in/at.
23606         * org-agenda.el (org-agenda-mark-clocking-task)
23607         (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
23608         (org-agenda-entry-text-hide)
23609         (org-agenda-fix-tags-filter-overlays-at)
23610         (org-agenda-bulk-remove-overlays): Use overlays-in/at.
23612         * org-compat.el (org-overlays-at): Function removed.
23613         (org-overlays-in): Function removed.
23615 2010-07-19  Bastien Guerry  <bzg@gnu.org>
23617         * org-clock.el (org-clock-set-current): Just return the headline
23618         itself, strip the TODO keyword, the priority cookie and the tags.
23620 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23622         * org-compat.el (org-xemacs-without-invisibility): New macro.
23623         (org-xemacs-without-invisibility): New macro.
23624         (org-indent-to-column, org-indent-line-to, org-move-to-column):
23625         Redefine using the macro `org-xemacs-without-invisibility'.
23627         * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
23629         * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
23631         * org-compat.el (org-make-overlay, org-delete-overlay)
23632         (org-overlay-start, org-overlay-end, org-overlay-put)
23633         (org-overlay-get, org-overlay-move, org-overlay-buffer):
23634         Functions removed.
23635         (org-add-to-invisibility-spec): Function removed.
23637         * org-html.el (org-export-as-html-and-open): Add argument to
23638         kill-buffer.
23640         * org-habit.el (require): `calendar' is now required already by
23641         org.el on top level.
23643         * org-clock.el (require): `calendar' is now required already by
23644         org.el on top level.
23646         * org-agenda.el (require, org-timeline, org-agenda-list)
23647         (org-todo-list, org-agenda-to-appt): `calendar' is now required
23648         already by org.el on top level.
23650         * org.el (org-export-latex-fix-inputenc): Declare function.
23652         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
23653         variables.
23655         * org.el (calendar): Require calendar now on top level in org.el
23656         and define aliases to new variables when needed.
23657         (org-read-date, org-goto-calendar): Do not bind obsolete
23658         variables.
23660         * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
23661         compilation warning, add comment that this cannot be done with
23662         `with-current-buffer'.
23664         * org-wl.el (org-wl-open): Use `with-current-buffer'.
23666         * org.el (overlay, org-remove-empty-overlays-at)
23667         (org-outline-overlay-data, org-set-outline-overlay-data)
23668         (org-show-block-all, org-hide-block-toggle)
23669         (org-highlight-new-match, org-remove-occur-highlights)
23670         (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
23671         (org-read-date, org-read-date-display, org-eval-in-calendar)
23672         (org-format-latex, org-context)
23673         (org-speedbar-restriction-lock-overlay)
23674         (org-speedbar-set-agenda-restriction): Use the normal overlay API.
23676         * org-table.el (org-table-add-rectangle-overlay)
23677         (org-table-remove-rectangle-highlight)
23678         (org-table-overlay-coordinates)
23679         (org-table-toggle-coordinate-overlays): Use the normal overlay
23680         API.
23682         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
23683         (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
23684         normal overlay API.
23686         * org-colview.el (org-columns-new-overlay)
23687         (org-columns-display-here, org-columns-remove-overlays)
23688         (org-columns-edit-value, org-columns-next-allowed-value)
23689         (org-columns-update): Use the normal overlay API.
23691         * org-clock.el (org-clock-out, org-clock-cancel)
23692         (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
23693         overlay API.
23695         * org-agenda.el (org-agenda-mark-filtered-text)
23696         (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
23697         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
23698         (org-agenda-entry-text-hide)
23699         (org-agenda-restriction-lock-overlay)
23700         (org-agenda-set-restriction-lock)
23701         (org-agenda-filter-by-tag-hide-line)
23702         (org-agenda-fix-tags-filter-overlays-at)
23703         (org-agenda-filter-by-tag-show-all, org-hl)
23704         (org-agenda-goto-calendar, org-agenda-bulk-mark)
23705         (org-agenda-bulk-remove-overlays): Use the normal overlay API.
23707         * org-freemind.el (org-freemind-from-org-mode-node)
23708         (org-freemind-from-org-mode)
23709         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
23710         Use interactive-p instead of called-interactively, because this is
23711         backward compatible with older Emacsen I still support..
23713 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23715         * org-exp.el (org-export-define-heading-targets): Fix bug in
23716         regexp finding ID and CUSTOM_ID properties.
23718 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23720         * org-footnote.el (org-footnote-goto-previous-reference):
23721         Rename from `org-footnote-goto-next-reference'.
23723         * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
23724         org-log-repeat is non-nil, or if there is clocking data in the
23725         entry.
23727         * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
23729 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23731         * org.el (org-align-all-tags): New command.
23733 2010-07-19  David Maus  <dmaus@ictsoc.de>
23735         * org-wl.el (org-wl-link-remove-filter): New customizable
23736         variable.  If non-nil, filter conditions are stripped when storing
23737         link to message in filter folder.
23738         (org-wl-shimbun-prefer-web-links): New customizable variable.
23739         If non-nil, links to shimbun messages are created as web links to
23740         message source.
23741         (org-wl-nntp-prefer-web-links): New customizable variable.
23742         If non-nil, links to nntp message are created as web links to gmane
23743         or googlegroups.
23744         (org-wl-namazu-default-index): New customizable variable.
23745         Directory of namazu search index that should be used as default
23746         when opening a link in a search folder.
23747         (org-wl-folder-types): New constant.  Wanderlust folder type
23748         indicators.
23749         (org-wl-folder-type): New function.  Return type of Wanderlust
23750         folder.
23751         (org-wl-store-link): Create web links for shimbun or nntp messages
23752         and strip filter conditions depending on customizable variables.
23753         (org-wl-open): Open namazu search folder for message when called
23754         with prefix.
23756 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23758         * org.el (org-remove-if, org-remove-if-not): New functions.
23759         (org-open-file): Use internal remove-if functions.
23761 2010-07-19  Jan Böcker  <jan.boecker@jboecker.de>
23763         * org.el (org-file-apps-entry-match-against-dlink-p): New function.
23764         (org-file-apps-ex): Remove variable.
23765         (org-open-file): Integrate org-file-apps-ex functionality back
23766         into org-file-apps, and decide whether to match a regexp against
23767         the link or the filename using org-file-apps-entry-uses-grouping-p.
23769 2010-07-19  Jan Böcker  <jan.boecker@jboecker.de>
23771         * org.el (org-file-apps-ex): New variable.
23772         (org-open-file): Before considering org-file-apps, first match the
23773         regexps from org-file-apps-ex against the whole link.
23774         See docstring of org-file-apps-ex.
23776 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23778         * org.el (org-export-latex-default-packages-alist):
23779         Remove microtype package.
23780         (org-todo-repeat-to-state): New variable.
23781         (org-auto-repeat-maybe): Allow user-selected target states.
23782         (org-default-properties): Add the new property REPEAT_TO_STATE.
23784 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23786         * org-mobile.el (org-mobile-check-setup): Make sure that there is
23787         a binary to compute checksums.
23789 2010-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
23791         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
23792         variables.
23794         * org.el (calendar): Require calendar now on top level in org.el
23795         and define aliases to new variables when needed.
23796         (org-read-date, org-goto-calendar): Do not bind obsolete
23797         variables.
23799 2010-06-22  Glenn Morris  <rgm@gnu.org>
23801         * org-entities.el: Add explicit utf-8 coding cookie to file with
23802         utf-8 characters.
23804 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23806         * org.el (org-file-complete-link): Avoid (expand-file-name ".").
23808 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
23810         * Version 23.2 released.
23812 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23814         * org-table.el (orgtbl-setup):
23815         * org-agenda.el (org-agenda-entry-text-mode): Simplify.
23817 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23819         * org-table.el (orgtbl-mode): Use define-minor-mode.
23821 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
23823         * org.el (org-insert-link): Find the link buffer on visible frames.
23824         (org-export-latex-default-packages-alist): Hyperref must be loaded
23825         late.
23826         (org-open-file): More care with the new matching for file links.
23828 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
23830         * org-latex.el (org-export-latex-preprocess): Do not yet protect
23831         defined entities - these will be taken care of later.
23832         (org-export-latex-special-chars): Post-process entity replacement.
23833         (org-export-latex-fontify-headline): Do not yet protect defined
23834         entities - these will be taken care of later.
23835         (org-export-latex-tables, org-export-latex-links): Format the
23836         caption properly.
23838         * org-entities.el (org-entities-user): Fix typo.
23840         * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
23842         * org-entities.el (org-entities-user): Improve docstring.
23844 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
23846         * org-entities.el (org-macs): Require org-macs, to be sure that we
23847         have `declare-function' defined.
23849 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
23851         * org-latex.el (org-export-latex-classes): Update docstring.
23853         * org.el (org-format-latex-header): Add cookies to the header.
23854         (org-splice-latex-header): Implement placement according to cookies.
23856 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
23858         * org-publish.el (org-publish-aux-preprocess): Control case
23859         sensitivity.
23861 2010-04-10  Bastien Guerry  <bzg@gnu.org>
23863         * org.el (org-splice-latex-header): Fix typo.
23865 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
23867         * org-latex.el (org-export-latex-make-header):
23868         Use `org-splice-latex-header' to build the header.
23869         (org-export-latex-classes): Update docstring.
23871         * org.el (org-splice-latex-header): New function.
23872         (org-create-formula-image): Use `org-splice-latex-header' to build
23873         the header.
23875         * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
23877 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
23879         * org.el (org-export-latex-packages-alist)
23880         (org-export-latex-default-packages-alist): Fix docstring to
23881         reflect the expected structure.
23883         * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
23884         (org-export-docbook-finalize-table): Make use of label for tables.
23886 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
23888         * org-attach.el (org-attach-commit): Split on newlines.
23890         * org.el (org-export-latex-default-packages-alist): Use list
23891         instead of cons for the entries.
23893 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
23895         * org-entities.el (org-entity-get-representation): Catch the case
23896         that there is not entry in the list.
23898         * org-mobile.el (org-mobile-use-encryption)
23899         (org-mobile-encryption-tempfile, org-mobile-encryption-password):
23900         New options.
23901         (org-mobile-check-setup): CHeck the encryption setup.
23902         (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
23903         (org-mobile-create-sumo-agenda): Use encryption code.
23904         (org-mobile-encrypt-and-move): New function.
23905         (org-mobile-encrypt-file, org-mobile-decrypt-file):
23906         New functions.
23907         (org-mobile-move-capture): Decrypt the capture file.
23909         * org.el (org-entities): Require the new file.
23910         (org-export-latex-default-packages-alist): New variable.
23911         (org-complete): Use new entity code for completion.
23912         (org-create-formula-image): Use the new packages variable.
23914         * org-latex.el (org-export-latex-classes): Remove the standard
23915         packages from the class headers.
23916         (org-export-latex-make-header): Use the new package variable.
23917         (org-export-latex-special-chars): Better regexp for entities, to
23918         support entity name that contain numbers.
23919         (org-export-latex-treat-backslash-char): Use the new entity code.
23921         * org-html.el (org-html-do-expand): Use the new entity code.
23923         * org-exp.el (org-export): Add the new export commands.
23924         (org-html-entities): Constant removed.
23925         (org-export-visible): Add the new export commands.
23927         * org-docbook.el (org-docbook-do-expand): Use new entity code.
23929         * org-ascii.el (org-export-ascii-entities): New variable.
23930         (org-export-as-latin1, org-export-as-latin1-to-buffer)
23931         (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
23932         (org-export-as-encoding): New function.
23933         (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
23934         (org-ascii-replace-entities): New function.
23936 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
23937             Ulf Stegemann  <ulf@zeitform.de>
23939         * org-entities.el: New file.
23941 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
23943         * org-html.el (org-html-level-start): Catch the case that target
23944         might be nil.
23946 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
23948         * org.el (org-appearance): Change Customize group variable name
23949         from org-font-lock to org-appearance, and change tag from "Org
23950         Font Lock" to "Org Appearance".
23951         (org-odd-levels-only): Change Customize group variable name.
23952         (org-level-color-stars-only): Change Customize group variable name.
23953         (org-hide-leading-stars): Change Customize group variable name.
23954         (org-hidden-keywords): Change Customize group variable name.
23955         (org-fontify-done-headline): Change Customize group variable name.
23956         (org-fontify-emphasized-text): Change Customize group variable name.
23957         (org-fontify-whole-heading-line): Change Customize group variable name.
23958         (org-highlight-latex-fragments-and-specials): Change Customize
23959         group variable name.
23960         (org-hide-emphasis-markers): Change Customize group variable name.
23961         (org-emphasis-alist): Change Customize group variable name.
23962         (org-emphasis-regexp-components): Change Customize group variable
23963         name.
23964         (org-modules): Remove mention of org-R.
23966         * org-faces.el (org-faces): Change Customize group variable name.
23968 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
23970         * org-agenda.el (org-diary-last-run-time): New variable.
23971         (org-diary): Prepare agenda buffers only if last call was some
23972         time ago.
23974         * org-html.el (org-export-html-preprocess): Replace \ref macros
23975         with a link.
23976         (org-format-org-table-html): Add the label as an anchor.
23978         * org-docbook.el (org-export-docbook-format-image): Do some
23979         formatting on captions.
23981         * org-latex.el (org-export-latex-tables, org-export-latex-links):
23982         Do some formatting on captions.
23984         * org-html.el (org-export-html-format-image)
23985         (org-format-org-table-html): Do some formatting on captions.
23987 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
23989         * org.el (org-hidden-keywords): New customizable variable.  This is
23990         a list of symbols specifying which of the special keywords #+DATE,
23991         #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
23992         (org-fontify-meta-lines-and-blocks): Changes to font-lock code
23993         implementing new faces and hiding behavior.
23995         * org-faces.el (org-document-title): New face for #+TITLE lines.
23996         (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
23997         (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
23998         keywords.
24000 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24002         * org-publish.el (org-publish-sanitize-plist): New function to
24003         rename "index" properties to "sitemap".  Do this renaming
24004         globally.
24005         (org-publish-with-aux-preprocess-maybe): New macro.
24006         (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
24007         macro.
24008         (org-publish-aux-preprocess)
24009         (org-publish-index-generate-theindex.inc): New function.
24011 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24013         * org-table.el (org-table-align): Interpret <N> at fixed width,
24014         not as maximum width.
24016 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24018         * org-exp.el (org-export-author-info, org-export-email-info):
24019         Fix docstrings.
24021         * org-beamer.el (org-beamer-select-environment): Rename from
24022         `org-beamer-set-environment-tag'.  Improve docstring.
24024         * org-freemind.el (org-freemind-write-mm-buffer): Fix another
24025         problem with odd levels.
24027         * org-ascii.el (org-export-as-ascii): Export email only if the
24028         author wants it.
24030         * org-docbook.el (org-export-as-docbook): Export email only if the
24031         author wants it.
24033         * org-html.el (org-export-as-html): Export email only if the
24034         author wants it.
24036         * org-exp.el (org-export-email-info): New option.
24037         (org-export-plist-vars): Add entry for `org-export-email'.
24039 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24041         * org-table.el (org-table-goto-line): Fix typo.
24043 2010-04-10  Mikael Fornius  <mfo@abc.se>
24045         * org.el (org-agenda-files): Typo.
24046         (org-read-agenda-file-list): Add optional argument to help
24047         `org-store-new-agenda-file-list' to remember un-expanded file
24048         names.  Expand file names relative to `org-directory'.
24049         (org-store-new-agenda-file-list): Keep un-expanded file names when
24050         saving, if available.
24051         (org-agenda-files): Update documentation.
24053 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24055         * org-ascii.el (org-export-as-ascii): Catch the case of exporting
24056         a buffer with no file name attached.
24058         * org.el (org-log-refile): New option.
24059         (org-log-note-headings): Add a heading for refiling.
24060         (org-startup-options): Add keywords for logging of the refile
24061         action.
24062         (org-refile): Add logging action.
24063         (org-add-log-note): Allow for refiling action.
24065         * org-agenda.el (org-agenda-bulk-action): Make sure
24066         `org-log-refile' is not `note' during a bulk action.
24068 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24070         * org.el (org-map-dblocks): Use save-excursion to remember the
24071         position.
24073         * org-attach.el (org-attach-commit): Remove dependence on xargs.
24074         (org-attach-delete-one): Commit after deleting a file.
24076         * org-latex.el (org-export-latex-fontify): Do not mistake table.el
24077         borders for strike-through emphasis.
24079         * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
24080         handling of odd levels.
24082         * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
24083         and `future' values.
24084         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
24085         Handle `past' and `future' values.
24087         * org.el (org-read-agenda-file-list): Interpret file names
24088         relative to org-directory and allow environment variables and
24089         "~".
24091         * org-latex.el (org-export-latex-special-chars): Allow a
24092         parenthesis before an exponent or subscript.
24094 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
24096         * org-src.el (org-edit-src-exit): When returning from code edit
24097         buffer, if code block is hidden, leave point at start of
24098         #+begin_src line.
24100 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24102         * org.el (org-insert-heading): Do not remove all spaces if the
24103         headline is empty.
24105         * org-indent.el (org-indent): Fix group name.
24107 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24109         * org-table.el (org-table-goto-column): Fix forcing a non-existing
24110         column.
24111         (org-table-get, org-table-put, org-table-goto-line)
24112         (org-table-current-line): New functions.
24114 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
24116         * org.el (org-open-file): Allow regular expressions in
24117         org-file-apps to capture link parameters using groups.  In a
24118         command string to be executed, the parameters can be referenced
24119         using %1, %2, etc.  Lisp forms can access them using
24120         (match-string n link).
24121         (org-apps-regexp-alist): Adopt the created regexp, as this is now
24122         matched against a file: link instead of the file name.
24124 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24126         * org-crypt.el (org-reveal-start-hook): Add a decryption function
24127         to this hook.
24128         (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
24129         Add docstrings.
24131         * org.el (org-point-at-end-of-empty-headline)
24132         (org-level-increment, org-get-previous-line-level): New function.
24133         (org-cycle-level): Rewritten to be independent of when this
24134         function is called.
24135         (org-in-regexps-block-p): New function.
24136         (org-reveal-start-hook): New hook.
24137         (org-reveal): Run new hook.
24139 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24141         * org-latex.el (org-export-latex-keywords): Start a new paragraph
24142         after time keywords, do not add "\newline".
24144         * org-html.el (org-export-as-html): Avoid double # in href.
24146         * org.el (org-refile-get-location): Catch an invalid target
24147         specification.
24149 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24151         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
24152         Make sure the behavior regarding to extracting time is
24153         consistent.
24155 2010-04-10  Stephen Eglen  <stephen@gnu.org>
24157         * org-agenda.el (org-agenda-insert-diary-extract-time):
24158         New variable.
24159         (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
24160         variable rather than `org-agenda-search-headline-for-time'.
24162 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24164         * org-list.el (org-fix-bullet-type): Improve cursor positioning.
24166 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24168         * org.el (org-adaptive-fill-regexp-backup): New variable.
24169         (org-set-autofill-regexps): Store a backup of
24170         `adaptive-fill-regexp'.
24171         (org-adaptive-fill-function): Fix filling of comments and ordered
24172         lists.  If there is no other match, till try adaptive fill.
24174 2010-04-10  John Wiegley  <jwiegley@gmail.com>
24176         * org-agenda.el (org-agenda-include-deadlines): Add new
24177         customization variable to determine whether unscheduled tasks
24178         should appear in the agenda solely because of their deadline.
24179         Default to true, which was the previous behavior (it just wasn't
24180         configurable).
24181         (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
24182         the agenda to show/hide deadline tasks.
24183         (org-agenda-menu): Add menu option for show/hide deadlines.
24184         (org-agenda-list): Make the agenda list sensitive to the value of
24185         `org-agenda-include-deadlines'.
24186         (org-agenda-toggle-deadlines): New function to toggle the value of
24187         `org-agenda-include-deadlines' and repaint the modeline
24188         indicators.
24189         (org-agenda-set-mode-name): Show "Deadlines" in the agenda
24190         modeline if deadline tasks are being displayed.
24192 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24194         * org-table.el (org-table-eval-formula): Replace $# and @# by
24195         current column and row number.
24197 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24199         * org.el (org-set-property, org-delete-property): Go back to
24200         prompting for the property.
24202         * org-latex.el (org-export-latex-make-header): Fully process
24203         author line.
24204         (org-export-latex-fontify-headline): Allow several arguments, not
24205         just one.
24206         (org-export-latex-fix-inputenc): Catch the error when
24207         `latexenc-coding-system-to-inputenc' is not defined.
24209         * org-agenda.el (org-agenda-skip-if-todo): New function.
24210         (org-agenda-skip-if): Add conditions for TODO keywords.
24211         (org-agenda-skip-if): Document the new todo conditions.
24213 2010-04-10  Mikael Fornius  <mfo@abc.se>
24215         * org.el (org-at-property-p): Check if we are inside a property
24216         drawer not just any drawer.
24217         (org-set-property, org-delete-property): When cursor is on a
24218         property key value pair do not prompt for property name instead
24219         use name at cursor.
24220         (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
24221         on the first line of a property drawer.
24222         (org-property-end-re): Spell check.
24224 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24226         * org-exp.el (org-export-attach-captions-and-attributes): Add the
24227         properties to the entire table, in case the first line is
24228         removed.
24230         * org-archive.el (org-archive-reversed-order): New option.
24231         (org-archive-subtree, org-archive-to-archive-sibling): Use the new
24232         option `org-archive-reversed-order'.
24234 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24236         * org-agenda.el (org-agenda-entry-types): New variable.
24237         (org-agenda-list): Use `org-agenda-entry-types'.
24238         (org-agenda-custom-commands-local-options): Support for setting
24239         `org-agenda-entry-types' as an option.
24240         (org-diary): Shift some documentation from here to the variable
24241         `org-agenda-entry-types'.
24243 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24245         * org-latex.el (org-export-latex-make-header): Apply macros in
24246         author field.
24248         * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
24249         (org-clock-select-task, org-clock-notify-once-if-expired)
24250         (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
24251         (org-clock-out-if-current, org-clock-save): Use the new functions.
24253 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24255         * org-docbook.el (org-export-as-docbook): Remove unnecessary
24256         newline.
24257         (org-export-as-docbook): Remove unnecessary newline.
24258         (org-export-as-docbook): Fix problem with double footnote
24259         reference in one place.
24261         * org-exp.el (org-export-format-source-code-or-example):
24262         Remove unnecessary newline.
24264         * org.el (org-deadline, org-schedule): Allow rescheduling entries
24265         with repeaters.
24267         * org-table.el (org-table-convert-refs-to-rc): Better way to catch
24268         function calls that look like references.
24270         * org.el (org-open-at-point): Get link abbreviations from
24271         reference buffer.
24273 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24275         * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
24276         as a reference.
24278 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24280         * org.el (org-link-unescape): Solve issue with lower-case escapes.
24282 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24284         * org-latex.el (org-export-latex-classes):
24285         Add \usepackage{latexsym} to all classes.
24287 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24289         * org-html.el (org-export-as-html): Do not allow protected lines
24290         into the table of contents.
24292         * org-latex.el (org-export-latex-special-chars): Find subsequent
24293         occurrences of special characters.
24294         (org-export-latex-tables): Do not convert table-like stuff that is
24295         protected.
24297 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24299         * org-list.el (org-toggle-checkbox): No errors when updating
24300         checkbox count fails because there is no heading.
24302 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24304         * org-clock.el (org-clock-report-include-clocking-task):
24305         New option.
24306         (org-clock-sum): Add the current clocking task.
24308 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24310         * org.el (org-cycle): Print a message when in a table.el table.
24311         (org-edit-special): Recognize the table.el context.
24312         (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
24314         * org-src.el (org-at-table.el-p): Declare.
24315         (org-edit-src-code): Handle a special case for table.el editing.
24316         (org-edit-src-find-region-and-lang): Recognize the table.el
24317         context.
24319         * org-latex.el (org-export-latex-tables): Convert table.el
24320         tables.
24321         (org-export-latex-convert-table.el-table): New function.
24323         * org-html.el (org-html-expand): Fix table.el export.
24325         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
24326         headings.
24328         * org-id.el (org-id-find-id-file): Fix bug when there is no hash
24329         table for the id locations.
24331         * org.el (org-read-date-analyze): Match American-style dates, like
24332         5/30 or 5/13/7.  Make sure cal-iso.el is loaded.  Don't force he
24333         current year when reading ISO and American dates.
24335 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24337         * org.el (org-face-from-face-or-color): New function.
24338         (org-get-todo-face, org-font-lock-add-priority-faces)
24339         (org-get-tag-face): Use `org-face-from-face-or-color'.
24341         * org-faces.el (org-todo-keyword-faces, org-priority-faces):
24342         Allow simple colors as values.
24343         (org-faces-easy-properties): New option.
24345         * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
24346         restricted, as an agenda mode.
24347         (org-agenda-fontify-priorities): Allow simple colors as values.
24349 2010-04-10  Bastien Guerry  <bzg@gnu.org>
24351         * org-timer.el (org-timer-current-timer): Rename from
24352         `org-timer-last-timer'.
24353         (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
24354         (org-timer-cancel-timer, org-timer-show-remaining-time)
24355         (org-timer-set-timer): Update to use only one timer.
24357         * org.el (org-set-property): Remove useless space in the prompt.
24359 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24361         * org-html.el (org-export-html-style-default): Add a default style
24362         for textareas.
24364         * org-exp.el (org-export-format-source-code-or-example):
24365         Fix textarea tag.
24367 2010-04-10  Bastien Guerry  <bzg@gnu.org>
24369         * org-clock.el (org-clock-current-task): New variable to store
24370         last clocked in task.
24371         (org-clock-set-current, org-clock-delete-current): New functions.
24373 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24375         * org-remember.el (org-remember-apply-template): Extend comment.
24376         (org-remember-handler): Implement clock sibling filing.
24378 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24380         * org-publish.el (org-publish-all, org-publish-current-file)
24381         (org-publish-current-project): When called with prefix argument
24382         FORCE, also rebuild the validation file list.
24384         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
24385         section headings.
24387 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24389         * org-html.el (org-export-as-html-and-open): Kill product buffer
24390         if the user wants that.
24392         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
24393         if the user wants that.
24395         * org-exp.el (org-export-kill-product-buffer-when-displayed):
24396         New option.
24398         * org-agenda.el (org-batch-agenda-csv): Use the time property
24399         instead of the `time-of-day' property.
24401 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24403         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
24404         (org-timer-pause-hook, org-timer-set-hook)
24405         (org-timer-cancel-hook): New hooks.
24406         (org-timer-start): Run `org-timer-start-hook'.
24407         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
24408         (org-timer-stop): Run `org-timer-stop-hook'.
24409         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
24411 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24413         * org.el (org-reveal): Double prefix arg shows the subtree of the
24414         parent.
24416 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24418         * org-agenda.el (org-search-view): Fix bug with searching full
24419         words in headlines in search view.
24420         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
24421         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
24422         scheduled (if the user configures it so.
24424 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24426         * org.el (org-hide-archived-subtrees): Don't jump to end of
24427         subtree if the match was not in a headline.
24428         (org-inside-latex-macro-p): Allow more complex arguments.
24429         (org-emphasize): Protect against use at end of buffer.
24431 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24433         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
24434         text properties.
24436 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24438         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
24439         values.
24440         (org-agenda-todo-ignore-scheduled)
24441         (org-agenda-todo-ignore-deadlines): More control with different
24442         allowed values.
24443         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
24444         Honor the new option settings.
24446 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24448         * org.el (org-get-location): Make sure the selection buffer is
24449         shown in the current frame.
24451         * org-ascii.el (org-export-ascii-table-widen-columns):
24452         New option.
24453         (org-export-ascii-preprocess): Realign tables to remove narrowing
24454         if `org-export-ascii-table-widen-columns' is set.
24456         * org-table.el (org-table-do-narrow): New variable.
24457         (org-table-align): Narrow only if `org-table-do-narrow' is t.
24459         * org.el (org-deadline, org-schedule): Allow updating if the
24460         relevant time stamp does not have a repeater, i.e. do not require
24461         that no time stamp has a repeater.
24463         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
24464         new white space before the tags.
24466         * org-latex.el (org-export-as-latex): Do nit require the buffer to
24467         be visiting a file when only exporting to a buffer or string.
24468         (org-export-latex-fix-inputenc): Only save the buffer is there is
24469         a file name attached to it.
24471 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
24473         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
24475 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24477         * org.el (org-fontify-meta-lines-and-blocks):
24478         Honor `org-fontify-quote-and-verse-blocks'.
24480         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
24482 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24484         * org.el (org-open-at-point): Also check for text property
24485         org-linked-text before offering collected links.
24487 2010-04-10  Stephen Eglen  <stephen@gnu.org>
24489         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
24490         Optionally extract time specification from text and add to the
24491         timestamp.
24493 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24495         * org-exp.el (org-html-entities): Fix typo.
24497         * org-latex.el (org-export-latex-make-header): Use \providecommand
24498         to make sure the \alert macro is defined.
24500         * org.el (org-format-latex-signal-error)
24501         (org-create-formula-image): Use `org-format-latex-signal-error'.
24503 2010-04-10  Stephen Eglen  <stephen@gnu.org>
24505         * org.el (org-store-link): For dired buffers, use
24506         default-directory as link name if dired-get-filename returns
24507         nil.
24509 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24511         * org-exp.el (org-export-concatenate-multiline-links): The for
24512         protectedness at beginning of match.
24514         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
24515         AUTO as a coding system, instead default to utf8.
24517 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24519         * org.el (org-block-todo-from-children-or-siblings-or-parent)
24520         (org-block-todo-from-checkboxes): Respect the local variable
24521         value when deciding if blocking should be active.
24523         * org-latex.el (org-export-latex-make-header): Define the align
24524         macro if it is not yet defined.
24526         * org-agenda.el (org-agenda-insert-diary-make-new-entry):
24527         Call `org-insert-heading' with the INVISIBLE-OK argument.
24529         * org-mac-message.el (org-mac-message-insert-flagged):
24530         Call `org-insert-heading' with the INVISIBLE-OK argument.
24532         * org.el (org-insert-heading): New argument INVISIBLE-OK.
24534         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
24535         prompt message.
24537         * org-html.el (org-html-level-start): Use the
24538         `html-container-class' text property to set an additional class
24539         for an outline container.
24541         * org-exp.el (org-export-remember-html-container-classes):
24542         New function.
24543         (org-export-preprocess-string):
24544         Call `org-export-remember-html-container-classes'.
24546         * org.el (org-cycle): Mention level cycling in the docstring.
24547         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
24549         * org-remember.el (org-remember-apply-template): Do file insertion
24550         first.
24552 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24554         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
24555         problem with mis-aligned graphs when showing habits.
24557 2010-04-10  Mikael Fornius  <mfo@abc.se>
24559         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
24560         when assigning.  Begin using numerical characters when all in name
24561         is used up.  This is to spare alphanumeric characters for better
24562         match with other keywords.
24564 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24566         * org-exp.el (org-export-preprocess-hook): Improve documentation.
24568         * org-latex.el (org-export-latex-preprocess): More consistent
24569         conversion and protection of the words LaTeX and TeX.
24570         (org-export-latex-fontify-headline, org-export-latex-preprocess):
24571         Allow angle brackets in commands, for beamer.
24573 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24575         * org-clock.el (org-clock-in): Improve the look of the clock line
24576         by formatting links.
24578 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24580         * org-latex.el (org-export-latex-classes): Use AUTO as the place
24581         holder string for the coding system.  And improve the
24582         documentation.
24583         (org-export-latex-fix-inputenc): Only modify the coding system if
24584         it is given by the placeholder AUTO.
24586 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24588         * org-clock.el (org-task-overrun-text): New option.
24589         (org-task-overrun, org-clock-update-period): New variables.
24590         (org-clock-get-clock-string, org-clock-update-mode-line):
24591         Mark overrun clock.
24592         (org-clock-notify-once-if-expired): Check if clock is overrun.
24594         * org-faces.el: New face `org-mode-line-clock-overrun'.
24596 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
24598         * org.el (org-narrow-to-subtree): Position the end of the narrowed
24599         region before the line with the next heading, to prevent the user
24600         from prepending text to the next headline.
24602 2010-04-10  Stephen Eglen  <stephen@gnu.org>
24604         * org-agenda.el (org-get-time-of-day):
24605         Use org-agenda-time-leading-zero to allow leading zero (rather than
24606         space) for times.
24608 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24610         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
24611         org-datetree.el is loaded.
24613         * org-datetree.el: Autoload `org-datetree-find-day-create'.
24615         * org-latex.el (org-export-latex-hyperref-format): New option.
24616         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
24618 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24620         * org-ctags.el (org-ctags-enable): Change order of functions.
24621         (org-ctags-create-tags): Add wildcard to file name expansion.
24623 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24625         * org.el (org-entry-properties): Fix some important bugs.
24627 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24629         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
24630         the table is not explicitly given.
24632 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24634         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
24635         as value.
24636         (org-clock-out-if-current): Work with the new list value of
24637         `org-clock-out-when-done'.
24638         (org-clock-out, org-clock-out-if-current): Avoid circular logic
24639         between clocking out and state changes.
24641         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
24643         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
24644         accident protect a character that is before a backslash.
24646 2010-04-10  Paul Sexton  <eeeickythump@gmail.com>
24648         * org-ctags.el: New file.
24650 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24652         * org-agenda.el (org-diary-class):
24653         Use `org-order-calendar-date-args'.
24655         * org.el (org-order-calendar-date-args): New function.
24657         * org-exp.el (org-export-target-internal-links): Check for
24658         protectedness after the first bracket.
24660         * org.el (org-entry-properties): Don't match wrong-case TODO
24661         keywords.
24663         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
24664         Document that ARG is passed through to remove the date.
24665         (org-agenda-bulk-action): Accept prefix arg and pass it on.
24666         Do not read a date when the user has given a `C-u' prefix.
24668 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24670         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
24671         tags are hidden.
24673 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24675         * org-latex.el (org-export-latex-fix-inputenc): New function.
24676         (org-export-latex-inputenc-alist): New option.
24678         * org-exp.el (org-export): New key SPC to publish enclosing
24679         subtree.
24681 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24683         * org-indent.el (org-indent-add-properties): Catch case when there
24684         is no headline in the buffer.
24686 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24688         * org-exp.el (org-html-entities): Add checkmark symbol.
24690         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
24691         verbatim code for ASCII export.
24693         * org.el (org-update-statistics-cookies): Also see checkboxes in
24694         ordered lists.
24696 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24698         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
24699         key.
24701         * org-beamer.el (org-beamer-amend-header): Change the location
24702         where `org-beamer-header-extra' is inserted.
24704         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
24705         just for computing this regexp.
24707 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24709         * org-beamer.el (org-beamer-frame-default-options): New option.
24710         (org-beamer-sectioning): Use default options if the user does not
24711         have defined any.
24712         (org-beamer-fix-toc): Put a frame around the table of contents.
24714         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
24715         Make sure case-folding works well when processing comment stuff.
24717         * org-latex.el (org-export-latex-after-save-hook): New hook.
24718         (org-export-as-latex): Run the new hook.
24720 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24722         * org-beamer.el (org-beamer-environments-default): Add the note
24723         environments.
24724         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
24725         lines and collect and combine the content.
24726         (org-beamer-after-initial-vars): Check for note tags and make sure
24727         they will be seen like a property.
24729         * org.el (org-offer-links-in-entry): Fix bug when there is a
24730         single link.
24732         * org-exp.el (org-export): Make sure the mark is activated, also
24733         when `transient-mark-mode' is off.
24735         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
24736         (org-agenda-search-view-search-words-only): Obsolete variable, is
24737         now an alias for `org-agenda-search-view-always-boolean'.
24738         (org-agenda-search-view-force-full-words): New option.
24739         (org-search-view): Improve docstring, and implement a better logic
24740         for Boolean and phrase searches.
24741         (org-agenda-last-search-view-search-was-boolean): New variable.
24742         (org-agenda-manipulate-query): Consider the type of the last
24743         search when modifying the search string.
24745 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24747         * org-latex.el (org-export-as-latex): Do the first letbind in the
24748         right moment.
24750         * org-agenda.el (org-get-entries-from-diary): Add the new face to
24751         these entries.
24753         * org-faces.el (org-agenda-diary): New face.
24755         * org.el (org-make-link-regexps): Allow regexp-special characters
24756         in link types.
24757         (org-open-file): When in-emacs is `system', also force system
24758         opening, like when the value was `(16)'.
24759         (org-update-statistics-cookies): Handle entries without children.
24761         * org-exp.el
24762         (org-export-preprocess-before-normalizing-links-hook): New hook.
24763         (org-export-preprocess-string): Run the new hook.
24765         * org.el (org-offer-links-in-entry): Make RET open all links.
24767         * org-html.el (org-export-as-html): Remove any leftover display
24768         properties in the html file.
24770         * org-wl.el (org-wl-store-link): Work-around for format bug with
24771         text properties.
24773         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
24774         invisibility while adding the graphs.
24776 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24778         * org-remember.el (org-select-remember-template): Use C letter to
24779         customize remember templates.
24781         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
24782         Move cursor to next visible line.
24784 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24786         * org-beamer.el (org-beamer-sectioning): Leave columns environment
24787         by specifying 0 or 1 for column width.
24788         (org-beamer-column-widths): Make 0 stand for 0.0.
24790 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24792         * org-exp.el (org-export-mark-radio-links): Don't match inside
24793         <<target>>.
24795         * org.el (org-format-latex-header-extra): New variable.
24796         (org-format-latex): Set org-format-latex-header-extra from
24797         in-buffer stuff.
24798         (org-format-latex): Add org-format-latex-header-extra to the
24799         variables on which image creation depends.
24800         (org-create-formula-image): Add the header stuff from in-buffer
24801         settings.
24802         (org-read-date-analyze): Base the analysis for future preference
24803         on NOW, not on the default date.
24805         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
24806         for TODO keyword in inline tasks.
24808         * org.el (org-log-note-headings): New headings for removing
24809         deadline or scheduling date.
24810         (org-deadline, org-schedule): Arrange for logging when removing a
24811         date.
24812         (org-add-log-note): Handle deadline and scheduling removal.
24814 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24816         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
24818 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24820         * org-agenda.el (org-diary-class): New function.
24822 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24824         * org-latex.el (org-export-latex-preprocess): Do process the text
24825         of a radio target.
24827 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24829         * org.el (org-entry-properties): Add TIMESTAMP properties back
24830         in.
24832 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24834         * org.el (org-all-time-keywords): New variable.
24835         (org-set-regexps-and-options): Set `org-all-time-keywords'.
24836         (org-entry-blocked-p): New function.
24837         (org-special-properties): Add BLOCKED as a new special property.
24838         (org-entry-properties): New optional argument SPECIFIC, only parse
24839         for this property when it is specified.
24840         (org-entry-get): Pass a SPECIFIC argument to
24841         `org-entry-properties'.
24843         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
24845 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24847         * org-latex.el (org-export-latex-tables): No forced line end if
24848         there is no caption.
24850 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24852         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
24853         package.
24855         * org-latex.el (org-export-latex-tables): Only add a caption when
24856         macro is in longtable environments if one has been defined.
24858         * org-html.el (org-export-as-html): Only take title from buffer if
24859         not exporting body-only.
24861         * org-latex.el (org-export-latex-preprocess): Better version of
24862         the regular expression for protecting LaTeX macros.
24863         (org-export-latex-preprocess): Start searching for macros to
24864         protect from beginning of buffer.
24866         * org-exp.el (org-export-target-internal-links): Check for
24867         protectedness earlier in the string.
24869         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
24870         case sensitively.
24872         * org-id.el (org-id-store-link): Match TODO keywords case
24873         sensitively.
24875         * org.el (org-heading-components, org-get-outline-path)
24876         (org-display-outline-path): Match TODO keywords case sensitively.
24878         * org-latex.el (org-export-as-latex): Ignore read-only
24879         properties.
24881         * org-exp.el (org-export-preprocess-string): Remove any
24882         `read-only' properties.
24884         * org-agenda.el (org-agenda-inactive-leader): New option.
24885         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
24886         (org-tags-view): Prompt for matcher if MATCH is an empty string.
24887         (org-todo-list): Prompt for matcher if ARG is an empty string.
24889 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24891         * org.el (org-open-link-functions): New hook.
24892         (org-open-at-point): Run `org-open-link-functions'.
24894 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24896         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
24897         stamps as well.
24899         * org.el (org-inhibit-startup-visibility-stuff): New variable.
24900         (org-mode): Don't do startup visibility if inhibited.
24901         (org-outline-overlay-data, org-set-outline-overlay-data):
24902         New functions.
24903         (org-save-outline-visibility): New macro.
24904         (org-log-note-headings): Document that one should not change the
24905         `state' note format.
24907 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24909         * org.el (org-make-link-regexps): Capture link path into a group.
24911 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24913         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
24914         the options plist.
24916 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24918         * org.el (org-startup-with-beamer-mode): New option.
24919         (org-property-changed-functions)
24920         (org-property-allowed-value-functions): New hooks.
24921         (org-entry-put, org-property-get-allowed-values): Run the new
24922         hooks.
24923         (org-property-next-allowed-value): Run the new hooks.
24925         * org-exp.el (org-export-select-backend-specific-text): Add the
24926         special beamer tags.
24928         * org-beamer.el: New file.
24930         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
24931         (org-export-as-latex):
24932         Run `org-export-latex-after-initial-vars-hook'.
24933         (org-export-latex-format-toc-function)
24934         (org-export-latex-make-header):
24935         Call `org-export-latex-format-toc-function'.
24937         * org.el (org-fill-template): Make template searches case sensitive.
24939         * org-exp.el (org-export): Use "1" as a sign to export only the
24940         subtree.
24942         * org-colview.el (org-columns-edit-value):
24943         Use org-unrestricted property.
24945         * org.el (org-compute-property-at-point): Set org-unrestricted
24946         text property if the list contains ":ETC".
24947         (org-insert-property-drawer):
24948         Use org-unrestricted property.
24950         * org-exp.el
24951         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
24952         (org-export-preprocess-string):
24953         Run `org-export-preprocess-before-selecting-backend-code-hook'.
24955         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
24957         * org-latex.el (org-export-region-as-latex):
24958         Run `org-export-first-hook'.
24960         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
24962         * org-docbook.el (org-export-as-docbook):
24963         Run `org-export-first-hook'.
24965         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
24967         * org-exp.el (org-export-first-hook): New hook.
24969 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24971         * org-list.el (org-previous-item): Exit at the beginning of the
24972         buffer.
24974         * org-id.el (org-id-locations-save): Only write the id locations
24975         if any are defined.
24977         * org-archive.el (org-archive-all-done): Make this work in a file
24978         with org-odd-levels-only set.
24980         * org.el (org-get-refile-targets): Catch the case when a buffer
24981         has no file.
24983         * org-latex.el (org-export-as-latex): Cleanup forced line ends
24984         where they are not needed.
24985         (org-export-latex-subcontent): Remove unnecessary newlines.
24987 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24989         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
24990         (org-export-latex-fontify): Fix regexp bug that takes special
24991         care of protecting the right boundary characters in emphasis
24992         matches.
24993         (org-export-latex-preprocess): Allow multiple arguments to latex
24994         macros.
24996         * org.el (org-make-link-regexps): Use John Gruber's regexp for
24997         urls.
24999         * org-macs.el (org-re): Interpret :punct: in regexps.
25001         * org-exp.el (org-export-replace-src-segments-and-examples):
25002         Also take the final newline after the END line.
25004         * org.el (org-clean-visibility-after-subtree-move): Only fix
25005         entries that are not entirely invisible already.
25006         (org-insert-link): Respect org-link-file-path-type for
25007         "docview:" links in addition to "file:" links.
25009 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25011         * org-exp.el (org-export-format-source-code-or-example):
25012         Avoid additional extra white lines in LaTeX.
25014         * org-list.el (org-list-parse-list): Leave empty lines after the
25015         list, don't consider them as part of the list.
25017         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
25018         searches.
25020         * org-clock.el (org-clock-select-task): Convert integer to
25021         character for XEmacs.
25023 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25025         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
25026         compatible.
25028 2010-04-10  Tassilo Horn  <tassilo@member.fsf.org>
25030         * org.el (org-complete-tags-always-offer-all-agenda-tags):
25031         New variable.
25032         (org-set-tags): Use it.
25034 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25036         * org-list.el (org-empty-line-terminates-plain-lists):
25037         Update docstring.
25039         * org.el (org-format-latex): Fix link creation for processed latex
25040         snippets.
25042 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25044         * org-footnote.el (org-footnote-normalize): Protect replacement
25045         text.
25047         * org.el (org-inside-latex-macro-p): Save match data.
25049 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
25051         * org-docview.el: New file.
25053 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25055         * org-latex.el (org-export-latex-class-options): New variable.
25056         (org-export-latex-set-initial-vars): Use the class options.
25058         * org.el (org-forward-same-level): Stop at headings that start
25059         with an invisible character.
25060         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
25062 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25064         * org-footnote.el (org-footnote-normalize): Don't take optional
25065         arguments in LaTeX macros as footnotes.
25067         * org.el (org-inside-latex-macro-p): New function.
25069         * org-latex.el (org-latex-to-pdf-process): Change customization
25070         group to `org-export-pdf'.
25072         * org-agenda.el (org-agenda-get-blocks): Look at time string also
25073         on days after the first one.
25075         * org.el (org-insert-heading): Also check for item before assuming
25076         before-first-heading condition.
25078         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
25079         (org-export-pdf-logfiles): New option.
25080         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
25081         (org-export-pdf-logfiles): Fix customization type.
25083         * org.el (org-insert-link): Improve error message when there is no
25084         default link to select with RET.
25086         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
25087         parameter list.
25089 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25091         * org-latex.el (org-export-latex-parse-global)
25092         (org-export-latex-parse-content)
25093         (org-export-latex-parse-subcontent):
25094         Use `org-re-search-forward-unprotected'.
25095         (org-export-as-pdf): Remove log files produced by XeTeX.
25097         * org-macs.el (org-re-search-forward-unprotected): New function.
25099 2010-04-10  James TD Smith  <ahktenzero@mohorovi.cc>
25101         * org-colview.el (org-agenda-colview-summarize): Sort out some
25102         confusion between properties and titles, which resulted in
25103         agenda summaries not working if a title was set for a column.
25105 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25107         * org-mobile.el (org-mobile-agendas): New option.
25108         (org-mobile-sumo-agenda-command): Select the right agendas.
25110         * org-latex.el (org-export-latex-format-image): Preserve the
25111         original-indentation property.
25113 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25115         * org-clock.el (org-clock-insert-selection-line): Catch error when
25116         an old tasks no longer exists.
25118         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
25119         (org-export-as-pdf): Don't remove the old PDF file before making
25120         the new one.
25122         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
25123         (org-mouse-context-menu): Use `org-looking-back'.
25125         * org.el (org-cycle-level): Use `org-looking-back'.
25127         * org-list.el (org-cycle-item-indentation):
25128         Use `org-looking-back'.
25130         * org-compat.el (org-looking-back): New function.
25132         * org.el (org-insert-heading): Catch before-first-headline when
25133         inserting a headline.
25135 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25137         * org-latex.el (org-export-latex-format-image): Indent figure
25138         environment, so that it does not interrupt plain list.
25140         * org.el (org-open-at-point): Allow long link descriptions.
25142 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25144         * org-html.el (org-export-as-html): Remove empty lines at the
25145         beginning of the exported text.
25147 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
25149         * org.el (org): Remove from hypermedia group.
25151 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
25153         * Branch for 23.2.
25155 2010-02-15  Chong Yidong  <cyd@stupidchicken.com>
25157         * org-freemind.el (org-freemind-from-org-mode-node)
25158         (org-freemind-from-org-mode)
25159         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
25160         Pass arg to called-interactively-p.
25162 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
25164         * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
25165         Fix typos in docstrings.
25167 2010-01-01  Juanma Barranquero  <lekktu@gmail.com>
25169         * org.el (org-get-outline-path, org-speed-command-help):
25170         Fix typos in error messages.
25172 2009-12-14  Juri Linkov  <juri@jurta.org>
25174         * org-html.el (org-export-html-style-include-default):
25175         Put `safe-local-variable booleanp' on
25176         `org-export-html-style-include-default' instead of mistakenly
25177         duplicate `org-export-html-style'.
25179 2009-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
25181         * org-agenda.el (org-agenda-diary-entry-in-org-file):
25182         Rebuild agenda after adding new entry.
25184         * org-datetree.el (org-datetree-find-day-create): Fix regular
25185         expression.
25187         * org.el (org-display-outline-path): Use a format specifier for
25188         message, to avoid problems with heading containing `%'.
25190         * org-agenda.el (org-agenda-hide-tags-regexp): New option.
25191         (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
25192         (org-agenda-fix-displayed-tags): New function.
25193         (org-agenda-do-context-action): Just call
25194         `org-display-outline-path', without piping the result through
25195         `message'.
25197         * org-latex.el (org-export-latex-preprocess): Protect secondary
25198         footnote references.
25200         * org-indent.el (org-indent-initialize): Avoid empty strings as
25201         line prefixes.
25203         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
25204         hat checking for the mark does not throw an error.
25205         (org-agenda-diary-entry-in-org-file): Catch the case that there is
25206         not `day' text property in the cursor line.
25208         * org.el (org-sort-entries-or-items): Make sure that the final
25209         entry has a newline before doing the sorting.
25211         * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
25212         property at the beginning of the line.
25214         * org.el (org-make-link-string): Don't allow a description with
25215         only white space.
25217         * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
25218         (org-agenda-insert-diary-as-top-level): New function.
25219         (org-agenda-add-entry-to-org-agenda-diary-file):
25220         Call `org-agenda-insert-diary-as-top-level'.
25222         * org.el (org-occur-in-agenda-files): Make sure none of the
25223         buffers is narrowed.
25224         (org-activate-plain-links): Add the face property here.
25225         (org-set-font-lock-defaults): Do not add the face to plain links,
25226         the activator function does this.
25228         * org-habit.el (org-is-habit-p): Add doc string.
25230         * org-archive.el (org-archive-subtree-default-with-confirmation):
25231         Autoload.
25233         * org-latex.el (org-export-latex-fontify): Fix regexp to make char
25234         after match optional (happens at the end of a line...).
25236         * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
25237         for special blocks.
25239         * org-faces.el (org-copy-face): Set lisp indentation.
25240         (org-quote, org-verse): New faces.
25242         * org-agenda.el (org-agenda-remove-date): Remove variable.
25244         * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
25246         * org-html.el (org-export-as-html): Move the home/up link into
25247         the content div.
25249         * org.el (org-export-latex-packages-alist): Option definition
25250         moved here from org-latex.el.
25252         * org-html.el (org-export-html-home/up-format): Add an ID to the
25253         up/home div.
25255         * org-wl.el (org-wl-store-link): Handle the case that
25256         `wl-use-petname' is set.
25258         * org.el (org-set-effort): Improve prompt.
25259         (org-get-outline-path): Widen to get full path.
25260         (org-compact-display-after-subtree-move): Function removed.
25262 2009-11-20  Eric Schulte  <schulte.eric@gmail.com>
25264         * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
25265         hash keys to cache and re-use images generated by the
25266         org-exp-blocks interface to ditaa and dot.
25268         * org.el (org-format-latex): Latex images are now saved to files
25269         named by the sha1 hash of the latex source text avoiding
25270         regeneration of identical images.
25272 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
25274         * org-latex.el (org-export-as-latex): Add the :drawers property.
25276 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
25278         * org.el (org-speed-commands-user): Allow documentation headlines.
25279         (org-speed-commands-default): Organize the value of this constant
25280         with descriptive headlines.
25281         (org-print-speed-command): Output the headlines.
25283 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
25285         * org-agenda.el (org-agenda-show-outline-path): New option.
25286         (org-agenda-do-context-action): New function.
25287         (org-agenda-next-line, org-agenda-previous-line):
25288         Use `org-agenda-do-context-action'.
25290         * org.el (org-use-speed-commands): Allow function value.
25291         (org-speed-commands-default): Make headline motion safe, so that
25292         these commands always end on a headline.
25293         (org-speed-commands-default): New key `v' for `org-agenda'.
25294         (org-speed-move-safe): New function.
25295         (org-self-insert-command): Use the function value of
25296         `org-use-speed-commands'.
25297         (org-get-outline-path): Improve docstring.
25298         (org-format-outline-path): New function.
25299         (org-display-outline-path): New function.
25301 2009-11-15  John Wiegley  <jwiegley@gmail.com>
25303         * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
25304         a string, use that to find the LOGBOOK drawer.
25306 2009-11-15  Glenn Morris  <rgm@gnu.org>
25308         * org-agenda.el (org-datetree-find-date-create)
25309         (org-habit-get-priority):
25310         * org.el (org-format-agenda-item): Fix declarations.
25312 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25314         * org.el (org-clone-subtree-with-time-shift): Make it work at the
25315         end of the buffer.
25317         * org-mobile.el (org-mobile-write-checksums): Specify coding
25318         system.
25319         (org-mobile-timestamp-buffer): Keep local variable/mode line at
25320         beginning of buffer.
25322         * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
25324         * org.el (org-block-todo-from-children-or-siblings-or-parent)
25325         (org-block-todo-from-checkboxes): Do not block changes to a nil
25326         TODO state.
25328 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
25330         * org-habit.el (org-habit-parse-todo): Indicate which habit is
25331         wrongly set up in the error messages.
25333         * org-colview.el (org-columns-display-here): Don't try to
25334         calculate values if the underlying property is not set.
25335         (org-columns-string-to-number): Convert age strings back into
25336         fractional days.
25337         (org-agenda-colview-summarize): Handle extended summary types
25338         properly.
25340 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25342         * org-exp.el (org-export-format-drawer-function): New variable.
25343         (org-export-format-drawer): New function.
25344         (org-export-preprocess-string): Pass the backend as a parameter to
25345         `org-export-remove-or-extract-drawers'.
25346         (org-export-remove-or-extract-drawers): New parameter BACKEND.
25348         * org-protocol.el (org-protocol-char-to-string): New defsubst.
25350 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25352         * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
25353         message when no block is selected.
25355         * org-latex.el (org-export-latex-links): Check for protectedness
25356         in the last matched character, not after the match.
25358         * org-datetree.el (org-datetree-find-date-create):
25359         Respect restriction when KEEP-RESTRICTION is set.
25360         (org-datetree-file-entry-under): New function.
25361         (org-datetree-cleanup): New command.
25363 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
25365         * org-src.el (org-edit-src-code): New optional argument context
25366         allows calling functions to avoid altering the saved window
25367         configuration.
25368         (org-edit-src-exit): Do not restore window configuration when this
25369         function is used in the context of saving the edit buffer.
25371 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25373         * org-clock.el (org-clock-out, org-clock-cancel): Revert to
25374         instances to switching to with-current-buffer, because these seem
25375         to cause problems - no idea why.
25377         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
25378         Require diary-lib for (diary-date-display-form).
25380 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25382         * org.el (org-log-reschedule, org-log-redeadline): New options.
25383         (org-log-note-headings): Add templates for rescheduling and
25384         deadline changing.
25385         (org-startup-options): Add in-buffer settings for logging changing
25386         schedule and deadline time stamps.
25387         (org-deadline, org-schedule): Check for existing date and arrange
25388         for logging if the user requests it.
25389         (org-add-log-note): Prepare proper note buffers for rescheduling
25390         and deadline changes.
25392 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25394         * org-agenda.el (org-agenda-diary-entry-in-org-file)
25395         (org-agenda-add-entry-to-org-agenda-diary-file)
25396         (org-agenda-insert-diary-make-new-entry): New functions.
25397         (org-agenda-diary-entry):
25398         Call `org-agenda-diary-entry-in-org-file' when appropriate.
25400         * org.el (org-calendar-insert-diary-entry-key): New option.
25401         (org-agenda-diary-file): New option.
25402         ("calendar"): Install our insertion function in the calendar.
25404         * org-remember.el (org-datetree): Require.
25405         (org-remember-templates): Add new positioning option.
25406         (org-remember-reference-date): New variable.
25407         (org-remember-apply-template): Store the reference date in a local
25408         variable.
25409         (org-remember-handler): Implement date tree positioning of entries.
25411         * org-datetree.el: New file.
25413         * org-latex.el (org-export-latex-preprocess): Protect targets in
25414         verbatim emphasis.
25416         * org-html.el (org-export-as-html): Protect targets in verbatim
25417         emphasis.
25419         * org-docbook.el (org-export-as-docbook): Protect targets in
25420         verbatim emphasis.
25422 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25424         * org-clock.el (org-show-notification): Handle messages that
25425         contain a percent character.
25427         * org-remember.el (org-remember-apply-template): Turn of partial
25428         completion.
25430         * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
25431         (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
25433         * org.el (org-indent-mode): Define variable already in org.el.
25434         (org-unfontify-region): Remove line-prefix and wrap-prefix
25435         properties only if org-indent-mode is active.
25437 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25439         * org-icalendar.el (org-print-icalendar-entries): Save match data
25440         around call to verify function.
25441         (org-print-icalendar-entries): Add a call to the verification
25442         function.
25444         * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
25445         save-restrivtion' form.
25447 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
25449         * org-exp.el (org-export-format-source-code-or-example):
25450         Restrict scope of preserve-indentp to the let binding.
25451         (org-src): Require org-src, since org-src-preserve-indentation is used.
25453 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25455         * org-timer.el (org-timer-set-timer): Set variables
25456         org-timer-timer[123] correctly.
25458         * org-mobile.el (org-mobile-files-alist): Make it work when
25459         `agenda-archives' is included in
25460         `org-agenda-text-search-extra-files'.
25461         (org-mobile-push): Restore agenda after mobile push.
25463 2009-11-13  John Wiegley  <jwiegley@gmail.com>
25465         * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
25466         way the amount of idle time is presented in the minibuffer.
25468 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25470         * org-icalendar.el (org-print-icalendar-entries):
25471         Use org-icalendar-verify-function only if non-nil.
25473         * org.el (org-refile): Refile to clock only if the prefix arg is
25474         2.
25475         (org-sparse-tree): Fix docstring to be in line with prompt.
25476         (org-update-parent-todo-statistics):
25477         Call `org-after-todo-statistics-hook' on each level.
25479 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25481         * org-remember.el (org-remember-apply-template): Make sure the
25482         buffer exists.
25484 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25486         * org.el (org-tab-ind-state): New variable.
25487         (org-cycle-level): New function.
25488         (org-cycle-level-after-item/entry-creation): New option.
25489         (org-flag-subtree): New function.
25490         (org-hide-archived-subtrees): Call `org-flag-subtree'.
25491         (org-set-effort): Indexed access.
25493         * org-list.el (org-cycle-item-indentation): New function.
25495         * org.el (org-refile): Make prefix argument 2 refile to current
25496         clock.
25497         (org-priority): Interpret action `remove' as call to remove the
25498         priority cookie.
25500         * org-remember.el (org-remember-apply-template): Don't depend on
25501         buffer name being like file name.
25503 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25505         * org-clock.el (org-clock-play-sound): Expand file in
25506         org-clock-sound, to allow ~ for home.
25508         * org-remember.el (org-remember-handler):
25509         Set text-before-node-creation even if this already looks like a node,
25510         because the string might be needed on non-org-mode target files.
25512         * org-agenda.el (org-agenda-open-link): Make this work in agenda
25513         clocktables.
25514         (org-agenda-switch-to): Follow a link at point if
25515         org-return-follows-link' is set and there is nothing else to do in
25516         this line.
25518 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
25520         * org-exp-blocks.el: Modify split separator regexp to avoid empty
25521         strings.
25523 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
25525         * org-colview.el (org-columns-new): Make this work with the new
25526         operators.
25527         (org-columns-store-format): Make this work with the new operators.
25529 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25531         * org-src.el (org-src-preserve-indentation): Document that this
25532         variable is also used during export.
25534         * org-exp.el (org-export-format-source-code-or-example):
25535         Preserve indentation if a block has a -i option, or if
25536         `org-src-preserve-indentation' is set.
25538         * org-exp-blocks.el (org-export-blocks-preprocess):
25539         Preserve indentation if a block has a -i option, or if
25540         `org-src-preserve-indentation' is set.
25542 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25544         * org.el (org-mode-map): Define the new archiving keys.
25545         (org-speed-commands-default): Define an archiving key in the speed
25546         command map.
25547         (org-org-menu): Improve the menu structure concerning archiving.
25549         * org-archive.el (org-archive-subtree-default-with-confirmation):
25550         New command.
25552         * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
25553         (org-agenda-menu): Add the new archiving commands to the menu.
25554         (org-agenda-archive-default)
25555         (org-agenda-archive-default-with-confirmation): New commands.
25556         (org-agenda-archive, org-agenda-archive-to-archive-sibling):
25557         Just call `org-agenda-archive-with'.
25558         (org-agenda-archive-with): New function.
25560         * org-table.el (org-table-convert-region): Inert spaces around "|"
25561         to avoid line beginnings like "|-1" which will be mistaken as
25562         hlines.
25564 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25566         * org.el (org-offer-links-in-entry): Return nil if there are no
25567         links, t if a link has been selected.
25568         (org-open-at-point): Open attachment directory when called in the
25569         headline and there are no links in the entry body.
25570         (org-speed-commands-default): Add "o" for open-at-point as a speed
25571         command.
25573         * org-attach.el (org-attach-reveal): Optional prefix arg
25574         IF-EXISTS, which avoids creating the attachment directory if it
25575         does not yet exist.
25577         * org-agenda.el (org-agenda, org-run-agenda-series):
25578         Evaluate MATCH.
25580 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25582         * org.el ("abbrev"): Work with abbrev tables only after they have
25583         been loaded.
25585         * org-list.el (org-list-send-list): Fix bug related to match
25586         data.
25588         * org-latex.el (org-export-latex-fontify): Apply verbatim
25589         emphasis.
25590         (org-export-latex-make-header): Insert \obeylines if line breaks
25591         should be preserved.
25593         * org-exp.el (org-export-protect-verbatim): Add an
25594         `org-verbatim-emph' property to such text.
25596 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25598         * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
25599         (org-print-icalendar-entries): Skip entries where the timestamp is
25600         not a deadline and not scheduled, if the user requests that.
25602         * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
25603         before an opening quote.
25605         * org-archive.el (org-archive-subtree): Keep archive after
25606         archiving something.
25608         * org-id.el (org-id-update-id-locations): Add archive files if
25609         that is required by `org-id-extra-files'.
25611 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25613         * org-src.el (org-src-window-setup): New option.
25614         (org-src-switch-to-buffer): New function.
25615         (org-edit-src-exit): Add optional argument CONTEXT and use it to
25616         restore window configuration.
25617         (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
25618         Call `org-src-switch-to-buffer'.
25620         * org.el (org-default-properties): Add STYLE property.
25621         (org-files-list): Use the function call to get the files.
25622         (org-additional-option-like-keywords): Add SETUPFILE to completion
25623         list.
25625 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25627         * org-table.el (org-table-convert-region): Correctly interpret
25628         quoting in csv import.
25630         * org.el (org-icompleting-read): Make iswitchb completion work
25631         with lists and tables.
25633         * org-agenda.el (org-agenda-add-entry-text): Never add entry text
25634         while pushing the mobile agenda.
25636 2009-11-13  John Wiegley  <jwiegley@gmail.com>
25638         * org-clock.el (org-clock-auto-clock-resolution): Now takes three
25639         values: nil, t and `when-no-clock-is-running'.
25640         (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
25641         whether or not to resolve Org buffers on clock in.
25643 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
25645         * org-colview.el (org-format-time-period): Function to format
25646         times in fractional days for display.
25647         (org-columns-display-here): Add support for showing a calculated
25648         value in place of the property.
25649         (org-columns): Set `org-columns-time' to the current time so time
25650         difference calculations will work.
25651         (org-columns-time): Use to store the current time when column view
25652         is displayed, so all time differences will use the same reference
25653         point.
25654         (org-columns-compile-map): There is now an extra position in each
25655         entry specifying the function to use to calculate the displayed
25656         value for the non-calculated properties in the column.
25657         (org-columns-compute-all): Set `org-columns-time' to the current
25658         time so time difference calculations will work.
25659         (org-columns-compute): Handle column operators where the values
25660         used are calculated from the underlying property.
25661         (org-columns-number-to-string): Handle the 'age' column format.
25662         (org-columns-string-to-number): Correct the function name (was
25663         org-column...).  Add support for the 'age' column format.
25664         (org-columns-compile-format): Support the additional parameter in
25665         org-columns-compile-map.
25667 2009-11-13  Bastien Guerry  <bzg@gnu.org>
25669         * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
25670         variable.
25672 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25674         * org-clock.el (org-clock-has-been-used): New variable.
25675         (org-clock-in): Set `org-clock-has-been-used'.
25676         (org-clock-save): Save only if clock data has been used or created
25677         during this session.
25679 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25681         * org-clock.el (org-clock-persist): New value, to store only the
25682         clock history.
25683         (org-clock-save): Don't save the clock if only the history should
25684         be stored.
25685         (org-clock-load): Turn off John Wiegley's auto resolving mechanism
25686         when restoring a saved clock.
25688 2009-11-13  John Wiegley  <jwiegley@gmail.com>
25690         * org-clock.el (org-clock-display, org-clock-put-overlay):
25691         Use `org-time-clock-use-fractional'.
25693         * org.el (org-time-clocksum-use-fractional)
25694         (org-time-clocksum-fractional-format): Two new customizable
25695         variables which allow the user to select fractional times (1.25
25696         instead of 1:25) in the `org-clock-display' report.
25698 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25700         * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
25701         New option.
25703         * org.el (org-tag-alist): Fix customization type.
25705 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25707         * org-mobile.el (org-mobile-update-checksum-for-capture-file):
25708         Make sure the regexp search can fail without throwing an error.
25709         (org-mobile-apply): Save the inbox buffer after removing
25710         successfully applied changes.
25712 2009-11-13  John Wiegley  <jwiegley@gmail.com>
25714         * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
25715         time is reported after the user comes back (but before they
25716         resolve time).
25718         * org.el (org-get-repeat): Change so that this function can be
25719         called with either `org-scheduled-string' or
25720         `org-deadline-string'.
25722         * org-clock.el (org-clock-auto-clock-resolution): Rename from
25723         `org-clock-disable-clock-resolution', since negatives don't sound
25724         good in customization variables.
25725         (org-clock-in): Don't use the auto-resolution logic if the user is
25726         clocking into a different task while an active clock is running.
25727         This then allows the default behavior of clocking out of the open
25728         task and then into the new task.
25730         * org.el (org-modules): Made this variable more consistent, since
25731         it was referring to Org, OrgMode and Org-mode, whereas the docs
25732         for the variable always refer to Org-mode.
25734 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
25736         * org.el (org-repeat-re): The changed org-repeat-re no longer
25737         matched simple +2d type repeaters.  Fix it so it does.
25739 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25741         * org-latex.el (org-export-latex-preprocess): Protect the vspace
25742         macro in the VERSE environment.
25744 2009-11-13  John Wiegley  <jwiegley@gmail.com>
25746         * org-habit.el (org-habit-get-priority): A new function that
25747         determines the relative priority of a habit, based on how long
25748         past its scheduled date it is, and how near the deadline is.
25750         * org-agenda.el (org-agenda-get-scheduled): Set habit priority
25751         using `org-habit-get-priority'.
25753         * org-habit.el (org-habit-build-graph): Start displaying colors
25754         from the first scheduled date, if that date is earlier than the
25755         first completion date.
25757         * org-habit.el: Changed all "color" variables to faces, and made
25758         them appropriate for light and dark backgrounds.
25760         * org-habit.el (org-habit-duration-to-days): Made this function
25761         more general.
25762         (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
25764         * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
25765         habits, since they don't use DEADLINE anymore.
25767         * org.el (org-repeat-re, org-display-custom-time)
25768         (org-timestamp-change): Extend to support the new ".+N/N"
25769         syntax, used for habits.
25771         * org-clock.el (org-clock-resolve-clock): Fix an incorrect
25772         variable reference.
25774         * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
25775         modeline when habits are being displayed (if that module is being
25776         loaded).
25778 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
25780         * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
25781         idle time using the xscreensaver extension.
25782         (org-user-idle-seconds): Use X11 idle time if available.
25784 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25786         * org-agenda.el (org-agenda-next-line): New command.
25787         (org-agenda-previous-line): New commands.
25788         (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
25789         New commands.
25790         (org-agenda-follow-mode): Do the follow immediately if the mode is
25791         turned on here.
25792         (previous-line, next-line): Replace keys with the corresponding
25793         org functions.
25794         (org-agenda-mode-map): Bind backspace and delete to the scrolling
25795         command.
25797         * org.el (org-icompleting-read): Turn off partial completion mode
25798         for the duration of this completion round.
25800         * org-latex.el (org-export-latex-fontify-headline): Protect TeX
25801         macros in author lines and similar stuff.
25803         * org.el (org-file-tags): Fix docstring.
25804         (org-get-buffer-tags): Add the #+FILETAGS tags.
25805         ("ecb"): Make ecb show context after jumping into an Org file.
25807 2009-11-13  John Wiegley  <johnw@newartisans.com>
25809         * org-agenda.el (org-finalize-agenda): Draw habit consistency
25810         graphs after everything else in the buffer has been setup.
25812 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25814         * org-mobile.el (org-mobile-apply): Count success and failure.
25816         * org.el (org-indent-line-function): Fix regexp replace problem.
25818 2009-11-13  John Wiegley  <johnw@newartisans.com>
25820         * org-clock.el (org-clock-disable-clock-resolution):
25821         New customization variable that disable automatic clock resolution on
25822         clock in.
25823         (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
25824         not automatically resolve anything.  This is does not affect
25825         idle-time resolution, however, if `org-clock-idle-time' is set.
25827 2009-11-13  John Wiegley  <johnw@newartisans.com>
25829         * org-habit.el: New file, which implements code to build a "habit
25830         consistency graph".
25832         * org-agenda.el (org-agenda-get-deadlines)
25833         (org-agenda-get-scheduled): Display consistency graphs when
25834         outputting habits into the agenda.  The graphs are always relative
25835         to the current time.
25836         (org-format-agenda-item): Add new parameter `habitp', which
25837         indicates whether we are formatting a habit or not.  Do not
25838         display "extra" leading information if habitp is true.
25840         * org.el (org-repeat-re): Improve regexp to include .+ and ++
25841         leaders for repeat strings.
25842         (org-get-repeat): Now takes a string parameter `tagline', so the
25843         caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
25845 2009-11-13  John Wiegley  <johnw@newartisans.com>
25847         * org-agenda.el (org-agenda-auto-exclude-function):
25848         New customization variable for allowing the user to create an "auto
25849         exclusion" filter for doing context-aware auto tag filtering.
25850         (org-agenda-filter-by-tag): Changes to support the use of
25851         `org-agenda-auto-exclude-function'.  See the new manual addition.
25853 2009-11-13  John Wiegley  <johnw@newartisans.com>
25855         * org.el (org-files-list): Don't attempt to return a file name for
25856         Org buffers which have no associated file.
25858         * org-agenda.el (org-agenda-do-action): Fix a typo.
25860 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25862         * org-mobile.el (org-mobile-locate-entry): Interpret files
25863         relative to org-directory.
25864         (org-mobile-inbox-for-pull): Document the best location for this
25865         file.
25866         (org-mobile-check-setup): Verify `org-directory'.
25867         (org-mobile-create-index-file): Sort the files to be listed in
25868         index.org.
25870 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
25872         * org.el (org-fast-tag-selection): Add a way to display a
25873         description for a tag group.  This is done by adding a string to
25874         either the startgroup or endgroup cell.
25876 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25878         * org-clock.el (org-clock-resolve, org-resolve-clocks)
25879         (org-emacs-idle-seconds): Use `org-float-time' instead of
25880         `time-to-seconds'.
25882 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25884         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
25885         type.
25887         * org.el (org-pre-cycle-hook): Document that `empty' can also be
25888         the value of ARG when doing local cycling.
25890 2009-11-13  John Wiegley  <johnw@newartisans.com>
25892         * org-clock.el (org-clock-resolve-clock): If keeping or
25893         subtracting time results in a clock out at a time in the past, and
25894         if the resolution occurred due to idleness or invoking `M-x
25895         org-resolve-clocks', remember that past moment in time.  On the
25896         next clock in, the user will be prompted to see if they want to
25897         back-date their new clock to then.
25898         (org-clock-resolve): Do not jump the user to the location of a
25899         dangling clock if the resolution is occurring due to an idle
25900         timeout.  In that case there is typically only one dangling clock,
25901         the active one, and there is no value gained by shuffling their
25902         windows around to show it to them.  Being prompted to resolve an
25903         idle clock should be as inobtrusive as possible.
25904         (org-resolve-clocks-if-idle): New function that resolves only the
25905         currently active clock if the user has exceeded the time returned
25906         by `org-user-idle-seconds', based on the value of
25907         `org-clock-idle-time'.
25908         (org-clock-in): If, after resolving clocks, (???)
25909         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
25911         * org-clock.el (org-clock-resolve-clock): New function that
25912         resolves a clock to a specific time, closing or resuming as need
25913         be, and possibly even starting a new clock.
25914         (org-clock-resolve): New function used by `org-resolve-clocks'
25915         that sets up for the call to `org-clock-resolve-clock'.
25916         It determines the time to resolve to based on a single-character
25917         selection from the user to either keep time, subtract away time or
25918         cancel the clock.
25919         (org-resolve-clocks): New user command which resolves dangling
25920         clocks -- that is, open but not active -- anywhere in the file
25921         list returned by `org-files-list'.
25922         (org-clock-in): Automatically resolve dangling clocks whenever a
25923         user clocks in.
25924         (org-clock-cancel): If the user cancels the solely clock in a
25925         LOGBOOK, remove the empty drawer.
25927         * org-clock.el (org-clock-idle-time): New user customizable option
25928         for detecting whether the user has left a clock idle.  Note: it is
25929         only used in this commit to test whether it's worthwhile to check
25930         OS X to get the Mac user's current idle time.  If the Emacs idle
25931         time is less than the value, the user hasn't been away long enough
25932         to be worth checking (a more expensive test than just getting
25933         Emacs idle time).
25934         (org-user-idle-seconds, org-mac-idle-seconds)
25935         (org-emacs-idle-seconds): This three functions, in conjunction
25936         with the user customization variable `org-clock-idle-time', return
25937         the number of seconds (as a floating point) that the user has been
25938         away from their Emacs (or, if running on OS X, their computer).
25940         * org-clock.el (org-find-open-clocks): New function that returns a
25941         list of all open clocks in the given FILE.  Note that each clock
25942         it returns is a cons cell of the format (MARKER . START-TIME).
25943         This "clock" value is used by several of the new clock module
25944         utility functions.
25945         (org-is-active-clock): New inline function which tests whether the
25946         given clock value is the same as the currently active clock.
25947         Returns non-nil if this is the case.
25948         (org-with-clock-position): New macro that evaluates FORMS with
25949         point in the buffer and at the position of the given clock.
25950         Changes to the current clock are global.
25951         (org-with-clock): New macro that evaluates FORMS with point in the
25952         buffer and at the position of the given clock.  However, changes
25953         to the current clock are local and have no effect on the user's
25954         active clock.  This allows, for example, far any clock to be
25955         canceled without canceling the active clock.
25956         (org-clock-clock-in): New inline function that switches the active
25957         clock to the given clock.  If either the argument RESUME, or the
25958         global `org-clock-in-resume', are non-nil, it will resume a clock
25959         that was previously left open.
25960         (org-clock-clock-out): New inline function that clocks out the
25961         given clock value without affecting the currently active clock.
25962         (org-clock-clock-cancel): New inline function that cancels the
25963         given clock value without affecting the currently active clock.
25965         * org-clock.el (org-clock-in): Before creating
25966         `org-clock-mode-line-timer', check to make sure an older timer is
25967         not currently running.
25968         (org-clock-out): Accept new third parameter `at-time', which
25969         permits a clock to be clocked out at a specific time.  Note that
25970         no attempt is made to verify that the clock out time is later than
25971         the clock in time.
25973         * org.el (org-files-list): New utility function for returning a
25974         list of all open org-mode buffers, plus all files used to build
25975         the agenda buffer.  Note that not all the files will necessarily
25976         be visited by a buffer at time of call.
25977         (org-entry-beginning-position): Like the function
25978         `line-beginning-position', this inline function returns the
25979         beginning position of the current heading/entry.
25980         (org-entry-end-position): Like the function `line-end-position',
25981         this inline function returns the end position of the current
25982         heading/entry.
25984 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25986         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
25987         a header line.
25989 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25991         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
25993 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25995         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
25996         entries that have no tags.
25997         (org-agenda-search-view): New customize group.
25998         (org-agenda-search-view-search-words-only): New option.
25999         (org-search-view): Implement substring search.
26001 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
26003         * org.el (org-outline-level): Add doc string.
26005 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
26007         * org-inlinetask.el (org-inlinetask-export): Re-introduce
26008         variable.
26009         (org-inlinetask-export-handler): Only export inline task if the
26010         user option calls for it.
26012 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
26014         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
26015         END if present.
26017 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
26019         * org-latex.el (org-export-latex-tables): Don't format in
26020         protected regions.
26022 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
26024         * org-src.el (org-edit-src-code)
26025         (org-edit-src-find-region-and-lang, org-edit-src-exit):
26026         Handle macro editing.
26028         * org-agenda.el (org-prefix-category-max-length): New variable.
26029         (org-format-agenda-item): Use `org-prefix-category-max-length'.
26030         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
26032 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
26034         * org-mobile.el (org-mobile-create-index-file): Improve the
26035         listing of tags and todo keywords.
26037         * org-latex.el (org-export-latex-format-image): New function.
26038         (org-export-latex-links): Use `org-export-latex-format-image'.
26040 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
26042         * org-inlinetask.el (org-inlinetask-get-current-indentation)
26043         (org-inlinetask-remove-terminator): New functions.
26044         (org-inlinetask-export-handler): Terminate the description list.
26046         * org-exp.el (org-export-select-backend-specific-text): Remove the
26047         region markers.
26049         * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
26050         tasks without content.
26052         * org-clock.el: Make sure the clock-in target position does not
26053         move to a different node by widening the buffer.
26055         * org-html.el (org-export-html-format-image): Wrap image into
26056         figure div only when there is a caption.
26058         * org-archive.el (org-archive-mark-done): Change default value to
26059         nil.
26061 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
26063         * org.el (org-context): Call `bobp', not `eobp'.
26065         * org-clock.el (org-clock-cancel): Remove quotes from marker
26066         variables.
26068         * org.el (org-read-date-prefer-future): New allowed value `time'.
26069         (org-read-date-analyze): Shift day to tomorrow depending on time
26070         entered and value of `org-read-date-prefer-future'.
26072 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
26074         * org.el (org-version, org-get-refile-targets, org-refile)
26075         (org-store-log-note, org-diary-to-ical-string)
26076         (org-speedbar-set-agenda-restriction):
26077         * org-publish.el (org-publish-find-title):
26078         * org-plot.el (org-plot/gnuplot):
26079         * org-mouse.el (org-mouse-do-remotely):
26080         * org-mobile.el (org-mobile-move-capture):
26081         * org-mac-message.el (org-mac-message-insert-flagged):
26082         * org-latex.el (org-replace-region-by-latex):
26083         * org-docbook.el (org-replace-region-by-docbook):
26084         * org-clock.el (org-clock-out, org-clock-cancel):
26085         * org-bibtex.el (org-execute-file-search-in-bibtex):
26086         Use with-current-buffer.
26088 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
26090         * org.el (org-directory, org-map-entries):
26091         * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
26093 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26095         * org.el (org-set-tags-to): New command.
26097         * org-latex.el (org-export-latex-set-initial-vars): Also check in
26098         the plist.
26100         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
26101         keyword.
26103         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
26105 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26107         * org-inlinetask.el (org-inlinetask-export): Option removed.
26108         (org-inlinetask-export-handler): Better export.
26110         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
26111         (org-export-as-xoxo): Run the new hook.
26113         * org-html.el (org-export-html-final-hook): New hook.
26114         (org-export-as-html): Run the new hook.
26116         * org-docbook.el (org-export-docbook-final-hook): New hook.
26117         (org-export-as-docbook): Run the new hook.
26119         * org-ascii.el (org-export-ascii-final-hook): New hook.
26120         (org-export-as-ascii): Run the new hook.
26122         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
26123         space character as the character before the ^/_.
26124         (org-export-latex-final-hook): New hook.
26125         (org-export-as-latex): Run `org-export-latex-final-hook'.
26127 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26129         * org-macs.el (org-if-unprotected-at): Fix docstring.
26131         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
26132         text in the prefix (if category is a link).
26134         * org-latex.el (org-export-latex-preprocess): Deal properly with
26135         empty lines in verse environments.
26137         * org.el (org-format-latex-header): Inline fullpage.sty.
26139         * org-footnote.el (org-footnote-create-definition): Reveal context
26140         to add a new footnote definition.
26142         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
26143         org-table-recalculate when cursor is in TBLFM line.
26145         * org-list.el (org-renumber-ordered-list): Fix cursor position
26146         when bullet length has changed.
26148 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26150         * org.el (org-format-latex): Mention `org-format-latex-options' in
26151         the docstring.
26153 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26155         * org.el (org-agenda-get): New function.
26157         * org-agenda.el (org-agenda-post-command-hook): No longer move
26158         point away from end of line.
26159         (org-agenda-add-entry-text, org-agenda-collect-markers)
26160         (org-finalize-agenda, org-agenda-mark-clocking-task)
26161         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
26162         (org-agenda-entry-text-show, org-agenda-highlight-todo)
26163         (org-agenda-compare-effort, org-agenda-filter-apply)
26164         (org-agenda-later, org-agenda-change-time-span)
26165         (org-agenda-post-command-hook, org-agenda-show-priority)
26166         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
26167         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
26168         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
26169         (org-agenda-open-link, org-agenda-copy-local-variable)
26170         (org-agenda-switch-to, org-agenda-check-no-diary)
26171         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
26172         (org-agenda-add-note, org-agenda-change-all-lines)
26173         (org-agenda-priority, org-agenda-set-tags)
26174         (org-agenda-set-property, org-agenda-set-effort)
26175         (org-agenda-toggle-archive-tag, org-agenda-date-later)
26176         (org-agenda-show-new-time, org-agenda-date-prompt)
26177         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
26178         (org-agenda-clock-in, org-agenda-bulk-mark)
26179         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
26180         Use `org-get-at-bol'.
26182         * org-colview.el (org-columns-display-here)
26183         (org-columns-edit-allowed, org-agenda-columns):
26184         Use `org-get-at-bol'.
26186 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26188         * org.el (org-special-ctrl-a/e): Improve documentation and
26189         customize type.
26190         (org-end-of-line): Don't jump to after the ellipsis.
26191         (org-mode-map): Bind <home> and <end> as well.
26193 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26195         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
26196         space after #+ as comments.
26197         (org-open-at-point): Run `org-follow-link-hook' always.
26199         * org-latex.el (org-export-latex-emph-format): Use better commands
26200         to insert special characters in verbatim snippets.
26202 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26204         * org-faces.el (org-copy-face): New function.  Use it to create
26205         various faces formerly created by using `copy-face'.
26207         * org-agenda.el (org-prepare-agenda): Don't officially mark this
26208         window dedicated.
26209         (org-agenda-quit): Kill the frame containing the agenda window if
26210         that frame was created for the agenda.
26212 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26214         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
26215         stamp in the agenda.
26217 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26219         * org-agenda.el (org-prepare-agenda):
26220         Reset `org-drawers-for-agenda'.
26221         (org-prepare-agenda): Uniquify list of drawers.
26223         * org.el (org-complex-heading-regexp-format): New variable.
26224         (org-set-regexps-and-options):
26225         Define `org-complex-heading-regexp-format'.
26226         (org-drawers-for-agenda): New variable.
26227         (org-map-entries): Bind `org-drawers-for-agenda'.
26228         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
26230         * org-remember.el (org-go-to-remember-target)
26231         (org-remember-handler): Use `org-complex-heading-regexp-format'.
26233 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26235         * org-agenda.el (org-agenda-highlight-todo): Fix text property
26236         problem.
26238         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
26239         always with `invisible-ok'.
26240         (org-store-link): No error when there is nothing to link to in the
26241         agenda.
26243         * org-list.el (org-update-checkbox-count): Insert changed cookie
26244         before the old, to avoid problems with invisibility at the end of
26245         the line.
26246         (org-update-checkbox-count): Insert changed cookie before the old,
26247         to avoid problems with invisibility at the end of the line.
26249         * org.el (org-sort-entries-or-items): Include the final newline.
26250         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
26251         lines for fontification.
26252         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
26253         (org-prepare-dblock): Store the current indentation of the BEGIN
26254         line.
26255         (org-update-dblock): Apply the indentation of the begin line to
26256         the rest of the block.
26257         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
26258         (org-startup-folded): New allowed value `showeverything'.
26259         (org-startup-options): Add STARTUP keyword `showeverything'.
26260         (org-set-startup-visibility): Respect value `showeverything' in
26261         org-startup-folded.
26263 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26265         * org.el (org-closest-date): Fix issue with past preference.
26267         * org-archive.el (org-archive-set-tag)
26268         (org-archive-subtree-default): New commands.
26270         * org-clock.el (org-clock-clocktable-default-properties):
26271         New option.
26272         (org-clock-report):
26273         Use `org-clock-clocktable-default-properties'.
26275 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26277         * org.el (org-iswitchb-completing-read): Fix typo.
26279         * org-crypt.el: New file.
26281         * org.el: Add an entry for org-crypt.
26283 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26285         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
26286         consistency.
26287         (org-batch-store-agenda-views): New function.
26288         (org-agenda-title-append): Define variable.
26289         (org-write-agenda): New export to Org files.
26290         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
26291         (org-agenda): Allow to keep the restricted file list if a special
26292         variable is bound to t.
26293         (org-agenda): Define a special agenda view for working on flagged
26294         entries.
26295         (org-agenda-get-restriction-and-command): List the new agenda
26296         view.
26297         (org-agenda-show-the-flagging-note): New command.
26298         (org-agenda-mode-map): New key `?' for looking at the flagging
26299         note.
26301         * org.el (org-autoload): Autoload org-mobile.el.
26302         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
26304         * org-mobile.el: New file.
26306         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
26308 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26310         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
26311         statements.
26312         (org-table-get-remote-range): Match indented #+TBLNAME
26313         statements.
26315         * org.el (org-convert-to-odd-levels)
26316         (org-convert-to-oddeven-levels): Work also correctly if the file
26317         is in outline-mode.
26319 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26321         * org.el (org-store-link): When in agenda buffer, link to
26322         referenced entry.
26323         (org-add-planning-info): Remove spaces at eol.
26325         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
26326         property.
26328 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26330         * org-latex.el (org-export-latex-first-lines): Fix problem with
26331         LaTeX export of first line and selected subtree.
26333         * org.el (org-shifttab): Interpret arg differently when using only
26334         odd levels.
26336 2009-10-01  Bastien Guerry  <bzg@gnu.org>
26338         * org.el (org-check-agenda-file): Use a more explicit message.
26340 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26342         * org-exp.el (org-export-remove-special-table-lines): Don't remove
26343         normal lines.
26345 2009-10-01  Bastien Guerry  <bzg@gnu.org>
26347         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
26348         prompt in the temporary window.
26350         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
26351         prefix for marked entries in the agenda view.
26353 2009-10-01  Andreas Burtzlaff  <andy13@gmx.net>  (tiny change)
26355         * org.el (outline-end-of-subtree): Bugfix: advise this function in
26356         a way that prevents any trailing character from being displayed.
26358 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26360         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
26361         menu.
26363         * org-exp.el (org-export-remove-special-table-lines): Remove bad
26364         slow regexp match.
26366 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26368         * org-latex.el (org-export-latex-preprocess): Do not protect in
26369         the LaTeX header.
26371         * org-src.el (org-edit-src-save): Save window setup while saving.
26372         (org-edit-src-code): Use new buffer name construction scheme.
26374 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26376         * org-agenda.el (org-agenda-entry-text-exclude-regexps):
26377         New variable.
26378         (org-agenda-entry-text-cleanup-hook): New hook.
26379         (org-agenda-get-some-entry-text): Remove matches of
26380         `org-agenda-entry-text-exclude-regexps' and run the hook
26381         `org-agenda-entry-text-cleanup-hook'.
26383         * org.el (org-offer-links-in-entry): New argument ZERO to
26384         implement a link with index zero.
26385         (org-cycle-show-empty-lines): Not keep empty line under header
26386         hidden.
26387         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
26388         to nil for special completion.
26389         (org-store-link): Don't error before the first heading.
26391         * org-agenda.el (org-agenda-open-link): Pass the prefix to
26392         `org-offer-links-in-entry'.
26394 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26396         * org-agenda.el (org-agenda-quit): Provide the window argument for
26397         `window-dedicated-p', Emacs 22 needs it.
26398         (org-format-agenda-item): If the category is a link, arrange for
26399         invisible text to replaced with spaces.
26400         (org-compile-prefix-format): Add the extra space.
26401         (org-prefix-category-length): New variable.
26403         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
26404         references from TOC lines.
26406         * org.el (org-selected-window): New variable.
26408         * org-table.el (org-table-edit-formulas): Remember the selected
26409         window.
26410         (org-table-fedit-finish, org-table-fedit-abort): Select the window
26411         that was originally selected.
26413         * org-exp.el (org-export-preprocess-apply-macros): Scan the
26414         expansion of a macro for more macro definitions.
26416         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
26417         invisibility overlay starts on the newline.
26419 2009-10-01  Glenn Morris  <rgm@gnu.org>
26421         * org-agenda.el (calendar-check-holidays):
26422         * org-exp.el (org-agenda-skip):
26423         * org-list.el (outline-back-to-heading):
26424         * org-wl.el (wl-summary-goto-folder-subr):
26425         * org.el (iswitchb-mode, remember, remember-buffer-desc)
26426         (remember-finalize, remember-save-after-remembering, remember-register)
26427         (remember-buffer, remember-handler-functions)
26428         (remember-annotation-functions): Remove unused declarations.
26430         * org.el (iswitchb-read-buffer): Fix declaration.
26432 2009-09-30  Glenn Morris  <rgm@gnu.org>
26434         * org-compat.el (w32-focus-frame):
26435         * org-exp-blocks.el (R):
26436         * org-exp.el (htmlize-buffer):
26437         * org-protocol.el (server-edit):
26438         * org-table.el (org-format-org-table-html):
26439         * org.el (org-indent-mode): Fix declarations.
26441         * org-colview.el (org-columns-uncompile-format): Avoid assignment to
26442         free variable `fun'.
26444 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
26446         * org-agenda.el (org-agenda-restore-windows-after-quit):
26447         Fix typo in docstring.
26449 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
26451         * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
26452         (org-shiftselect-error, org-ctrl-c-ctrl-c):
26453         * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
26454         * org-attach.el (org-attach-check-absolute-path):
26455         * org-docbook.el (org-export-as-docbook):
26456         * org-html.el (org-export-as-html):
26457         * org-id.el (org-id-update-id-locations):
26458         * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
26459         Fix typos in error messages.
26461 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
26463         * org-ascii.el: Require CL for the `loop' macro.
26465 2009-09-05  Carsten Dominik  <dominik@u016822.science.uva.nl>
26467         * org-gnus.el (require): Wrap (require gnus-sum) into
26468         eval-when-compile.
26470 2009-09-03  Carsten Dominik  <dominik@u016822.science.uva.nl>
26472         * org-protocol.el (org-protocol-store-link)
26473         (org-protocol-remember, org-protocol-open-source): Remove autoload
26474         cookies again.
26476         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
26477         referencing the start of the line.
26479         * org-gnus.el: Remove unnecessary declare-function forms.
26480         (gnus-sum): Always require gnus-sum.
26482 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26484         * org-protocol.el (org-protocol-store-link)
26485         (org-protocol-remember, org-protocol-open-source): Add autoloads.
26487         * org-compat.el (org-float-time): New function.
26489         * org.el (org-clock-update-time-maybe)
26490         (org-sort-entries-or-items, org-do-sort)
26491         (org-evaluate-time-range, org-time-string-to-seconds)
26492         (org-closed-in-range): Use `org-float-time'.
26494         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
26495         (org-timer-seconds): Use `org-float-time'.
26497         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
26498         (org-clock-sum, org-dblock-write:clocktable)
26499         (org-clocktable-steps): Use `org-float-time'.
26501         * org-agenda.el (org-agenda-last-marker-time)
26502         (org-agenda-new-marker, org-diary): Use `org-float-time'.
26504         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
26505         function.
26507         * org-exp.el (org-get-file-contents): Only protect lines that
26508         really need it.
26510         * org-html.el (require): Require cl for compilation.
26512         * org.el: Avoid using `default-major-mode'.
26514         * org-plot.el (require): Require CL only at compile time.
26516         * org-exp.el (require): Require CL only at compile time.
26518         * org-agenda.el (org-agenda-quit): When the agenda window is
26519         dedicated, remove other windows before exiting, so that the frame
26520         really will be killed.
26522         * org-exp.el (org-export-handle-include-files): Reset START and
26523         END for each loop cycle.
26525 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26527         * org.el (org-eval-in-calendar):
26528         Use `org-select-frame-set-input-focus'.
26530         * org-compat.el (org-select-frame-set-input-focus): New function.
26532         * org.el (org-update-statistics-cookies): New function.
26533         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
26535 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26537         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
26538         after the local variables are set.
26540         * org-latex.el (org-export-latex-protect-amp): New function.
26541         (org-export-latex-links): Protect link ampersands in tables.
26543         * org-exp.el (org-export-select-backend-specific-text): Match in
26544         two steps, to avoid regexp problems.
26546         * org.el (org-offer-links-in-entry): Improve working with many and
26547         duplicate links.
26549         * org-agenda.el (org-agenda-show-1): Make more consistent with
26550         normal cycling.
26551         (org-agenda-cycle-show): Make more consistent with normal cycling.
26553         * org-gnus.el (org-gnus-store-link): Restore the linking to a
26554         website.
26556 2009-09-02  Bastien Guerry  <bzg@gnu.org>
26558         * org-latex.el (org-export-latex-first-lines): Bugfix.
26560 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26562         * org-clock.el (org-clock-modify-effort-estimate): Emit message
26563         about new effort.
26565         * org.el (org-set-effort): New function.
26566         (org-mode-map): New key for effort setting command.
26568         * org-agenda.el (org-agenda): Keep window setup when calling
26569         agenda from within agenda window.
26570         (org-agenda-mode-map): New keys for effort setting commands.
26571         (org-agenda-menu): Add effort setting commands to menu.
26572         (org-agenda-set-property, org-agenda-set-effort): New functions.
26574         * org-latex.el (org-export-latex-tables):
26575         Fix `org-table-last-alignment' and `org-table-last-column-widths' if
26576         the first column has been removed.
26578 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26580         * org.el (org-remove-timestamp-with-keyword): Only remove in
26581         entry, not in subtree.
26583         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
26584         emacs lisp.
26586         * org.el (org-open-at-point): When on headline, offer all strings
26587         in entry.
26589         * org-remember.el (org-remember-templates): Documentation fix.
26591         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
26592         `org-get-last-sibling' instead of the outline versions of these
26593         functions.
26594         (org-get-last-sibling): New function.
26595         (org-refile): Use `org-get-next-sibling' instead of the outline
26596         version of this function.
26597         (org-clean-visibility-after-subtree-move):
26598         Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
26599         outline versions of these functions.
26601 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26603         * org-agenda.el (org-prepare-agenda): When creating a new frame
26604         for the agenda, make the window dedicated.
26606         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
26608         * org-table.el (org-table-align): Change the order of reinsertion
26609         and deletion, to avoid problems with overlays following the table.
26611         * org.el (org-parse-time-string): Better error message.
26612         (org-show-subtree): Use org-end-of-subtree.
26614         * org-macs.el (org-goto-line): New defsubst.
26616         * org.el (org-open-file, org-change-tag-in-region)
26617         (org-fast-tag-show-exit): Don't use `goto-line'.
26619         * org-table.el (org-table-align, org-table-insert-column)
26620         (org-table-delete-column, org-table-move-column)
26621         (org-table-sort-lines, org-table-copy-region)
26622         (org-table-paste-rectangle, org-table-wrap-region)
26623         (org-table-get-specials, org-table-rotate-recalc-marks)
26624         (org-table-get-range, org-table-recalculate)
26625         (org-table-edit-formulas, org-table-fedit-convert-buffer)
26626         (org-table-show-reference, org-table-highlight-rectangle):
26627         Don't use `goto-line'.
26629         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
26630         (org-edit-src-exit): Don't use `goto-line'.
26632         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
26634         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
26635         Don't use `goto-line'.
26637         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
26639         * org-colview.el (org-columns, org-columns-redo)
26640         (org-agenda-columns): Don't use `goto-line'.
26642         * org-agenda.el (org-agenda-mode): Force visual line motion off.
26643         (org-agenda-add-entry-text-maxlines): Improve docstring.
26644         (org-agenda-start-with-entry-text-mode): New option.
26645         (org-agenda-entry-text-maxlines): New option.
26646         (org-agenda-entry-text-mode): New variable.
26647         (org-agenda-mode): Set initial value of
26648         `org-agenda-entry-text-mode'.
26649         (org-agenda-mode-map): Add the `E' key.
26650         (org-agenda-menu): Add entry text mode to the menu.
26651         (org-agenda-get-some-entry-text): Fix line count bug.
26652         (org-finalize-agenda): Apply entry text mode if appropriate.
26653         (org-agenda-entry-text-show-here): New function.
26654         (org-agenda-entry-text-show): New function.
26655         (org-agenda-entry-text-hide): New function.
26656         (org-agenda-view-mode-dispatch): Add entry text mode to the view
26657         key menu.
26658         (org-agenda-entry-text-mode): New command.
26659         (org-agenda-set-mode-name): Add entry text mode to the mode line
26660         string.
26661         (org-agenda-undo, org-agenda-get-restriction-and-command)
26662         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
26663         `goto-line'.
26665 2009-09-02  Bernt Hansen  <bernt@norang.ca>
26667         * org-clock.el (org-notify): Bugfix.
26669 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26671         * org-agenda.el (org-agenda-open-link): Handle multiple links and
26672         check for after-string.
26674         * org-gnus.el (org-gnus-store-link): Simplify.
26676         * org.el (org-latex-regexps): Don't add extra empty lines for
26677         display formulas.
26679 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26681         * org-agenda.el (org-agenda-get-some-entry-text): New function.
26682         (org-agenda-add-entry-text):
26683         Use `org-agenda-get-some-entry-text'.
26685         * org.el (org-cycle-separator-lines): Update docstring.
26686         (org-cycle-show-empty-lines): Handle negative values for
26687         `org-cycle-show-empty-lines'.
26689         * org-exp.el (org-export-protect-sub-super): New function.
26690         (org-export-normalize-links): Protect the url of plain links from
26691         supscript and superscript processing.
26693         * org-remember.el (org-remember-escaped-%): New function.
26694         (org-remember-apply-template): Use `org-remember-escaped-%' to
26695         detect escaped % signs.
26697 2009-09-02  Bastien Guerry  <bzg@gnu.org>
26699         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
26700         sound when showing the notification.
26702         * org-clock.el (org-notify): New function.
26703         (org-clock-notify-once-if-expired): Use `org-notify'.
26705         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
26706         and `gnus-article-mode' separately.
26707         (gnus-summary-article-header): Fix the declare-function.
26709 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26711         * org-exp.el (org-export-format-source-code-or-example):
26712         Translate language.
26714         * org-src.el (org-src-lang-modes): New variable.
26715         (org-edit-src-code): Translate language.
26717         * org-exp.el (org-export-format-source-code-or-example): Deal wit
26718         the new structure of the `org-export-latex-listings-langs'
26719         variable.
26721         * org-latex.el (org-export-latex-listings-langs): Change structure
26722         of the variable from plist to alist.
26724 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26726         * org.el (org-in-commented-line): New function.
26728 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26730         * org.el (org-hide-block-toggle): Make folded blocks searchable.
26732 2009-09-02  Friedrich Delgado Friedrichs  <friedel@nomaden.org>  (tiny change)
26734         * org.el (org-flag-drawer): More useful error.
26736 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26738         * org-remember.el (org-remember-apply-template):
26739         Use org-icompleting-read.
26741         * org-publish.el (org-publish): Use org-icompleting-read.
26743         * org-colview.el (org-columns-edit-value, org-columns-new)
26744         (org-insert-columns-dblock): Use org-icompleting-read.
26746         * org-attach.el (org-attach-delete-one, org-attach-open):
26747         Use org-icompleting-read.
26749 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26751         * org.el (org-hierarchical-todo-statistics): Improve docstring.
26752         (org-version): Return the version text.
26753         (org-org-menu): Add a menu entry for the new bug reporter.
26754         (org-submit-bug-report): New command.
26756         * org-list.el (org-hierarchical-checkbox-statistics):
26757         Improve docstring.
26759         * org.el (org-emphasis-regexp-components): Add "`" to set of
26760         pre-emphasis characters.
26762         * org-latex.el (org-export-latex-classes): Always include the soul
26763         package.
26764         (org-export-latex-emphasis-alist): Use \st for strikethough.
26766         * org-exp-blocks.el (org-export-blocks-preprocess):
26767         Use `indent-code-rigidly' to indent.
26769         * org-agenda.el (org-agenda-get-restriction-and-command):
26770         Remove properties only if MATCH really is a string.
26772 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26774         * org-latex.el (org-export-latex-packages-alist):
26775         Fix customization type.
26777         * org.el (org-create-formula-image): Also use
26778         `org-export-latex-packages-alist'.
26780         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
26781         (org-export-as-html): Format footnotes correctly.
26783 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26785         * org.el (org-fast-tag-selection): Avoid text properties on tags
26786         in the alist.
26788         * org-agenda.el (org-agenda-get-restriction-and-command):
26789         Avoid text properties on the match element.
26791 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26793         * org.el (org-set-regexps-and-options): Make sure the list of done
26794         keywords is not invalid.
26796         * org-exp.el (org-export-interpolate-newlines): New function.
26798 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26800         * org.el (org-format-latex): Avoid nested overlays.
26802         * org-latex.el (org-export-latex-listings-langs): Add a few more
26803         languages.
26805         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
26806         ignore newlines and space before the first macro argument.
26808         * org-latex.el (org-export-latex-tables): Remove save-excursion
26809         around `org-table-align'.
26811 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26813         * org.el (org-export-html-special-string-regexps):
26814         Definition moved into org.el.
26816         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
26817         in macro calls.
26819 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26821         * org-latex.el (org-export-latex-listings)
26822         (org-export-latex-listings-langs): New options.
26824         * org-exp.el (org-export-format-source-code-or-example):
26825         Use listing package if requested by the user.
26827 2009-09-02  Bastien Guerry  <bzg@gnu.org>
26829         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
26830         command before actually switching to a buffer.
26832 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26834         * org-exp.el (org-get-file-contents): Only quote org lines when
26835         the markup is src or example.
26837         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
26838         New option.
26839         (org-agenda-get-day-entries): Remember deadline results and pass
26840         them on into the function getting the scheduling information.
26841         (org-agenda-get-scheduled): Accept deadline results as parameters
26842         and maybe skip some entries.
26843         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
26845         * org.el (org-insert-heading): When respecting content, do not
26846         convert current line to headline.
26848         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
26849         Also cheeeeeck the hd marker.
26850         (org-clock-in): Also set the hd marker.
26851         (org-clock-out): Also set the hd marker.
26852         (org-clock-cancel): Reset markers.
26854         * org.el (org-clock-hd-marker): New marker.
26856         * org-faces.el (org-agenda-clocking): New face.
26858         * org-agenda.el (org-agenda-mark-clocking-task): New function.
26859         (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
26861         * org.el (org-modules): Add org-track.el.
26863         * org-agenda.el (org-agenda-bulk-marked-p): New function.
26864         (org-agenda-bulk-mark, org-agenda-bulk-unmark):
26865         Use `org-agenda-bulk-marked-p'.
26866         (org-agenda-bulk-toggle): New command.
26868 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26870         * org.el (org-move-subtree-down): Hide subtree if it was folded,
26871         not just the body.
26873         * org-remember.el (org-remember-finalize): Avoid buffer-modified
26874         messages.
26876 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
26878         * org-html.el (org-export-as-html):
26879         * org-docbook.el (org-export-as-docbook):
26880         Use (default-value 'major-mode) instead of default-major-mode.
26882 2009-08-08  Carsten Dominik  <carsten.dominik@gmail.com>
26884         * org-docbook.el: Add arch-tag.
26886         * org-exp-blocks.el: Add arch-tag.
26888         * org-id.el: Add arch-tag.
26890         * org-indent.el: Add arch-tag.
26892         * org-inlinetask.el: Add arch-tag.
26894         * org-protocol.el: Add arch-tag.
26896 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
26898         * org.el (org-create-formula-image): Remove the -E option for
26899         dvipng.
26901         * org-exp.el (org-default-export-plist): Respect #+BIND.
26902         (org-export-confirm-letbind): New function.
26904         * org.el (org-paste-subtree): Test the kill ring entry if it is
26905         going to be used.
26906         (org-copy-subtree): Use `org-forward-same-level'.
26907         (org-forward-same-level): Respect the `invisibe-ok' arg for
26908         back-to-heading.
26910 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
26912         * org.el (org-table-map-tables): Make sure cursor is back at table
26913         beginning after funcall.
26915         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
26916         handled before children, and do not error if an entry is not
26917         found, probably because it hase been remove when the parent was
26918         archived or refiled.
26920         * org.el (org-ido-completing-read): Accept straight lists for
26921         completion as well as alists.
26923         * org-timer.el (org-timer-cancel-timers): Rename from
26924         `org-timer-cancel-timers'.
26926         * org.el (org-cycle-internal-local): Fix problem with finding next
26927         invisible line.
26929 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
26931         * org-list.el (org-list-send-list):
26932         Call `org-list-goto-true-beginning' instead of
26933         `org-list-find-true-beginning', which does not exist.
26935         * org-timer.el (org-timer-reset-timers): Use `mapc'.
26936         (org-timer-set-timer): Do not assign to heading.
26938         * org-id.el (org-id-open): Quote function name.
26940         * org-macs.el (org-unmodified): Turn off recording undo
26941         information while running inside the macro.
26943         * org-table.el (org-table-export): Also work in file-less
26944         buffers.
26946         * org.el (org-startup-indented): New option.
26947         (org-startup-options): Add new options indent and noindent.
26948         (org-unfontify-region): Remove line-prefix and wrap-prefix
26949         properties.
26950         (org-after-demote-entry-hook, org-after-promote-entry-hook):
26951         New hooks.
26952         (org-promote, org-demote): Run the new hooks.
26954         * org-table.el (org-table-align): Replace leading \n as well.
26956         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
26957         and `line-wrap' text properties.
26959         * org-compat.el (org-kill-new): New function.
26961         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
26962         `line-wrap' text properties.
26964         * org-indent.el: New file.
26966 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
26968         * org.el (org-provide-todo-statistics): Tweak docstring.
26970         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
26972 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
26974         * org-exp.el (org-export-as-org): Insert the "-source" string
26975         before the extension.
26977         * org.el (org-read-date): Make sure the calendar is in the current
26978         frame.
26979         (org-set-emph-re): Remove the ? from the post-match.
26980         (org-emphasis-regexp-components): Add backslash to the
26981         postmatch class.
26982         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
26983         optional so that also lines at the end of the buffers will still
26984         be matched as headlines.
26986         * org-table.el (org-table-error-on-row-ref-crossing-hline):
26987         Variable made obsolete.
26988         (org-table-relative-ref-may-cross-hline): New option.
26989         (org-table-find-row-type): Honow the new option
26990         `org-table-relative-ref-may-cross-hline'.
26992 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
26994         * org-table.el (org-table-cut-region, org-table-copy-region):
26995         Work on single field if no active region.
26997 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
26999         * org-latex.el (org-export-latex-make-header): Only insert title
27000         if one is defined.
27002         * org.el (org-make-options-regexp): Allow empty values.
27004 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27006         * org.el (org-cycle-internal-local): Improve version of finding
27007         next visible line.
27008         (org-cycle-hide-drawers): Only hide drawers if this is really
27009         necessary.
27010         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
27011         org-version of this function in Org-mode.  We use advice to
27012         implement this change, so that future changes to this function in
27013         outline.el wil be handled properly.
27014         (org-forward-same-level, org-backward-same-level): New commands.
27016 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27018         * org.el (org-remove-empty-overlays-at)
27019         (org-clean-visibility-after-subtree-move): New functions.
27020         (org-move-subtree-down): Simplify cleanup of display.
27022 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27024         * org-mac-message.el (org-mac-message-get-links): Improve
27025         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
27026         "s".  Fix the return value.
27027         (org-mac-message-insert-flagged): Simplify.
27029         * org.el (org-refile-get-location): Tamper with refile history o
27030         that history contains compete matches instead of the entered
27031         string.
27033 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27035         * org.el (org-store-link): Never store a link to an inline task.
27037         * org-footnote.el (org-footnote-goto-local-insertion-point):
27038         Skip inline tasks when positioning footnotes.
27040         * org.el (org-refile): Remove the END line when archiving an
27041         inline task that does have an END line.
27043         * org-archive.el (org-archive-subtree): Remove the END line when
27044         archiving an inline task that does have an END line.
27046         * org-macs.el (org-with-limited-levels): New macro.
27047         (org-get-limited-outline-regexp): New function.
27049         * org-exp.el (org-export-format-source-code-or-example): Fix bug
27050         that did not enumerate first line.
27051         (org-export-mark-radio-links): Skip matches in links.
27053 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27055         * org.el (org-activate-plain-links): Make single-match.
27056         (org-adapt-indentation): Fix docstring.
27058         * org-macs.el (org-unmodified): Turn of modification hooks while
27059         running this macro.
27061 2009-08-06  Bastien Guerry  <bzg@gnu.org>
27063         * org.el (org-adapt-indentation): Slightly improve the docstring.
27064         (org-occur): Sends an error when the user inputs an empty string.
27065         (org-priority): Bugfix: the tag alignement should happen within
27066         save-excursion.
27068 2009-08-06  Bastien Guerry  <bzg@gnu.org>
27070         * org.el (org-make-link-regexps): Don't exclude parentheses from
27071         `org-plain-link-re'.
27072         (org-cycle-internal-local): When locally cycling, switch directly
27073         from CHILDREN to FOLDED if there is no subtree.
27074         (org-cycle): Update the docstring to document the new behavior of
27075         `org-cycle-internal-local'.
27077 2009-08-06  Nicolas Goaziou  <n.goaziou@neuf.fr>  (tiny change)
27079         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
27080         an abbreviated format for days.
27082 2009-08-06  Bastien Guerry  <bzg@gnu.org>
27084         * org-protocol.el (org-protocol-default-template-key):
27085         New option.
27087         * org.el (org-refile): Bugfix: save-excursion before reading the
27088         refile target, otherwise cursor moves might confuse `org-refile'.
27090         * org.el (org-toggle-heading): Bugfix: correctly convert list
27091         items before the first headline.
27093         * org.el (org-provide-todo-statistics): Allow a list of TODO
27094         keywords to compute statistics against headlines containing a
27095         keyword from this list.
27096         (org-update-parent-todo-statistics): Possibly use the new allowed
27097         value of `org-provide-todo-statistics'.
27099 2009-08-06  Bastien Guerry  <bzg@gnu.org>
27101         * org-timer.el: Add autoload cookie.
27103         * org.el (org-occur-link-in-agenda-files): New function.
27105         * org-timer.el (org-timer-last-timer): New variable.
27107         * org-agenda.el (org-agenda-mode-map): New key for
27108         org-timer-set-timer called from the agenda.
27110         * org.el (org-mode-map): New key for org-timer-set-timer.
27112         * org-timer.el (org-timer-reset-timers)
27113         (org-timer-show-remaining-time, org-timer-set-timer):
27114         New functions.
27116         * org-clock.el (org-show-notification): Update the docstring.
27118         * org.el (org-provide-todo-statistics): Allow new value
27119         'all-headlines for this option, which includes entries with no
27120         TODO keywords in the todo statistics.
27121         (org-update-parent-todo-statistics): Possibly use the new
27122         'all-headline value from `org-provide-todo-statistics'.
27124 2009-08-06  Bastien Guerry  <bzg@gnu.org>
27126         * org-clock.el (org-dblock-write:clocktable): Add a new option
27127         :timestamp which allows display of timestamps in clock reports.
27129         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
27130         list to a subtree, preserving the structure of the list.
27131         (org-set-emph-re): Make the last element optional in the regexp.
27132         This regexp now matches an emphasized string at the end of a line.
27134         * org-list.el (org-list-goto-true-beginning)
27135         (org-list-make-subtree, org-list-make-subtrees): New functions.
27137         * org.el (org-eval-in-calendar): Select the right frame.
27138         (org-save-frame-excursion): Remove this macro.
27140 2009-08-06  Bastien Guerry  <bzg@gnu.org>
27142         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
27143         trying to find the beginning of a list.
27145         * org-exp.el (org-get-file-contents): Use a new argument: markup.
27146         When present, tell org-get-file-contents not to protect org-like
27147         lines.
27149         * org-id.el (org-id-uuid-program): New option to set the name of
27150         the uuidgen program.
27151         (org-id-method): Use `org-id-uuid-program'.
27152         (org-id-new): Use `org-id-uuid-program'.
27154 2009-08-06  Bastien Guerry  <bzg@gnu.org>
27156         * org-exp.el (org-export-number-lines): Allow whitespace in code
27157         references.  Allow the -r switch to remove the references in the
27158         source code even when the lines are not numbered: the labels can
27159         be explicit enough.
27161         * org.el (org-fontify-whole-heading-line): New option.
27162         (org-set-font-lock-defaults): Use the new option.
27164         * org-clock.el (org-show-notification-handler): New option.
27165         (org-show-notification): Use the new option.
27167 2009-08-06  Bastien Guerry  <bzg@gnu.org>
27169         * org.el (org-eval-in-calendar): Fix a bug about calendar
27170         navigation when `calendar-setup' value is 'calendar-only.
27172 2009-08-06  Bastien Guerry  <bzg@gnu.org>
27174         * org.el (orgstruct++-mode): Fix typo in docstring.
27175         (org-insert-link): Clean up: (or (...)) => (...)
27176         (org-insert-link): Use TAB for stored links completion.
27178 2009-08-06  Bastien Guerry  <bzg@gnu.org>
27180         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
27181         building the list of targets.
27183         * org-remember.el (org-remember-delete-empty-lines-at-end):
27184         New option.
27185         (org-remember-handler): Use the new option.
27187 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
27189         * org.el (org-tags-sort-function): New option for sorting tags.
27190         (org-set-tags): Use the new option to sort tags.
27192         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
27193         premature deletion of the data when using org-plot in a script.
27195 2009-08-06  Bastien Guerry  <bzg@gnu.org>
27197         * org-clock.el (org-clock-in-prepare-hook): New hook.
27198         (org-clock-in): Use this new hook.
27200 2009-08-06  Bastien Guerry  <bzg@gnu.org>
27202         * org.el (org-special-ctrl-a/e): Explicitly bind the value
27203         'reversed for this option to the "true line boundary first"
27204         behavior.
27205         (org-tags-match-list-sublevels): Document the 'indented value for
27206         this variable.
27208         * org-latex.el (org-export-latex-first-lines): Fix problem with
27209         publishing the region.
27211         * org-exp.el (org-export-format-source-code-or-example):
27212         Fix bad line numbering when exporting examples in HTML.
27214 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
27216         * org-colview.el (org-format-time-period): Formats a time in
27217         fractional days as days, hours, mins, seconds.
27218         (org-columns-display-here): Add special handling for SINCE and
27219         SINCE_IA to format for display.
27221         * org.el (org-time-since): Add a function to get the time since an
27222         org timestamp.
27223         (org-entry-properties): Add two new special properties: SINCE and
27224         SINCE_IA.  These give the time since any active or inactive
27225         timestamp in an entry.
27226         (org-special-properties): Add SINCE, SINCE_IA.
27227         (org-tags-sort-function): Add custom declaration for tags
27228         sorting function.
27229         (org-set-tags): Sort tags if org-tags-sort-function is set.
27231 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27233         * org-clock.el (org-clock-goto): Find hidden headlines as well.
27235         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
27237         * org-plot.el (org-plot/add-options-to-plist): Add timeind
27238         option.
27240 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27242         * org-publish.el (org-publish-remove-all-timestamps): New function.
27243         (org-publish-all): Remove all timestamp files if `org-publish-all'
27244         is called with a prefix argument.
27246         * org-list.el (org-indent-item): Fix typo.
27247         (org-item-indent-positions): Normalize ordered bullet.
27249 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27251         * org-macs.el (org-set-local): Make a local variable, do not make
27252         the variable buffer-local!
27254         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
27256         * org-exp.el (org-infile-export-plist): Read BIND lines.
27257         (org-install-letbind): New function.
27258         (org-export-as-org, org-export-preprocess-string):
27259         Call `org-install-letbind'.
27261         * org-list.el (org-list-demote-modify-bullet): New option.
27262         (org-first-list-item-p): Save point.
27263         (org-fix-bullet-type): New optional argument FORCE-BULLET.
27264         (org-indent-item): Honor `org-list-demote-modify-bullet'.
27265         (org-item-indent-positions): Return bullet types along with
27266         indentation.
27268 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27270         * org.el (org-show-entry): Hide drawers.
27272 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27274         * org-footnote.el (org-footnote-auto-adjust): New option.
27275         (org-footnote-auto-adjust-maybe): New function.
27276         (org-footnote-new, org-footnote-delete):
27277         Call `org-footnote-auto-adjust-maybe'.
27279         * org.el (org-startup-options): Add new footnote-related
27280         keywords.
27282         * org-publish.el (org-publish-timestamp-filename): Additional
27283         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
27284         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
27285         TRUE-PUB-DIR.  Pass them through to
27286         `org-publish-timestamp-filename'.
27287         (org-publish-update-timestamp): Additional arguments PUB-DIR and
27288         PUB-FUNC, which are included in the hash.
27289         (org-publish-file): Delay timestamp test until the publishing
27290         function is known.
27292 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27294         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
27295         setting the deadline.
27297         * org.el (org-read-date-final-answer): New variable.
27298         (org-read-date): Store the final answer string, including the date
27299         from the calendar, for reuse by agenda bulk commands.
27301         * org-publish.el (org-publish-attachment): Fix publishing of
27302         attachments.
27304         * org-latex.el (org-export-latex-quotation-marks): Fix export of
27305         quotation makrs in parenthesis.
27306         (org-remove-initial-hash): New function.
27307         (org-export-latex-preprocess): Fix bug with infinite loop if
27308         environment is not properly closed.
27310         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
27311         when indented.
27313         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
27314         highlight also when indented.
27316 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27318         * org-footnote.el (org-footnote-renumber-fn:N): New command.
27319         (org-footnote-action): Offer renumbering.
27321         * org.el (org-cycle): Honor the `integrate' value of
27322         org-cycle-include-plain-lists'.
27324         * org-list.el (org-cycle-include-plain-lists): New allowed value
27325         `internal'.  Improve the docstring.
27327         * org.el (org-set-autofill-regexps): Improve the paragraph-start
27328         regexp to work better with LaTeX commands.
27330 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27332         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
27333         and eps extensions.
27335 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27337         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
27338         loaded.
27340         * org.el (org-map-entries): No longer force
27341         `org-tags-match-list-sublevels' to t during a todo-only tags
27342         search.
27344 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27346         * org-latex.el (org-export-latex-low-levels): Allow user-defined
27347         environment.
27348         (org-export-latex-subcontent): Handle user-defined environment.
27350         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
27351         the View dispatcher.
27353         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
27354         `make-overlay'.
27356         * org-latex.el (org-export-as-pdf): Protect match data during call
27357         to shell-quote-argument.
27359         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
27360         (org-agenda-view-mode-dispatch): New function.
27362 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27364         * org-agenda.el (org-agenda-mode): Reset list of marks.
27365         (org-agenda-mode-map): Define new keys for refile and bulk action.
27366         (org-agenda-menu): Add menu itesm for refile and bulk action.
27367         (org-agenda-refile): New function.
27368         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
27369         (org-agenda-marked-entries): New variable.
27370         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
27371         (org-agenda-remove-all-bulk-action-marks)
27372         (org-agenda-bulk-action): New functions/commands.
27374 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27376         * org-exp.el (org-get-file-contents): Protect org-like lines in
27377         included files.
27378         (org-export-format-source-code-or-example): Remove newlines.
27380         * org-latex.el (org-export-latex-links): Check for no-description
27381         marking.
27383         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
27384         argument separator back to comma.
27385         (org-export-normalize-links): Mark links without description.
27387 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27389         * org-exp.el (org-infile-export-plist): Fix bug in macro
27390         processing.
27392         * org-agenda.el (org-agenda-clock-out): Update line after clocking
27393         out.
27394         (org-agenda-highlight-todo): Fix bug with highlighting.
27396 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27398         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
27399         new alignment strings.
27401         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
27402         command list.
27403         (org-table-align): Check for forced align type.
27405         * org.el (org-self-insert-command): Add yas/expand to command
27406         list.
27408         * org-clock.el (org-clock-in-hook): New hook.
27409         (org-clock-in): Run `org-clock-in-hook.
27410         (org-clock-out-hook): New hook.
27411         (org-clock-out): Run `org-clock-out-hook.
27412         (org-clock-cancel-hook): New hook.
27413         (org-clock-cancel): Run `org-clock-cancel-hook.
27414         (org-clock-goto-hook): New hook.
27415         (org-clock-goto): Run `org-clock-goto-hook.
27417 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27419         * org.el (org-store-link): Better default description for link to
27420         Org-mode headline.
27422         * org-exp.el (org-export-generic): Autoload the generic exporter
27423         function.
27424         (org-export): Implement the `g' key for the generic exporter.
27426 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27428         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
27429         and for zbacktab'.
27431         * org-exp.el (org-infile-export-plist): Get macros also from
27432         #+SETUPFILE.
27434 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27436         * org-colview.el (org-columns-capture-view): Protect vertical bars
27437         in column values.
27438         (org-columns-capture-view): Exclude comment and archived trees.
27440         * org.el (org-quote-vert): New function.
27442         * org-latex.el (org-export-latex-verbatim-wrap): New option.
27444         * org-exp.el (org-export-format-source-code-or-example):
27445         Use `org-export-latex-verbatim-wrap'.
27447         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
27448         time stamps.
27450 2009-08-06  Eric Schulte  <schulte.eric@gmail.com>
27452         * org-exp-blocks.el: New file.
27454 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27456         * org-remember.el (org-remember-templates): Allow the headline
27457         element to be a function.
27458         (org-remember-apply-template): If the headline is a function, call
27459         it to get the true function.
27461         * org-clock.el (org-clock-menu): New function.
27462         (org-clock-update-mode-line): Update help string.
27463         (org-clock-modify-effort-estimate): New function.
27464         (org-clock-mark-default-task): New function.
27466         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
27467         minutes as input.
27468         (org-org-menu): Add new clocking stuff.
27469         (org-clock-is-active): New function.
27471 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27473         * org.el (org-open-non-existing-files): Improve docstring.
27475 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27477         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
27478         New option.
27479         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
27481         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
27483         * org-list.el (org-get-checkbox-statistics-face): Use the new
27484         faces.
27486         * org-faces.el (org-checkbox-statistics-todo)
27487         (org-checkbox-statistics-done): New faces.
27489 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27491         * org-latex.el (org-export-latex-use-verb): New variable.
27492         (org-export-latex-emph-format): Prefer \texttt over \verb when
27493         org-export-latex-use-verb is set.
27495 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27497         * org-remember.el (org-remember-handler): Abort remember if the
27498         buffer is empty.
27500         * org-exp.el (org-export-format-source-code-or-example):
27501         Run `org-src-mode-hook'.
27503 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27505         * org.el (org-indent-line-function): Fix indentation of +#end lines.
27507 2009-08-06  Tassilo Horn  <tassilo@member.fsf.org>
27509         * org-gnus.el (org-gnus-store-link): Require message.el in
27510         org-gnus-store-link.
27512 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27514         * org-src.el: New file, split out of org.el.
27516         * org-macs.el (org-replace-match-keep-properties): New function.
27518         * org-exp.el (org-export-mark-blockquote-verse-center):
27519         Better preprocessing of center and quote and verse blocks.
27521         * org-list.el (org-list-end): Respect the stored "original"
27522         indentation when determining the end of the list.
27524         * org-exp.el (org-export-replace-src-segments-and-examples):
27525         Remember indentation correctly.
27527 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27529         * org-clock.el (org-clock-update-mode-line): Apply face
27530         org-mode-line-clock.
27532         * org-faces.el (org-mode-line-clock): New face.
27534 2009-08-06  Tassilo Horn  <tassilo@member.fsf.org>
27536         * org-gnus.el (org-gnus-store-link): Fix bug where
27537         `org-gnus-store-link' used wrong subject when called in an article
27538         buffer.  Patch provided by fengli AT gmail DOT com.
27540 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27542         * org-exp.el (org-export-format-source-code-or-example):
27543         Remember the original indentation of source code snippets and examples.
27545         * org-latex.el (org-export-as-latex): Relocate the table of
27546         contents.
27548         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
27550         * org-agenda.el (org-run-agenda-series): Scope global options also
27551         when creating the agenda buffer.
27553 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27555         * org.el (org-adapt-indentation): Improve documentation.
27556         (org-insert-property-drawer): Respect org-adapt-indentation when
27557         inserting the drawer.
27558         (org-remove-flyspell-overlays-in): New function.
27559         (org-do-emphasis-faces, org-activate-plain-links)
27560         (org-activate-code, org-fontify-meta-lines-and-blocks)
27561         (org-activate-angle-links, org-activate-footnote-links)
27562         (org-activate-bracket-links, org-activate-dates)
27563         (org-activate-target-links, org-activate-tags): Remove flyspell
27564         overlays.
27566 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27568         * org.el (org-edit-src-save): New function.
27570         * org-clock.el (org-clock-out-switch-to-state): New option.
27571         (org-clock-out): Honor `org-clock-out-switch-to-state'.
27573         * org-compat.el (org-compatible-face): Improve macro.
27575         * org.el (org-global-properties-fixed): Add default for
27576         CLOCK_MODELINE_TOTAL.
27578         * org-clock.el (org-clock-sum): Accept lists and strings as tstart
27579         and tend.
27580         (org-clock-sum-current-item): Optional argument TSTART, pass it to
27581         org-clock-sum.
27582         (org-clock-get-sum-start): New function.
27584         * org.el (org-startup-options): New keywords blockhide and
27585         blockshow.
27586         (org-mode): Add new invisibility spec.
27587         (org-set-startup-visibility): Hide block on startup if so
27588         desired.
27589         (org-hide-block-startup): New option.
27590         (org-block-regexp): New constant.
27591         (org-hide-block-overlays): New variable.
27592         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
27593         (org-show-block-all, org-hide-block-toggle-maybe)
27594         (org-hide-block-toggle): New functions.
27595         (org-edit-src-exit): Do not quote lines starting with # and no +
27596         behind it.
27597         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
27598         entry.
27600 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27602         * org.el (org-buffer-property-keys): Add Effort property for
27603         completion.
27605 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27607         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
27608         when retrieving total clocked time in the subtree.
27610         * org.el (org-quoting-blocks): New variable.
27612 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27614         * org-table.el (org-table-store-formulas)
27615         (org-table-get-stored-formulas, org-table-fix-formulas)
27616         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
27617         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
27619         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
27620         Allow indented #+TBLFM line.
27622         * org-footnote.el (org-footnote-goto-local-insertion-point):
27623         Allow indented #+TBLFM line.
27625         * org-colview.el (org-dblock-write:columnview): Allow indented
27626         #+TBLFM line.
27628         * org-clock.el (org-dblock-write:clocktable): Allow indented
27629         #+TBLFM line.
27631 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27633         * org-exp.el (org-export-format-source-code-or-example):
27634         Make editing indented blocks work correctly.
27636         * org.el (org-edit-src-nindent): New variable.
27637         (org-edit-src-code, org-edit-fixed-width-region)
27638         (org-edit-src-find-region-and-lang, org-edit-src-exit):
27639         Make editing indented blocks work correctly.
27641 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27643         * org-exp.el (org-export-replace-src-segments-and-examples):
27644         Find indented blocks.
27645         (org-export-format-source-code-or-example): Fix indentation of
27646         blocks.
27647         (org-export-remove-indentation): New function.
27648         (org-export-select-backend-specific-text): Allow backend-specific
27649         code to be indented.
27650         (org-export-mark-blockquote-verse-center): Allow markers to be
27651         indented.
27653         * org.el (org-fontify-meta-lines): New function.
27654         (org-set-font-lock-defaults): Call the new fontification
27655         function.
27657         * org-faces.el (org-meta-line): New face.
27658         (org-block): New face.
27660 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27662         * org.el (org-treat-insert-todo-heading-as-state-change)
27663         (org-treat-S-cursor-todo-selection-as-state-change):
27664         New variables.
27665         (org-insert-todo-heading):
27666         Honor `org-treat-insert-todo-heading-as-state-change'.
27667         (org-shiftright, org-shiftleft):
27668         Honor `org-treat-S-cursor-todo-selection-as-state-change'.
27669         (org-inhibit-logging): New variable.
27671 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27673         * org-agenda.el (org-remove-subtree-entries-from-agenda):
27674         Reduce range for marker position checking.
27676         * org-latex.el (org-export-latex-first-lines): Fix bug when
27677         exporting a region.
27679 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27681         * org-exp.el (org-export-push-to-kill-ring): Protect using
27682         x-set-selection, because that does not always work.
27684         * org-agenda.el (org-agenda-list): Apply the new face
27685         `org-agenda-date-today'.
27687         * org-faces.el (org-agenda-date-today): New face.
27689 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27691         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
27692         creating appointments.
27694         * org-latex.el (org-export-latex-low-levels): Fix customization
27695         type.
27697         * org.el (org-priority, org-shiftup, org-shiftdown):
27698         Disable priority commands.
27700         * org-agenda.el (org-agenda-priority): Disable priority commands.
27702         * org.el (org-enable-priority-commands): New option.
27704         * org-colview.el (org-columns-compute)
27705         (org-columns-number-to-string): Fix problems with empty fields.
27707         * org-exp.el (org-export-push-to-kill-ring): New function.
27708         (org-export-copy-to-kill-ring): New option.
27710         * org-latex.el (org-export-as-latex):
27711         Call `org-export-push-to-kill-ring'.
27713         * org-exp.el (org-export-show-temporary-export-buffer):
27714         New option.
27716         * org-latex.el (org-export-as-latex):
27717         Use `org-export-show-temporary-export-buffer'.
27719         * org-exp.el (org-export-show-temporary-export-buffer):
27720         New option.
27721         (org-export-push-to-kill-ring): New function.
27723         * org-colview.el (org-columns-compile-map): New variable.
27724         (org-columns-new, org-columns-compute)
27725         (org-columns-number-to-string, org-columns-uncompile-format)
27726         (org-columns-compile-format): Implement new operators.
27728 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27730         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
27732         * org-list.el (org-update-checkbox-count): Make property
27733         dependent.
27735         * org.el (org-hierarchical-todo-statistics): New option.
27736         (org-update-parent-todo-statistics): Modify to handle recursive
27737         statistics.
27739 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27741         * org-publish.el (org-publish): Make this function behave
27742         correctly in interactive use when called with a prefix argument.
27744         * org.el (org-todo-statistics-hook): New hook.
27745         (org-update-parent-todo-statistics): Use new hook.
27746         (org-log-into-drawer): New function.
27747         (org-add-log-setup): Use the new `org-log-into-drawer' function to
27748         determine if we should be logging into a drawer.
27749         (org-log-into-drawer): Update docstring.
27750         (org-default-properties): Add LOG_INTO_DRAWER as a property.
27752         * org-list.el (org-checkbox-statistics-hook): New hook.
27753         (org-update-checkbox-count-maybe): Use new hook.
27755 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27757         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
27758         better buffer-generating mechanism.
27759         (org-edit-src-find-buffer): New function.
27761         * org-icalendar.el (org-print-icalendar-entries): Don't check for
27762         archive tag, this is already done by `org-agenda-skip'.
27763         data while constructing lost of tags.
27765 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27767         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
27768         as argument separator in macros.
27770 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27772         * org.el (org-after-sorting-entries-or-items-hook): New hook.
27773         (org-sort-entries-or-items): Run the new hook.
27774         (org-after-refile-insert-hook): New hook.
27775         (org-refile): Run `org-after-refile-insert-hook'.
27777         * org-agenda.el (org-agenda-get-progress): Never take time of day
27778         from headline when displaying progress.
27780         * org-latex.el (org-export-latex-complex-heading-re): New variable.
27781         (org-export-as-latex): Force the correct regexp in the
27782         preprocessor buffer.
27783         (org-export-latex-set-initial-vars):
27784         Set `org-export-latex-complex-heading-re'.
27786         * org-agenda.el (org-agenda-start-with-log-mode): New option.
27787         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
27789 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27791         * org-latex.el (org-export-latex-tables-centered): New option.
27792         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
27794         * org-exp.el (org-export-as-org): New command.
27795         (org-export-as-org): New command.
27797         * org-publish.el (org-publish-org-to-org): New function.
27799 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27801         * org.el (org-yank): Just call `org-yank-generic'.
27802         (org-yank-generic): New function, containing the formaer
27803         functionality of `org-yank'.
27805         * org-latex.el (org-export-latex-not-done-keywords)
27806         (org-export-latex-done-keywords): New variables.
27807         (org-export-latex-todo-keyword-markup): New option.
27808         (org-export-latex-set-initial-vars): Remember the TODO keywords.
27809         (org-export-latex-keywords-maybe): Apply the TODO markup.
27811 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27813         * org-exp.el (org-infile-export-plist): Add more default macros.
27814         (org-export-preprocess-apply-macros): Process macro arguments.
27816 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27818         * org-icalendar.el (org-icalendar-include-todo): New allowed value
27819         `unblocked'.
27820         (org-print-icalendar-entries): Respect the new value of
27821         `org-icalendar-include-todo'.
27823         * org.el (org-link-try-special-completion)
27824         (org-file-complete-link): New functions.
27825         (org-insert-link): Add special completion support for some link
27826         types.
27828         * org-bbdb.el (org-bbdb-complete-link): New function.
27830 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27832         * org-list.el (org-update-checkbox-count): Allow recursive
27833         statistics.
27834         (org-hierarchical-checkbox-statistics): New option.
27836         * org.el (org-cycle): Remove erraneous space character.
27838         * org-icalendar.el (org-icalendar-timezone): Initialize from
27839         environment.
27841 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27843         * org.el (org-autoload): Fix autoloading of ascii export
27844         functions.
27845         (org-modules): Add org-special-blocks.
27847 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27849         * org-icalendar.el (org-start-icalendar-file): Use the new option.
27850         (org-ical-timezone): New option.
27852         * org-exp.el (org-export-get-coderef-format): Use the description
27853         is present.
27855         * org.el (org-sort-entries-or-items): Improve docstring, and make
27856         better implementation for time sorting.
27858 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27860         * org.el (org-edit-src-persistent-message): New option.
27861         (org-edit-src-code, org-edit-fixed-width-region): Use the new
27862         option.
27864         * org-clock.el (org-clock-insert-selection-line): Fix prefious
27865         patch.
27867         * org.el (org-edit-src-code, org-edit-fixed-width-region):
27868         Use separate buffer instead of indirect buffer to edit source code.
27869         (org-edit-src-exit): Make this function work with the new setup.
27871         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
27872         are properly fontified before shown in the selection menu.
27874         * org.el (org-fontify-like-in-org-mode): New function.
27876         * org-latex.el (org-export-latex-links): Use the property list to
27877         retrieve the default image attributes.
27879         * org-exp.el (org-export-plist-vars): Add a new option.
27881 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27883         * org-exp.el (org-export, org-export-visible): Support ASCII
27884         export to buffer.
27885         (org-export-normalize-links): Do not protect the description if it
27886         is explicitly given.
27888         * org-list.el (org-reset-checkbox-state-subtree): Move here from
27889         org-checklist.el.
27890         (org-reset-checkbox-state-subtree):
27891         Call `org-reset-checkbox-state-subtree'.
27893         * org-remember.el (org-select-remember-template): For the
27894         selection of a valid template.
27896         * org-latex.el (org-export-region-as-latex): Supply the
27897         force-no-subtree argument.
27898         (org-export-as-latex): Provide better limits when exporting the
27899         first line.  When exporting to string, we still want the first
27900         lines.
27901         (org-export-latex-first-lines): New argument END, to force the end
27902         of the region.
27903         (org-export-region-as-latex): Use the property list.
27904         (org-export-as-latex): ????
27906 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27908         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
27909         (org-export-latex-preprocess): Run the new hook.
27911         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
27912         (org-export-preprocess-string): Run the new hook.
27914 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27916         * org-macs.el (org-check-external-command): New defsubst.
27918         * org.el (org-mode-map): New key for reload.
27919         (org-format-latex): Better error message when external programs
27920         are not available.
27922         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
27924         * org.el (org-sort-entries-or-items): Explicit sorting function
27925         for priorities, needed for XEmacs compatibility.
27927         * org-remember.el (org-remember-apply-template): Improve auto-save
27928         behavior.
27930 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27932         * org-latex.el (org-export-latex-preprocess): Also protect
27933         environments ending in a star.
27935         * org-list.el (org-at-item-p): Fix regular expression.
27937 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27939         * org.el (org-end-of-subtree): Improve speed.
27941         * org-agenda.el (org-agenda-get-timestamps)
27942         (org-agenda-get-progress, org-agenda-get-deadlines)
27943         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
27944         in particular, wait as long as possible to collect the tags.
27945         (org-stuck-projects): Improve docstring.
27947         * org.el (org-store-link): No errors when getting custom id before
27948         first headline.
27949         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
27951 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27953         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
27955         * org-protocol.el: Remove dependency on url.el.
27956         (org-protocol-unhex-compound, org-protocol-open-source):
27957         Remove dependency on url.el.
27959         * org-latex.el (org-export-as-pdf):
27960         Use `org-latex-to-pdf-process'.
27962 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27964         * org-latex.el (org-latex-to-pdf-process): New option.
27966         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
27967         New option.
27968         (org-agenda-get-timestamps):
27969         Honor `org-agenda-skip-additional-timestamps-same-entry'.
27971         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
27972         (org-clock-goto): Find recent task only if
27973         `org-clock-goto-may-find-recent-task' allows it.
27975         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
27976         drawers, and drawers that are missing the :END: line.
27978 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27980         * org-clock.el (org-clock-goto): Go to recently clocked task if no
27981         clock is running.
27983 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27985         * org.el (org-update-parent-todo-statistics): Check for
27986         STATISTICS_FROM property.
27988         * org-list.el (org-update-checkbox-count): Check for
27989         STATISTICS_FROM property.
27991         * org.el (org-tab-first-hook)
27992         (org-tab-after-check-for-table-hook)
27993         (org-tab-after-check-for-cycling-hook): New hooks.
27994         (org-cycle-internal-global, org-cycle-internal-local):
27995         New functions, split out from `org-cycle'.
27996         (org-cycle): Call the new hooks.
27998 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28000         * org-exp.el (org-export-preprocess-string): Reset the list of
28001         preferred targets for each run of the preprocessor.
28003         * org.el (org-refile-target-verify-function):
28004         Improve documentation.
28005         (org-get-refile-targets): Respect point being moved by the
28006         verification function.
28008         * org-latex.el (org-export-latex-timestamp-keyword-markup):
28009         New option.
28010         (org-export-latex-keywords): Use new option.
28012         * org.el (org-rear-nonsticky-at): New defsubst.
28013         (org-activate-plain-links, org-activate-angle-links)
28014         (org-activate-footnote-links, org-activate-bracket-links)
28015         (org-activate-dates, org-activate-target-links)
28016         (org-activate-tags): Place the rear-nonsticky properties at the
28017         correct location.
28019 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28021         * org-protocol.el (server-edit): Declare `server-edit'.
28022         (org-protocol-unhex-string, org-protocol-unhex-compound):
28023         New functions.
28024         (org-protocol-check-filename-for-protocol): Call `server-edit'.
28026         * org.el (org-default-properties): New default properteis for
28027         completion.
28029         * org-exp.el (org-export-add-subtree-options): Add new properties
28030         for subtree export.
28032 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28034         * org-id.el (org-id-get-with-outline-path-completion): Turn off
28035         org-refile-target-verify-function for the duration of the command.
28037         * org.el (org-link-to-org-use-id): New possible value
28038         `create-if-interactive-and-no-custom-id'.
28039         (org-store-link): Use custom IDs.
28040         (org-link-search): Find custom ID properties from #link.
28041         (org-default-properties): Add CUSTOM_ID for property completion.
28042         (org-refile-target-verify-function): New option.
28043         (org-goto): Turn off org-refile-target-verify-function
28044         for the duration of the command.
28046 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28048         * org-exp.el (org-export-preferred-target-alist): New variable.
28049         (org-export-define-heading-targets): Find the new CUSTOM_ID
28050         property.
28051         (org-export-target-internal-links): Target the custom ids when
28052         possible.
28054         * org-latex.el (org-export-latex-preprocess): Better regexp for
28055         matching latex macros with arguments.
28057 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28059         * org-remember.el (org-remember-handler): Allow filing to non-org
28060         files.
28062 2009-08-06  Magnus Henoch  <magnus.henoch@gmail.com>
28064         * org-table.el (org-table-fix-formulas): Do not change references
28065         to remote tables.
28066         (org-table-get-remote-range): Convert standard coordinates to RC
28067         format.
28069         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
28071 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28073         * org-compat.el (org-sha1-string): Function removed.
28075         * org.el (org-refile-allow-creating-parent-nodes): New option.
28076         (org-refile-get-location): New argument NEW-NODES.
28077         (org-refile): Call `org-refile-get-location' with the new
28078         argument.
28079         (org-refile-get-location): Arrange for adding a new child.
28080         (org-refile-new-child): New function.
28082         * org-clock.el: Fix a number of docstrings.
28083         (org-clock-find-position): New argument
28084         FIND-UNCLOSED to make the function find an unclosed clock in the
28085         entry.
28086         (org-clock-in): Call `org-clock-find-position' with the new
28087         argument if we might be resuming a clock.
28089 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28091         * org-latex.el (org-export-latex-display-custom-times): New variable.
28092         (org-export-latex-timestamp-markup): New option.
28093         (org-export-latex-set-initial-vars): Remember the local value of
28094         `org-display-custom-times'.
28095         (org-export-latex-content): Process time stamps.
28096         (org-export-latex-time-stamps): New function.
28098         * org-macs.el (org-maybe-intangible): Add intangible property
28099         again to invisible text.
28101 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28103         * org-exp.el (org-default-export-plist): Handle undefined
28104         variables.
28106 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28108         * org.el (org-sort-entries-or-items): Match TODO keywords
28109         case-sensitively, when sorting.
28110         (org-priority): Do not match TODO keywords with wrong case.
28112 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28114         * org.el (org-todo): Honor the NOBLOCKING property.
28116         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
28117         NOBLOCKING property.
28119         * org.el (org-scan-tags): Fix bug in tag scanner.
28121 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28123         * org.el (org-modules): Mark obsolete packages.
28125         * org-html.el: New file, split out from org-exp.el.
28127         * org-icalendar.el: New file, split out from org-exp.el.
28129         * org-xoxo.el: New file, split out from org-exp.el.
28131         * org-ascii.el: New file, split out from org-exp.el.
28133 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28135         * org-compat.el (org-find-library-name): New function.
28137         * org.el (org-pre-cycle-hook): New hook.
28138         (org-cycle): Call the new hook in appropriate places.
28139         (org-reload): Only reload files that have been loaded before.
28141 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28143         * org.el (org-set-font-lock-defaults): Enforxe space or line end
28144         after todo keyword.
28145         (org-todo): When changing TODO state, do matching
28146         case-sensitively.
28147         (org-map-continue-from): New variable.
28148         (org-scan-tags): Respect values in `org-map-continue-from'.
28149         (org-reload): Make XEmacs compatible.
28151 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28153         * org-protocol.el (org-protocol-flatten-greedy): New function.
28154         (org-protocol-flatten): New function.
28156         * org.el (org-open-link-from-string): Pass reference buffer to
28157         `org-open-at-point'.
28158         (org-open-at-point): New optional argument `reference-buffer'.
28160 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28162         * org.el (org-scan-tags): Make tag scan find headline in first
28163         line, 2nd attempt.
28164         (org-get-refile-targets): Add the naked file name.
28165         (org-refile): Store as top-level entry when only file name was
28166         given.
28168         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
28170         * org.el (org-block-todo-from-children-or-siblings-or-parent):
28171         Rename from org-block-todo-from-children-or-siblings, and
28172         enhanced to look for the parent's status as well.
28174         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
28175         (org-agenda-get-progress): Add first notes line to log entry if so
28176         desired.
28178 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28180         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
28181         (org-agenda-cleanup-fancy-diary): Call the new hook.
28183         * org-remember.el (org-remember-apply-template): Take the default
28184         for the annotation from the :annotation property.
28186         * org-mac-message.el (org-mac-message-get-link): Remove the
28187         quotes.
28188         (org-mac-message-get-link): Return the result.
28190 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28192         * org.el (org-refile-get-location): Add file name only if not
28193         already included in outline path.
28195         * org-faces.el (org-n-level-faces): Fix customization type from
28196         number to integer.
28198         * org-exp.el (org-export-headline-levels): Fix customization type
28199         from number to integer.
28201         * org-agenda.el (org-agenda-confirm-kill)
28202         (org-agenda-custom-commands-local-options)
28203         (org-timeline-show-empty-dates, org-agenda-ndays)
28204         (org-agenda-start-on-weekday, org-scheduled-past-days):
28205         Fix customization type from number to integer.
28207 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28209         * org-protocol.el: Declare some functions.
28211         * org-agenda.el (org-agenda-compare-effort):
28212         Honor `org-sort-agenda-noeffort-is-high'.
28213         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
28214         (org-agenda-compare-effort): Implement the "?" operator for
28215         finding entries without effort setting.
28217         * org.el (org-extract-attributes-from-string): New function.
28219         * org-exp.el (org-export-splice-attributes): New function.
28221 2009-08-06  Bastien Guerry  <bzg@gnu.org>
28222         Daniel M German  <dmg@uvic.org>
28223         Sebastian Rose  <sebastian_rose@gmx.de>
28224         Ross Patterson  <me@rpatterson.net>
28226         * org-protocol.el: New file.
28228 2009-08-06  Baoqiu Cui  <cbaoqiu@yahoo.com>
28230         * org-docbook.el: New file.
28232 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28234         * org-mouse.el: XEmacs compatibility fixes.
28236         * org.el (org-modules): Add org-inlinetasks.el.
28237         (org-cycle): Implement limiting level on cycling.
28238         (org-move-subtree-down): Fix bug with swapping subtrees at end of
28239         buffer.
28241         * org-inlinetask.el: New file.
28243         * org.el (org-emphasis-regexp-components): Allow braces in
28244         emphasis pre and post match.
28246         * org-footnote.el (org-footnote-normalize): When only sorting, do
28247         not insert inline notes at the end.
28249         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
28251 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28253         * org.el (org-reftex-citation): New command.
28255 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28257         * org-agenda.el (org-agenda-cmp-user-defined): New option.
28258         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
28259         sorting options.
28260         (org-entries-lessp): Apply the new sorting option.
28262         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
28263         blocker code, when an older sibling has children.
28265         * org-mac-message.el (org-mac-message-get-link): Improve getting
28266         links from multiple selected messages.
28268 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28270         * org-remember.el (org-remember-finalize): Do not set buffer file
28271         name to nil.
28272         (org-remember-handler): Mark buffer as unmodified.
28273         (org-remember-handler): Delete backup file and show message about
28274         remaining backup files.
28275         (org-remember-auto-remove-backup-files): New option.
28277         * org.el (org-store-link): Use buffer name as link description in
28278         w3-mode buffers.
28279         (org-ido-switchb): Fix argument bug for completion.
28281         * org-remember.el (org-remember-apply-template): Set local
28282         variable `auto-save-visited-file-name' instead of global one.
28284 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28286         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
28287         (org-agenda-get-todos): Mark file tags as inherited.
28288         (org-agenda-list): Always search diary lines for a time.
28290 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28292         * org-feed.el: New file.
28294         * org-exp.el (org-export-as-html): Close local lists depending on
28295         indentation, also when starting a table.
28297         * org-remember.el (org-remember-backup-directory)
28298         (org-remember-backup-name): New internal variable.
28300 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28302         * org-clock.el (org-clock-out-if-current): Make buffer detection
28303         work in indirect buffers as well.
28305         * org.el (org-emphasis-regexp-components): Add the exxclamation
28306         mark to the post-emphasis characters.
28308 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28310         * org.el (org-read-date-minibiffer-septup-hook): New hook.
28311         (org-read-date): Run the new hook.
28313         * org-mac-message.el (org-mac-flagged-mail): New group.
28314         (org-mac-mail-account): New variable.
28315         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
28316         New commands.
28318         * org-remember.el (org-remember-backup-directory): New variable.
28319         (org-remember-apply-template): Write file to backup directory.
28321 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28323         * org-mouse.el (org-mouse-todo-menu): New function.
28324         (org-mouse-todo-keywords): Function removed.
28325         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
28327         * org-table.el (org-table-beginning-of-field)
28328         (org-table-end-of-field): New commands.
28329         (org-table-previous-field, org-table-beginning-of-field):
28330         Better error messages.
28331         (orgtbl-setup): Include `M-a' and `M-e'.
28333         * org.el (org-backward-sentence, org-forward-sentence):
28334         New commands.
28336         * org-colview.el (org-colview-initial-truncate-line-value):
28337         New variable.
28338         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
28339         (org-columns): Remember the value of `truncate-lines'.
28341         * org.el (org-columns-skip-arrchived-trees): New option.
28343         * org-agenda.el (org-agenda-export-html-style): Define color for
28344         org-agenda-done face.
28345         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
28346         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
28348         * org.el (org-scan-tags): Use the new face.
28350         * org-faces.el (org-agenda-done): New face.
28352         * org.el (org-scan-tags): Test the value org
28353         `org-tags-match-list-sublevels'.
28354         (org-tags-match-list-sublevels): New allowed value: indented.
28356         * org-latex.el (org-export-latex-make-header): Apply macros
28357         in header.
28359         * org-exp.el (org-export-apply-macros-in-string): New function.
28361         * org-latex.el (org-export-latex-list-parameters): Fix bug
28362         with the definition of a checked box.
28364         * org-clock.el (org-clock-find-position): Fix drawer indentations.
28366         * org-latex.el (org-export-latex-low-levels): More options
28367         for how to process lower levels in LaTeX.
28368         (org-export-latex-subcontent): Better treatment for lists as a
28369         means of publishing lower levels.
28371 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28373         * org.el (org-set-font-lock-defaults): Use new checkbox face.
28375         * org-faces.el (org-checkbox): New face.
28377         * org-exp.el (org-export-html-preprocess): Only create LaTeX
28378         fragement images if there is an export file.
28380 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28382         * org-agenda.el (org-stuck-projects): Document that the subtree of
28383         projects that are not stuck will now be searched for stuck
28384         sub-projects.
28385         (org-agenda-skip-entry-when-regexp-matches)
28386         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
28387         (org-agenda-list-stuck-projects):
28388         Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
28390         * org-latex.el (org-export-latex-preprocess):
28391         Improve export of verses.
28393         * org-exp.el (org-export-as-html): Implement centering as a div
28394         rather than a paragraph.  Do a better job with line-end in verse
28395         environments.
28397 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28399         * org.el (org-open-at-point): Fix tags searches by mouse click.
28401 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28403         * org-latex.el (org-export-latex-preprocess): Implement the
28404         centering markup.
28406         * org-exp.el (org-export-mark-blockquote-verse-center):
28407         Rename from `org-export-mark-blockquote-and-verse'.
28408         (org-export-as-html): Implement the centering markup.
28410         * org-latex.el (org-export-latex-tables): Fix vertical
28411         lines in tables.
28413 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28415         * org.el (org-read-date-history): New variable.
28416         (org-read-date): Use new history variable.
28417         (org-toggle-heading): Fix bug when used before first headline.
28418         (org-store-log-note): Remove drawer if empty while note is
28419         aborted.
28420         (org-remove-empty-drawer-at): New function.
28421         (org-check-after-date): New command.
28422         (org-sparse-tree): New sparse tree command "a".
28424         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
28426 2009-08-06  Bastien Guerry  <bzg@gnu.org>
28428         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
28429         column and a space, not only a column.
28431 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28433         * org-latex.el (org-export-latex-emphasis-alist):
28434         Better defaults for verbose emphasis.
28435         (org-export-latex-emph-format): New function.
28436         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
28438         * org-agenda.el (org-agenda-menu): Add new commands to menu.
28439         (org-agenda-do-date-later, org-agenda-do-date-earlier)
28440         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
28441         (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
28442         New commands.
28444         * org.el (org-timestamp-change): Move end-time along with start
28445         time.
28447 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28449         * org-exp.el (org-export-target-internal-links)
28450         (org-export-as-html): Protect links specified as #name.
28452 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28454         * org.el (org-clone-subtree-with-time-shift): New command.
28456         * org-latex.el (org-export-latex-special-chars)
28457         (org-export-latex-treat-sub-super-char): Fix subscript export.
28459         * org-exp.el (org-create-multibrace-regexp): Do not add
28460         backslashes to the class.
28462 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28464         * org-colview.el (org-columns-map): Better functions for moving up
28465         and down a row, even if `truncate-line' is nil.
28467         * org.el (org-insert-todo-heading): Make sure the keyword is
28468         inserted at the correct position.
28470         * org-publish.el (org-publish-project-alist)
28471         (org-publish-projects, org-publish-org-index): Change default anme
28472         for the index of file names to "sitemap.org".
28474         * org-latex.el (org-export-latex-tables):
28475         Use `org-split-string', for Emacs 21 compatibility.
28477 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28479         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
28481 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28483         * org-exp.el (org-export-page-description)
28484         (org-export-page-keywords): New variables.
28485         (org-export-plist-vars): Add entries for :keywords and
28486         :description.
28487         (org-infile-export-plist): Parse for new keywords.
28488         (org-get-current-options): Add new keywords.
28489         (org-export-as-html): Publish description and keywords.
28491         * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
28492         New option.
28493         (org-agenda-add-entry-text):
28494         Honor `org-agenda-add-entry-text-descriptive-links'.
28496         * org-latex.el (org-export-latex-preprocess): Make all
28497         external preprocess functions use a PARAMETER arg.
28499         * org-exp.el (org-export-preprocess-string)
28500         (org-export-select-backend-specific-text)
28501         (org-export-format-source-code-or-example)
28502         (org-format-org-table-html): Support docbook export.
28503         (org-export-preprocess-string): Make all external preprocess
28504         functions use a PARAMETER arg.
28506 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28508         * org-exp.el (org-export-html-style-include-scripts): New option.
28509         (org-export-plist-vars): Add new option
28510         `org-export-html-style-include-scripts'.
28511         (org-export-as-html): Honor new option
28512         `org-export-html-style-include-scripts'.
28513         (org-export-html-scripts, org-export-html-style-default):
28514         Fix xml issues with the Safari browser.
28516 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28518         * org-publish.el (org-publish-attachment): Only copy file when the
28519         directories differ.
28521 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28523         * org-clock.el (org-clocktable-steps): Use inactive time stamps
28524         for clocktable steps.
28526         * org.el (org-additional-option-like-keywords): Add two more
28527         keywords.
28529 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28531         * org-exp.el (org-export-format-source-code-or-example):
28532         Mark temporary buffer unmodified, so that it will be killed even if
28533         mode like message mode has decided to assign a file name.
28535         * org.el (org-scan-tags): Improve tag inheritance.
28536         (org-scan-tags, org-make-tags-matcher): Make tag comparison
28537         case-sensitive.
28538         (org-scan-tags): Use the internal tags list instead of creating it
28539         from scratch.
28540         (org-trust-scanner-tags, org-scanner-tags): New variables.
28541         (org-scan-tags): Set `org-scanner-tags'.
28542         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
28543         (org-map-entries): Document the possible speedup using scanner
28544         tags.
28546 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28548         * org.el (org-add-planning-info): Fix bug with looking for keyword
28549         only at column 0.
28551         * org-agenda.el (org-agenda-custom-commands-local-options):
28552         Add option for tags filter preset.
28553         (org-prepare-agenda): Store filter preset as a property on the
28554         filter variable.
28555         (org-finalize-agenda): Call the filter, if there is a preset.
28556         (org-agenda-filter-by-tag): Filter again after clearing the
28557         filter, when there still is a preset.
28558         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
28559         Include the preset filter.
28560         (org-agenda-redo): Apply the filter again, also the preset filter.
28562         * org-exp.el (org-export-as-html): Use IDs in the correct way.
28564         * org.el (org-uuidgen-p): New function.
28566         * org-agenda.el (org-agenda-fontify-priorities): New default value
28567         `cookies'.
28568         (org-agenda-fontify-priorities): Rename from
28569         org-fontify-priorities.
28571         * org.el (org-set-font-lock-defaults):
28572         Call `org-font-lock-add-priority-faces'.
28573         (org-font-lock-add-priority-faces): New function.
28575         * org-faces.el (org-set-tag-faces): New option.
28576         (org-priority-faces): New variable.
28578         * org-exp.el (org-export-as-html): Add a "content" div around the
28579         entire content of the body tag.
28580         (org-export-html-get-bibliography): New function.
28581         (org-export-html-validation-link): New variable.
28582         (org-export-as-html): Add validation link to exported page.
28584         * org.el (org-match-sparse-tree): Rename from
28585         `org-tags-sparse-tree'.
28586         (org-tags-sparse-tree): New alias.
28588 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28590         * org.el (org-get-valid-level): Catch the case where the level
28591         change is nil.
28593         * org-clock.el (org-clock-find-position): Better indentation of
28594         new clock drawers.
28596 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28598         * org-agenda.el (org-agenda-quit): Delete window only when the
28599         frame-setup was not `current-window'.
28601         * org.el (org-tag-persistent-alist): New option.
28602         (org-startup-options): Add keyword `noptag'.
28603         (org-fast-todo-selection): Handle :newline correctly.
28604         (org-set-tags): Handle :newline correctly.
28605         (org-fast-tag-selection): Handle :newline correctly.
28607 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28609         * org-exp.el (org-export-as-ascii): Reverse link buffer before
28610         outputting it.
28611         (org-export-ascii-push-links): Fix bug with pussing links into the
28612         export buffer.
28614 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28616         * org-archive.el (org-archive-subtree): Do not add 1 to level if
28617         pasting at top level.
28619         * org-bbdb.el: Improve documentation.
28621 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28623         * org-list.el (org-insert-item): Only consider insert empty lines
28624         is `org-empty-line-terminates-plain-lists' is not nil.
28626         * org.el (org-blank-before-new-entry): Mention the dependence on
28627         `org-empty-line-terminates-plain-lists' in the docstring.
28629         * org-publish.el (org-publish-get-project-from-filename):
28630         New optional argument UP.  Only find the top project if UP is set.
28631         (org-publish-current-project): Find the top encloding project.
28633         * org-agenda.el (org-agenda-before-write-hook)
28634         (org-agenda-add-entry-text-maxlines): New options.
28635         (org-write-agenda): Run the new hook in the temporary buffer.
28636         (org-agenda-add-entry-text): New function.
28637         (org-write-agenda): Implement PDF export, using ps2pdf.
28639         * org.el (org-global-properties-fixed, org-global-properties):
28640         Improve documentation string.
28642         * org-exp.el (org-export-ascii-links-to-notes): New option.
28643         (org-export-as-ascii): Handle links better.
28644         (org-export-ascii-wrap, org-export-ascii-push-links):
28645         New functions.
28647 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28649         * org-agenda.el (org-agenda): Make prefix arg optional.
28650         (org-agenda-search-headline-for-time): New option.
28651         (org-format-agenda-item):
28652         Honor `org-agenda-search-headline-for-time'.
28654         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
28655         characters.
28657         * org.el (org-self-insert-cluster-for-undo): New option.
28658         (org-self-insert-command): Cluster undo for 20 characters.
28659         (org-self-insert-command-undo-counter): New variable.
28661 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28663         * org-exp.el (org-export-as-html): Fix problem with closing colone
28664         example.
28666 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28668         * org-latex.el (org-export-as-latex)
28669         (org-export-latex-first-lines): Avoid modification flag when
28670         adding or removing text properties.
28671         (org-export-latex-fontify): Catch error when org-emph-alist has
28672         entries that are not defined for LaTeX export.
28674         * org-export-latex.el: Rename to org-latex.el.
28676         * org-latex.el: Rename from org-export-latex.el.
28678         * org.el (orgstruct++-mode): New function.
28679         (turn-on-orgstruct++): Call `orgstruct++-mode'.
28680         (org-context-p): Allow detecting item context after the first line
28681         of an item.
28682         (orgstruct-make-binding): Detect if item-body context should be
28683         seen.
28684         (orgstruct-is-++): New variable.
28685         (org-add-planning-info): Catch the case when there is no planning
28686         info yet and the call does not want to add anything, only maybe
28687         tries to remove something.
28688         (org-special-ctrl-a/e): All value to be a cons cell with separate
28689         settings for `C-a' and `C-e'.
28690         (org-beginning-of-line, org-end-of-line): Honor separate values
28691         for `C-a' and `C-e'.
28693 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28695         * org.el (org-reload): New command.
28697 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
28699         * org-gnus.el (org-gnus-store-link): Fix bug where
28700         org-gnus-store-link used wrong subject when called in an article
28701         buffer.  Patch provided by fengli AT gmail DOT com.
28703 2009-03-13  D. Goel  <deego3@gmail.com>
28705         * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
28706         replace ls by (values-list ls).
28708 2009-02-20  Carsten Dominik  <dominik@science.uva.nl>
28710         * org-remember.el (org-remember-apply-template): Turn off ido for
28711         this completion.
28713         * org.el (org-priority): Also find invisible headings, for remote
28714         editing.
28715         (org-completing-read-no-ido): New function.
28716         (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
28718         * org-colview.el (org-columns-edit-value): No special treatment of
28719         prefix arg.
28721 2009-02-19  Carsten Dominik  <dominik@science.uva.nl>
28723         * org.el (org-block-todo-from-children-or-siblings):
28724         Use `org-up-heading-all' so that this will work correctly with hidden
28725         property drawers and entries.
28726         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
28727         falling back to normal, default command.
28728         (org-get-location): Temporarily turn off special behavior.
28730 2009-02-13  Glenn Morris  <rgm@gnu.org>
28732         * org-rmail.el (rmail-show-message): Restore argument list to the
28733         declaration now that this functions behaves in Emacs 23 as in 22.
28735 2009-02-12  Glenn Morris  <rgm@gnu.org>
28737         * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
28739 2009-02-12  Joachim Reiter  <Reiter.Joachim@web.de>  (tiny change)
28741         * org-footnote.el (org-footnote-action): Fix doc typo.
28743 2009-02-06  Carsten Dominik  <dominik@science.uva.nl>
28745         * org-exp.el (org-export-preprocess-string): Fix bug with skipping
28746         text before first headline.
28747         (org-export-remove-or-extract-drawers): Fix regular expression for
28748         extracting drawers.
28750         * org.el (org-format-latex): Stop LaTeX fragment processing in
28751         protected examples.
28753 2009-02-05  Glenn Morris  <rgm@gnu.org>
28755         * org-rmail.el (rmail-show-message): Update declaration.
28756         (rmail-buffer, rmail-view-buffer): Declare.
28757         (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
28759 2009-02-04  Carsten Dominik  <dominik@science.uva.nl>
28761         * org.el (org-return-follows-link): Revert setting
28762         `org-return-follows-link' to t by default.
28764 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
28766         * org.el (org-cycle-global-at-bob): Fix typo.
28768         * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
28770 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
28772         * org.el (org-mode): Make dependence stuff work more reliably.
28773         (org-update-parent-todo-statistics): Fix bug with updating
28774         statistics cookie.
28775         (org-yank-adjusted-subtrees, org-return-follows-link)
28776         (org-use-fast-todo-selection, org-tags-column): New default
28777         setting for variables.
28779         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
28780         ~ as verbatim delimiters, to avoid table bug.
28781         (org-export-latex-classes): Remove the a4paper option from the
28782         default styles.
28784         * org-exp.el (org-export-html-format-image): New argument
28785         PAR-OPEN, to fix XHTM validation bug.
28786         (org-export-as-html): Pass par-open to
28787         `org-export-html-format-image'.
28788         (org-export-html-footnotes-section): Use a more consistent id for
28789         footnotes.
28791         * org-agenda.el (org-agenda-sorting-strategy)
28792         (org-agenda-tags-column): New default setting for variables, based
28793         on a poll what typical uses use.
28794         (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
28795         setting the blocked tag.
28797 2009-01-31  Carsten Dominik  <dominik@science.uva.nl>
28799         * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
28800         only checking for blocks.
28802         * org-exp.el (org-export-html-footnotes-section): Make the div id
28803         consistent.
28805         * org-export-latex.el (org-export-latex-classes):
28806         Remove paper size option from LaTeX classes.
28808 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
28810         * org.el (org-enforce-todo-checkbox-dependencies): New option.
28811         (org-block-todo-from-checkboxes): New function.
28812         (org-todo): Make triple prefix arg circumvent blocking.
28814 2009-01-30  Glenn Morris  <rgm@gnu.org>
28816         * org-list.el (org-empty-line-terminates-plain-lists)
28817         (org-toggle-checkbox): Doc fixes.
28819         * org-table.el (org-table-clean-before-export): Fix declaration.
28821 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
28823         * org-timer.el (org-timer): Provide the timer feature.
28825         * org.el (org-require-autoloaded-modules): Add a few more files to
28826         the list of autoloaded modules.
28828         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
28830         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
28831         drawers that are unprotected.
28832         (org-export-html-format-image): Make sure inlined LaTeX fragment
28833         images remain inlined.
28835         * org.el (org-toggle-ordered-property): New function.
28836         (org-mode-map): Add a key for `org-toggle-ordered-property'.
28837         (org-org-menu): Add menu entries for TODO dependencies.
28839         * org.el (org-default-properties): Add ORDERED to the default
28840         properties, to get completion support for it.
28842         * org-list.el (org-update-checkbox-count): Update more than one cookie.
28844         * org.el (org-update-parent-todo-statistics): Update more than one
28845         cookie.
28847 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
28849         * org-agenda.el (org-agenda-get-todos): Start search from correct
28850         position.
28852         * org.el (org-fast-todo-selection): Make sure TODO selection does
28853         not change buffer position.
28855         * org-list.el (org-toggle-checkbox): Implement adding or removing
28856         checkboxes from line or region when called with a prefix
28857         argument.
28859         * org-rmail.el (org-rmail-store-link): Protect the call to
28860         `rmail-narrow-to-non-pruned-header'.
28862         * org-clock.el (org-clock-special-range): Fix week display in
28863         clock tables.
28865         * org-exp.el (org-get-current-options): Fix bug when in indirect
28866         buffer.
28868         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
28869         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
28870         (org-agenda-dim-blocked-tasks): New function.
28872         * org.el (org-enforce-todo-dependencies): New option.
28873         (org-block-todo-from-children-or-siblings): New function.
28875         * org-faces.el (org-agenda-dimmed-todo-face): New face.
28877 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
28879         * org.el (org-todo): Return correct state type even if the blocker
28880         throws an error.
28881         (org-modifier-cursor-error): Rename from
28882         `org-shiftcursor-error'.
28883         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
28884         (org-shiftmetadown): Call `org-modifier-cursor-error'.
28886         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
28887         to get real errors from the blocker hook.
28889         * org.el (org-shiftselect-error, org-call-for-shift-select):
28890         New functions.
28891         (org-set-visibility-according-to-property): Turn off the setting
28892         of `org-show-entry-below', to avoid overruling a FOLDED visibility
28893         property.
28895         * org.el (org-support-shift-select): New option.
28896         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
28897         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
28898         selection outside contexts.
28900         * org-list.el (org-at-item-bullet-p): New function.
28902         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
28903         variables.
28905         * org-footnote.el (org-footnote-normalize): Remove unnecessary
28906         variable.
28907         (org-insert-footnote-reference-near-definition):
28908         Remove unnecessary let form.
28910 2009-01-26  Carsten Dominik  <dominik@science.uva.nl>
28912         * org-export-latex.el (org-export-as-latex):
28913         Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
28914         (org-export-latex-first-lines): New parameter OPT-PLIST.
28916         * org.el (org-yank): Tell `delete-selection-mode' about
28917         `org-yank'.
28919         * org-faces.el (org-clock-overlay): Fix face definition.
28921         * org-export-latex.el (org-export-latex-first-lines):
28922         Pass timestamp and footnote parameters to the preprocessor.
28924         * org-exp.el (org-export-remove-timestamps): Do not remove time
28925         stamps inside tables.
28927 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
28929         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
28931         * org.el (org-agenda-tags-todo-honor-ignore-options):
28932         Declare variable.
28934         * org-table.el (org-table-insert-hline): Fix typo in function call
28935         to `backward-char'.
28937         * org-exp.el (org-export-as-html): Remove the initial space from
28938         colon examples.
28940         * org.el (org-scan-tags):
28941         Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
28943         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
28944         New customization groups.
28945         (org-agenda-tags-todo-honor-ignore-options): New option.
28946         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
28947         New function.
28948         (org-agenda-get-todos):
28949         Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
28951 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
28953         * org-exp.el (org-export-format-source-code-or-example):
28954         Escape HTML characters also in examples that anre not treated with
28955         htmlize.  Also, just switch to EXAMPLE processing if we do not
28956         have a good version of htmlize.
28958         * org-rmail.el: Fix copyright notice.
28960         * org.el (org-activate-footnote-links): Improve footnote link
28961         highlighting.
28963         * org-footnote.el (org-footnote-normalize): Fix finding the end of
28964         a footnote definition at the end of the file.
28966         * org-table.el (org-table-get-specials): Add an imagined hline at
28967         the end of the table.  This can be useful for references that want
28968         to go to the end of the table.  Also fix bug when computing last
28969         row constants, in tables that do not start right at the right
28970         margin.
28971         (org-table-eval-formula): Match and replace remove references.
28972         (org-table-formula-substitute-names): Make sure that names inside
28973         a "remote" call are left alone, the will be replaced later when
28974         the remote call is handled.
28975         (org-table-convert-refs-to-rc): Do not convert things that might
28976         look like a reference, but are really part of an ID or namei n a
28977         remote reference.
28978         (org-table-get-remote-range): New function.
28980 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
28982         * org-faces.el (org-clock-overlay): Fix bug in face definition.
28984         * org-clock.el (org-clock-put-overlay): Use new face instead of
28985         `secondary-selection'.
28987         * org-faces.el (org-clock-overlay): New face.
28989 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
28991         * org-exp.el (org-get-current-options): Include the option for
28992         publishing time stamps.
28994         * org.el (org-toggle-heading): Rename from
28995         `org-toggel-region-headings'.
28996         No longer needs a region defined, but will use it if there is one.
28997         (org-ctrl-c-star): Simplify, relying more on the internal
28998         workings of `org-toggle-heading'.
28999         (org-toggle-item): Rename from `org-toggle-region-items'.
29000         No longer needs a region defined, but will use it if there is one.
29001         (org-ctrl-c-minus): Simplify, relying more on the inernal
29002         workings of `org-toggle-item'.
29004         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
29005         environment detection.  Also, do real changes only in unprotected
29006         places.
29008 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29010         * org-export-latex.el (org-export-latex-quotation-marks):
29011         Use `org-if-unprotected-1'.
29012         (org-export-latex-set-initial-vars): Check for class definition in
29013         property.
29015         * org-macs.el (org-if-unprotected-1): New macro.
29017 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29019         * org-compat.el (org-count-lines): New function.
29021         * org-exp.el (org-export-format-source-code-or-example):
29022         Handle switches related to text areas.
29024         * org.el (org-activate-footnote-links): Don't allow match inside a
29025         link.
29027         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
29029         * org-export-latex.el (org-export-latex-links): Keep a relative
29030         path relative also after export.
29032         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
29034         * org.el (org-make-tags-matcher): Never use IDO for completing the
29035         tags matcher match string.
29036         (org-completing-read): Also remove the special biding for "?".
29038         * org-attach.el (org-attach-allow-inheritance): New option.
29039         (org-attach-inherited): New variable.
29040         (org-attach-dir): Handle properties related to the attachment
29041         directory.
29042         (org-attach-check-absolute-path): New function.
29043         (org-attach-set-directory, org-attach-set-inherit): New commands.
29044         (org-attach): Accommodate the new commands in the dispatcher.
29046 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29048         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
29049         `window-full-width-p'.
29051         * org-exp.el (org-export-as-html): Only check for images files
29052         that really can be inlined.
29054         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
29055         list of extensions to be a parameter.
29057         * org-exp.el (org-export-html-inline-image-extensions):
29058         New variable.
29060         * org-agenda.el (org-prepare-agenda):
29061         Use `org-agenda-block-separator'.
29062         (org-agenda-block-separator): New option.
29064 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29066         * org-export-latex.el (org-export-latex-tables):
29067         Call `org-table-clean-before-export' with the new optional argument.
29069         * org-exp.el (org-table-clean-before-export): New optional
29070         parameter MAYBE-QUOTED, allows for quoted characters like \# in
29071         first column.
29073 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29075         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
29076         histograms.
29078         * org-colview.el (org-colview-construct-allowed-dates):
29079         Better error catching when a date/time property does not have allowed
29080         values defined.
29082 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29084         * org.el (org-map-entries): Restore point and restriction after
29085         `org-map-entries'.
29087 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29089         * org.el (org-time=, org-time<, org-time<=, org-time>)
29090         (org-time>=, org-time<>): Make sure both values are dates.
29092 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29094         * org-archive.el (org-extract-archive-heading): Allow %s for file
29095         name also in achive location heading.
29097 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29099         * org-archive.el (org-add-archive-files): Uniquify the list before
29100         returning it.
29102 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29104         * org-compat.el (org-fit-window-to-buffer):
29105         Use `window-full-width-p'.
29107         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
29108         space after the colon in short examples.
29110         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
29111         enforce a space after the colon.  However, we also allow lines
29112         that are *only* a colon.
29113         (org-export-as-html): Enforce the space after the colon in short
29114         examples.
29115         (org-export-preprocess-string): Do the colon example protection
29116         earlier.
29117         (org-export-remove-timestamps): Do not check for protection at the
29118         end of the line.
29120 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29122         * org.el (org-format-latex-options): Add new matcher for single
29123         letters between dollars.
29124         (org-get-header): Function removed.
29125         (org-heading-components): New function.
29127         * org-exp.el (org-export-define-heading-targets): Record ID's also
29128         as alternative targets.
29129         (org-export-as-html): Interpret "id:" links to other files by
29130         preserving the relative path.
29132         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
29133         is nil.
29135         * org-exp.el (org-export-normalize-links): Protect the main link,
29136         to avoid special character processing.
29138         * org-export-latex.el (org-export-latex-special-keyword-regexp):
29139         New variable.
29140         (org-export-latex-special-string-regexps): Variable removed.
29141         (org-export-latex-keywords): Use the new regexp.
29143         * org-exp.el (org-export-handle-include-files): Fetch switches and
29144         put them into the BEGIN statement.
29146         * org-timer.el (org-timer-mode-line-string): New variable.
29148         * org-clock.el (org-clock-mode-line-map): Rename from
29149         `org-clock-mode-map'.
29150         (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
29151         (org-clock-update-mode-line): Rename from `org-update-mode-line'.
29152         (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
29153         (org-clock-remove-overlays): Rename from
29154         `org-remove-clock-overlays'.
29156         * org-timer.el (org-timer-pause-or-continue): Implement stopping
29157         and mode line display.
29158         (org-timer-stop): New command.
29159         (org-timer-seconds): Return correct time when timer is paused.
29160         (org-timer-mode-line-timer): New variable.
29161         (org-timer-set-mode-line, org-timer-update-mode-line):
29162         New functions.
29164         * org.el (org-insert-heading): Handle new value `auto' for
29165         `org-blank-before-new-entry'.
29166         (org-org-menu): Add new items for timer functions.
29168         * org-list.el (org-insert-item): Handle new value `auto' for
29169         `org-blank-before-new-entry'.
29171         * org.el (org-blank-before-new-entry): New value `auto', made
29172         default.
29174 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29176         * org-exp.el (org-export-normalize-links): If the link is also
29177         used as the description, protect the description.
29179 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29181         * org.el (org-closest-date): Fix bug with yearly repeats, in
29182         combination with preference of the past as it is used for deadline
29183         and scheduling search.
29185         * org-exp.el (org-html-handle-time-stamps): No longer check for
29186         the `org-export-with-timestamps' option, because the preprocesser
29187         has taken care of this already.
29189         * org.el (org-entry-properties): Catch the case when this is
29190         called in a non-org-mode file.
29192         * org-export-latex.el (org-export-latex-remove-from-headlines):
29193         Variable made obsolete, also LaTeX export now uses the standard
29194         variables.
29195         (org-export-as-latex): Add the timestamps parameter to the
29196         preprocessor parameter list.
29197         (org-export-latex-content): Export the remaining keywords without
29198         considering to remove them.
29199         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
29200         Use bold font instead of tt font for the keywords.
29201         (org-export-latex-fontify-headline): Format headlines, assuming
29202         that all keywords still present should be published.
29203         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
29204         publish what ever remains of the time stamps.
29205         (org-export-latex-list-parameters): New option.
29206         (org-export-latex-lists): Pass additional parameters to the list
29207         converter.
29209         * org-exp.el (org-export-preprocess-string): Remove clock lines
29210         and timestamps already in the preprocesor.
29211         (org-export-remove-timestamps, org-export-remove-clock-lines):
29212         New functions.
29213         (org-export-as-ascii, org-export-as-html): Add the timestamps
29214         parameter to the preprocessor parameter list.
29216         * org-list.el (org-list-parse-list): Parse for checkboxes.
29217         (org-list-to-generic): Introduce and handle new parameters :cbon
29218         and :cboff.
29219         (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
29220         Add optional parameter PARAMS.
29222         * org-export-latex.el (org-export-latex-special-chars):
29223         Fix problems with interpreting dollar signs.
29224         (org-inside-latex-math-p): New function.
29225         (org-export-latex-preprocess): Protect all the math fragments.
29227         * org.el (org-latex-regexps): Allow a dash after a dollar.
29229         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
29230         mark after copying.
29232         * org-agenda.el (org-run-agenda-series): Have series options set
29233         when finalizing the agenda.
29235         * org-exp.el (org-export-format-source-code-or-example):
29236         Protect the converted examples.
29238         * org.el (org-set-regexps-and-options): Fix the regexp
29239         `org-complex-heading-regexp'.
29241 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29243         * org.el (org-edit-src-get-label-format): New function.
29244         (org-coderef-label-format): New option.
29245         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
29246         a label format specification and make sure it is used in the edit
29247         buffer.
29248         (org-edit-src-get-label-format): New function.
29249         (org-store-link): Handle new coderef formats.
29250         (org-link-search): Handle new coderef formats.
29252         * org-footnote.el (org-footnote-create-definition)
29253         (org-footnote-goto-local-insertion-point): Make footnote insertion
29254         work correctly when the "Footnotes" headline is the last line in
29255         the buffer.
29257         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
29258         the location.
29260 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29262         * org-w3m.el (org-w3m): New customization group.
29263         (org-w3m-deactivate-mark): New option.
29264         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
29265         option say not to.
29267 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29269         * org.el (org-set-font-lock-defaults): Trigger footnote
29270         fontification.
29271         (org-activate-footnote-links): New function.
29272         (org-activate-links): New entry `footnote'.
29274         * org-faces.el (org-footnote): New face.
29276 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29278         * org-macs.el (org-re): Handle the [:word:] class.
29280         * org-exp.el (org-export-preprocess-string):
29281         Call `org-export-protect-colon-examples'.
29282         (org-export-protect-colon-examples): Rename from
29283         `org-export-protect-examples', and scope limited to lines starting
29284         with a colon.
29286 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29288         * org-exp.el (org-export-preprocess-string): Move the preprocess
29289         hook to after turning on Org-mode.
29290         (org-export-preprocess-after-include-files-hook)
29291         (org-export-preprocess-after-tree-selection-hook)
29292         (org-export-preprocess-before-backend-specifics-hook)
29293         (org-export-preprocess-final-hook): New hooks.
29294         (org-export-preprocess-string): Run the new hooks.
29296         * org.el (org-ctrl-c-minus): Fix indentation for new items.
29298         * org-footnote.el: New file.
29300         * org.el (org-footnote): Require footnote code.
29301         (org-startup-options): Add new footnote options.
29302         (org-mode-map): New keybindig for footnotes.
29303         (org-ctrl-c-ctrl-c): Add function at footnotes.
29304         (org-org-menu): New menu entries for footnotes.
29306         * org-export-latex.el (org-export-as-latex): Pass footnote
29307         variable to preprocessor.
29308         (org-export-latex-preprocess): Treat multiple references to a
29309         footnote.
29311         * org-exp.el (org-export-preprocess-string):
29312         Call `org-footnote-normalize'.
29313         (org-export-as-ascii, org-export-as-html): Pass footnote variable
29314         to preprocessor.
29315         (org-export-as-html): Treat multiple references to a footnote.
29317 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29319         * org-export-latex.el (org-export-latex-links): Handle coderef
29320         links.
29322         * org.el (org-bracket-link-analytic-regexp++): New variable.
29323         (org-make-link-regexps):
29324         Initialize `org-bracket-link-analytic-regexp++'.
29325         (org-store-link): Implement special case in edit-src buffer.
29326         (org-insert-link): No use of ide to insert stored links.
29327         (org-link-search): Implement special case for coderefs.
29329         * org-exp.el (org-export-html-scripts): New constant.
29330         (org-export-html-style-default): Add a new style for highlighted
29331         code.
29332         (org-export-code-refs): New variable.
29333         (org-export-preprocess-string): Initialize `org-export-code-refs'.
29334         Call `org-export-replace-src-segments-and-examples'
29335         No longer call `org-export-protect-examples'.
29336         (org-export-target-internal-links): Take care of coderef targets.
29337         (org-export-last-code-line-counter-value): New variable.
29338         (org-export-replace-src-segments-and-examples): Rename from
29339         `org-export-replace-src-segments', and modified.
29340         (org-export-format-source-code-or-example): Rename from
29341         `org-export-format-source-code'.
29342         (org-export-number-lines): New function.
29343         (org-export-as-ascii, org-export-as-html): Handle coderef links.
29345 2009-01-23  Glenn Morris  <rgm@gnu.org>
29347         * org-rmail.el (rmail-narrow-to-non-pruned-header):
29348         Remove declaration of deleted function.
29350 2009-01-16  Glenn Morris  <rgm@gnu.org>
29352         * org-mouse.el (org-mouse-show-context-menu):
29353         Use mouse-menu-major-mode-map, if defined, rather than the obsolete
29354         mouse-major-mode-menu.
29356 2008-12-23  Carsten Dominik  <dominik@science.uva.nl>
29358         * org-remember.el (org-remember-handler): Safer way to get a new
29359         buffer accessing the target file.
29361         * org.el (org-refile-get-location): Handle case of current buffer
29362         not having a file associated with it.
29364 2008-12-22  Carsten Dominik  <dominik@science.uva.nl>
29366         * org-table.el (org-table-get-formula): Only ask to overwrite
29367         field formula if there really is one.
29369 2008-12-21  Carsten Dominik  <dominik@science.uva.nl>
29371         * org-export-latex.el (org-export-latex-make-header): Double the
29372         commenting % in the time stamp format.
29373         (org-export-latex-special-chars): Handle case where there is no
29374         match group 3.
29376 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
29378         * org.el (org-get-refile-targets, org-refile-get-location):
29379         Use expanded file name to improve comparison.
29381 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
29383         * org.el (org-scan-tags): Rescan for tags, to get the correct
29384         upcase/downcase stuff.  This slows things down for now, but it
29385         works.
29386         (org-mode): Make sure the tag-faces regexp is initialized.
29388         * org-export-latex.el (org-export-latex-links): Fix bug with
29389         undefined label.
29391         * org-table.el (org-table-get-specials):
29392         Set `org-table-current-last-data-line'.
29393         (org-table-current-last-data-line): New variable.
29394         (org-table-insert-column, org-table-delete-column)
29395         (org-table-move-column, org-table-fix-formulas):
29396         Call `org-table-fix-formulas' a second time to fix the $LR references.
29397         (org-table-get-specials): Add the $LR references to the tables.
29398         (org-table-get-formula): Do not offer last-row names as LHS of
29399         formulas.
29401         * org.el (org-store-link): Capture link description from
29402         `org-id-store-link'.
29404         * org-exp.el (org-export-html-format-image): Add the / to the end
29405         of the <img> tag.
29406         (org-export-format-source-code): Surround example by empty lines,
29407         to make sure it will not be inside a paragraph.
29409         * org.el (org-ido-switchb): New function.
29411 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
29413         * org-agenda.el (org-agenda-show): New prefix argument
29414         FULL-ENTRY.
29416         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
29417         argument.
29419 2008-12-20  Glenn Morris  <rgm@gnu.org>
29421         * org.el (org-org-menu): Fix some more menu entries.
29423 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
29425         * org-table.el (org-table-get-specials): Revert introduction of @0
29426         as reference of the last table row, because of conflicts.
29428         * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
29429         argument, get the current tags directly.
29430         (org-agenda-set-tags): Leave getting current tags to
29431         `org-agenda-change-all-lines'.
29433 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
29435         * org.el (org-org-menu): Do not quote the set-tags command.
29437 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
29439         * Fix typos in comments and docstrings throughout Org-mode.
29441         * org.el (org-get-outline-path): Fix bug if level is not given.
29443         * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
29445 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
29447         * org.el (org-refile): Avoid refiling to within the region to be
29448         refiled.
29450         * org-export-latex.el (org-export-latex-special-chars):
29451         Replace special characters also in tables.
29453         * org-agenda.el (org-agenda-change-all-lines): New argument
29454         FORCE-TAGS.
29455         (org-agenda-set-tags): Get the new tags and pass them to
29456         `org-format-agenda-item'.
29458 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
29460         * org-export-latex.el (org-export-latex-classes): Add longable as
29461         a default package to all classes.
29462         (org-export-latex-tables): Handle the longtable attribute and the
29463         align attribute.
29465         * org-table.el (orgtbl-to-generic): Handle tables that start with
29466         a hline.
29468         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
29469         \verb for colde-like snippets.
29470         (org-export-as-latex): Fix issues with region export.
29472         * org.el (org-up-heading-safe): Speed up function by using a
29473         direct regexp search.
29474         (org-olpa): New variable.
29475         (org-get-outline-path): Speed-up path constructions in cases where
29476         this is possible because the entire hierarchy is scanned anyway.
29477         (org-refile-get-location): Don't compare the truenames of files,
29478         this is too slow.
29479         (org-goto-max-level): New option.
29480         (org-goto): Use `org-goto-max-level'.
29482 2008-12-16  Tassilo Horn  <tassilo@member.fsf.org>
29484         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
29485         Strip angle brackets from message-ids in the former and don't do
29486         it in the latter.
29487         (org-gnus-follow-link): Open summary reliable, even if the last
29488         messages were deleted, and handle empty groups, too.
29490 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
29492         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
29493         instead of \texttt for the =...= and ~===~ emphasis environments.
29494         (org-export-as-latex): Remove any old :org-license-to-kill text
29495         properties.
29496         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
29497         (org-export-latex-make-header): Add some hard space after the
29498         table of contents.
29499         (org-export-latex-first-lines): Accept RBEG argument.
29500         Mark exported text so that it will be excuded in further steps.
29502         * org-table.el (org-table-get-specials): Make @0 reference the
29503         last line in a table.
29504         (org-table-recalculate): Improve docstring.
29506 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
29508         * org.el (org-log-done): Fix docstring.
29510 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
29512         * org-exp.el (org-export-html-format-image): Fix bugs.
29514         * org-export-latex.el (org-export-latex-tables)
29515         (org-export-latex-links): Implement attribute, label, and caption
29516         handling.
29518         * org-exp.el (org-export-html-style-default): Add style
29519         definitions for the figure div.
29520         (org-export-preprocess-string, org-export-as-html):
29521         Implement attribute, label, and caption handling.
29522         (org-export-attach-captions-and-attributes): New function.
29523         (org-export-html-format-image): New function.
29524         (org-format-org-table-html): Implement attribute, label, and
29525         caption handling.
29527         * org.el (org-find-text-property-in-string): New function.
29528         (org-extract-attributes): Use the property org-attr instead of
29529         org-attrobutes, because this property is now set with the #+ATTR
29530         lines.
29532 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
29534         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
29535         the case that FROM is nil.
29537         * org.el (org-before-first-heading-p): New function.
29539 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
29541         * org-exp.el (org-export-as-html): Do not add a space before
29542         enforces line breaks.
29543         (org-export-as-html): Close paragraph before blockquote and verse
29544         tags.
29546 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
29548         * org-id.el (org-id-locations-file): Wrap file name with
29549         `convert-standard-filename'.
29550         (org-id-files): New variable.
29551         (org-id-use-hash): New option.
29552         (org-id-update-id-locations): Also search in all files current
29553         listed in `org-id-files'.  Convert the resulting alist to a hash
29554         if the user customation says so.
29555         (org-id-locations-save): Handle he case if `org-id-locations' is a
29556         hash.
29557         (org-id-locations-load): Convert the alist to a hash.
29558         (org-id-add-location): Handle the hast case.
29559         (kill-emacs-hook): Make sure id locations are saved when Emacs is
29560         exited.
29561         (org-id-hash-to-alist, org-id-alist-to-hash)
29562         (org-id-paste-tracker): New functions.
29564 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
29566         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
29567         bindings of calendar variables.
29569         * org-table.el (org-table-find-row-type): Rename from
29570         `org-find-row-type'.
29571         (org-table-rewrite-old-row-references): Rename from
29572         `org-rewrite-old-row-references'.
29573         (org-table-shift-refpart): Rename from `org-shift-refpart'.
29574         (org-table-cleanup-narrow-column-properties): Rename from
29575         `org-cleanup-narrow-column-properties'.
29577 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
29579         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
29580         for better error messages.
29581         (org-table-get-descriptor-line): Supply the new arguments to
29582         `org-find-row-type'.
29583         (org-table-error-on-row-ref-crossing-hline): New option.
29585         * org.el (org-target-link-regexp): Make buffer-local.
29586         (org-move-subtree-down): Fix bug with trees at beginning of
29587         buffer.
29589 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
29591         * org-faces.el (org-set-tag-faces): New function.
29592         (org-tags-special-faces-re): New variable.
29594         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
29596         * org-faces.el (org-tag-faces): New option.
29597         (org-tag): Mention `org-tag-faces' in the docstring.
29599 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
29601         * org-exp.el (org-export-html-style-default): Implement new
29602         quoting.
29604         * org-jsinfo.el (org-infojs-template): Implement new quoting.
29606         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
29607         command to the `w3m-minor-mode-map'.
29609         * org-archive.el (org-archive-to-archive-sibling):
29610         Protect `this-command' to avoid appending kills during archiving.
29612         * org-exp.el (org-export-with-priority): New variable.
29613         (org-export-add-options-to-plist): Use `org-export-plist-vars'
29614         instead of internal list of strings and properties.
29615         (org-print-icalendar-entries): Retrieve the location property with
29616         inheritance.
29618 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
29620         * org-exp.el (org-export-with-todo-keywords): New option.
29621         (org-export-plist-vars): Include also the keys for the #+OPTIONS
29622         line.
29623         (org-default-export-plist, org-export-add-options-to-plist)
29624         (org-export-as-ascii, org-export-as-html): Use the new structure
29625         of `org-export-plist-vars'.
29627         * org.el (org-map-entries): Return all values.
29629 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
29631         * org.el (org-matcher-time): Recognize more special values.
29633         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
29635 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
29637         * org.el (org-tags-exclude-from-inheritance): New option.
29638         (org-tag-inherit-p, org-remove-uniherited-tags):
29639         Respect `org-tags-exclude-from-inheritance'.
29641         * org-agenda.el (org-agenda-show-inherited-tags): New option.
29642         (org-format-agenda-item): Add inherited tags to the agenda line
29643         string, and make sure that properties are kept when downcasing the
29644         tags list.
29645         (org-agenda-add-inherited-tags): New function.
29646         (org-downcase-keep-props): New function.
29648         * org.el (org-scan-tags): Mark inherited tags with a text
29649         property.
29650         (org-get-tags-at): Mark inherited tags with a text property.
29651         (org-add-prop-inherited): New function.
29653         * org-agenda.el (org-agenda-add-inherited-tags): New function.
29654         (org-agenda-show-inherited-tags): New option.
29656 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
29658         * org.el (org-modules): Add org-w3m to the default modules.
29660         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
29661         orgtbl-mode.
29662         (orgtabl-create-or-convert-from-region): New command.
29664         * org-exp.el (org-export-as-ascii): Remove the handling of
29665         targets.
29666         (org-export-ascii-preprocess): Handle targets already in this
29667         function.
29669 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
29671         * org-timer.el (org-timer-start-time): Define this variable.
29672         (org-timer-item): Make argument optional.
29674         * org-list.el (org-insert-item): Automatically insert a timer item
29675         if the current list is a timer list.
29677         * org-timer.el: New file.
29679         * org-publish.el (org-publish-org-index): Only exclude the index
29680         file in the main directory from being added to the site-map.
29681         (org-publish-get-project-from-filename): If the current project is
29682         a component, start publishing from the parent project.
29684 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
29686         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
29688         * org-publish.el (org-publish-org-index): Improve removal of
29689         temporary buffers.
29691 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
29693         * org-agenda.el (org-get-closed): Re-apply changes
29694         accidentially overwritten by last commit to Emacs.
29696         * org.el (org-outline-path-complete-in-steps): New option.
29697         (org-refile-get-location):
29698         Honor `org-outline-path-complete-in-steps'.
29699         (org-agenda-change-all-lines, org-tags-sparse-tree)
29700         (org-time-string-to-absolute, org-small-year-to-year)
29701         (org-link-escape): Re-apply changes accidentially overwritten
29702         by last commit to Emacs.
29704 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
29706         * org-clock.el (org-dblock-write:clocktable): Make sure the
29707         clocktable sees the first line.
29708         (org-clock-in): Warn if the clock cannot be resumed.
29710 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
29712         * org.el (org-open-at-point): Fix mixup about interactive and
29713         non-interactive elisp links.
29715 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
29717         * org-exp.el (org-export-preprocess-string): Allow one comment
29718         line before the first headline to always be included.  This is
29719         to not miss a commented target.
29721         * org-mouse.el (org-mouse-insert-item):
29722         Call `org-indent-to-column' instead of `indent-to', for XEmacs
29723         compatibility.
29725         * org.el (org-refile-targets): Fix customize definition so
29726         that it works also in XEmacs.
29727         (org-fixup-indentation): Call `org-indent-to-column' instead
29728         of `indent-to', for XEmacs compatibility.
29730 2008-11-23  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
29732         * org-mew.el (org-mew-store-link): Get the correct case folder
29733         for refiled messages.
29735 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
29737         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
29738         line break indicators.
29740         * org.el (org-ido-completing-read): Remove the "i:" prefix for
29741         ido-completion propts.
29743 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
29745         * org-remember.el (org-remember-apply-template):
29746         Use `org-substring-no-properties'.
29748         * org-compat.el (org-substring-no-properties): New function.
29750         * org-remember.el (org-remember-apply-template):
29751         Use `org-substring-no-properties' for compatibility.
29753         * org-list.el (org-list-two-spaces-after-bullet-regexp):
29754         New option.
29755         (org-fix-bullet-type):
29756         Respect `org-list-two-spaces-after-bullet-regexp'.
29758         * org-clock.el (org-clock-load): Clean up the code.
29760         * org.el (org-adaptive-fill-function): Allow two spaces after
29761         "1." as a list bullet.
29763 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
29765         * org-clock.el (org-clock-save, org-clock-load): Check for
29766         live buffers, existing files, and buffer file names to ensure
29767         consistent information.
29768         (org-clock-persist): Make `clock' a special value of this
29769         variable, and improve docstring.
29771         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
29772         (org-get-string-indentation): Adapt indentation when the bullet
29773         width changes.
29775 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
29777         * org-remember.el (org-remember-finalize): Make interactive.
29778         (org-remember-kill): New command.
29779         (org-remember-finish-immediately): Call `org-remember-finalize'
29780         directly.
29781         (org-remember-finalize): Make `org-remember-finalize' an interactive
29782         function.
29784 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
29786         * org-remember.el (org-remember-apply-template): No ido completion
29787         for free prompts in remember templates.
29788         (org-remember-before-finalize-hook): New hook.
29789         (org-remember-mode): New minor mode.
29790         (org-remember-apply-template): Turn on `org-remember-mode'.
29792         * org-remember.el (org-remember-apply-template): Fix the way how
29793         the list of allowed properties is retrieved from the target file.
29795         * org.el (org-insert-link): Improve file link matching.
29797 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
29799         * org-colview.el (org-columns-display-here): New argument
29800         DATELINE, to trigger using the new face.
29801         (org-agenda-colview-summarize): Call `org-columns-display-here'
29802         with the new argument.
29804         * org-faces.el (org-agenda-column-dateline): New face.
29806         * org-publish.el (org-publish-org-index): Use index-title at page
29807         title, not as section.
29809         * org-exp.el (org-export-html-format-desc): Respect the
29810         org-protect property.
29811         (org-export-as-html): Protect image specifiers that are in the
29812         description part of a link.
29814         * org.el (org-sort-entries-or-items, org-completing-read)
29815         (org-refile-get-location, org-olpath-completing-read, org-todo)
29816         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
29817         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
29818         (org-set-property, org-delete-property)
29819         (org-delete-property-globally): Use `org-ido-completing-read'.
29821         * org-remember.el (org-remember-apply-template):
29822         Use `org-ido-completing-read'.
29824         * org-publish.el (org-publish): Use `org-ido-completing-read'.
29826         * org-colview.el (org-columns-edit-value, org-columns-new)
29827         (org-insert-columns-dblock): Use `org-ido-completing-read'.
29829         * org-attach.el (org-attach-delete-one, org-attach-open):
29830         Use `org-ido-completing-read'.
29832         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
29833         Use `org-ido-completing-read'.
29835         * org.el (org-time-today): New function.
29836         (org-matcher-time): Use `org-time-today'.  Add special treatment
29837         for "<tomorrow>" and "<yesterday>".
29838         (org-ido-completing-read): New function.
29839         (org-completion-use-ido): New option.
29841         * org-exp.el (org-export-format-source-code): Fix bug in require
29842         htmlize code.
29843         (org-export-target-internal-links): Fix bug in search for text
29844         property.
29846 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
29848         * org-export-latex.el (org-export-latex-subcontent):
29849         Interpret target aliases as additional labels.
29851         * org-exp.el (org-export-target-aliases): New variable.
29852         (org-export-preprocess-string)
29853         (org-export-handle-invisible-targets): Fill the alias alist.
29854         (org-export-as-html): Remove the &nbsp; from the anchor, and also
29855         assign an id.
29856         (org-html-level-start): Insert the target aliases as additional
29857         anchors.
29859         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
29860         picture area.
29862 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
29864         * org.el (org-open-at-mouse): Ensure correct link abbreviations
29865         when following a link with the mouse from the agenda.
29867         * org-exp.el (org-export-as-html): Avoid lone </div> when no
29868         headlines are created.
29870 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
29872         * org.el (org-link-translation-function): New option.
29873         (org-open-at-point): Call `org-link-translation-function' if
29874         non-nil.
29875         (org-translate-link): New function.
29876         (org-translate-link-from-planner): New function.
29877         (org-open-at-point): Allow interactive commands in elisp links.
29879         * org-exp.el (org-icalendar-cleanup-string): Restore the old
29880         iCalendar quoting.  The new one seems to caus problems with
29881         applications.
29883         * org.el (org-yank): Set `this-command' to `yank', so that
29884         `yank-pop' will work.
29886 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
29888         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
29889         compliance as far as quoting is concerned.
29891         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
29892         hexified version of the tag.
29894         * org-vm.el (org-vm-follow-link): Require `vm-search'.
29896         * org.el (org-up-heading-safe, org-forward-same-level):
29897         Always call `org-back-to-heading' instead of `outline-back-to-heading'.
29898         (org-back-to-heading): New wrapper around outline-back-to-heading,
29899         with a useful error message telling where the error happened.
29901         * org-list.el (org-update-checkbox-count): Always call
29902         `org-back-to-heading' instead of `outline-back-to-heading'.
29904         * org-exp.el (org-export-as-html): Make sure that each <img> tag
29905         has an `alt' attribute, to ensure XHTML validation.
29907 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
29909         * org-publish.el (org-publish-attachment): Allow publishing to
29910         overwrite attachment files.
29912         * org-agenda.el (org-agenda-timerange-leaders): New option.
29913         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
29915         * org.el (org-edit-src-exit): Untabify ASCII image before
29916         returning.
29918 2008-11-19  Glenn Morris  <rgm@gnu.org>
29920         * org.el, org-mouse.el (org-agenda-change-all-lines):
29921         Fix declaration.
29923 2008-11-18  Carsten Dominik  <dominik@science.uva.nl>
29925         * org.el ("speedbar"): Only show context if the file really is an
29926         org-mode buffer.
29928 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
29930         * org.el (org-time-string-to-absolute, org-small-year-to-year)
29931         (org-tags-sparse-tree): Fix typos in docstrings.
29933 2008-11-15  Carsten Dominik  <dominik@science.uva.nl>
29935         * org-publish.el (org-publish-attachment): Allow copy-file to
29936         overwrite files.
29938 2008-11-13  Glenn Morris  <rgm@gnu.org>
29940         * org-agenda.el (org-get-closed): Fix alias.
29942 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
29944         * org.el (org-link-escape): Fix typo in docstring.
29946 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
29948         * org.el (org-yank): Make any prefix force normal yanking.
29949         Suppress folding if text would be swallowed into a folded
29950         subtree.
29951         (org-yank-folded-subtrees, org-yank): Docstring updates.
29953         * org-agenda.el (org-agenda-compare-effort): Treat no effort
29954         defined as 0.
29956         * org-exp.el (org-export-language-setup): Add Catalan and
29957         Esperanto language entries.
29959 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
29961         * org.el (org-refile): Allow refiling of entire regions.
29963         * org-clock.el (org-clock-time%): New function.
29965         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
29966         retrieve property values.
29968 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
29970         * org-agenda.el (org-agenda-list): Handle the value `only' of
29971         org-agenda-show-log'.
29972         (org-agenda-log-mode): Interpret a double prefix arg.
29974 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
29976         * org-exp.el (org-export-html-footnotes-section): New variable.
29977         (org-export-as-html): Use `org-export-html-footnotes-section' to
29978         insert the footnotes.
29979         (org-export-language-setup): Add "Footnotes" to language words.
29981 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
29983         * org.el (org-yank): Fix bug when not inserting a subtree.
29985 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
29987         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
29988         instead of `vm-beginning-of-message'.
29990         * org.el (org-make-link-regexps): Make sure that links to gnus can
29991         contain brackets.
29993 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
29995         * org-attach.el (org-attach-dir): Remove duplicate ID creation
29996         code.
29998         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
29999         shell output.
30001         * org.el (org-link-abbrev-alist): Improve customization type.
30003         * org-attach.el (org-attach-expand-link, org-attach-expand):
30004         New functions.
30006         * org-agenda.el (org-agenda-get-progress): Rename from
30007         `org-get-closed'.  Implement searching for state changes as well.
30008         (org-agenda-log-mode-items): New option.
30009         (org-agenda-log-mode): New option prefix argument, interpreted as
30010         request to show all possible progress info.
30011         (org-agenda-get-day-entries): Call `org-get-progress' instead of
30012         `org-get-closed'.
30013         (org-agenda-set-mode-name): Handle the more complex log mode
30014         settings.
30015         (org-get-closed): New alias, pointing to `org-get-progress'.
30017 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
30019         * org.el (org-file-apps-defaults-gnu)
30020         (org-file-apps-defaults-macosx)
30021         (org-file-apps-defaults-windowsnt): Add an entry defining the
30022         system command.
30023         (org-file-apps): Allow `system' as key and value.
30024         (org-open-at-point): Explain the effect of a double prefix arg.
30025         (org-open-file): If the argument `in-emacs' is (16),
30026         i.e. corresponding to a double prefix argument, try to open the
30027         file externally.
30029 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
30031         * org.el (org-insert-link): Abbreviate absolute files names in
30032         links.  Also, fix a bug in which the double C-u prefix would not
30033         be honored.
30035 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
30037         * org.el (org-insert-heading): If buffer does not end with a
30038         newline, add one if necessary to insert headline correctly.
30040         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
30041         paragraphs, not inside.
30043         * org.el (org-todo):
30044         Quote `org-agenda-headline-snapshot-before-repeat'.
30046         * org-exp.el (org-export-as-html): Fully process link descriptions.
30047         (org-export-html-format-desc): New function.
30048         (org-export-as-html): Collect footnotes into the correct basket.
30049         (org-html-protect): No longer protect quotations marks here, this
30050         goes wrong.
30052         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
30053         BEG.
30055         * org-compat.el (org-fit-window-to-buffer): New function (not
30056         really, a preliminary and incomplete version was present earlier,
30057         but not used).
30059         * org.el (org-fast-todo-selection, org-fast-tag-selection):
30060         Use `org-fit-window-to-buffer'.
30062         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
30064         * org-agenda.el (org-agenda-get-restriction-and-command)
30065         (org-fit-agenda-window, org-agenda-convert-date):
30066         Use `org-fit-window-to-buffer'.
30068         * org-exp.el (org-export-as-html): Process href links through
30069         `org-export-html-format-href'.
30070         (org-export-html-format-href): New function.
30072         * org-agenda.el (org-agenda-todo): Update only the current
30073         headline if this is a repeated TODO, marked done for today.
30074         (org-agenda-change-all-lines): New argument JUST-THIS, to change
30075         only the current line.
30077         * org.el (org-todo): Take a snapshot of the headline if the
30078         repeater might change it.
30080 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
30082         * org-publish.el (org-publish-find-title): Remove buffers visited
30083         only for extracting the title.
30085         * org-exp.el (org-export-html-style)
30086         (org-export-html-style-default): Mark style definitions as
30087         unparsed CDATA.
30089         * org-publish.el (org-publish-validate-link):
30090         Function re-introduced.
30092 2008-11-12  Charles Sebold  <csebold@gmail.com>
30094         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
30095         property.
30096         (org-plot-quote-timestamp-field): New function.
30097         (org-plot-quote-tsv-field): Call timestamp field function when
30098         necessary rather than just quoting as a string.
30099         (org-plot/gnuplot-to-data): Pass in timefmt property.
30100         (org-plot/gnuplot-script): Supports timefmt property.
30101         (org-plot/gnuplot): Checks for timestamp column before checking
30102         for text index column.
30104 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
30106         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
30108         * org-publish.el (org-publish-org-index): Create a section in the
30109         index file.
30110         (org-publish-org-index): Stop linking to directories.
30112         * org.el (org-emphasis-alist): Use span instead of <u> to
30113         underline text.
30115         * org-exp.el (org-export-as-html): Make sure <p> is closed before
30116         <pre> sections.
30118 2008-11-12  Sebastian Rose  <sebastian_rose@gmx.de>
30120         * org-jsinfo.el (org-infojs-template): Remove language attribute
30121         from script tag.
30123 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
30125         * org-agenda.el (org-agenda-remove-marked-text): New function.
30126         (org-agenda-mark-filtered-text)
30127         (org-agenda-unmark-filtered-text): New functions.
30128         (org-write-agenda): Remove filtered text.
30130         * org.el (org-make-tags-matcher): Give access to TODO "property"
30131         without speed penalty.
30133 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
30135         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
30136         option.
30137         (org-store-link-props): Make sure adding to the plist works
30138         correctly.
30140         * org-gnus.el (org-gnus-no-new-news): New function.
30141         (org-gnus-follow-link): Allow the article ID to be a message-id,
30142         in addition to allowing article numbers.  Message IDs make much
30143         more roubust links.
30144         (org-gnus-store-link): Use message-id to create link.
30146 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
30148         * org.el (org-emphasize): Reverse the selection array.
30149         (org-emphasis-alist): Set <code> tags for the verbatim
30150         environment.
30152         * org-remember.el (org-remember-handler): Fix bug with
30153         prefix-related changing of the note storage target.
30155         * org-exp.el (org-print-icalendar-entries): Make the exported
30156         priorities compatible with RFC 2445.
30158         * org-clock.el (org-clock-save): Insert time stamp without
30159         dependence on time-stamp.el.
30161 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
30163         * org.el ("saveplace"): If saveplace puts point into an invisible
30164         location, make it visible.
30165         (org-make-tags-matcher): Allow inactive time stamps in time
30166         comparisons.
30167         (org-yank-adjusted-subtrees): New option.
30168         (org-yank): Incorporate adjusting trees.
30169         (org-paste-subtree): New argument FOR-YANK which will cause
30170         insertion at point without backing up over white lines, and leave
30171         point at the end of the inserted text.  Also if the cursor is
30172         at the beginning of a headline, use the same level or the inserted
30173         tree.
30175         * org-publish.el (org-publish-get-base-files-1): Deal correctly
30176         with broken symlinks.
30178 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
30180         * org-exp.el (org-export-select-tags, org-get-current-options):
30181         Fix typo.
30183 2008-11-06  Glenn Morris  <rgm@gnu.org>
30185         * org-publish.el (org-publish-attachment): Use copy-file rather than
30186         eshell/cp.
30188 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
30190         * org.el (org-columns-modify-value-for-display-function):
30191         * org-table.el (org-table-convert-region): Fix typos in docstrings.
30193 2008-10-28  Glenn Morris  <rgm@gnu.org>
30195         * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
30197         * org-list.el (outline-next-heading, outline-back-to-heading):
30198         Fix declarations.
30200 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
30202         * org-agenda.el (org-format-agenda-item)
30203         (org-agenda-filter-make-matcher): Make sure tags are stored and
30204         compared downcased.
30206 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
30208         * org.el (org-insert-todo-heading): Fix bug with force-heading
30209         argument.
30211 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
30213         * org-exp.el (org-export-as-ascii): Handle the case that we are
30214         bulishing from an indirect buffer.
30216         * org-table.el (org-table-copy-down): Fix bug with time stamp
30217         increment.
30219         * org-mouse.el (org-mouse-features): New option.
30220         (org-mode-hook): Turn on features depending on
30221         `org-mouse-features'.
30223         * org.el (org-insert-heading-respect-content): Force heading
30224         creation.
30225         (org-insert-heading): Keep the folding state of the heading before
30226         the inserted one.
30228 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
30230         * org-archive.el (org-archive-to-archive-sibling): Handle top
30231         level headlines better.
30233 2008-10-26  Bastien Guerry  <bzg@gnu.org>
30235         * org-export-latex.el (org-export-latex-classes):
30236         Add \usepackage{graphicx} to the default list of packages.
30238 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
30240         * org-agenda.el (org-agenda-filter): Rename from
30241         `org-agenda-filter-tags'.
30243 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
30245         * org.el (org-entry-properties): Add CATEGORY property, iven if it
30246         is not defined as a property in this entry.
30247         (org-add-log-note): Mask prefix argument when immediately storing
30248         the note.
30250         * org-agenda.el (org-agenda-filter-effort-default-operator):
30251         New option.
30253 2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>
30255         * org.el (org-add-log-setup): Bugfix; code to find insertion point
30256         after drawers was skipping ahead one line too many, so notes were
30257         inserted after the first note instead of before it.
30259 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
30261         * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
30262         New variables.
30263         (org-prepare-agenda): Reset the filter tags.
30264         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
30265         Show filter tags in mode line.
30267         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
30268         formatter.
30270         * org-export-latex.el (org-latex-entities-regexp): New constant.
30271         (org-export-as-pdf): Use two calls to `shell-command'.
30273 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
30275         * org-export-latex.el (org-export-latex-treat-sub-super-char):
30276         Honor the {} value of the subsuperscript setting.  Make sure that
30277         longer subsuperscripts are typeset in a roman font.
30279         * org.el (org-clock-update-time-maybe): Compute negative clock
30280         intervals correctly.
30282 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
30284         * org.el (org-add-log-setup):
30285         Respect `org-log-state-notes-insert-after-drawers'.
30286         (org-log-state-notes-insert-after-drawers): New option.
30287         (org-todo-trigger-tag-changes): New function.
30288         (org-todo): Call `org-todo-trigger-tag-changes'.
30290 2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>
30292         * org.el (org-add-log-setup): Only skip drawers if they are
30293         immediately after the scheduling keywords.
30295         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
30296         function.
30297         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
30298         call it with the current todo state to get the state to switch to
30299         when clocking in.
30300         (org-clock-in): Use org-indent-line-function to indent clock lines.
30301         (org-clock-find-position): Fix indentation of empty clock drawers.
30303 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
30305         * org-publish.el (org-publish-org-to): Handle case when
30306         org-export-to-pdf does return a file name, not a buffer.
30307         (org-publish-org-to-pdf): New function.
30309         * org-export-latex.el (org-export-as-pdf)
30310         (org-export-as-pdf-and-open): New commands.
30312         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
30313         forms as ranges.
30315         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
30316         things in protexted regions.
30318 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
30320         * org-export-latex.el (org-export-latex-preprocess):
30321         Improve quoting of LaTeX environments.
30323 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
30325         * org.el (org-default-notes-file):
30326         * org-publish.el (org-publish-timestamp-directory):
30327         * org-id.el (org-id-locations-file): Run file names that begin
30328         with a period thru `convert-standard-filename'.
30330 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
30332         * org-plot.el: Switch coding system to unix.
30334 2008-10-12  John Wiegley  <johnw@newartisans.com>
30336         * org-attach.el: New file.
30338 2008-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
30340         * org.el (org-edit-fixed-width-region): Exclude final newline from
30341         picture area.
30343         * org-export-latex.el (org-export-latex-subcontent): Add labels to
30344         sections, to make internal links work.
30345         (org-export-latex-fontify-headline): Do not remove all text
30346         properties, to make sure that target properties survive this
30347         process.
30349         * org-exp.el (org-export-preprocess-string): Change sequence of
30350         modifications, to make sure links are prepared before the LaTeX
30351         conversions do happen.
30353         * org-attach.el (org-attach-delete-all): Rename from
30354         `org-attch-delete'.  Add a security query before deleting the
30355         entire directory.  New optional argument FORCE can overrule the
30356         security query.
30357         (org-attach-delete-one): New command.
30359         * org-attach.el (org-attach-file-list): Fix bug with directory.
30361         * org.el (org-apps-regexp-alist): New function.
30362         (org-file-apps): Add auto-mode to the default value.
30363         (org-open-file): Use the new structure of org-file-apps.
30365         * org-attach.el (org-attach): Support the new keys.
30366         (org-attach-method): New option.
30368         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
30369         March.
30371         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
30372         of the list value o `org-use-tag-inheritance'.
30374         * org-attach.el (org-attach-auto-tag): New option.
30375         (org-attach-tag, org-attach-untag): New functions.
30376         (org-attach-attach, org-attach-new, org-attach-sync):
30377         Call `org-attach-tag'.
30378         (org-attach-delete): Call `org-attach-untag'.
30380         * org-table.el (orgtbl-self-insert-command): Make this work for
30381         the keypad as well.
30383         * org.el (org-add-log-setup): Limit searc for drawers to entry
30384         text, not to subtree.
30386         * org-clock.el (org-clock-heading-for-remember): New variable.
30387         (org-clock-in): Set `org-clock-heading-for-remember'.
30389 2008-10-12  James TD Smith  <ahktenzero@mohorovi.cc>
30391         * org-remember.el (org-remember-apply-template): Add new
30392         expansions: %k, %K for currently clocked task and a link to the
30393         currently clocked task, and %< to file notes in the currently
30394         clocked task.
30396 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
30398         * org-export-latex.el (org-export-latex-make-header): Also insert
30399         the content of the property :latex-header-extra.
30401         * org-exp.el (org-infile-export-plist): Put the content of
30402         #+LATEX_HEADER: into the property :latex-header-extra.
30404         * org-colview.el (org-columns-get-format-and-top-level):
30405         Remove resetting the marker.
30407         * org.el (org-entry-property-inherited-from): Improve docstring.
30408         (org-entry-get-with-inheritance): Reset marker before starting the
30409         search.
30411         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
30413         * org.el (org-entry-get-multivalued-property)
30414         (org-entry-protect-space, org-entry-restore-space):
30415         New functions.
30416         (org-file-apps-defaults-macosx): Let PostScript files be opened by
30417         preview.
30418         (org-time-stamp-inactive): Call `org-time-stamp'.
30419         (org-time-stamp): New argument `inactive'.  Also edit inactive
30420         stamps.  Convert time stamp type.
30421         (org-open-file): Interpret the `default' value for the `command'
30422         in `org-file-apps'.
30424         * org-id.el (org-id-int-to-b36-one-digit)
30425         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
30426         (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
30427         b36.
30429         * org-id.el (org-id-reverse-string): New function.
30430         (org-id-new): Use `org-id-reverse-string' to make sure the
30431         beginning chars of the ID are mutating fast.  This allows to use a
30432         directory structure to spread things better.
30433         (org-id-prefix): Change default to nil.
30435         * org-list.el (org-move-item-down, org-move-item-up): Remember and
30436         restore the column of the cursor position.
30438         * org-remember.el (org-remember-apply-template): Remove properties
30439         from `initial'.
30441         * org-wl.el (org-wl-open): Remove useless call to
30442         `wl-thread-open-all'.
30444         * org-remember.el (org-remember-handler): Fix bug with `bottom'
30445         location.
30447         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
30448         `org-bbdb-anniversaries'.
30450         * org.el (org-get-next-sibling, org-forward-same-level):
30451         New functions, similar to the outline versions, but invisible headings
30452         are OK.
30454 2008-10-12  Bastien Guerry  <bzg@gnu.org>
30456         * org.el (org-auto-repeat-maybe): Insert a space between
30457         the timestamp's type and the timestamp itself.
30459 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
30461         * org-table.el (org-table-sum): Do not format the result with %g,
30462         it does rounding when there are too many digits.
30464         * org.el (org-map-entries): Protect the keyword-selecting variables.
30466 2008-10-12  Bastien Guerry  <bzg@gnu.org>
30468         * org-agenda.el (org-agenda-to-appt): Make sure the function check
30469         against all agenda files.
30471 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
30472             Bastien Guerry  <bzg@gnu.org>
30474         * org-list.el: New file, aggregating list functions from org.el
30475         and org-export-latex.el.
30477 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
30479         * org.el (org-edit-src-region-extra): New option.
30481         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
30482         time before 1am.
30484 2008-10-12  Bastien Guerry  <bzg@gnu.org>
30486         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
30488 2008-10-12  James TD Smith  <ahktenzero@mohorovi.cc>
30490         * org-plot.el (org-plot/gnuplot): Make tables starting with a
30491         hline work correctly.
30492         (org-plot/gnuplot-script): Put commas at the end of each script
30493         line.
30495         * org.el (org-get-refile-targets): Replace links with their
30496         descriptions.
30497         (org-imenu-get-tree): Replace links with their descriptions.
30499         * org-remember.el (org-remember-apply-template): Add a new
30500         expansion for adding properties to remember items.
30502         * org.el (org-add-log-setup): Skip over drawers (properties,
30503         clocks etc) when adding notes.
30505         * org-agenda.el (org-agenda-get-closed): Show durations of clocked
30506         items as well as the start and end times.
30508         * org-compat.el (org-get-x-clipboard-compat): Add a compat
30509         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
30511         * org-remember.el (org-get-x-clipboard): Use the compat
30512         function to get clipboard values when x-selection-value is
30513         unavailable.  Use substring-no-properties instead of
30514         set-text-properties to remove text properties from the clipboard
30515         value.
30517         * org-clock.el (org-update-mode-line): Support limiting the
30518         modeline clock string, and display the full todo value in the
30519         tooltip.  Set a local keymap so mouse-3 on the clock string goes to
30520         the currently clocked task.
30521         (org-clock-string-limit): Add a custom value for the maximum
30522         length of the clock string in the modeline.
30523         (org-clock-mode-map): Add a keymap for the modeline string.
30525 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
30527         * org-compat.el (org-propertize): New function.
30529 2008-10-12  Bastien Guerry  <bzg@gnu.org>
30531         * org-export-latex.el (org-export-latex-tables): Protect exported
30532         tables from further special chars conversion.
30533         (org-export-latex-preprocess): Preserve LaTeX environments.
30534         (org-list-parse-list): Parse descriptive lists.
30535         (org-list-to-generic, org-list-to-latex, org-list-to-html)
30536         (org-list-to-texinfo): Export descriptive lists.
30537         (org-quote-chars): Remove.
30538         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
30539         (org-export-latex-list-beginning-re): Rename to
30540         `org-list-beginning-re'.
30541         (org-list-item-begin): Rename to `org-list-item-beginning'.
30543 2008-10-12  Eric Schulte  <schulte.eric@gmail.com>
30545         * org-plot.el: New file.
30547 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
30549         * org.el (org-refile): Allow refiling to the last entry in the
30550         buffer.
30551         (org-get-tags-at): Fix bug when inheritance is turned off.
30553         * org.el (org-indent-line-function): No longer check for src
30554         regions, this is too much overhead.
30556         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
30557         matching.
30559         * org.el (org-scan-tags): Make sure that tags matching is not case
30560         sensitive.  TODO keyword matching is case sensitive, however, to
30561         avoid confusion with similar words that are not meant to be
30562         keywords.
30564         * org.el (org-get-local-tags-at): New function.
30565         (org-get-local-tags): New function.
30567         * org-exp.el (org-export-get-categories): New function.
30569         * org-agenda.el (org-sorting-choice)
30570         (org-agenda-sorting-strategy, org-agenda-get-todos)
30571         (org-agenda-get-timestamps, org-agenda-get-deadlines)
30572         (org-agenda-get-scheduled, org-agenda-get-blocks)
30573         (org-entries-lessp): Implement sorting by TODO state.
30574         (org-cmp-todo-state): New defsubst.
30576         * org-colview.el (org-colview-construct-allowed-dates):
30577         New function.
30578         (org-columns-next-allowed-value):
30579         Use `org-colview-construct-allowed-dates'.
30581         * org.el (org-protect-slash): New function.
30582         (org-get-refile-targets): Use `org-protect-slash'.
30584         * org-agenda.el (org-global-tags-completion-table): New variable.
30586         * org-exp.el (org-export-handle-export-tags): New function.
30587         (org-export-preprocess-string):
30588         Call `org-export-handle-export-tags'.
30590         * org-publish.el (org-publish-expand-components): Function removed.
30591         (org-publish-expand-projects): Allow components to have components.
30593         * org.el (org-indent-line-function): Do not indent in regions that
30594         are external source code.
30595         (org-yank-and-fold-if-subtree): New function.
30597         * org-agenda.el (org-agenda-todayp): New function.
30598         (org-agenda-get-deadlines, org-agenda-get-scheduled):
30599         Use `org-agenda-todayp'.
30601         * org.el (org-insert-heading-respect-content)
30602         (org-insert-todo-heading-respect-content): New commands.
30603         (org-insert-heading-respect-content): New option.
30604         (org-insert-heading): Respect `org-insert-heading-respect-content'.
30606         * org-clock.el (org-clock-find-position): Make sure the note after
30607         the clock line gets moved into the new clock drawer.
30609         * org-id.el (org-id-new): New option.
30611         * org-table.el (org-table-copy-down): Avoid overflow during
30612         increment.  Use prefix argument 0 to temporarily disable the
30613         increment.
30615         * org-exp.el (org-export-as-html): Do not turn on the major mode
30616         if the buffer will be killed anyway.
30617         (org-get-current-options): Exclude the #+TEXT field.
30618         (org-export-as-html): Make sure text before the first headline is
30619         a paragraph.
30621         * org-publish.el (org-publish-org-to): Tell the exporter that this
30622         buffer will be killed, so it is not necessary to do major mode
30623         initialization.
30625         * org-archive.el (org-archive-to-archive-sibling): Show empty
30626         lines after folding the archive sibling.
30628         * org.el (org-log-note-extra): New variable.
30630 2008-10-12  Bastien Guerry  <bzg@gnu.org>
30632         * org.el (org-additional-option-like-keywords): Add keywords for
30633         the _QUOTE, _VERSE and _SRC environments.
30635         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
30636         exporting _QUOTE and _VERSE environments.
30638 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
30640         * org-agenda.el (org-agenda-filter-by-tag): New command.
30642         * org-exp.el (org-get-current-options): Remove angular brackets
30643         from the date entry.
30645         * org.el (org-edit-fixed-width-region): New function.
30646         (org-edit-fixed-width-region): Also try
30647         `org-edit-fixed-width-region'.
30648         (org-edit-fixed-width-region-mode): New option.
30649         (org-activate-code): Only interpret lines starting with colon
30650         plus a space as example lines.
30652         * org-remember.el (org-remember-templates): Add nil instead of
30653         empty strings to fix the length of remember templates.
30655         * org-table.el (org-calc-default-modes): Fix the time format for
30656         calc, from 12 hour to 24 hour clock.
30658         * org-agenda.el (org-agenda-get-deadlines)
30659         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
30660         entries that are pre-warnings of deadlines or reminders.
30662         * org.el (org-sort-entries-or-items): Make numeric and alpha
30663         comparisons ignore any TODO keyword and priority cookie.
30665         * org-remember.el (org-remember-handler): Reinterpretation of the
30666         prefix argument.
30668         * org-agenda.el (org-agenda-get-scheduled): Use new
30669         `org-scheduled' face.
30671         * org-faces.el (org-scheduled): New face.
30673         * org-wl.el (org-wl-open): Remove incorrect declaration.
30675         * org-gnus.el (org-gnus-store-link): Support for :to information
30676         in gnus links.
30678         * org-exp.el (org-export-as-html): Fix typo in creator
30679         information.
30680         (org-export-protect-examples): New parameter indent.  Insert extra
30681         spaces only when this parameter is specified.
30682         (org-export-preprocess-string): Call `org-export-protect-examples'
30683         with an indentation parameter when exporting to ASCII.
30685         * org-remember.el (org-remember-templates)
30686         (org-remember-apply-template): Allow the file component to be a
30687         function.
30689         * org.el (org-goto-local-search-headings): Rename from
30690         `org-goto-local-search-forward-headings'.  Added the possibility
30691         to search backwards.
30693         * org-export-latex.el (org-export-latex): New customization
30694         group.
30696         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
30698         * org-exp.el (org-html-do-expand): Allow {} to terminate
30699         tex macro.
30701         * org.el (org-buffer-list): Select buffers based on major mode,
30702         not on file name.
30704         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
30705         face property.
30707         * org-colview.el (org-columns-display-here):
30708         Use `org-columns-modify-value-for-display-function'.
30710         * org.el (org-columns-modify-value-for-display-function): New option.
30712         * org-publish.el (org-publish-file): Make sure the directory match
30713         for the publishing directory works correctly.
30715         * org-agenda.el (org-agenda-execute-calendar-command)
30716         (org-agenda-diary-entry): Additional optional argument.
30718 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
30720         * org-exp.el (org-export-as-html): Add attributes also in mailto
30721         and ftp links.
30723         * org.el (org-autoload): Add `org-dblock-write:columnview'.
30725 2008-08-11  Glenn Morris  <rgm@gnu.org>
30727         * org-mac-message.el (do-applescript): Fix declaration.
30729 2008-08-10  Glenn Morris  <rgm@gnu.org>
30731         * org-exp.el (org-export-as-html): Let-bind `i'.
30733         * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
30734         (org-extract-attributes): Let-bind `key', `value'.
30735         (org-make-tags-matcher): Let-bind `time-p'.
30737 2008-07-27  Carsten Dominik  <dominik@science.uva.nl>
30739         * org-install.el: New file.
30741 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
30743         * org-exp.el (org-export-html-style)
30744         (org-export-html-style-extra): Declare as safe-local-variable.
30746 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
30748         * org-publish.el (org-publish-file): Use the true name of the
30749         file.
30751         * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
30752         instead of :style.
30754         * org-exp.el (org-export-plist-vars)
30755         (org-export-add-options-to-plist): Handle creator setting flag.
30756         (org-export-as-html): Handle attributes also for ftp and mailto
30757         links.
30759         * org-agenda.el (org-agenda-diary-entry)
30760         (org-agenda-execute-calendar-command): Cater for the second
30761         argument of `calendar-cursor-to-date'.
30763 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
30765         * org-exp.el (org-export-region-as-html, org-export-as-html):
30766         Make sure that calls from `org-export-region-as-html' do not do the
30767         special check for a subtree.
30769         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
30771         * org.el (org-open-file):
30772         Use `org-open-directory-means-index-dot-org'.
30773         (org-open-directory-means-index-dot-org): New option.
30775         * org.el (org-make-link-string): Remove link attributes from
30776         description.
30777         (org-open-at-point): Remove link attributes before using the path.
30779         * org-exp.el (org-export-as-html): Handle link attributes.
30781         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
30783         * org-table.el (org-table-to-lisp): New function.
30785         * org.el (org-narrow-to-subtree): Do not include the final newline
30786         into the narrowed region.
30788         * org-agenda.el (org-agenda-custom-commands-local-options):
30789         Fix bug with user-define skipping condition.
30791         * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
30793         * org-exp.el (org-export-html-style-default): Automatic overflow
30794         handling for pre fields.
30795         (org-export-as-ascii, org-export-as-html): Change default format
30796         for time stamp.
30798         * org-table.el (org-table-export): Offer completion for translator
30799         functions, and do not require a heading above the table.
30801         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
30802         Cater for the case of a list starting in the first line of the
30803         buffer.
30805         * org-publish.el (org-publish-find-title): Bug fix.
30806         (org-publish-org-index): Implement new :index-style option.
30808         * org-publish.el (org-publish-timestamp-filename):
30809         Use SHA1-encoded file names in the timestamp directory.
30811         * org-publish.el (org-publish-needed-p): Be verbose about files
30812         published and files skipped.
30814         * org-exp.el (org-export-preprocess-string): Swap link
30815         normalization and internal link targeting.
30817         * org-publish.el (org-publish-needed-p): Create timestamp
30818         directory when it does not exist.
30820         * org-clock.el (org-clock-out-when-done): Doc fix.
30822         * org.el (org-agenda-skip-unavailable-files): Doc fix.
30824         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
30825         Ignore case when searching for the COMMENT cookie at export time.
30827         * org-exp.el (org-get-file-contents)
30828         (org-get-and-remove-property): New functions.
30829         (org-export-handle-include-files): Handle the new prefix options.
30830         (org-export-as-html): Fix the verse environment.
30832         * org.el (org-time=, org-time<, org-time<=, org-time>)
30833         (org-time>=, org-time<>, org-2ft): New functions.
30834         (org-op-to-function): Also provide for the time testing functions.
30836         * org-exp.el (org-export-html-style-default): New constant.
30838         * org-exp.el (org-export-html-style-extra): New variable.
30839         (org-export-splice-style): New function.
30841         * org-exp.el (org-export-plist-vars, org-export-as-html):
30842         Implement `org-export-creator-info'.
30843         (org-export-creator-info): New option.
30845         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
30846         (org-property-drawer-re, org-clock-drawer-re): New constants.
30848         * org-exp.el (org-icalendar-use-deadline)
30849         (org-icalendar-use-scheduled): New options.
30850         (org-icalendar-include-todo): Default changed to t.
30851         (org-print-icalendar-entries): Implement better utilization of
30852         scheduling and deadline time stamps.
30853         (org-export-target-internal-links, org-export-as-html): Allow file
30854         lines without the "file:" prefix if the file path is an absolute
30855         path or starts with ".".
30857         * org-clock.el (org-clocktable-shift): Also understand yesterday,
30858         lastweek etc.
30859         (org-clock-special-range): Also understand yesterday, lastweek etc.
30861         * org.el (org-agenda-skip-archived-trees): Docstring now
30862         discourages using this.
30863         (org-scan-tags): Check for org-agenda-archives-mode.
30864         (org-map-entries): Make sure org-agenda-archives-mode is nil.
30865         (org-agenda-files): Functionality of second arg changed.
30867         * org-agenda.el (org-agenda-archives-mode): New variable.
30868         (org-write-agenda, org-prepare-agenda, org-agenda-list)
30869         (org-search-view, org-todo-list, org-tags-view)
30870         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
30871         `ifmode' argument.
30872         (org-agenda-quit): Reset the archives mode.
30873         (org-agenda-archives-mode): New command.
30874         (org-agenda-set-mode-name): Include archives info.
30876         * org.el (org-paste-subtree): Make sure the yanked headline is
30877         visible if it was yanked at a visible point.
30878         (org-move-item-up): Fix the bug with moving white space at the end
30879         of the item.
30880         (org-show-empty-lines-in-parent): New function.
30882 2008-07-19  Juri Linkov  <juri@jurta.org>
30884         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
30885         new keymap `narrow-map' instead of binding "\C-xns".
30887 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
30889         * org.el (org-agenda-skip-unavailable-files):
30890         * org-clock.el (org-clock-out-when-done): Doc fixes.
30892 2008-06-18  Glenn Morris  <rgm@gnu.org>
30894         * org.el (org-map-entries): Let-bind `file'.
30896 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
30898         * org-colview.el (org-columns-next-allowed-value): Bug fix.
30900         * org-agenda.el (org-agenda-get-closed): Get the end time into the
30901         agenda prefix as well.
30903         * org-publish.el (org-publish-org-index): Make a properly indented
30904         list.
30906         * org.el (org-calendar-agenda-action-key): New option.
30907         (org-get-cursor-date): New function.
30908         (org-mark-entry-for-agenda-action): New command.
30909         (org-overriding-default-time): New variable.
30910         (org-read-date): Respect `org-overriding-default-time'.
30912         * org-remember.el (org-remember-apply-template): Respect the
30913         overriding default time.
30915         * org-agenda.el (org-agenda-action-marker): New variable.
30916         (org-agenda-action): New command.
30917         (org-agenda-do-action): New function.
30919 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
30921         * org.el (org-schedule, org-deadline): Protect scheduled and
30922         deadline tasks against changes that accidentally remove the
30923         repeater.  Also show a message with the new date when done.
30925 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
30927         * org.el (org-beginning-of-line): Cater for the case when there
30928         are tags but no headline text.
30929         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
30930         it set.
30932 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
30934         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
30935         the return value is nil instead of "nil" when there is no match.
30937         * org-exp.el (org-insert-centered): Use fill-column instead of
30938         80.
30939         (org-export-as-ascii): Use string-width to measure the width of
30940         the heading.
30942         * org.el (org-diary-to-ical-string): No longer kill buffer
30943         FROMBUF, this is now done by the caller.
30945         * org-exp.el (org-print-icalendar-entries): Move the call to
30946         `org-diary-to-ical-string' out of the loop, and kill the buffer
30947         afterwords.
30949         * org-remember.el (org-remember-visit-immediately):
30950         Position cursor after moving to the note.
30951         (org-remember-apply-template): Use a text property to record the
30952         cursor position.
30953         (org-remember-handler): Align tags after pasting the note.
30955 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
30957         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
30959         * org-agenda.el (org-agenda-open-link): If there is an
30960         org-bbdb-name property in the current line, jump to that bbdb
30961         entry.
30963         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
30964         text property, so that the agenda knows where this entry comes
30965         from.
30967         * org-agenda.el (org-agenda-clock-in): Fix bug in the
30968         interaction between clocking-in from the agenda, and  automatic
30969         task state switching.
30971         * org-macs.el (org-with-point-at): Bug fix in macro definition.
30973         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
30974         zmacs-region stays after this command in XEmacs.
30976 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
30978         * org.el (org-scan-tags): Allow new values for ACTION parameter.
30980         * org-remember.el (org-remember-templates): Fix bug in
30981         customization type definition.
30983         * org.el (org-map-entries): New function.
30985 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
30987         * org-agenda.el (org-agenda-skip-comment-trees): New option.
30988         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
30990 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
30992         * org-remember.el (org-jump-to-target-location): New variable.
30993         (org-remember-apply-template):
30994         Set `org-remember-apply-template' if requested by template.
30995         (org-remember-handler): Start an idle timer to jump to
30996         remember location.
30998         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
31000         * org.el (org-set-regexps-and-options): Fix bug with parsing of
31001         file tags.
31002         (org-get-tags-at): Add the content of `org-file-tags'.
31004         * org-exp.el (org-export-handle-comments): Fix bug with several
31005         comment lines after each other.
31006         (org-number-to-roman, org-number-to-counter): New functions.
31007         (org-export-section-number-format): New option.
31009 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31011         * org-exp.el (org-export-protect-examples): Catch the case of a
31012         missing end_example line.
31014         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
31015         `org-file-tags' to nil.
31017         * org-colview.el (org-columns-next-allowed-value): Handle next
31018         argument NTH to directly select a value.
31020 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31022         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
31024 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31026         * org.el (org-columns-ellipses): New option.
31028 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31030         * org-colview.el (org-columns-add-ellipses): New function.
31031         (org-columns-compact-links): New function.
31032         (org-columns-cleanup-item): Call `org-columns-compact-links'.
31033         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
31034         when in agenda.
31035         (org-columns-edit-value): Fix bug with editing values from
31036         agenda column view.
31037         (org-columns-redo): Also redo the agenda itself.
31039 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31041         * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
31042         New option.
31044         * org-colview.el (org-agenda-columns-cleanup-item): New function.
31046         * org-exp.el (org-export-ascii-preprocess): Rename from
31047         `org-export-ascii-clean-string'.
31048         (org-export-kill-licensed-text)
31049         (org-export-define-heading-targets)
31050         (org-export-handle-invisible-targets)
31051         (org-export-target-internal-links)
31052         (org-export-remove-or-extract-drawers)
31053         (org-export-remove-archived-trees)
31054         (org-export-protect-quoted-subtrees)
31055         (org-export-protect-verbatim, org-export-protect-examples)
31056         (org-export-select-backend-specific-text)
31057         (org-export-mark-blockquote-and-verse)
31058         (org-export-remove-comment-blocks-and-subtrees)
31059         (org-export-handle-comments, org-export-mark-radio-links)
31060         (org-export-remove-special-table-lines)
31061         (org-export-normalize-links)
31062         (org-export-concatenate-multiline-links)
31063         (org-export-concatenate-multiline-emphasis): New functions,
31064         obtained from spliting the export preprocessor.
31066         * org-table.el (org-table-recalculate): Improve error message if
31067         the row number is invalid.
31069 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31071         * org-archive.el (org-archive-save-context-info): Fix bugs in
31072         customization setup and docstring.
31074         * org-exp.el (org-export-html-style): Change the size of in the
31075         <pre> element to 90%.
31077 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31079         * org.el (org-find-src-example-start): Function removed.
31080         (org-edit-src-find-region-and-lang): New function.
31082 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31084         * org.el (org-edit-src-exit): New function.
31085         (org-exit-edit-mode): New minor mode.
31087         * org-exp.el (org-export-preprocess-string): Fix bug with removing
31088         comment-like lines from protected examples.
31090         * org.el (org-edit-src-example, org-find-src-example-start)
31091         (org-protect-source-example, org-edit-special): New functions.
31093 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31095         * org-publish.el (org-publish-project-alist): Fix typo in
31096         docstring.
31097         (org-publish-project-alist): Handle :index-title property.
31099 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31101         * org-export-latex.el (org-export-as-latex): Make sure region
31102         bounds are correct.  Parse subtree properties relating to export.
31104         * org-exp.el (org-export-add-options-to-plist): New function.
31105         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
31107 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31109         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
31110         EXPORT_TITLE.
31112         * org-exp.el (org-export-get-title-from-subtree)
31113         (org-export-as-ascii, org-export-as-html): Make sure the original
31114         region-beginning and region-end are used, even after moving point.
31115         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
31116         property.
31118         * org-remember.el (org-remember-last-stored-marker): New variable.
31119         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
31120         (org-remember-handler): Also use marker to remember
31121         last-stored position.
31123         * org.el (org-goto-marker-or-bmk): New function.
31125 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31127         * org.el (org-file-properties): Rename from `org-local-properties'.
31128         (org-scan-tags): Take file tags into account.
31129         (org-tags-match-list-sublevels): Default changed to t.
31131         * org-exp.el (org-export-as-html): Close paragraph after a footnote.
31133         * org.el (org-update-parent-todo-statistics): New function.
31135         * org-exp.el (org-icalendar-store-UID): New option.
31136         (org-icalendar-force-UID): Option removed.
31137         (org-print-icalendar-entries): IMplement UIDs.
31139 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31141         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
31143 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31145         * org-faces.el (org-column): Document how this face is being used
31146         and why sometimes the background faces shine through.
31148         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
31150         * org-publish.el (org-publish-attachment): Create publishing
31151         directory if it does not yet exist.
31153         * org-table.el (org-calc-default-modes): Change default number
31154         format to (float 8).
31156         * org.el (org-olpath-completing-read): New function.
31157         (org-time-clocksum-format): New option.
31158         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
31160         * org-clock.el (org-clock-display, org-clock-out)
31161         (org-update-mode-line): Use `org-time-clocksum-format'.
31163         * org-colview.el (org-columns-number-to-string):
31164         Use `org-time-clocksum-format'.
31166 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31168         * org-id.el: New file, move from contrib to core.
31170         * org-exp.el (org-icalendar-force-UID): New option.
31172 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31174         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
31175         shifted by one day if there is a date range without an end time.
31177         * org.el (org-try-structure-completion): New function.
31179 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31181         * org.el (org-set-font-lock-defaults): Improve fontification of
31182         description lists.
31183         (org-insert-item): Handle description lists.
31184         (org-adaptive-fill-function): Improve auto indentation in
31185         description lists.
31187         * org-exp.el (org-export-as-html, org-export-preprocess-string):
31188         Implement VERSE environment.
31189         (org-export-preprocess-string): Implement the COMMENT
31190         environment.
31192         * org-export-latex.el (org-export-latex-preprocess):
31193         Implement VERSE environment.
31195 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31197         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
31198         option.
31200 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31202         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
31204         * org.el (org-quote-csv-field): New functions.
31206         * org-table.el (org-table-export-default-format): Remove :splice
31207         from default format, we get the same effect by not specifying
31208         :tstart and :tend.
31209         (org-table-export): Improve setup, distinguish better between
31210         interactive and non-interactive use, allow specifying the format
31211         on the fly, better protection against wrong file names.
31212         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
31213         and :tend when :splice is omitted.
31215 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31217         * org-clock.el (org-clock-select-task): Make sure the selection
31218         letters are 1-9 and A-Z, no special characters.
31220 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31222         * org-exp.el (org-export-htmlize): New group.
31223         (org-export-htmlize-output-type)
31224         (org-export-htmlize-css-font-prefix): New options.
31225         (org-export-htmlize-region-for-paste): New function.
31226         (org-export-htmlize-generate-css): New command.
31228 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31230         * org.el (org-set-visibility-according-to-property): New function.
31231         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
31232         and compute the regular expressions, and update font-lock.
31233         (org-property-re): Allow a dash in property names.
31235         * org-archive.el (org-extract-archive-file): Insert the file name
31236         without the path into the format, to allow the location format to
31237         contain a subdirectory.
31239         * org-agenda.el (org-agenda-post-command-hook): If point is at end
31240         of buffer, and the `org-agenda-type' property undefined, use the
31241         value from the character before.
31243         * org.el (org-add-planning-info): Don't let indentation for
31244         would-be timestamp become extra whitespace at the end of headline.
31246 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31248         * org.el (org-remove-double-quotes, org-file-contents):
31249         New functions.
31251         * org-exp.el (org-infile-export-plist): Also parse the
31252         contents of #+SETUPFILE files, recursively.
31254         * org.el (org-set-regexps-and-options): Also parse the
31255         contents of #+SETUPFILE files, recursively.
31257         * org-exp.el (org-export-handle-include-files): New function.
31258         (org-export-preprocess-string):
31259         Call `org-export-handle-include-files'.
31261         * org.el (org-delete-property-globally)
31262         (org-delete-property, org-set-property): Ignore case during
31263         completion.
31264         (org-set-property): Use `org-completing-read' instead of
31265         `completing-read'.
31267         * org.el (org-complete-expand-structure-template): New,
31268         experimental function.
31269         (org-structure-template-alist): New, experimental option.
31270         (org-complete): Call `org-complete-expand-structure-template'.
31272 2008-06-17  Bastien Guerry  <bzg@gnu.org>
31274         * org-export-latex.el (org-export-latex-preprocess):
31275         Add support for blockquotes.
31277 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31279         * org.el (org-read-date-analyze): Catch the case where only a
31280         weekday is given.
31282 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31284         * org.el (org-set-font-lock-defaults): Make the description
31285         tag bold.
31287         * org-exp.el (org-export-as-html, org-close-li):
31288         Implement description lists.
31290 2008-06-17  Jason Riedy  <jason@acm.org>
31292         * org-table.el (*orgtbl-default-fmt*): New variable.
31293         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
31294         when there is no other fmt available.
31296         (orgtbl-to-generic): Allow an explicitly nil :tstart or
31297         :tend to suppress the appropriate string.
31299         (orgtbl-to-orgtbl): New function for translating to another orgtbl
31300         table.
31302 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31304         * org.el (org-read-date-analyze): "." as an alias for "+0" in
31305         read date.
31307         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
31308         New function.
31310         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
31311         New function.
31313 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31315         * org-clock.el (org-clock-find-position): Don't include notes
31316         into clock drawer.
31318         * org-archive.el (org-archive-subtree): No longer remove an
31319         extra line after cutting the subtree.  `org-cut-subtree' already
31320         takes care of this.
31322         * org-remember.el (org-remember-handler): Only kill the target
31323         buffer if it does not contain the running clock.
31325         * org.el (org-markers-to-move): New variable.
31326         (org-save-markers-in-region, org-check-and-save-marker)
31327         (org-reinstall-markers-in-region): New function.
31328         (org-move-subtree-down, org-copy-subtree): Remember relative
31329         marker positions before cutting.
31330         (org-move-subtree-down, org-paste-subtree): Restore relative
31331         marker positions after pasting.
31333         * org-remember.el (org-remember-clock-out-on-exit): New option.
31334         (org-remember-finalize): Clock out only if the setting in
31335         `org-remember-clock-out-on-exit' requires it.
31336         (org-remember-handler): Do the cleanup in the buffer, to make sure
31337         that the clock marker remains in tact.
31339 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31341         * org-clock.el (org-clock-goto): Widen buffer if necessary.
31342         (org-clock-in): Make sure that also tasks outside the narrowed
31343         region will be clocked in correctly.
31344         (org-clock-insert-selection-line): Widen the buffer so that we can
31345         find the correct task heading.
31347         * org.el (org-base-buffer): New function.
31349         * org-exp.el (org-icalendar-cleanup-string): Make sure ","
31350         and ";" are escaped.
31351         (org-print-icalendar-entries): Also apply
31352         `org-icalendar-cleanup-string' to the headline, not only to the
31353         summary property.
31355 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31357         * org-exp.el (org-export-preprocess-hook): New hook.
31358         (org-export-preprocess-string): Call `org-export-preprocess-hook'.
31360         * org.el (org-font-lock-hook): New variable.
31361         (org-font-lock-hook): New function.
31362         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
31364 ;; Local Variables:
31365 ;; coding: utf-8
31366 ;; add-log-time-zone-rule: t
31367 ;; End:
31369         Copyright (C) 2008-2013 Free Software Foundation, Inc.
31371   This file is part of GNU Emacs.
31373   GNU Emacs is free software: you can redistribute it and/or modify
31374   it under the terms of the GNU General Public License as published by
31375   the Free Software Foundation, either version 3 of the License, or
31376   (at your option) any later version.
31378   GNU Emacs is distributed in the hope that it will be useful,
31379   but WITHOUT ANY WARRANTY; without even the implied warranty of
31380   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
31381   GNU General Public License for more details.
31383   You should have received a copy of the GNU General Public License
31384   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.