* lisp/replace.el (occur-engine): Use `add-face-text-property'
[emacs.git] / lisp / org / ChangeLog
blobfa9dc824c99d4239ca0fcf45fd3fda2d2effe009
1 2013-12-06  Achim Gratz  <Stromeko@Stromeko.DE>
3         * org-crypt.el: Declare `epg-context´.
4         (org-encrypt-string): Correct indentation.
6         * org.el (org-version): Replace `_version´ by `version1´.
8 2013-12-06  Alexander Vorobiev  <alexander.vorobiev@gmail.com>  (tiny change)
10         * org-compat.el (org-get-x-clipboard): Use w32-get-clipboard-data
11         to get the clipboard data under Windows.
13 2013-12-06  Bastien Guerry  <bzg@gnu.org>
15         * ox.el (org-export-with-sub-superscripts):
16         * org.el (org-use-sub-superscripts): Fix version and enhance
17         docstring again.
19         * ox.el (org-export-with-sub-superscripts):
20         * org.el (org-use-sub-superscripts): Enhance docstrings.
22         * org-macs.el (org-autoload): Delete.
24         * org-docview.el ("docview"): Fix declarations and require
25         doc-view directly.
27         * org-id.el (org-id-copy)
28         (org-id-get-with-outline-path-completion)
29         (org-id-get-with-outline-drilling, org-id-new):
31         * org-colview.el:
32         (org-colview-initial-truncate-line-value)
33         (org-columns-open-link, org-string-to-number):
34         * org-clock.el:
35         (org-clock-put-overlay, org-count-quarter, org-clock-loaded):
36         * org-archive.el (org-get-local-archive-location):
37         * org-agenda.el (org-agenda-todo-custom-ignore-p):
38         Autoload.
40         * org.el (org-return-follows-link):
41         * ob-python.el (org-babel-python-command): Don't use :set.
43         * ox-odt.el (org-odt-content-template-file): Fix version.
45         * ox-texinfo.el (org-texinfo-filename): Fix default value.
46         (org-texinfo-format-headline-function): Use 'ignore as the
47         default value.
48         (org-texinfo-format-drawer-function): Use a function as the
49         default value.  Update docstring.
50         (org-texinfo-drawer): Always use
51         `org-texinfo-format-drawer-function' as it is now a function
52         by default.
53         (org-texinfo-headline): Compare
54         `org-texinfo-format-headline-function' against 'ignore.
55         (org-texinfo-inlinetask): Compare
56         `org-texinfo-format-inlinetask-function' against 'ignore.
58         * ox-odt.el (org-odt-format-drawer-function): Use a function as
59         the default value.  Update docstring.
60         (org-odt-format-headline-function)
61         (org-odt-format-inlinetask-function): Fix default value.
62         (org-odt-drawer): Always use `org-odt-format-drawer-function'
63         as it is now a function by default.
64         (org-odt-format-headline--wrap): Compare
65         `org-odt-format-headline-function' against 'ignore.
67         * ox-latex.el (org-latex-format-drawer-function): Use a function
68         as the default value.  Update docstring.
69         (org-latex-format-inlinetask-function): Fix default value.
70         (org-latex-drawer): Always use
71         `org-latex-format-drawer-function' as it is now a function by
72         default.
73         (org-latex-inlinetask): Compare
74         `org-latex-format-inlinetask-function' against 'ignore.
76         * ox-html.el (org-html-format-drawer-function): Use a function as
77         the default value.  Update docstring.
78         (org-html-format-headline-function)
79         (org-html-format-inlinetask-function): Fix default value.
80         (org-html--format-toc-headline)
81         (org-html-format-headline--wrap): Compare
82         `org-html-format-headline-function' against 'ignore.
83         (org-html-inlinetask): Compare
84         `org-html-format-inlinetask-function' against 'ignore.
86         * ox-ascii.el (org-ascii-format-drawer-function): Use a
87         function as the default value.  Update docstring.
88         (org-ascii-drawer): Always use
89         `org-ascii-format-drawer-function' as it is now a function by
90         default.
91         (org-ascii-format-inlinetask-default): New function.
92         (org-ascii-format-inlinetask-function): Use
93         `org-ascii-format-inlinetask-default' as the default.
95         * org.el (org-mouse-1-follows-link): Use :set to set the default
96         value.  Update custom type.
97         (org-log-note-headings): Fix order or list items in the custom
98         type.
99         (orgstruct-heading-prefix-regexp): Use an empty string as the
100         default value.  Use 'regexp as the custom type.
101         (orgstruct-make-binding): Tiny docstring enhancement.  Assume
102         `orgstruct-heading-prefix-regexp' is a string.
104         * org-agenda.el (org-agenda-search-view-max-outline-level): Set
105         default value to 0.  Update docstring.
106         (org-agenda-deadline-leaders): Fix custom type.
107         (org-search-view): Assume
108         `org-agenda-search-view-max-outline-level' is a number.
110         * ob-ruby.el (org-babel-ruby-nil-to): Fix custom type.
112         * ob-python.el (org-babel-python-mode): Use :set to set the
113         default value.
114         (org-babel-python-None-to): Fix custom type.
116         * ob-plantuml.el (org-plantuml-jar-path): Fix default value.
117         (org-babel-execute:plantuml): Assume `org-plantuml-jar-path' is a
118         string.
120         * ob-latex.el (org-babel-latex-htlatex): Fix default value.
121         (org-babel-latex-htlatex-packages): Fix custom type.
122         (org-babel-execute:latex): Assume `org-babel-latex-htlatex' is a
123         string.
125         * ox-odt.el (org-odt-display-outline-level): Fix version.
127         * ox-odt.el (org-odt-inline-formula-rules)
128         (org-odt-inline-image-rules, org-odt-use-date-fields): Add version
129         and package-version.
131         * ox-html.el (org-html-format-drawer-function)
132         (org-html-format-headline-function)
133         (org-html-format-inlinetask-function)
134         (org-html-creator-string): Add version and package-version.
136         * ox-html.el (org-html-text-markup-alist): Fix version.
138         * org-agenda.el (org-agenda-set-restriction-lock): Autoload.
140         * ob-abc.el (org-babel-expand-body:abc): Use dolist.
141         (org-babel-execute:abc): Fix regexp quoting.
143         * ob-calc.el (org--var-syms): Rename from `var-syms'.
145         * ob-lilypond.el (ly-compile-lilyfile): Remove redundant
146         let-binding.
148         * ob-table.el (sbe): Move debug declaration.
150         * org-clock.el (org--msg-extra): Rename from `msg-extra'.
152 2013-12-06  Nicolas Goaziou  <n.goaziou@gmail.com>
154         * org.el (org-ctrl-c-ctrl-c): When point is on an unsupported
155         object, look for something to do at a higher level instead of
156         bailing out.
158         * ox-html.el (org-html-format-latex): Add an argument.  Ensure
159         latex header is the same as specified in the original buffer when
160         exporting a LaTeX fragment or environment.
161         (org-html-latex-environment, org-html-latex-fragment): Apply
162         signature change.
164         * ox-publish.el (org-publish-cache-ctime-of-src): Return an error
165         when publishing a non-existent file.
167         * org-element.el (org-element-paragraph-separate): More accurate
168         regexp.
170         * org.el (org-entry-get): Widen buffer in order to retrieve
171         properties, as `org-entry-properties' and
172         `org-entry-get-with-inheritance' already do.
174         * ox-html.el (org-html--format-toc-headline): Add missing headline
175         number in TOC entries.
177         * org.el (org-entry-properties): Ignore narrowing when retrieving
178         current headline properties.
180 2013-12-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
182         * org-crypt.el (org-encrypt-string, org-encrypt-entry)
183         (org-decrypt-entry): Fix warning.
185 2013-11-17  Paul Eggert  <eggert@cs.ucla.edu>
187         Spelling fixes.
188         * ob-python.el (org-babel-python-with-earmuffs):
189         Rename from org-babel-python-with-earmufs.  All uses changed.
190         (org-babel-python-without-earmuffs):
191         Rename from org-babel-python-without-earmufs.  All uses changed.
193 2013-11-12  Bastien Guerry  <bzg@gnu.org>
195         * org-agenda.el (org-agenda-set-restriction-lock): Autoload.
197 2013-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
199         Address some byte-compiler warnings.
200         * ob-abc.el (org-babel-expand-body:abc): Use dolist.
201         (org-babel-execute:abc): Fix regexp quoting.
202         * ob-calc.el (org--var-syms): Rename from `var-syms'.
203         * ob-lilypond.el (ly-compile-lilyfile): Remove redundant let-binding.
204         * ob-table.el (sbe): Move debug declaration.
205         * org-clock.el (org--msg-extra): Rename from `msg-extra'.
206         * org.el (org-version): Avoid var name starting with _.
207         (org-inhibit-startup, org-called-with-limited-levels)
208         (org-link-search-inhibit-query, org-time-was-given)
209         (org-end-time-was-given, org-def, org-defdecode, org-with-time):
210         * org-colview.el (org-agenda-overriding-columns-format):
211         * org-agenda.el (org-agenda-multi, org-depend-tag-blocked)
212         (org-agenda-show-log-scoped):
213         * ob-python.el (py-which-bufname, python-shell-buffer-name):
214         * ob-haskell.el (org-export-copy-to-kill-ring):
215         * ob-exp.el (org-link-search-inhibit-query):
216         * ob-R.el (ess-eval-visibly-p):
217         * ob-core.el (org-src-window-setup): Declare before use.
218         (org-babel-expand-noweb-references): Remove unused `blocks-in-buffer'.
219         * ox-odt.el (org-odt-hfy-face-to-css):
220         * org-src.el (org-src-associate-babel-session, org-src-get-lang-mode):
221         * org-bibtex.el (org-bibtex-get, org-bibtex-ask, org-bibtex)
222         (org-bibtex-check):
223         * ob-tangle.el (org-babel-tangle, org-babel-spec-to-string)
224         (org-babel-tangle-single-block, org-babel-tangle-comment-links):
225         * ob-table.el (sbe):
226         * ob-sqlite.el (org-babel-sqlite-expand-vars):
227         * ob-sql.el (org-babel-sql-expand-vars):
228         * ob-shen.el (org-babel-execute:shen):
229         * ob-sh.el (org-babel-execute:sh, org-babel-sh-evaluate):
230         * ob-scala.el (org-babel-scala-evaluate):
231         * ob-ruby.el (org-babel-ruby-table-or-string)
232         (org-babel-ruby-evaluate):
233         * ob-python.el (org-babel-python-table-or-string)
234         (org-babel-python-evaluate-external-process)
235         (org-babel-python-evaluate-session):
236         * ob-picolisp.el (org-babel-execute:picolisp):
237         * ob-perl.el (org-babel-perl-evaluate):
238         * ob-maxima.el (org-babel-execute:maxima):
239         * ob-lisp.el (org-babel-execute:lisp):
240         * ob-java.el (org-babel-execute:java):
241         * ob-io.el (org-babel-io-evaluate):
242         * ob-haskell.el (org-babel-execute:haskell):
243         * ob-fortran.el (org-babel-execute:fortran):
244         * ob-exp.el (org-babel-exp-code):
245         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp):
246         * ob-ditaa.el (org-babel-execute:ditaa):
247         * ob-core.el (org-babel-execute-src-block, org-babel-sha1-hash)
248         (org-babel-parse-header-arguments, org-babel-reassemble-table)
249         (org-babel-goto-src-block-head, org-babel-mark-block)
250         (org-babel-expand-noweb-references, org-babel-script-escape)
251         (org-babel-process-file-name):
252         * ob-clojure.el (org-babel-execute:clojure):
253         * ob-calc.el (org-babel-execute:calc):
254         * ob-awk.el (org-babel-execute:awk):
255         * ob-abc.el (org-babel-execute:abc):
256         * ob-R.el (org-babel-expand-body:R):
257         * ob-C.el (org-babel-C-execute): Avoid deprecated ((lambda) ...).
259 2013-11-12  Glenn Morris  <rgm@gnu.org>
261         * ox-html.el (org-html-scripts): Add 2013 to copyright years.
262         (org-html-infojs-template): Copyright holder to FSF.
264 2013-11-12  Aaron Ecay  <aaronecay@gmail.com>
266         * ox-latex.el (org-latex-inline-image-rules): Add "svg" to
267         supported filetypes.
268         (org-latex--inline-image): Implement SVG files inclusion.
269         (org-latex-headline): Don’t insert alternate title if identical to
270         regular one.
272         * ob-python.el: Update the arglist passed to `declare-function'
273         for `run-python'.
275         * ob-tangle.el (org-babel-tangle): Use `light' argument to
276         `org-babel-get-src-block-info'.
278         * ob-core.el (org-babel-execute-src-block): Return nil in case of
279         `:results none'.  Also run `org-babel-after-execute-hook' in this
280         circumstance.
282         * org-id.el (org-id-locations-save): Bind print-(level,length) to
283         nil in this function.
285         * ob-R.el (org-babel-R-graphics-devices): New defvar.
286         (org-babel-R-construct-graphics-device-call): Use it instead of a
287         hard-coded list of graphics devices.
289         * ob-core.el (org-babel-when-in-src-block): New macro.
290         (org-babel-execute-src-block-maybe)
291         (org-babel-expand-src-block-maybe)
292         (org-babel-load-in-session-maybe, org-babel-pop-to-session-maybe):
293         Use it.
294         (org-babel-execute-src-block): Use `copy-tree' to prevent setf
295         from modifying users variables withing let-bound `info' variable.
297         * ob-exp.el (org-export-babel-evaluate): Add a 'inline-only
298         option.
299         (org-babel-exp-results): Implement 'inline-only for
300         `org-export-babel-evaluate'.
302         * org.el (org-edit-special): Use prefix arg.
304         * ob-awk.el (org-babel-expand-body:awk, ob-picolisp.el)
305         (org-babel-expand-body:picolisp): Remove optional arg.
307         * ob-R.el (org-babel-R-initiate-session): Handle case where the
308         session buffer exists, but does not have a live process.
309         (org-babel-R-construct-graphics-device-call): Change file
310         extension of tikz graphics files to .tikz.
312         * org-src.el (org-edit-src-exit): Don't modify the undo list when
313         inserting the code.
315         * ox-latex.el (org-latex-plain-text): Properly escape "~" for
316         LaTeX export.
317         (org-latex-image-default-option): Change default value to "".
318         (org-latex-image-default-width, org-latex-image-default-height):
319         New variables.
320         (org-latex-inline-image-rules): Make .tikz files as exportable
321         with LaTeX.
322         (org-latex--inline-image): Support tikz images.  Also support
323         separate :width and :height parameters for images.
325         * org-bibtex.el (org-bibtex-ask): Use `visual-line-mode' instead
326         of longlines-mode.
328 2013-11-12  Abdó Roig-Maranges  <abdo.roig@gmail.com>
330         * org.el (org-format-latex): Do not re-generate a LaTeX preview if
331         the image already exists.
333         * org-agenda.el (org-agenda-search-view-max-outline-level): New
334         option to define the max level for the entries shown by the search
335         view.  A value of 1 means to show the top parent of the entries.
337         * org.el (org-create-formula-image-with-dvipng): Fix bug that made
338         this function fail with no :foreground and :background attributes
339         set, due to bad handling of "Transparent" color.  Fix bug when
340         colors are not `default'.
341         (org-format-latex-options): Add `auto' to docstring.
342         (org-format-latex): Get face colors at point and put them inside
343         opt.
344         (org-create-formula-image-with-imagemagick): Fix bug when handling
345         "Transparent" bg color.
346         (org-dvipng-color-format): Same as `org-latex-color-format' for
347         dvipng-style color specification.
349 2013-11-12  Achim Gratz  <Stromeko@Stromeko.DE>
351         * ob-core.el (org-babel-check-confirm-evaluate): Return result of
352         evaluating the function pointed to by `org-confirm-babel-evaluate'
353         when it is a functionp and its value as a variable otherwise.
354         (org-babel-get-rownames, org-table.el)
355         (org-table-transpose-table-at-point): Replace the inadvertent use
356         of mapcar* (from cl) by plain mapcar and direct cons manipulation.
357         (org-babel-params-from-properties): Use
358         `org-babel-current-src-block-location' for evaluating new-style
359         header-argument properties.  Remove superfluous save-match-data
360         clauses.  Comment which properties get evaluated where.
361         (org-babel-insert-header-arg, org-babel-parse-src-block-match):
362         Replace `if' with empty else part by `when' for readability.
363         (org-babel-params-from-properties): Inquire for language specific
364         and default header properties.  Language specific header
365         properties take precedence over default header properties and
366         old-style header property specifications.
368         * org.el (org-re-property): Re-implement using full regex for
369         `org-re-property'.  Add optional argument LITERAL to flag when
370         PROPERTY should to be regex-quoted.  Move before definition of
371         `org-re-property'.
372         (org-re-property-keyword): Remove, functionality is subsumed by
373         `org-re-property'.
374         (org-property-re): Define using `org-re-property'.  Improve
375         definition so that this regex can be
376         (org-entry-get, org-property-values): Adjust match number for
377         PROPVAL.  (org-entry-put): Use `org-re-property' instead of
378         `org-re-property-keyword'.
379         used in all situations.  Extend docstring with explanation of
380         matching groups.
381         (org-at-property-p): Implement using `org-element-at-point'.
382         (org-entry-properties, org-buffer-property-keys, org-indent-line):
383         Use `org-property-re' and adjust match group numbers accordingly.
385         * org-compat.el (define-obsolete-variable-alias)
386         (define-obsolete-function-alias): Actually remove the third (and
387         any following) argument from the argument list before calling the
388         advised function.  Extend eval-and-compile clause and add advices
389         for functions that have different parameter lists in XEmacs. Add
390         variable definitions that XEmacs lacks .
392         * ob-fortran.el (org-every): Declare.
394         * org-element.el (org-element-node-property-parser): Use
395         `org-property-re' and adjust match group numbers accordingly.
396         Move `looking-at' out of the let clause to not rely on the
397         unspecified evaluation order inside the let.
399         * ob-eval.el, ob.el, org-macro.el, org-mhe.el: Require org-macs
400         and org-compat as necessary.
402         * ob-tangle.el (org-edit-special, org-store-link)
403         (org-open-link-from-string): Declare functions.
405         * org-macs.el (declare-function): Define macro to use autoload
406         instead for XEmacs.
408         * ox-html.el, ox-odt.el: XEmacs does not have table.el, so use
409         'noerror on the require form.
411         * ox-texinfo.el (org-texinfo-table-column-widths): Fix spliced
412         argument list that XEmacs complains about by adding parenthesis.
414         * ob-octave.el (org-babel-octave-initiate-session): If octave-inf
415         can't be loaded, try octave instead before giving up.  Emacs
416         24.3.50 and upwards replaces octave-inf with just plain octave.
418         * org-id.el (org-id-update-id-locations): Autoload interactive
419         function.
421         * ob-core.el (org-babel-parse-inline-src-block-match):
422         * ob-exp.el (org-babel-exp-src-block): Give header arguments from
423         properties priority over default header arguments.
425         * ob-sh.el (org-babel-sh-var-to-sh): When detecting a table, the
426         first line could be the symbol `hline' rather than a list of table
427         cells, so check for that as well.
429         * org.el (org-table-clean-did-remove-column):
430         * org-table.el (org-table-clean-did-remove-column): Move defvar,
431         this dynamic variable is only used in org-table.
433         * org-table.el (org-table-colgroup-info): Remove unused defvar for
434         `org-table-colgroup-info'.
435         (org-table-clean-before-export): Let-bind regular expression
436         strings and remove unused matching group.  Use
437         `org-table-clean-did-remove-column' in cond statement rather than
438         branching via if to avoid code duplication.  Remove the code
439         associated with the removed `org-table-colgroup-info'.
440         (orgtbl-export): Remove unused internal function.
442         * org-macro.el (org-macro-expand): Do not try to interpret the
443         macro replacement text as a regex so that escaped backslashes and
444         commas in macro arguments will be interpreted correctly.
446         * ob-perl.el (org-babel-perl-wrapper-method): Select output handle
447         only after evaluation so that output is not mixed into results
448         eavaluation.
449         (org-babel-perl-evaluate): Fix the handling of results for
450         ":results output" to also parse tables.  Use the same lambda
451         construction as in ob-sh.el to avoid code duplication.
453         * ob-exp.el (org-babel-exp-results, org-babel-lob-execute):
454         Suppress user confirmation of the emacs-lisp wrapper execution
455         around a lob call.
457         * ob-perl.el (org-babel-perl-wrapper-method): Use TAB as separator
458         for table results as expected by
459         `org-babel-import-elisp-from-file´.
461         * ob-core.el (org-babel-number-p): String match for any number
462         moved first so that the match data for the length check does not
463         become corrupted.
464         (org-babel-confirm-evaluate-answer-no): Dynamically scoped
465         variable, if bound non-nil the confirmation dialog will not be
466         initiated and denial of evaluation is assumed.
467         (org-babel-check-confirm-evaluate): New macro to establish
468         bindings based on INFO.
469         (org-babel-check-evaluate): New defsubst that checks if the
470         evaluation of a code block is disabled.  Refactors the first part
471         of the original function `org-babel-confirm-evaluate´.
472         (org-babel-confirm-evaluate): New defsubst that checks if the user
473         should be queried and returns the answer.  Keeps the second part
474         of the original function `org-babel-confirm-evaluate´.
475         Re-implement using bindings for common subexpressions.
476         (org-babel-execute-src-block): Do not ask for confirmation if the
477         cached result is current.
478         (org-babel-call-process-region-original): Change declaration into
479         definition with nil initial value at the beginning of the file and
480         drop the later definition.  Add comment that the dynamic scoping
481         of this variable is done for tramp.
483         * org-table.el (org-table-eval-formula): The condition-case to
484         check for must be "error", not "user-error".
486         * ob-perl.el (org-babel-execute:perl): Pass `result-params´
487         through to `org-babel-perl-evaluate´.
488         (org-babel-variable-assignments:perl): Add "my" to variable
489         declaration so that it becomes compatible with "use strict;".  Use
490         new internal formatting function `org-babel-perl--var-to-perl´.
491         (org-babel-perl--var-to-perl): New internal function, uses Perl
492         non-interpolating quoting on the string that defines the variable
493         to suppress spurious interpretation of it as Perl syntax.
494         (org-babel-perl-wrapper-method): Use a block and declare all
495         variables as "my", also use Perl quoting throughout.  Redirect
496         STDOUT to the temporary file so that simply "print" will put the
497         results there.  Check the return value and output in table form if
498         it is an ARRAY ref, otherwise print it without a final newline.
499         (org-babel-perl-preface): Content of this variable is prepended to
500         body before invocation of perl.  Rename input parameter body to
501         ibody and let-bind body to concatentation of
502         `org-babel-perl-preface' and ibody.  Implement results
503         interpretation so that tables are easier to produce.
505         * ob-eval.el (org-babel-eval): Use simplified version of
506         `org-babel--shell-command-on-region´, we are the only caller of
507         this function.
508         (org-babel--shell-command-on-region): Replace
509         `org-babel-shell-command-on-region´ with a much more simplified
510         internal version, remove superfluous DOCSTRING and interactive
511         clause, strip out all conditionals which were never used.  Prevent
512         deletion of temporary input file to aid debugging when the symbol
513         `org-babel--debug-input´ is bound and has non-nil value.
515         * ob-tangle.el (org-babel-tangle): Do not change signature, a nil
516         arg is even documented in the manual.
518         * org-src.el: Change declaration of `org-babel-tangle´ to "arg"
519         for first argument.
521         * ob-core.el (org-babel-execute-src-block): Add binding for
522         merged-params to avoid multiple evaluation of
523         `org-babel-merge-params´.  Rename cache? to cache-p, add binding
524         for cache-current-p and use it.  Do not run
525         `org-babel-confirm-evaluate´ if source block has a cache and the
526         cache value is current (there is no evaluation involved in this
527         case).
529         * org.el (org-current-time): Replace call to obsolete function
530         `time-to-seconds´ with a call to compatibility function
531         `org-float-time´.
533         * org-compat.el (user-emacs-directory): If not bound, define as an
534         alias to `user-init-directory´ so that XEmacs continues to be
535         happy with Org.
537         * org-macs.el: New macro to allow the 5-argument form of load to
538         be used where possible without breaking compatibility with XEmacs.
540         * org.el (org-version, org-reload): Use
541         `org-load-noerror-mustsuffix´ instead of adding a fifth argument
542         to load directly.  Guard against undefined variable load-suffixes,
543         which doesn't exist in XEmacs.
545         * org.el: Use
546         `org-define-obsolete-{function,variable}-alias´instead of
547         `define-obsolate{function,variable}-alias´.
549         * org-compat.el (user-error): Defalias to `error´ for Emacsen that
550         don't have it.
552         * ob-python.el (org-babel-python-hline-to)
553         (org-babel-python-None-to): Specify customize group as 'org-babel
554         and widget type as 'string.
556         * ob.el (org-babel-result-cond): Macro expansion needs to unquote
557         formal parameter `result-params´.
559         * org.el (org-reload): Major rewrite.
561         * org.el (org-clock-get-last-clock-out-time): Declare function.
563 2013-11-12  Alan Schmitt  <alan.schmitt@polytechnique.org>
565         * ob-ocaml.el (org-babel-prep-session:ocaml): Use
566         `save-window-excursion' around the code starting the tuareg
567         process.
568         (org-babel-ocaml-command): New option to specify the name of the
569         toplevel to run.
570         (org-babel-prep-session:ocaml): Directly call
571         `tuareg-run-process-if-needed' with `org-babel-ocaml-command' as
572         argument.
573         (org-babel-execute:ocaml): Always append ";;" at the end of the
574         expression before sending it to the toplevel.  Do not remove the
575         type information if "verbatim" is a results parameter of the code
576         block.
577         (org-babel-ocaml-parse-output): Make sure the complete type is
578         taken into account when matching against known types.
580         * org-faces.el (org-footnote): Fix docstring.
582 2013-11-12  Andreas Leha  <andreas@lehas.net>
584         * ob-latex.el (org-babel-execute:latex): Add a tizk option that
585         copies the body of the block into a tikz file.
587 2013-11-12  Arun Persaud  <apersaud@lbl.gov>
589         * org-agenda.el (org-agenda-prefix-format): Add documentation for
590         the new %b option.
591         (org-prefix-has-breadcrumbs): Add flag, `t' when %b is set.
592         (org-agenda-format-item): Add breadcrumbs if requested.
593         (org-compile-prefix-format): Add compiled information for
594         breadcrumbs, add %b option.
596 2013-11-12  Aurélien Aptel  <aurelien.aptel@gmail.com>  (tiny change)
598         * ox-html.el (org-html-code, org-html-verbatim): Remove fancy
599         string replacements for code and verbatim text when exporting to
600         HTML.
602 2013-11-12  Bastien Guerry  <bzg@gnu.org>
604         * org.el (org-align-tags-here): Fix bug: move to the correct
605         position.
606         (org-agenda-prepare-buffers): Restore the point position.
607         (org-insert-link): Don't remove brackets when they belong to a
608         timestamp in a headline.
610         * org-capture.el (org-capture-refile): Don't finalize prematurely.
611         (org-capture): Store :return-to-wconf earlier.
612         (org-capture-place-template): Don't store :return-to-wconf when
613         called from a capture template using `function', rely on the early
614         :return-to-wconf value store from `org-capture'.
616         * org-compat.el (org-move-to-column): New argument
617         `ignore-invisible' to turn on `buffer-invisibility-spec'.
619         * org-agenda.el (org-agenda-show-new-time): Ignore invisible text
620         when inserting the new time as a text property.
621         (org-agenda-filter-make-matcher): When filtering tags and hitting
622         space, filter out entries with tags, only keep those without tags.
623         (org-agenda-drag-line-forward, org-agenda-drag-line-backward): Fix
624         bugs: don't drag lines without text and don't drag lines
625         before/after hidden lines.
627         * ox-odt.el (org-odt-table-style-format): Use %s for inserting the
628         rel-width property as a string.
629         (org-odt-template): Fall back on a string for :rel-width.
631         * org.el (org-directory, org-default-notes-file)
632         (org-reverse-note-order): Don't use the `org-remember'
633         customization group.
634         (org-require-autoloaded-modules): Don't require
635         `org-remember'.
637         * org-capture.el: Update commentary section to reflect the fact
638         that org-remember.el is not used anymore.
640         * org.el (org-babel-load-file): Set `exported-file' correctly, in
641         case the file as been tangled using a buffer-local value.
643         * ob-tangle.el (org-babel-tangle-file): Return the list of tangled
644         files.
646         * ox-org.el (org-org-publish-to-org): When htmlizing an .org file,
647         ensure to show all headings and all blocks before fontifying.
649         * ob-shen.el (org-babel-ruby-var-to-ruby): Declare.
651         * ox.el: Fix comment: remove reference to the obsolete variable
652         `org-export-language-setup'.
654         * org.el (org-set-regexps-and-options-for-tags): Fix concatenation
655         of the tags list.
657         * ox-odt.el (org-odt-pixels-per-inch): Use 96.0 as the default.
659         * org.el (org-refile): With a numeric prefix argument of `3',
660         emulate (setq org-refile-keep t) and copy the subtree to the
661         target location, don't delete it.
662         (org-set-regexps-and-options-for-tags): Fix the setting of tag
663         groups when relying on `org-tag-alist', not on tags directly set
664         in the buffer with the #+TAGS option.
666         * org-agenda.el (org-agenda-archive-with): Save window excursion.
668         * org.el (org-forward-element, org-backward-element): Throw a
669         message instead of an error when trying to move from a position
670         where there is no element.
671         (org-clock-is-active): Fix docstring.
673         * org-list.el (org-sort-list): Use `x' instead of `c' for sorting
674         plain list by checked status.
676         * org.el (org-structure-template-alist): Fix custom type and
677         default value.
678         (org-set-regexps-and-options-for-tags): Enhance docstring.
679         (org-set-regexps-and-options): Make sure not to add
680         `org-tag-alist' twice when setting this variable through et
681         #+setupfile: directive.
682         (org-tags-expand): Use `with-syntax-table'.
684         * org-list.el (org-sort-list): Implement sorting by "checked"
685         status for check lists.
687         * org-table.el (org-table-sum): Fix rounding error when summing
688         times.
690         * ob-scheme.el (org-babel-scheme-execute-with-geiser): Fix code
691         typo.  Add declarations.
693         * ox-html.el (org-html-link-use-abs-url): New option.
694         (org-html-link): Use it to prepend relative links with the value
695         of HTML_LINK_HOME, when defined.
697         * org.el (org-refile): Fix refiling the active region within an
698         list.  Don't store the last refiled subtree in the kill ring.
700         * org.el (org-mode-map): Remap `forward-paragraph' and
701         `backward-paragraph' to `org-forward-element' and
702         `org-backward-element'.
704         * ox-html.el (org-html-begin-plain-list): New parameter
705         `ordered-num' to tell whether the list is ordered numerically.
706         (org-html-plain-list): Handle alphabetical ordered list.
708         * org-agenda.el (org-batch-agenda): Let-bind `org-agenda-sticky'
709         to nil during batch export.
711         * org.el (org-copy-subtree): Fix typo in docstring.
712         (org-scan-tags): Don't disable `case-fold-search' too early.
714         * org-agenda.el (org-agenda-skip-eval): Fix typo in docstring.
716         * org-capture.el (org-capture-set-target-location): Don't throw an
717         error when `org-time-was-given' is not bound.
719         * org-clock.el (org-clock-modify-effort-estimate): Clarify
720         docstring.
722         * org.el (org-set-regexps-and-options-for-tags): Return a list
723         with tag-related variables.
724         (org-set-regexps-and-options): Append tags from a setup file to
725         the local tags of the file.
726         (org-agenda-prepare-buffers): Set tags from a setup file by
727         calling `org-set-regexps-and-options' when necessary.
728         (org-set-regexps-and-options): Fix `org-deadline-time-hour-regexp'
729         and `org-scheduled-time-hour-regexp'.
731         * org-table.el (org-table-TBLFM-begin-regexp): Rename from
732         `org-TBLFM-begin-regexp'.
733         (org-table-calc-current-TBLFM): Rename from
734         `org-calc-current-TBLFM'.
736         * org.el (org-ctrl-c-ctrl-c): Require org-table if needed.
737         (org-refresh-properties): Put the text property on the whole
738         subtree, not just on the headline.
739         (org-get-outline-path): Remove statistical and checkboxes cookies.
741         * org-agenda.el (org-agenda, org-search-view, org-tags-view)
742         (org-agenda-get-day-entries, org-agenda-set-restriction-lock): Use
743         (current-buffer) as the value of `org-agenda-restrict'.  Fix a bug
744         about narrowing to wrong region boundaries when
745         `org-agenda-restrict' is non-nil.
747         * org.el (org-agenda-text-search-extra-files): Fix typos in
748         docstring.
749         (org-insert-heading): Fix case when there the first heading starts
750         at the beginning of the buffer.
752         * ob-core.el (org-babel-expand-src-block): Use
753         `org-called-interactively-p'.
755         * org.el (org-agenda-prepare-buffers): Avoid duplicates in
756         `org-tag-alist-for-agenda' correctly.
757         (org-read-date-minibuffer-local-map): Check if we are at the
758         beginning of the prompt, not if we are after a whitespace.  Bind
759         C-. to `calendar-goto-today'.
761         * org-clock.el (org-clock-in): Don't forward by one character when
762         setting the marker in the clock history.
764         * org.el (org-read-date-minibuffer-local-map): Call
765         `calendar-goto-today' only if there is a space before point in the
766         minibuffer prompt.
767         (org-insert-heading): Reveal context when called interactively.
768         Fix bug about wrong conversion of lines with :END: or #+end_ into
769         headlines.
770         (org-in-drawer-p): New function.
771         (org-meta-return): Use `org-catch-invisible-edits' and the
772         `org-in-drawer-p' to check whether we are within a drawer.
774         * org-list.el (org-sort-list): Fix infloop.
776         * org.el (org-clone-subtree-with-time-shift): Unconditionally ask
777         for a time shift if there is a time-stamp.  Don't ask for a time
778         shift when called with a universal prefix argument.
780         * ob-core.el (org-babel-insert-result): Fix bug when inserting
781         results as a list: ensure we split a string containing "\n".
783         * ox-html.el: Fix copyright header.
785         * org.el (org-store-link): Don't add a search string when storing
786         a link from a radio target.
787         (org-open-at-point): Jump to the radio link (<<<radio>>>), not to
788         the simple target (<<target>>).
790         * org-table.el (org-table-get-remote-range): Fix typo.
792         * org-datetree.el (org-datetree-find-month-create)
793         (org-datetree-find-day-create): Add a docstring.
794         (org-datetree-find-year-create): Only match headlines with a
795         year or a year and one or more tags.
797         * org-crypt.el (org-crypt-check-auto-save)
798         (org-crypt-use-before-save-magic): Use `org-add-hook' when the
799         hooks are local hooks.
801         * org-agenda.el (org-agenda-mode): Use `org-add-hook' and merge
802         upstream change from Emacs 2013-04-18T00:12:33Z!monnier@iro.umontreal.ca.
804         * ob-core.el (org-babel-pop-to-session-maybe): Fix docstring.
805         (org-babel-pop-to-session-maybe): Use true function's name,
806         not its alias.
808         * org-agenda.el (org-agenda-drag-line-forward)
809         (org-agenda-drag-line-backward): New commands.
810         (org-agenda-mode-map): Bind the new commands to M-<down> and
811         M-<up> respectively.
813         * org.el (org-insert-heading): Fix insertion of items.
815         * org-capture.el (org-capture-use-agenda-date): Fix docstring.
817         * org-agenda.el (org-agenda-bulk-toggle): Fix docstring.
818         (org-agenda-bulk-toggle-all): New command.
819         (org-agenda-mode-map): Bind `org-agenda-bulk-toggle' to `M-m'
820         and `org-agenda-bulk-toggle-all' to `M-*'.
821         (org-agenda-menu): Add `org-agenda-bulk-toggle' and
822         `org-agenda-bulk-toggle-all'.
823         (org-agenda-bulk-mark, org-agenda-bulk-unmark): Jump to the
824         next headline, not the next line.
826         * org-capture.el (org-mks): Fix bug: let-bind `case-fold-search'
827         to nil while matching the first letter of a multi-letters
828         template.
830         * org.el (org-store-link): When a bracket link is found in a
831         headline, use the link description or the link path.
832         (org-flag-drawer, org-hide-block-toggle)
833         (org-goto-left, org-goto-right, org-promote)
834         (org-paste-subtree, org-narrow-to-block, org-sort-entries)
835         (org-insert-link, org-offer-links-in-entry, org-open-file)
836         (org-refile, org-refile-get-location)
837         (org-refile-check-position, org-prepare-dblock, org-todo)
838         (org-auto-repeat-maybe, org-show-todo-tree, org-sparse-tree)
839         (org-occur, org-priority, org-scan-tags)
840         (org-get-tags-string, org-property-action, org-set-effort)
841         (org-entry-put, org-insert-drawer)
842         (org-compute-property-at-point)
843         (org-property-next-allowed-value, org-evaluate-time-range)
844         (org-closest-date, org-timestamp-change)
845         (org-revert-all-org-buffers, org-cycle-agenda-files)
846         (org-agenda-file-to-front, org-remove-file)
847         (org-preview-latex-fragment, org-format-latex)
848         (org-create-math-formula, org-create-formula-image)
849         (org-speed-command-help, org-check-before-invisible-edit)
850         (org-modifier-cursor-error, org-hidden-tree-error)
851         (org-mark-subtree, org-kill-line, org-first-sibling-p)
852         (org-up-element, org-down-element)
853         (org-drag-element-backward, org-drag-element-forward)
854         (org-unindent-buffer, org-speedbar-set-agenda-restriction): Use
855         `user-error' instead of `error'.
857         * ox-latex.el (latex): Don't force exporting with smart quotes.
859         * ox.el (org-export-with-smart-quotes): Mention the need to use
860         the relevant Babel package when setting this option to non-nil.
862         * org-src.el (org-edit-src-turn-on-auto-save): New option.
863         (org-edit-src-code): Use it.
864         (org-edit-src-auto-save-idle-delay): Enhance docstring.
866         * org-capture.el (org-mks): Make cursor invisible.
868         * org.el (org-link-expand-abbrev): Save match data before before
869         calling the replacement function.
871         * org-list.el (org-sort-list): Don't move point when matching time
872         values.
874         * org.el (org-shifttab): Show the correct number of empty
875         headlines when called with a numeric prefix argument.  Enhance
876         docstring.
877         (org-uniquify): Use `copy-sequence'.
878         (org-adaptive-fill-function, org-fill-paragraph): Throw a useful
879         error message when parse an element fails in the current buffer.
881         * ox.el (org-export-with-planning): Enhance docstring.
883         * org.el (org-closed-keep-when-no-todo): New option.
884         (org-todo): Use the new option.
885         (org-open-line): Rename from `org-ctrl-o'.
886         (org-mode-map): Use `remap'.
887         (org-cycle-emulate-tab, org-file-apps)
888         (org-set-font-lock-defaults)
889         (org-translate-link-from-planner, org-link-search)
890         (org-refile-get-targets, org-read-date-get-relative): Minor
891         code clean-up: fix dangling parentheses.
893         * org-agenda.el (org-agenda-entry-text-mode): Also check against
894         regexp filters.
895         (org-timeline): Handle `org-agenda-show-log'.
897         * org-clock.el (org-clock-select-task): Remove successive
898         duplicates in the clock history to consider.
900         * org.el (org-uniquify-alist): Improve docstring.
901         (org-make-tags-matcher, org-change-tag-in-region): Add buffer's
902         tags to the tags completion table.
903         (org-tags-expand): Prevent circular replacement of group tags.
904         Tiny docstring formatting.
905         (org-uniquify): Make a defsubst.  Use `delete-dups' instead of
906         `add-to-list'.
907         (org-todo): Also remove the CLOSED planning information when
908         removing the TODO keyword.
909         (org-forward-heading-same-level): Fix bug when forwarding
910         to a hidden subtree of the same level.
911         (org-tags-expand): Use word delimiters when building the tag
912         search regexp.
914         * org-clock.el (org-clock-insert-selection-line): Don't display
915         the clockout time.
917         * org.el (org-emphasis-regexp-components): Make a defvar.
918         (org-emphasis-alist): New default value: don't set HTML tags.
919         (org-emphasize, org-set-emph-re): Use the new value of
920         `org-emphasis-alist'.
922         * org-mobile.el (org-mobile-edit): Insert new headings at the end
923         of the parent subtree.  Use `org-at-heading-p' instead of the
924         obsolete `org-on-heading-p'.
926         * org.el (org-insert-heading): When called from a list item and
927         `org-insert-heading-respect-content' is non-nil, insert a heading,
928         not an item.
929         (org-insert-heading-respect-content): Fix docstring.
930         (org-insert-heading): When in a non-empty non-headline line,
931         convert the current line into a headline.
933         * org-table.el (org-table-copy-down): Don't move cursor when
934         getting the field.
936         * ox-icalendar.el (org-icalendar-export-current-agenda): Do not
937         evaluate babel code blocks.
939         * ox-html.el (html): Add more options.
941         * ox-publish.el (org-publish-project-alist): Add :with-planning in
942         docstring.
944         * ob-exp.el (org-babel-exp-src-block): Tiny docstring fix.
946         * ox-icalendar.el (org-icalendar--combine-files): Fix typo.
948         * org-mouse.el (org-mouse-agenda-context-menu): Fix a function's
949         name.
951         * ox.el (org-export-options-alist, org-export--skip-p): Use
952         `:with-planning' instead of `:with-plannings', to keep in sync
953         with the corresponding option's name.
955         * ob-core.el (org-babel-confirm-evaluate): Fix typo in docstring.
957         * org-agenda.el (org-agenda-undo, org-agenda)
958         (org-agenda-append-agenda)
959         (org-agenda-get-restriction-and-command, org-agenda-write)
960         (org-agenda-clock-cancel)
961         (org-agenda-diary-entry-in-org-file, org-agenda-diary-entry)
962         (org-agenda-execute-calendar-command)
963         (org-agenda-goto-calendar, org-agenda-convert-date)
964         (org-agenda-bulk-mark, org-agenda-bulk-action)
965         (org-agenda-show-the-flagging-note): Use `user-error' instead of
966         `error'.
968         * org-macs.el (org-with-remote-undo): Normalize argument names.
970         * org.el (org-store-log-note): Fix `buffer-undo-list' when called
971         after `org-agenda-todo'.
972         (org-add-log-note): Minor formatting fix.
974         * org-agenda.el (org-agenda-append-agenda): Set buffer read only.
976         * org-clock.el (org-clock-select-task): Throw a user error when
977         the clock history is empty.
979         * org-table.el (org-table-get-remote-range): Fix docstring: use
980         #+NAME instead of #+TBLNAME.
982         * ob-ref.el: Use #+NAME instead of #+TBLNAME in comment.
984         * ox-html.el (org-html-table-row-tags): Better example.
986         * org-clock.el (org-clock-select-task): Fix window to buffer.
987         Hide the cursor.
988         (org-clock-insert-selection-line): Add the clock-out time.
990         * ox-html.el (org-html-table-row-tags): Allow new dynamically
991         bound value `row-number'.
992         (org-html-table-row): Bind `row-number' to the number of the
993         row (first row is 0).
995         * org.el (org-minutes-to-clocksum-string): Round fractions of
996         minutes.
998         * ox-html.el (org-html-table-row-tags): Fix example in docstring.
1000         * org-agenda.el (org-agenda-span-to-ndays): Enhance docstring.
1001         (org-agenda-goto-date): Fix bug when going to a date in month
1002         view.
1003         (org-agenda-goto-date): Put the cursor on the agenda line with the
1004         selected date.
1005         (scheduled/deadline items with hour spec) then redo an agenda*.
1007         * org-clock.el (org-clock-resolve): Enhance the content of the
1008         help window.
1010         * org-footnote.el (org-footnote-auto-label): Minor docstring fix.
1012         * ox-odt.el (org-odt-link): Fix bug: convert & to &amp; in
1013         links.
1015         * ox-html.el (org-html-table-row): Dynamically bind
1016         `rowgroup-number', `start-rowgroup-p', `end-rowgroup-p',
1017         `top-row-p', `bottom-row-p'.
1018         (org-html-table-row-tags): Update docstring: tell what variables
1019         are dynamically bound.
1021         * org-src.el (org-edit-src-code): Don't set
1022         `buffer-auto-save-file-name' unless `auto-save-default' is
1023         non-nil.
1025         * ox.el (org-export-table-row-group): Fix typo in docstring.
1027         * org-table.el (orgtbl-apply-fmt): Enhance docstring.
1029         * org.el (org-file-contents): Make the message more prominent.
1031         * ox.el (org-export-replace-region-by): New function.
1033         * ox-texinfo.el (org-texinfo-convert-region-to-texinfo),
1034         * ox-md.el (org-md-convert-region-to-md),
1035         * ox-latex.el (org-latex-convert-region-to-latex),
1036         * ox-html.el (org-html-convert-region-to-html): New functions to
1037         replace the active region by its export into various backends.
1039         * org-faces.el (org-agenda-restriction-lock): Use less flashy
1040         colors.
1042         * org-agenda.el
1043         (org-agenda-restriction-lock-highlight-subtree): New option.
1044         (org-agenda-top-headline-filter): Rename from
1045         `org-agenda-top-headline-filter'.
1046         (org-find-top-headline): Rename from `org-find-top-category'.
1047         Add a docstring.
1048         (org-agenda-filtered-by-top-headline): Rename from
1049         `org-agenda-filtered-by-top-category'.
1050         (org-agenda-filter-by-top-headline): Rename from
1051         `org-agenda-filter-by-top-category'.  Fix docstring.
1052         (org-agenda-filter-top-headline-apply): Rename from
1053         `org-agenda-filter-top-category-apply'.  Fix docstring.
1054         (org-agenda-mode-map): Update binding.
1055         (org-agenda-get-todos): Set `todo-state' earlier so that we can
1056         skip false-positives in time.
1058         * org.el (org-get-todo-state): Add a docstring.
1059         (org-ctrl-o): New command to insert a new row in tables
1060         (like `M-S-<down>' does) and open a line elsewhere.
1061         (org-mode-map): Bind the new command to `C-o'.
1062         (org-set-regexps-and-options): Process tags from an external setup
1063         file.
1065         * org-agenda.el (org-agenda-dim-blocked-tasks): Enhance docstring.
1066         (org-agenda-finalize-entries): Conditionally apply limits so
1067         that we don't manipulate big lists uselessly.
1068         (org-agenda-limit-entries): Limit exclusively.  E.g., when
1069         limiting to a maximum of "2 tags", don't limit among tagged
1070         entries only, but limit among all entries.
1071         (org-agenda-limit-interactively): New command.
1072         (org-agenda-mode-map): Bind the new command to "~".
1073         (org-agenda-redo): Small fix: don't use `eval'.
1075         * org.el (org-ctrl-c-ctrl-c): Fix bug wrt updating checkboxes: the
1076         list beginning should be stored using a marker so that updating
1077         [%0] to [%50] will not throw an error.
1078         (org-babel-load-file): Move `org-babel-load-file' from
1079         ob-tangle.el to here so that it is correctly autoloaded by Emacs
1080         before Org is required.
1082         * org-mac-message.el: Delete.
1084         * org.el (org-modules): org-mac-message.el is not a core package
1085         anymore.
1087         * org-table.el (orgtbl-to-generic): Fix bug when exporting the
1088         cells of radio tables with 'hline.
1090         * org.el (org-speed-commands-default): Use ?s for
1091         `org-narrow-to-subtree'.
1093         * org-agenda.el (org-agenda-start-on-weekday): Fix typo.
1094         (org-agenda-start-day): Enhance docstring.
1096         * org-src.el (org-src-native-tab-command-maybe): Check that we are
1097         in a source code block.
1099         * org-mobile.el: Remove useless defvar.
1101         * org.el (org-indent-line): A line just below a line with a list
1102         item is now indented depending on the indentation of this list
1103         item.
1105         * org.el (org-options-keywords): Add #+TARGET.
1107         * org-clock.el (org-resolve-clocks-if-idle): Only try to resolve
1108         last clock if the clock buffer still exists.
1109         (org-clock-out, org-clock-cancel): Set markers to nil.
1111         * ox-org.el (org-org-publish-to-org):
1112         * ox-html.el (org-html-publish-to-html): Use the custom extension.
1114         * org.el (org-cycle-internal-local): Fix invalid search bound when
1115         `org-cycle-include-plain-lists' is set to 'integrate.
1117         * org.el (org-sparse-tree-default-date-type): Add an option for
1118         closed time-stamps.
1119         (org-sparse-tree): Allow to check against closed time-stamps.
1120         (org-re-timestamp): Handle closed time-stamps.
1121         (org-closed-in-range): Delete.
1123         * org-capture.el (org-capture-import-remember-templates): Take
1124         care of adding :jump-to-captured option if needed.
1126         * org.el (org-toggle-pretty-entities): Enhance messages.
1127         (org-raise-scripts): Handle scripts like "a_b^c".
1129         * org-capture.el (org-capture-templates): Document new option
1130         :jump-to-captured in the docstring.  Offer the complete list of
1131         options when customizing.
1132         (org-capture-finalize): Handle :jump-to-captured.
1134         * org.el (org-agenda-prepare-buffers): Fix bugs: don't let-bind
1135         `org-tag-alist' to nil and don't append duplicate tags to
1136         `org-tag-alist-for-agenda'.
1137         (org-store-link): Storing multiple links in the active region now
1138         requires a triple prefix argument.
1139         (org-store-link, org-link-search): Fix handling of links to #+NAME
1140         and #+TARGET keywords.
1142         * org-compat.el (org-ignore-region): Tiny docstring fix.
1144         * org-capture.el (org-capture): Don't store multiple links over
1145         lines in the active region.
1147         * ox-odt.el (org-odt-special-block): Don't wrap annotations into
1148         <text:p>...</text:p> at all.
1149         (org-odt--fix-annotations): New function.
1150         (org-odt--export-wrap): Use the new function to fix annotations
1151         insertion in content.xml.
1153         * org.el (org-mode-flyspell-verify): Require 'org-element so that
1154         `org-element-affiliated-keywords' is defined.
1156         * ox-odt.el (org-odt-special-block): Don't insert annotations
1157         using style "Text_20_body".
1159         * org.el (org-toggle-tags-groups): Correctly highlight group tags.
1160         (org-tags-expand): Expand tags as words, with characters ?@
1161         and ?_ being considered words constituents.
1162         (org-set-regexps-and-options): Don't read setup files from
1163         read-only buffers.
1164         (org-file-contents): When no-error is non-nil, throw a less
1165         intrusive message.
1167         * org-agenda.el (org-agenda-scheduled-leaders)
1168         (org-agenda-deadline-leaders): Re-align leaders to the left,
1169         back to a 11 characters width.
1171         * org.el (org-refile-cache-check-set): More informative message.
1173         * org-agenda.el (org-tags-view): Set the matcher after preparing
1174         the agenda, as `org-tag-groups-alist-for-agenda' might be needed.
1175         (org-agenda-filter-make-matcher): New parameter `filter' and
1176         `type'.  Handle group tags.
1177         (org-agenda-filter-expand-tags): New function.
1178         (org-agenda-filter-apply): Handle group tags.
1180         * org.el (org-blank-before-new-entry): Tiny docstring fix.
1181         (org-tag-alist-for-agenda): Add docstring.
1182         (org-tag-groups-alist-for-agenda): New global variable.
1183         (org-tag-groups-alist): New buffer-local variable.
1184         (org-tag-alist, org-tag-persistent-alist): Handle :grouptags.
1185         (org-group-tags): New option.
1186         (org-toggle-group-tags): New command.
1187         (org-mode-map): Bind `org-toggle-group-tags' to `C-c C-x q'.
1188         (org-set-regexps-and-options-for-tags): New function, factored
1189         out from `org-set-regexps-and-options'.
1190         (org-set-regexps-and-options): Don't handle tags, they are now
1191         handled separately by `org-set-regexps-and-options-for-tags'.
1192         (org-assign-fast-keys): Handle :grouptags.
1193         (org-mode): Use `org-set-regexps-and-options-for-tags' on top
1194         of `org-set-regexps-and-options'.
1195         (org-fontify-meta-lines-and-blocks-1): Fontify group tags.
1196         (org-make-tags-matcher): Expand group tags in the matcher.
1197         (org-tags-expand): New function.
1198         (org-tags-completion-function): Tiny code clean up.
1199         (org-set-current-tags-overlay): Add a docstring.
1200         (org-fast-tag-selection): Highlight group tags.
1201         (org-agenda-prepare-buffers): Set `org-tag-alist-for-agenda'
1202         and `org-tag-groups-alist-for-agenda'.  Don't uniquify
1203         `org-tag-alist-for-agenda' as we may need the grouping
1204         information for filtering in the agenda buffer.
1205         (org-uniquify-alist): New function.
1207         * org-pcomplete.el (pcomplete/org-mode/file-option/tags): Handle
1208         :grouptags.
1210         * org-faces.el (mode-line): New face for group tags.
1212         * ob-core.el (org-babel-hash-show-time): Tiny docstring
1213         enhancement.
1215         * org-element.el (org-element-paragraph-separate): Use new name
1216         `org-list-allow-alphabetical'.
1218         * org-list.el (org-list-allow-alphabetical): Rename from
1219         `org-alphabetical-lists'.
1220         (org-list-empty-line-terminates-plain-lists): Rename from
1221         `org-empty-line-terminates-plain-lists'.
1222         (org-checkbox-hierarchical-statistics): Rename from
1223         `org-hierarchical-checkbox-statistics'.
1225         * org.el (org-image-actual-width): Update docstring.
1226         (org-display-inline-images): Use the #+attr_html: :width syntax.
1227         (org-modules): Remove deleted libraries, add new ones.
1229         * ox-html.el (org-html-indent): Default to nil, as non-nil can
1230         break indentation of source code blocks.
1231         (org-html-link): Don't insert nil if there is no attributes.
1232         (org-html-link--inline-image): Use the correct syntax for image
1233         attributes.  Allow :width :height and :alt as predefined
1234         attributes for inline images.
1235         (org-html-link, org-html-table): Use the standard syntax---
1236         e.g. "#+attr_html: :options ..."--- to get attributes.
1238         * ox.el (org-export-table-cell-alignment): Treat an empty cell as
1239         a number if it follows a number.
1241         * ox.el (org-export-as): Allow user functions in
1242         `org-export-before-parsing-hook' to modify the point.
1244         * org.el (org-entry-add-to-multivalued-property): Add the new
1245         value by appending it at the end of the line.
1247         * org-table.el (orgtbl-to-generic): New parameter `backend' to
1248         export cells content using a specific backend.
1249         (orgtbl-to-latex, orgtbl-to-texinfo): Export cells to LaTeX
1250         and Texinfo before sending the table.
1252         * ox.el (org-export-define-backend)
1253         (org-export-define-derived-backend): Make defuns and update
1254         docstrings.
1256         * ox-texinfo.el (texinfo):
1257         * ox-org.el (org):
1258         * ox-odt.el (odt):
1259         * ox-md.el (md):
1260         * ox-man.el (man):
1261         * ox-latex.el (latex):
1262         * ox-icalendar.el (icalendar):
1263         * ox-html.el (html):
1264         * ox-beamer.el (beamer):
1265         * ox-ascii.el (ascii): Use `org-export-define-backend' and
1266         `org-export-define-derived-backend' as defuns, not macros.
1268         * org.el (org-set-regexps-and-options): Use
1269         `org-table-set-constants'.
1271         * org-table.el (org-table-set-constants): New function.
1272         (orgtbl-ctrl-c-ctrl-c): Use it.
1274         * org-pcomplete.el
1275         (pcomplete/org-mode/block-option/clocktable): Add parameters.
1277         * org.el (org-options-keywords): Remove "INFOJS_OPT": it is added
1278         through ox-html.el now.
1280         * org-agenda.el (org-agenda-redo): Set filters after agenda has
1281         been redone.
1283         * org.el (org-store-link): When there is an active region, store
1284         each line as a separate link.
1285         (org-insert-all-links): Use a default description when links
1286         do not have one already.
1288         * org-agenda.el (org-agenda-redo): Fix code typo.
1290         * org.el (org-link-display-format): Fix docstring.
1292         * ox-publish.el (org-publish-org-to)
1293         (org-publish-org-sitemap, org-publish-find-title)
1294         (org-publish-find-date)
1295         (org-publish-cache-file-needs-publishing): Set
1296         `org-inhibit-startup' to t when visiting files for
1297         publication.
1299         * ox-org.el (org-org-publish-to-org): Kill buffers not visited at
1300         publication time.
1302         * org.el (org-set-font-lock-defaults): Set font-lock keywords
1303         correctly for plain links.
1305         * ox-texinfo.el (org-texinfo-logfiles-extensions)
1306         (org-texinfo-remove-logfiles): New options.
1307         (org-texinfo-compile): Use the new options to remove files
1308         after compiling a Texinfo file.
1310         * ox-texinfo.el (org-texinfo-coding-system): New option.
1311         (org-texinfo-template): Add @documentlanguage and
1312         @documentencoding.
1313         (org-texinfo-headline): Add a space before tags.
1314         (org-texinfo-export-to-texinfo, org-texinfo-export-to-info):
1315         Use `org-texinfo-coding-system' as the coding system for
1316         exported buffers.
1317         (org-texinfo-publish-to-texinfo): New function.
1319         * ox-texinfo.el (org-texinfo-filename)
1320         (org-texinfo-info-process, org-texinfo-max-toc-depth)
1321         (org-texinfo--sanitize-menu): Docstrings tiny fixes.
1323         * org-agenda.el (org-agenda-dim-blocked-tasks): Only throw a
1324         message when called interactively.  Fix docstring position in the
1325         defun.
1327         * ox-html.el (org-html--build-meta-info): Fix setting of
1328         http-equiv="Content-Type".
1330         * org-agenda.el (org-agenda-mode-map): Use ?= for filtering by
1331         regexp and ?| for removing all filters.
1332         (org-agenda-filter-remove-all): New command.
1333         (org-agenda-filter-show-all-re): Rename from
1334         `org-agenda-filter-show-all-regexp'.
1335         (org-agenda-filter-by-regexp): Call
1336         `org-agenda-filter-show-all-re'.
1338         * org-list.el (org-insert-item): Don't ask for a definition term
1339         when insert an item in a description list.
1341         * org-agenda.el (org-agenda-Quit): Set `org-agenda-buffer' to nil.
1342         This prevents bugs when calling e.g., `org-diary' after quitting
1343         an agenda window.
1344         (org-agenda-entry-types): Move earlier in the file.
1345         (org-agenda-custom-commands-local-options, org-diary)
1346         (org-agenda-get-day-entries): Don't hardcode the default agenda
1347         entry types, use `org-agenda-entry-types'.
1348         (org-agenda-custom-commands): Fix default setting so that the
1349         customize interface does not complain about a mismatch.
1351         * org.el (org-export-backends): Add new backends.
1353         * ox-html.el (org-html-indent): New option.
1354         (org-html-use-unicode-chars): New option.
1355         (org-html-pretty-output): Delete.
1356         (org-html-final-function): Use the new options.
1358         * ox-html.el (org-html-link): Fix handling of abbreviated links
1359         which include a file: protocol.
1360         (org-html--build-postamble): Default to today's date.
1361         (org-html--build-meta-info): When #+DATE contains a time stamp,
1362         parse it as a RFC 822 time string, otherwise simply insert the
1363         date as a string.
1365         * ox.el (org-export--copy-to-kill-ring-p): New function.
1366         (org-export-copy-to-kill-ring): Use 'if-interactive as the
1367         default.
1368         (org-export-to-buffer, org-export-to-file): Use
1369         `org-export--copy-to-kill-ring-p' and fix docstrings.
1371         * ox-odt.el (org-odt-export-as-odf): Use
1372         `org-export--copy-to-kill-ring-p'.
1374         * org.el (org-set-font-lock-defaults): Fontify macros.
1376         * org-faces.el (org-macro): New face.
1378         * org.el (org-clone-subtree-with-time-shift): Only prompt for a
1379         time shift when the entry at point has a time stamp and when the
1380         command is called with a universal prefix argument.
1381         (org-execute-file-search-functions): Docstring fix.
1383         * org-compat.el (org-defvaralias): Fix declare form.
1385         * org-clock.el (org-clocktable-defaults): Add :mstart parameter.
1386         (org-clock-special-range): New argument mstart.
1387         (org-dblock-write:clocktable, org-dblock-write:clocktable)
1388         (org-clocktable-write-default, org-clocktable-steps)
1389         (org-clock-get-table-data): Handle the :mstart parameter.
1391         * org.el (org-map-entries): Use `save-window-excursion'.
1393         * org-compat.el (org-defvaralias): New compatibility function.
1395         * org-list.el (org-cycle-include-plain-lists): Also add to the
1396         'org-cycle customization group.
1397         (org-list-allow-alphabetical)
1398         (org-checkbox-hierarchical-statistics)
1399         (org-list-empty-line-terminates-plain-lists)
1400         (org-list-description-max-indent): Rename and add aliases to old
1401         names.
1403         * org-element.el (org-element-context): Prevent an error when
1404         getting the context of a table rule.
1406         * org.el (org-deadline-time-hour-regexp)
1407         (org-scheduled-time-hour-regexp): New buffer local variables.
1408         (org-set-regexps-and-options): Set the new variables.
1410         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1411         :deadline* and :scheduled* to the list of possible agenda entry
1412         types.
1413         (org-agenda): Implement a new agenda type agenda* with :scheduled*
1414         and :deadline* replacing :scheduled and :deadline respectively in
1415         agenda entry types.  In such agenda, only scheduled and deadline
1416         items with a time specification [h]h:mm will be considered.
1417         (org-agenda-entry-types): Document the new agenda entry types
1418         :scheduled* and :deadline*.
1419         (org-agenda-list): New parameter `with-hour'.  Use :scheduled* and
1420         :deadline*.
1421         (org-agenda-get-day-entries): Handle :scheduled* and :deadline*.
1422         (org-agenda-get-deadlines, org-agenda-get-scheduled): New
1423         parameter `with-hour'.  Use `org-deadline-time-hour-regexp' or
1424         `org-scheduled-time-hour-regexp' as the search string if needed.
1425         (org-agenda-to-appt): Use :scheduled* and :deadline* by default,
1426         as other scheduled and deadline items don't have a time spec and
1427         cannot be turned into appointments.  Trim bracket links and use
1428         only the description as the appointment text.
1429         (org-agenda-get-restriction-and-command): Add
1430         default description for the agenda* view.
1431         (org-agenda-run-series): Handle agenda* views.
1433         * org-faces.el (org-agenda-filter-tags)
1434         (org-agenda-diary, org-agenda-calendar-event)
1435         (org-agenda-calendar-sexp): Minor code clean up.
1436         (org-agenda-filter-category): Docstring fix.
1437         (org-agenda-filter-category): New face.
1439         * org-agenda.el (org-agenda-local-vars): Add
1440         `org-agenda-re-filter-overlays' and `org-agenda-regexp-filter'.
1441         (org-agenda-mode-map): Use "|" for
1442         `org-agenda-filtered-by-regexp'.
1443         (org-agenda-re-filter-overlays): New variable.
1444         (org-agenda-mark-filtered-text): Use
1445         `org-agenda-re-filter-overlays'.
1446         (org-agenda-finalize, org-agenda-redo): Allow regexp filtering.
1447         (org-agenda-filter-by-category): Set `org-agenda-category-filter'
1448         here instead of within `org-agenda-apply-filter'.
1449         (org-agenda-regexp-filter): New variable.
1450         (org-agenda-filter-by-regexp): New function to filter agenda
1451         buffers by regexp.
1452         (org-agenda-filter-make-matcher): Make matcher for regexp filters.
1453         (org-agenda-filter-apply): Don't set `org-agenda-tag-filter' and
1454         `org-agenda-category-filter'.  Maybe apply regexp filter.
1455         (org-agenda-filter-hide-line): Add docstring.  Hide
1456         regexp-filtered lines.
1457         (org-agenda-filter-show-all-tag, org-agenda-filter-show-all-cat):
1458         Add docstring.
1459         (org-agenda-filter-show-all-regexp): New function.
1460         (org-agenda-set-mode-name): Add regexp-filter information.
1461         (org-agenda-custom-commands-local-options): Add regexp filter.
1462         (org-agenda-regexp-filter-preset): New variable.
1463         (org-agenda-prepare): Use the new variable.
1465         * ox-odt.el (org-odt-code, org-odt-verbatim): Use
1466         `org-odt--encode-plain-text'.
1468         * ox-html.el (org-html-link): Minor code clean-up.
1470         * org.el (org-insert-heading): DTRT when in a narrowed region.
1472         * org-compat.el (org-buffer-narrowed-p): New compatibility
1473         function.
1475         * ox-html.el (org-html-format-inline-image): Fix missing string in
1476         formatting string.
1478         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
1479         New allowed value `repeated-after-deadline' which will prevent the
1480         display of scheduled items when repeated after the current
1481         deadline.
1482         (org-agenda-get-scheduled): Handle the new value.
1484         * org.el (org-time-string-to-absolute): Tiny docstring fix.
1486         * ox-html.el (org-html-style-default): New classes `footpara' and
1487         `footdef' for the footnotes paragraphs and definitions.
1488         (org-html-format-footnote-definition): Wrap the footnote
1489         defintions into their own div.
1490         (org-html-paragraph): Don't add extra <br/> after a paragraph in a
1491         footnote.
1492         (org-html-container-element, org-html-divs): Mention that
1493         org-info.js will not work when changing the defaults.
1495         * ox-md.el (md): Export underlined text as verbatim.
1497         * ox-html.el (org-html-style-default): New CSS .underline and
1498         #org-div-home-and-up.
1499         (org-html-text-markup-alist): Don't hardcode the style, use the
1500         new class .underline.
1501         (org-html-home/up-format): Don't hardcode the style, use
1502         #org-div-home-and-up.
1503         (org-html-center-block): Use the .center class.
1505         * ox-md.el (org-md-underline): New function.
1507         * org-agenda.el (org-sorting-choice): Fix default value.
1509         * ox-html.el (org-html-format-footnote-definition)
1510         (org-html-footnote-section): Don't wrap footnote definitions into
1511         tables.
1512         (org-html-paragraph): Add HTML style and class parameter when the
1513         paragraph is in a footnote definition.  Also allow to add an extra
1514         string after the paragraph.  Further parameters can be added for
1515         paragraphs in other environments.
1516         (org-html-template): Always include the title as <h1
1517         class="title"></h1>, even when there is no title, as org-info.js
1518         needs it.
1520         * org-element.el (org-element-map): Fix tiny typo in docstring.
1522         * org-agenda.el (org-agenda-day-view): Fix parameter's name.
1524         * ox-html.el (org-html-format-inline-image): Don't add superfluous
1525         <p></p> when there is an empty caption.
1527         * org-agenda.el (org-agenda-refile): Enhance docstring.  Allow to
1528         clear the refile cache with C-0 or C-u C-u C-u.
1530         * ox-md.el (org-md-export-as-markdown): Tiny docstring fix.  Fix a
1531         library keyword in the comment section.
1533         * org.el (org-toggle-item): Convert all normal lines as items when
1534         there is a region, and only convert the first line when called
1535         with a universal prefix argument.  This is consistent with the
1536         behavior of `org-toggle-heading'.
1537         (org-toggle-heading): When the region contains only normal lines,
1538         a universal prefix arg will only convert the first line.  This is
1539         more consistent with `org-toggle-item'.
1540         (orgstruct-setup): Add `org-ctrl-c-minus' and `org-ctrl-c-star'.
1541         (customize-package-emacs-version-alist): Update
1542         `customize-package-emacs-version-alist'.
1544         * ox-texinfo.el (org-export-texinfo)
1545         (org-texinfo-filename, org-texinfo-classes)
1546         (org-texinfo-format-headline-function)
1547         (org-texinfo-node-description-column)
1548         (org-texinfo-active-timestamp-format)
1549         (org-texinfo-link-with-unknown-path-format)
1550         (org-texinfo-tables-verbatim)
1551         (org-texinfo-table-scientific-notation)
1552         (org-texinfo-text-markup-alist)
1553         (org-texinfo-format-drawer-function)
1554         (org-texinfo-format-inlinetask-function)
1555         (org-texinfo-info-process):
1556         * ox-odt.el (org-odt-format-drawer-function)
1557         (org-odt-format-headline-function)
1558         (org-odt-format-inlinetask-function):
1559         * ox-md.el (org-export-md, org-md-headline-style): Fix :version
1560         and :package-version keywords.
1562         * org.el (org-time-clocksum-use-effort-durations): Don't set to t
1563         by default as it will change many clocktables out there.  Let the
1564         user decides whether she wants to turn this on.
1566         * org.el (org-agenda-inhibit-startup): Revert to nil as the default.
1568         * org-agenda.el (org-agenda-dim-blocked-tasks): Revert to t as the
1569         default.
1571         * ox-html.el (org-html-style-default): More cosmetic tweaks.
1572         (org-html-head-include-default-style): Minor docstring update.
1574         * ox.el (org-export-snippet-translation-alist)
1575         (org-export-coding-system, org-export-in-background)
1576         (org-export-async-init-file, org-export-invisible-backends)
1577         (org-export-dispatch-use-expert-ui):
1578         * ox-texinfo.el (org-texinfo-filename, org-texinfo-classes)
1579         (org-texinfo-format-headline-function)
1580         (org-texinfo-node-description-column)
1581         (org-texinfo-active-timestamp-format)
1582         (org-texinfo-link-with-unknown-path-format)
1583         (org-texinfo-tables-verbatim)
1584         (org-texinfo-table-scientific-notation)
1585         (org-texinfo-text-markup-alist)
1586         (org-texinfo-format-drawer-function)
1587         (org-texinfo-format-inlinetask-function)
1588         (org-texinfo-info-process):
1589         * ox-man.el (org-man-tables-centered)
1590         (org-man-table-scientific-notation)
1591         (org-man-source-highlight, org-man-source-highlight-langs)
1592         (org-man-pdf-process, org-man-logfiles-extensions):
1593         * ox-html.el (org-html-allow-name-attribute-in-anchors)
1594         (org-html-coding-system, org-html-divs):
1595         * ox-ascii.el (org-ascii-text-width)
1596         (org-ascii-headline-spacing, org-ascii-indented-line-width)
1597         (org-ascii-paragraph-spacing, org-ascii-charset)
1598         (org-ascii-underline, org-ascii-bullets)
1599         (org-ascii-links-to-notes)
1600         (org-ascii-table-keep-all-vertical-lines)
1601         (org-ascii-table-widen-columns)
1602         (org-ascii-table-use-ascii-art)
1603         (org-ascii-format-drawer-function)
1604         (org-ascii-format-inlinetask-function):
1605         * org.el (org-modules, org-export-backends)
1606         (org-highlight-latex-and-related, orgstruct-setup-hook):
1607         * org-attach.el (org-attach-git-annex-cutoff):
1608         * org-archive.el (org-archive-file-header-format):
1609         * org-agenda.el (org-agenda-todo-ignore-time-comparison-use-seconds):
1610         * ob-python.el (org-babel-python-hline-to)
1611         (org-babel-python-None-to):
1612         * ob-ditaa.el (org-ditaa-eps-jar-path):
1613         * ob-core.el (org-babel-results-keyword): Add :version and
1614         :package-version.
1616         * ox-ascii.el: Use utf-8-emacs as the file coding system.
1618         * org-capture.el (org-capture-templates, org-capture-string)
1619         (org-capture-steal-local-variables)
1620         (org-capture-empty-lines-before)
1621         (org-capture-empty-lines-after)
1622         (org-capture-insert-template-here)
1623         (org-capture-import-remember-templates): Fix or add docstring.
1625         * ox-html.el (org-html-style-default): Cosmetic changes.
1626         (org-html-postamble, org-html-preamble)
1627         (org-html-preamble-format): Update docstring.
1629         * org-agenda.el (org-agenda-format-date-aligned)
1630         (org-agenda-time-of-day-to-ampm-maybe)
1631         (org-scheduled-past-days)
1632         (org-agenda-normalize-custom-commands)
1633         (org-agenda-run-series, org-store-agenda-views): Fix or add
1634         docstring.
1636         * ox-latex.el:
1637         (org-latex-table-scientific-notation, org-latex-verse-block): Fix
1638         typos in docstrings.
1640         * ox-html.el (org-html-text-markup-alist)
1641         (org-html-pretty-output, org-html-link-org-files-as-html)
1642         (org-html-postamble, org-html-preamble)
1643         (org-html-format-inline-image, org-html-splice-attributes)
1644         (org-export-splice-style, org-html-htmlize-region-for-paste)
1645         (org-html-fix-class-name)
1646         (org-html-format-footnote-reference)
1647         (org-html-format-footnotes-section)
1648         (org-html-footnote-section, org-html--anchor)
1649         (org-html--todo, org-html--tags, org-html-format-headline)
1650         (org-html-toc, org-html-format-section, org-html-checkbox)
1651         (org-html-format-list-item, org-html-format-latex)
1652         (org-html-encode-plain-text)
1653         (org-html-table-first-row-data-cells)
1654         (org-html-table--table.el-table, org-html-final-function): Fix
1655         or add docstring.
1657         * org.el (org-insert-heading): If the current item has a checkbox,
1658         insert the new item with a checkbox.
1660         * org.el (org-insert-heading): Don't delete spaces in empty
1661         headlines.
1663         * ox-odt.el (org-odt-keyword): Fix typo.
1665         * ox-latex.el (org-latex-toc-command): Cosmetic docstring change.
1667         * ox-html.el (org-html-encode-plain-text): Fix typo in docstring.
1669         * org-faces.el (org-column): Update docstring.
1671         * org-colview.el: Update error message.
1673         * org.el (org-modules): Do not include org-mew.el, org-vm.el,
1674         org-w3m.el, org-wl.el as these files are now part of contrib/.
1676         * org-w3m.el:
1677         * org-vm.el:
1678         * org-w3m.el:
1679         * org-wl.el: Delete (moved to Org's contrib/ directory.)
1681         * org-capture.el (org-mks): Move from org-mks.el.
1683         * org-mks.el: Delete.
1685         * ox-html.el (html): Update HTML options names.
1687         * org.el (org-show-context): Don't try to fix ellipsis when
1688         showing a subtree in agenda.
1690         * ox-html.el (html): Reintroduce #+HTML_HEAD_EXTRA, previously
1691         known as HTML_STYLE_EXTRA.
1692         (org-html-head): Enhance docstring.
1693         (org-html-head-extra): Reintroduce.  Was `org-html-style-extra'.
1694         (org-html--build-head): Rename from `org-html--build-head'.  Add
1695         information from `org-html-head-extra'.
1696         (org-html-template): Use `org-html--build-head'.
1698         * ox-html.el (org-html-display-buffer-mode): Delete.
1699         (org-html-export-as-html): Use `set-auto-mode' instead of
1700         `org-html-display-buffer-mode'.
1702         * org-agenda.el (org-agenda-write): Overwrite file when called
1703         non-interactively.
1705         * org-mobile.el (org-mobile-edit): Workaround a
1706         `org-insert-heading-respect-content' bug which prevents correct
1707         insertion when point is invisible
1709         * org.el (org-previous-line-empty-p): New parameter to allow
1710         checking next line.  Add a docstring.
1711         (org-insert-heading): Handle two universal prefix arguments as
1712         advertized in the docstring.  Don't insert new lines when
1713         creating a heading after the first heading in the current
1714         subtree.
1715         (org-insert-heading-respect-content): New optional argument
1716         arg, passed to `org-insert-heading'.
1718         * org.el (org-mode): Remove syntax entries.  Use
1719         `org-backward-element' and `org-forward-element' for
1720         `beginning-of-defun-function' and `end-of-defun-function': this
1721         allows using C-M-a and C-M-e before the first headline.
1723         * ox-html.el (html): Remove :html-htmlized-css-url :options-alist.
1725         * ox-org.el (org-org-htmlized-css-url): Rename from
1726         `org-html-htmlized-org-css-url' and moved here from ox-html.el.
1727         (org-org-publish-to-org): Handle :htmlized-source in
1728         publishing projects.
1730         * ox-html.el (org-html-style-default): Update docstring.
1731         (org-html-infojs-install-script, org-html--build-style): Update
1732         property names.
1733         (org-html-head-include-scripts)
1734         (org-html-head-include-default-style, org-html-head):
1735         Respectively rename from `org-html-style-include-scripts',
1736         `org-html-style-include-default' and `org-html-style', now
1737         obsolete.
1738         (org-html-style-extra): Delete.
1740         * org-clock.el (org-clock-out): Fix bug: if a closing note needs
1741         to be stored in the drawer where clocks are stored, let's
1742         temporarily remove `org-clock-remove-empty-clock-drawer' from
1743         `org-clock-out-hook'.
1745         * ob-tangle.el (org-babel-tangle): Remove unused attempt of
1746         prompting the user of the tangle file name since :tangle is always
1747         set.  Don't prompt for a tangle file name when called with two
1748         universal prefix arg outside of a src block.  Use
1749         `org-babel-tangle-single-block'.
1750         (org-babel-tangle-single-block): New function.
1751         (org-babel-tangle-collect-blocks): Use the new function.
1753         * org-table.el (org-table-convert-region, org-table-export)
1754         (org-table-align, org-table-beginning-of-field)
1755         (org-table-copy-down, org-table-check-inside-data-field)
1756         (org-table-insert-column, org-table-find-dataline)
1757         (org-table-delete-column, org-table-move-column)
1758         (org-table-insert-row, org-table-insert-hline)
1759         (org-table-kill-row, org-table-paste-rectangle)
1760         (org-table-wrap-region, org-table-sum, org-table-get-formula)
1761         (org-table-get-formula, org-table-get-stored-formulas)
1762         (org-table-fix-formulas, org-table-maybe-eval-formula)
1763         (org-table-rotate-recalc-marks, org-table-eval-formula)
1764         (org-table-get-range, org-table-get-descriptor-line)
1765         (org-table-find-row-type, org-table-recalculate)
1766         (org-table-iterate, org-table-iterate-buffer-tables)
1767         (org-table-formula-handle-first/last-rc)
1768         (org-table-edit-formulas, org-table-fedit-shift-reference)
1769         (org-rematch-and-replace, org-table-shift-refpart)
1770         (org-table-fedit-finish, org-table-fedit-lisp-indent)
1771         (org-table-show-reference, org-table-show-reference)
1772         (org-table-show-reference, org-table-show-reference)
1773         (org-table-force-dataline, orgtbl-error, orgtbl-export)
1774         (orgtbl-send-replace-tbl, org-table-to-lisp)
1775         (orgtbl-send-table, orgtbl-send-table, orgtbl-send-table)
1776         (orgtbl-toggle-comment, orgtbl-insert-radio-table)
1777         (orgtbl-to-unicode, org-table-get-remote-range)
1778         (org-table-get-remote-range, org-table-copy-dow)
1779         (org-table-check-inside-data-field, org-table-insert-colum)
1780         (org-table-find-dataline, org-table-delete-colum)
1781         (org-table-move-column, org-table-insert-ro)
1782         (org-table-insert-hline, org-table-kill-ro)
1783         (org-table-paste-rectangle, org-table-wrap-regio)
1784         (org-table-sum, org-table-get-formul)
1785         (org-table-get-stored-formulas, org-table-fix-formula)
1786         (org-table-maybe-eval-formul, org-table-rotate-recalc-marks)
1787         (org-table-eval-formul, org-table-get-range)
1788         (org-table-get-descriptor-lin, org-table-find-row-type)
1789         (org-table-recalculat, org-table-iterate)
1790         (org-table-iterate-buffer-table)
1791         (org-table-formula-handle-first/last-r)
1792         (org-table-edit-formulas, org-table-fedit-shift-referenc)
1793         (org-rematch-and-replace, org-table-shift-refpar)
1794         (org-table-fedit-finish, org-table-fedit-lisp-inden)
1795         (org-table-show-reference, org-table-force-datalin)
1796         (orgtbl-error, orgtbl-export, orgtbl-send-replace-tb)
1797         (org-table-to-lisp, orgtbl-send-tabl, orgtbl-toggle-comment)
1798         (orgtbl-insert-radio-tabl, orgtbl-to-unicode)
1799         (org-table-get-remote-range): Use `user-error' instead of
1800         `error' for user errors.
1802         * ob-core.el (org-babel-load-in-session): Throw a useful error
1803         when there is no code block at point.
1805         * ob-tangle.el (org-babel-tangle): Rename the ONLY-THIS-BLOCK
1806         parameter to ARG.  Allow two universal prefix arguments to tangle
1807         by the target file of the block at point.
1808         (org-babel-tangle-collect-blocks): New parameter TANGLE-FILE
1809         to restrict the collection of blocks to those who will be
1810         tangled in TARGET-FILE.
1812         * org-src.el (org-edit-src-auto-save-idle-delay): Use a delay of 0
1813         by default (i.e., deactivate auto-saving.)
1814         (org-edit-src-code): Set `buffer-auto-save-file-name' for
1815         auto-saving with `auto-save-mode'.
1817         * org.el (org-deadline, org-schedule): When called with two
1818         universal prefix arguments, set the warning time or the delay
1819         relatively to the current timestamp, not to today's date.
1821         * org-agenda.el (org-agenda-filter-apply): Deactive
1822         `org-agenda-entry-text-mode' when filtering.
1823         (org-agenda-entry-text-mode): Don't allow in filtered views.
1824         Don't show the maximum number of lines when turning off.
1826         * ox-html.el (org-html-headline): Add comment.
1828         * org.el (org-mode): Set `paragraph-start'.
1830         * org-agenda.el (org-agenda-entry-text-leaders): New option.
1831         (org-agenda-entry-text-show-here): Use it.
1833         * ox-html.el (org-html-link--inline-image): Always retrieve
1834         attributes for inline images.
1835         (org-html-link): Fix trailing whitespace at the end of the opening
1836         <a ...> HTML tag.
1837         (org-html-headline): For headlines whose first element is a
1838         headline and not a section, pretend there is an empty section (as
1839         "") for the correct HTML div to be inserted.
1841         * org-agenda.el (org-agenda-collect-markers)
1842         (org-create-marker-find-array): Move to ox-icalendar.el.
1843         (org-agenda-marker-table, org-check-agenda-marker-table):
1844         Delete.
1846         * ox-icalendar.el (org-icalendar-create-uid): New parameter
1847         H-MARKERS to only update some headlines, not the whole file.
1848         (org-icalendar--combine-files): When exporting to an .ics file
1849         only add UID to the headlines shown in the agenda buffer.
1850         (org-agenda-collect-markers, org-create-marker-find-array):
1851         Move here.
1853         * org-agenda.el (org-agenda-write): Ask before overwriting an
1854         existing file.
1856         * org-pcomplete.el (pcomplete/org-mode/file-option/infojs_opt):
1857         Use `org-html-infojs-opts-table'.
1859         * ox-html.el (org-html-infojs-opts-table):
1860         (org-html-use-infojs, org-html-infojs-options)
1861         (org-html-infojs-template): Move from ox-jsinfo.el.  Rename using
1862         the org-html- prefix.
1863         (org-html-infojs-install-script): Move from ox-infojs.el.
1865         * ox-infojs.el: Delete.
1867         * ox-html.el (org-html-section): Fix indentation.
1868         (org-html-inner-template): Add the document title here, within the
1869         "content" class, as the org-info.js needs it.
1870         (org-html-template): Don't include the document's title here.
1871         (org-html-format-inlinetask-function): Remove wrong example.
1873         * ob-tangle.el (org-babel-tangle-collect-blocks): Don't collect
1874         blocks in commented out headings.
1876         * ox-latex.el (org-latex-logfiles-extensions)
1877         (org-latex-remove-logfiles): Improve docstrings.
1879         * org-capture.el (org-capture): Cosmetic fix.
1881         * org-protocol.el (org-protocol-create-for-org)
1882         (org-protocol-create): Small docstrings enhancements.
1884         * org-protocol.el (org-protocol-capture): Small docstring fix.
1886         * org.el (org-speed-command-activate): Only forbid in src code
1887         blocks.
1889         * org-indent.el
1890         (org-indent-add-properties): Bugfix: prevent negative value for
1891         `added-ind-per-lvl'.
1893         * org.el (org-mode): Add `org-fix-ellipsis-at-bol' to
1894         `isearch-mode-end-hook' so that any isearch fixes the problem with
1895         ellipsis on the first line.
1896         (org-fix-ellipsis-at-bol): New defsubst.
1897         (org-show-context, org-isearch-end): Use it.
1899         * org-agenda.el (org-agenda-deadline-leaders): New formatting
1900         string for past deadlines.
1901         (org-agenda-scheduled-leaders): Small change.
1902         (org-agenda-get-deadlines): Use the new formatting string.
1904         * ob-lob.el (org-babel-lob-execute): Rename cache? to cache-p.
1906         * org.el (org-speed-command-activate): Don't activate speed
1907         commands within blocks.
1909         * org.el (org-show-context): Remove useless catch.  Make sure the
1910         top of the window is a visible headline.
1911         (org-activate-plain-links): Remove unused catch.
1913         * org-macs.el (org-get-alist-option): Return nil, not (nil), so
1914         that `org-show-context' DTRT.
1916         * org.el (org-imenu-get-tree): Fix bug when matching against empty
1917         headlines.
1918         (org-overview): Stay on current line.
1919         (org-map-entries): Fix docstring.
1921         * org-macs.el (org-unmodified): Update comment.  Don't define
1922         `with-silent-modifications' for emacsen that don't have it.
1924         * org-compat.el (org-with-silent-modifications): New
1925         compatibility macro.
1927         * org.el (org-refresh-category-properties)
1928         (org-refresh-properties, org-entry-blocked-p)
1929         (org-agenda-prepare-buffers):
1931         * org-indent.el (org-indent-remove-properties)
1932         (org-indent-add-properties):
1934         * org-colview.el (org-columns-display-here)
1935         (org-columns-remove-overlays, org-columns-quit)
1936         (org-columns-edit-value, org-columns-compute-all)
1937         (org-columns-compute, org-agenda-colview-compute):
1939         * org-clock.el (org-clock-sum): Use the compatibility macro
1940         `org-with-silent-modifications' instead of
1941         `with-silent-modifications'.
1943         * org.el (org-sort-remove-invisible): Remove emphasis markers.
1945         * org.el (org-sort-remove-invisible): Use defsust.  Do not only
1946         check against invisible links, truly returns the visible part of
1947         the string.
1948         (org-sort-remove-invisible): Add a docstring.
1949         (org-sort-entries): Remove hidden links when comparing entries.
1951         * org-list.el (org-sort-list): Remove hidden links when comparing
1952         list items.
1954         * ox-html.el (org-html-headline): Fix typo.
1955         (org-html-format-headline--wrap): Cosmetic change.
1957         * org.el (org-at-clock-log-p): Delete.
1959         * org-clock.el (org-at-clock-log-p): Move here.
1961         * ox-html.el (org-html-format-headline-function): Fix docstring.
1963         * ob-sql.el (org-babel-execute:sql): Add header row delimiter for
1964         both mysql and postgresql.
1966         * org.el (org-agenda-prepare-buffers): Don't use
1967         `with-silent-modifications' too early.
1969         * org-macs.el: Add a comment on when to use `org-unmodified' and
1970         when to use `with-silent-modifications'.
1972         * org-colview.el (org-columns-display-here)
1973         (org-columns-remove-overlays, org-columns-quit)
1974         (org-columns-edit-value, org-columns-compute-all)
1975         (org-columns-compute, org-agenda-colview-compute):
1976         * org-clock.el (org-clock-sum):
1977         * org.el (org-refresh-category-properties)
1978         (org-refresh-properties, org-entry-blocked-p)
1979         (org-agenda-prepare-buffers): Use `with-silent-modifications'
1980         instead of `org-unmodified'.
1982         * ox-publish.el (org-publish-sitemap-date-format): Small docstring
1983         enhancement.
1985         * ox-latex.el (org-latex-format-headline-default-function): New
1986         option.
1987         (org-latex-format-headline-function): Use the new option as
1988         the default value.
1989         (org-latex-toc-command): Don't add vertical space after the table
1990         of contents.
1992         * org.el (org-entry-blocked-p): Use `org-unmodified' instead of
1993         `org-with-buffer-modified-unmodified'.
1994         (org-agenda-prepare-buffers): Fix indentation.
1996         * org-macs.el (org-unmodified): Rename from
1997         `org-with-buffer-modified-unmodified'.
1998         (org-with-buffer-modified-unmodified): Delete.
2000         * ob-python.el (org-babel-python-command): Use a defcustom.
2001         (org-babel-python-mode): Use a defcustom and default to
2002         'python-mode when featured.
2004         * org-agenda.el (org-agenda-start-day): Refer to `org-read-date'
2005         in the docstring.
2007         * ox-org.el (org-org-publish-to-org): Autoload.
2009         * org-protocol.el:
2010         * org-bibtex.el: Remove remember support.
2012         * org-clock.el (org-clock-heading-for-remember): Delete.
2013         (org-clock-in): Do not set the heading for remember.
2015         * org.el (org-move-subtree-down, org-forward-element)
2016         (org-backward-element):
2018         * org-table.el (org-table-previous-field)
2019         (org-table-move-column, org-table-move-row):
2021         * org-list.el (org-move-item-down, org-move-item-up)
2022         (org-cycle-item-indentation): Use `user-error' when moving or
2023         modifying the element at point is not possible.
2025         * ox-html.el (org-html-table-header-tags)
2026         (org-html-table-data-tags, org-html-table-row-tags)
2027         (org-html-table-align-individual-fields): Use the
2028         org-export-html group.
2029         (org-html-inline-src-block, org-html-link): Fix error messages.
2030         (org-html-begin-plain-list): Fix formatting, better FIXME
2031         comment.
2033         * org.el (org-fill-paragraph): Fill using
2034         `org-mode-transpose-word-syntax-table'.
2036         * ox-org.el (org-org-publish-to-org): New defun.
2038         * ox-html.el (org-export-htmlize): Delete group.
2039         (org-html-htmlize-output-type)
2040         (org-html-htmlized-org-css-url)
2041         (org-html-htmlize-region-for-paste): Rename from
2042         org-export-htmlize-*.
2043         (org-html-htmlize-generate-css, org-html-fontify-code): Use
2044         the correct names.
2046         * org-compat.el (org-file-equal-p): New compatibility function.
2048         * ox.el (org-export-output-file-name): Use the new function.
2050         * org-clock.el (org-clock-set-current)
2051         (org-clock-delete-current): Delete.
2052         (org-clock-in, org-clock-out): Set and delete
2053         `org-clock-current-task'.  Minor code clean-up.
2055         * org-clock.el (org-clock-in, org-clock-in-last): Tell
2056         `org-current-time' to always return a past time.
2058         * org.el (org-current-time): New argument `past' to force
2059         returning a past time when rounding.
2061         * org-agenda.el (org-agenda-unmark-clocking-task): New function.
2062         (org-agenda-mark-clocking-task): Use it.
2063         (org-agenda-clock-in): Let the cursor where it is.
2064         (org-agenda-clock-out): Ditto.  Also remove the
2065         `org-agenda-clocking' overlay.
2067         * org-agenda.el (org-agenda-set-restriction-lock): Fix restriction
2068         so that it ends at the beginning of the next headline at the same
2069         level.
2071         * org.el (org-set-effort, org-property-next-allowed-value):
2072         When needed, update the current clock effort time.
2073         (org-next-link): New parameter `search-backward'.  Fix bug when at
2074         a link with no 'org-link face, e.g., in a DONE headline.  Throw a
2075         message instead of an error.
2076         (org-previous-link): Use `org-next-link'.
2078         * org-agenda.el (org-agenda-format-item): Only set the breadcrumbs
2079         when `org-prefix-has-breadcrumbs' is non-nil.
2081         * org.el (org-mode): Don't make characters from
2082         `org-emphasis-alist' word constituents.
2083         (org-mode-transpose-word-syntax-table): Rename from
2084         `org-syntax-table'.
2085         (org-transpose-words): Use
2086         `org-mode-transpose-word-syntax-table'.
2088         * ox.el (org-export--dispatch-ui)
2089         (org-export--dispatch-action): Use integers for control chars.
2091         * org-agenda.el (org-agenda-set-restriction-lock): Put the
2092         overlay until the end of the subtree, not the end of the
2093         headline.
2095         * org.el (org-entry-delete, org-delete-property): New optional
2096         arg delete-empty-drawer, a string, to delete any empty drawer
2097         with that name.
2098         (org-toggle-ordered-property): Delete the drawer "PROPERTIES"
2099         if empty.
2101         * org-src.el (org-src-mode-map, org-edit-src-code)
2102         (org-edit-fixed-width-region, org-edit-src-save): Use C-c C-k
2103         for `org-edit-src-abort'.
2105         * org.el (org-mode): Use org-unmodified during startup
2106         initialization for functions that may be inhibited.
2108         * org-table.el (org-table-align): Only set the window start
2109         when table alignment is performed in the selected window.
2111         * org-src.el (org-edit-src-auto-save-idle-delay): New option.
2112         (org-src-ask-before-returning-to-edit-buffer): Make a defcustom.
2113         (org-edit-src-code-timer): New timer variable.
2114         (org-edit-src-code): Run the timer.
2115         (org-edit-fixed-width-region): Enhance message.
2116         (org-edit-src-exit): Cancel the timer.
2117         (org-edit-src-save): Prevent saving when editing fixed-width
2118         buffer, exiting will save already.
2119         (org-edit-src-exit): Inconditionally kill the src/example
2120         editing buffer.
2122         * org-pcomplete.el (pcomplete/org-mode/file-option): Require
2123         'org-element.  This fixes a bug about unbound variable
2124         `org-element-affiliated-keywords' when trying to complete a
2125         keyword before 'org-element was required.
2127         * org-list.el (org-list-bullet-string): Replace match when there
2128         is a match, otherwise just return the bullet.
2130         * org-src.el (org-src-mode-map): New binding C-c k to abort
2131         editing.
2132         (org-edit-src-code): Mention the keybinding to abort editing
2133         and go back to the correct position.
2134         (org-edit-src-abort): New command to abort editing.
2136         * ox-html.el (org-html--build-meta-info): Add a newline before
2137         the title meta information.
2139         * org.el (org-return-follows-link): Mention that this does not
2140         affect the behavior of RET in tables.
2142         * ox-html.el (org-html--build-mathjax-config): Only include
2143         MathJax configuration if the resulting HTML contains LaTeX
2144         fragments.
2146         * org.el (org-syntax-table, org-transpose-words): Delete.
2147         (org-mode): Syntactically Define {} and <> as parentheses.
2148         (org-drag-line-forward, org-drag-line-backward): New
2149         functions.
2150         (org-shiftmetaup, org-shiftmetadown): Fall back on the new
2151         functions instead of throwing an error.
2152         (org-make-org-heading-search-string): Don't use statistic or [x/y]
2153         cookies when creating a link.
2155         * ox-html.el (org-html-table): Append #+attr_html attributes.
2157         * org.el (org-emphasis-alist, org-protecting-blocks):
2158         * org-src.el (org-edit-src-find-region-and-lang):
2159         * org-list.el (org-list-forbidden-blocks):
2160         * org-footnote.el (org-footnote-forbidden-blocks): Remove
2161         references to the deleted DocBook exporter.
2163         * org.el (org-end-of-line): Don't throw an error outside elements.
2165         * ox-html.el (org-html-link): Don't throw an error if the value
2166         of the :ID: property has not been generated by uuidgen.
2168         * org-pcomplete.el (pcomplete/org-mode/file-option/x):
2169         Resurrect.  Use `org-default-options' to initialize completion
2170         fonctions for the most important keywords.
2172         * org-macs.el (org-default-options): Rename and adapt from
2173         `org-get-current-options'.
2175         * org.el (org-options-keywords): Add keywords.
2177         * ox-odt.el (org-odt-convert-read-params): Fix typo in prompt.
2179         * ox-latex.el (org-latex-horizontal-rule): Fix typo in docstring.
2181         * ox-html.el (org-html-display-buffer-mode): New option.
2182         (org-html-export-as-html): Use it.
2184         * ob-core.el (org-babel-insert-result): Fix bug when inserting
2185         an empty string as the result.
2187         * org.el (org-timestamp-change): New optional parameter
2188         `suppress-tmp-delay' to suppress temporary delay like "--2d".
2189         (org-auto-repeat-maybe): Suppress temporary delays.
2191         * org-agenda.el (org-agenda-get-scheduled): When the delay is
2192         of the form "--2d" and there is a repeater, ignore the delay
2193         for further repeated occurrences.
2195         * org-agenda.el (org-agenda-get-deadlines)
2196         (org-agenda-get-scheduled): Minor refactoring.
2198         * org.el (org-time-string-to-absolute): Tiny docstring enhancement.
2199         (org-edit-special): Don't allow to edit when buffer is read only.
2201         * ox-html.el (org-html-format-latex): Don't set `cache-relpath'
2202         and `cache-dir' when `processing-type' is 'mathjax.
2203         (org-html-format-latex): Fix conversion in non-file buffers.
2205         * org.el (org-speed-commands-default): Bind `B' and `F' to
2206         `org-previous-block' and `org-next-block'.
2207         (org-read-date-minibuffer-local-map): Use "!" instead of "?" to
2208         see today's diary as "?" is already bounded by Calendar.
2209         (org-read-date-minibuffer-local-map): Use "." to go to today's
2210         date.
2212         * ob-core.el (org-babel-next-src-block)
2213         (org-babel-previous-src-block): Rewrite using
2214         `org-next-block'.
2216         * org.el (org-next-block, org-previous-block): New navigation
2217         commands.
2218         (org-mode-map): Bind the new commands to C-c C-F and C-c C-B
2219         respectively.
2221         * org-agenda.el (org-agenda-write): Don't copy headlines' subtrees
2222         when writing to an .org file.
2224         * org.el (org-copy-subtree): New parameter `nosubtrees'.
2226         * org-agenda.el (org-agenda-write): Allow writing to an .org file.
2228         * org.el (org-paste-subtree): Fix typo in docstring.
2230         * org-agenda.el (org-agenda-get-todos)
2231         (org-agenda-get-timestamps): Use nil as `ts-date' for diary
2232         sexpressions.
2233         (org-agenda-get-todos): Skip diary sexps when trying to sort by
2234         timestamp.
2235         (org-agenda-max-entries, org-agenda-max-todos)
2236         (org-agenda-max-tags, org-agenda-max-effort): New options.
2237         (org-timeline, org-agenda-list, org-search-view)
2238         (org-todo-list, org-tags-view): Tell `org-agenda-finalize-entries'
2239         what agenda type we are currently finalizing for.
2240         (org-agenda-finalize-entries): Limit the number of entries
2241         depending on the new options.
2242         (org-agenda-limit-entries): New function.
2244         * org.el (org-deadline): Allow a double universal prefix argument
2245         to insert/update a warning cookie.
2246         (org-deadline): Allow a double universal prefix argument to
2247         insert/update a delay cookie.
2249         * org-agenda.el (org-agenda-skip-scheduled-delay-if-deadline):
2250         New option.  The structure of the possible values is copied
2251         from `org-agenda-skip-deadline-prewarning-if-scheduled'.
2252         (org-agenda-get-scheduled): Honor the two new option,
2253         `org-scheduled-delay-days' and
2254         `org-agenda-skip-deadline-prewarning-if-scheduled'.  I.e. if a
2255         scheduled entry has a delay cookie like "-2d" (similar to the
2256         prewarning cookie for deadline), don't show the entry until
2257         needed.
2259         * org.el (org-deadline-warning-days): Small docstring fix.
2260         (org-scheduled-delay-days): New option (see
2261         `org-deadline-warning-days'.)
2262         (org-get-wdays): Use the new option.
2264         * org-agenda.el (org-agenda-sorting-strategy): Document the
2265         new sorting strategies.
2266         (org-agenda-get-todos, org-agenda-get-timestamps)
2267         (org-agenda-get-deadlines, org-agenda-get-scheduled): Add a
2268         `ts-date' text property with scheduled, deadline or timetamp
2269         date.
2270         (org-cmp-ts): New function to compare timestamps.
2271         (org-em): Add a docstring.
2272         (org-entries-lessp): Use `org-cmp-ts' to compare timestamps.
2273         Implement the following sorting strategies: timestamp-up/down,
2274         scheduled-up/down, deadline-up/down, ts-up/down (for active
2275         timestamps) and tsia-up/down (for inactive timestamps.)
2277         * ob-lilypond.el (ly-process-basic): Bugfix, don't use `pcase'.
2279         * org.el (org-contextualize-validate-key): Check against two new
2280         context predicates [not-]in-buffer.
2282         * org-agenda.el (org-agenda-custom-commands-contexts):
2283         Document the new [not-]in-buffer context predicates.
2285         * ob-core.el (org-ts-regexp): Remove duplicate defconst'ing.
2286         (org-babel-result-regexp): Don't use `org-ts-regexp', use a regexp
2287         string directly.
2289         * ob-lilypond.el (ly-process-basic): Don't use `ly-gen-png' and
2290         friends, rely on the extension of the output file.
2292         * org-archive.el (org-archive-file-header-format): New option.
2293         (org-archive-subtree): Use it.
2295         * ob-lilypond.el (ly-process-basic): Rely on ly-gen-png/pdf/eps to
2296         set the output type.
2298         * org.el (org-read-date-minibuffer-local-map): New variable.
2299         (org-read-date): Use it.
2300         (org-read-date-minibuffer-setup-hook): Mark as obsolete.
2301         (org-read-date): Bind `!' to `diary-view-entries' in order to
2302         check diary entries while setting an Org date.
2304         * org-agenda.el (org-diary): Only keep the descriptions of the
2305         links since Org links are not active in the diary buffer.
2307         * org-faces.el (org-priority): New face.
2309         * org.el (org-font-lock-add-priority-faces): Use the new face.
2311         * org-agenda.el (org-agenda-fontify-priorities): Use the
2312         org-priority face and add specific agenda face on top of it.
2314         * org-agenda.el (org-agenda-show-clocking-issues)
2315         (org-agenda-format-item): Let-bind
2316         `org-time-clocksum-use-effort-durations' to nil.
2318         * org.el (org-ctrl-c-ctrl-c): Only throw a message when using two
2319         universal prefix arguments on a list where all items are already
2320         in a transitory state.  Refine the error when the checkbox cannot
2321         be toggled.
2323         * org.el ("org-loaddefs.el"): Load org-loaddefs.el before
2324         requiring any org library.  Also use `load', not
2325         `org-load-noerror-mustsuffix'.
2326         (org-effort-durations): Move up to fix a compiler warning.
2327         (org-edit-special): Fix typo in docstring.
2328         (org-time-clocksum-format): Add a version tag and add to the
2329         'org-clock group.
2330         (org-time-clocksum-use-fractional): Ditto.
2331         (org-time-clocksum-use-effort-durations): New option to allow
2332         using `org-effort-durations' when computing clocksum durations.
2333         (org-minutes-to-clocksum-string): Use the new option.
2335         * org-clock.el (org-clocktable-write-default): Let-bind
2336         `org-time-clocksum-use-effort-durations' to a new clocktable
2337         parameter ":effort-durations".
2339         * org-entities.el (org-entities): "neg" should be used in LaTeX
2340         math mode.  Add the "neg" entity.
2342         * org-mobile.el (org-mobile-allpriorities): New option.
2343         (org-mobile-create-index-file): Use the new option.
2345         * org-latex.el (org-export-latex-inline-images): New option.
2347         * org.el (org-forward-heading-same-level): Before the first
2348         headline, go to the first headline.
2349         (org-backward-heading-same-level): Before the first headline,
2350         go to the beginning of the buffer, like
2351         `outline-previous-visible-heading' does.
2353         * org-exp.el (org-export-plist-vars): Don't use
2354         `org-export-html-inline-images' to set the :inline-images
2355         property, use distinct properties for the various backends.
2357         * org-publish.el (org-publish-project-alist): Ditto.
2359         * org-latex.el (org-export-latex-links): Use :latex-inline-images
2360         instead of :inline-images.
2362         * org-odt.el (org-compat): Require.
2364         * org.el (org-parse-time-string): Allow strings supported by
2365         tags/properties matcher (eg <now>, <yesterday>, <-7d>).
2367         * org-clock.el (org-clock-rounding-minutes): New option to round
2368         the time by N minutes in the past when clocking in or out.
2369         (org-clock-in, org-clock-in-last, org-clock-out): Use the new
2370         option.
2372         * org.el (org-current-time): New optional parameter
2373         `rounding-minutes' to override the use of
2374         `org-time-stamp-rounding-minutes' for rounding.
2376         * org-clock.el (org-clock-special-range): Small docstring fix.
2377         New parameter 'weekstart to define the week start day.
2378         (org-clock-special-range, org-dblock-write:clocktable)
2379         (org-dblock-write:clocktable, org-clocktable-write-default)
2380         (org-clocktable-steps, org-clock-get-table-data): Use the new
2381         parameter.
2382         (org-clocktable-defaults): Set monday as the starting day of the
2383         week by setting :wstart to 1.
2385         * org.el (org-store-link): Fix the naming of internal links to
2386         lines starting with a keyword.
2388         * org-agenda.el (org-agenda-Quit, org-agenda-quit)
2389         (org-agenda-exit, org-agenda-kill-all-agenda-buffers):
2390         Docstring fixes.
2392         * org.el (org-last-set-property-value): New variable.
2393         (org-read-property-name): Fix dangling parentheses.
2394         (org-set-property-and-value): New command to manually set
2395         both the property and the value.  A prefix arg will use the
2396         last property-value pair set without prompting the user.
2397         (org-set-property): Set `org-last-set-property-value'.
2398         (org-mode-map): Bind the new command to `C-c C-x P'.
2399         (org-find-invisible-foreground): Delete.
2400         (org-mode): Use `face-background' instead of
2401         `org-find-invisible-foreground'.
2402         (org-startup-options): New startup keywords.
2403         (org-log-into-drawer): Update docstring to explain how to set this
2404         variable through the startup keyword "logdrawer" and "nologdrawer".
2405         (org-log-states-order-reversed): Document the new startup keywords
2406         "logstatesreversed" and "nologstatesreversed".
2407         (org-mode-map): Use `org-remap' instead of binding `M-t' to
2408         `org-transpose-words' directly.
2409         (org-syntax-table): New variable.
2410         (org-transpose-words): New command, simply wrapping the new
2411         syntax table around `transpose-words'.
2412         (org-mode-map): Bind `org-transpose-words' to `M-t'.
2413         (org-store-link): Use keyword at point as the search string.  Use
2414         `delq nil' instead of `delete nil'.
2415         (org-make-org-heading-search-string): Rewrite using
2416         org-element.el.  Not an interactive function anymore.
2418         * org-pcomplete.el (pcomplete/org-mode/drawer): Ditto.
2420         * org-mobile.el (org-mobile-files-alist): Ditto.
2422         * org.el (org-store-link): When creating a link to a heading with
2423         a bracket link, don't escape this link with curly braces as the
2424         escaped link is not active anyway; use the description instead.
2425         If the headline only consists of a bracket link, add a star to the
2426         description so that the user knows this is an internal link.
2428         * org-w3m.el (org-w3m-store-link): New function.
2430         * org.el (org-store-link): Update the error message when no method
2431         is available for storing a link.  Use `user-error' for this.
2432         Remove handling w3m links from this function.
2433         (org-insert-heading, org-insert-todo-heading): A double prefix arg
2434         force the insertion of the subtree at the end of the parent
2435         subtree.
2436         (org-store-link): A double prefix argument now skips module
2437         store-link functions to only use Org's core functions.  Also, when
2438         several modular store-link functions match, ask for which one to
2439         use.
2440         (org-cycle, org-cycle-internal-global)
2441         (org-cycle-internal-local, org-display-outline-path): Let-bind
2442         `message-log-max' to nil so that messages don't populate the
2443         *Messages* buffer.
2445         * org-table.el (org-table-eval-formula): Handle localized
2446         time-stamps by internally converting them to english during
2447         formulas evaluation.
2449         * org.el (org-clock-timestamps-up): Fix declarations.
2451         * ob-core.el (org-split-string): Declare function.
2453         * org-html.el (org-html-export-list-line): Add CSS classes to
2454         these list HTML tags: <ul> <dl> and <ol>.
2456         * org-clock.el (org-clock-timestamps-up)
2457         (org-clock-timestamps-down, org-clock-timestamps-change): Add
2458         an optional argument N to change timestamps by several units.
2460         * org.el (org-shiftcontrolup, org-shiftcontroldown): Ditto.
2462         * org-exp.el (org-export-copy-to-kill-ring): Add a new choice
2463         'if-interactive and use it as the default.
2464         (org-export-push-to-kill-ring): Use the new choice.
2466         * org.el (org-block-entry-blocking): New variable.
2467         (org-todo): Use it.  Also use `user-error' when a TODO state
2468         change is blocked.
2469         (org-block-todo-from-children-or-siblings-or-parent): Display
2470         `org-block-entry-blocking' in the user-error message.
2472         * org.el (org-get-cursor-date): New optional argument WITH-TIME to
2473         add the time of the day.
2475         * org-capture.el (org-capture): When capturing from the agenda and
2476         with a non-nil value for `org-capture-use-agenda-date', a `C-1'
2477         prefix will set the capture time to the HH:MM of the current line
2478         or the current HH:MM.
2480         * org-agenda.el (org-agenda-capture): New optional argument
2481         WITH-TIME: when set to 1, the capture time will be set to the
2482         HH:MM time of the current line, or the current HH:MM time.
2484         * org.el (org-latex-preview-ltxpng-directory): Fix docstring
2485         formatting.
2486         (org-deadline-close): Use `org-time-stamp-to-now'.
2487         (org-time-stamp-to-now): Use `org-float-time' instead of the
2488         obsolete `time-to-seconds' function.
2489         (org-format-outline-path): Fix bug: add the separator string after
2490         the prefix.
2491         (org-display-inline-images): Search for #+ATTR within the current
2492         paragraph.
2493         (org-days-to-time): Make obsolete.
2494         (org-time-stamp-to-now): Rename from `org-days-to-time'.
2495         Allow to compare time-stamps based on seconds.
2497         * org-agenda.el (org-agenda-todo-ignore-time-comparison-use-seconds):
2498         New option to compare time stamps using seconds, not days.
2499         (org-agenda-todo-custom-ignore-p)
2500         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
2501         Use the new function's name and the new option.
2503         * org-clock.el (org-clock-sound): Enhance docstring.
2504         (org-notify): Use the parameter `play-sound' as argument for
2505         `org-clock-play-sound'.
2506         (org-clock-play-sound): New optional argument `clock-sound' to
2507         override `org-clock-sound'.
2509         * org-agenda.el (org-agenda-format-item): Fix initialization
2510         of the level text property.
2512         * org.el (org-format-outline-path): Small docstring
2513         enhancement.
2514         (org-display-outline-path): Fix order or arguments.
2516         * org.el (org-activate-plain-links)
2517         (org-activate-bracket-links): Add a new 'htmlize-link text
2518         property, so that htmlize (> version 1.42) can linkify the
2519         links.
2520         (org-display-outline-path): Allow a string value for the
2521         `as-string' parameter.  Such a value will replace the "/"
2522         separator in the output.  New argument `as-string'.
2523         (org-refile-keep): New variable.
2524         (org-copy): New command to copy notes.
2525         (org-refile): New parameter msg to override the "Refile" string in
2526         the default prompt.
2527         (org-mode-map): Bind "C-c M-w" to `org-copy'.
2528         (org-refile-get-location): Use the current file name as the
2529         default target when there is no refile history.
2530         (org-cycle-hide-inline-tasks): New function to hide inline tasks
2531         when cycling.
2532         (org-cycle-hook): Use the new function.
2533         (org-entry-put): Fix bug when updating the last clock.
2534         (org-use-last-clock-out-time-as-effective-time): New option.
2535         (org-current-effective-time): Use the new option.
2537         * org-clock.el (org-clock-get-last-clock-out-time): New
2538         function.
2540         * org.el (org-toggle-inline-images): Only send a message when
2541         called interactively.
2542         (org-scan-tags): Fix the declaration and the use of
2543         `org-agenda-format-item'.
2545         * org-agenda.el (org-agenda-add-time-grid-maybe): Use the
2546         correct number of parameters for `org-agenda-format-item'.
2547         Add a docstring.
2549         * org.el (org-outline-level): Go at the beginning of the
2550         headline first to always return a sensible result.
2552         * org-agenda.el (org-search-view, org-agenda-get-todos)
2553         (org-agenda-get-timestamps, org-agenda-get-sexps)
2554         (org-agenda-get-progress, org-agenda-get-deadlines)
2555         (org-agenda-get-scheduled, org-agenda-get-blocks): Return the
2556         correct level depending on `org-odd-levels-only'.
2557         (org-agenda-prefix-format): A new specifier `%l' allows to insert
2558         X spaces when the item is of level X.
2559         (org-search-view, org-get-entries-from-diary)
2560         (org-agenda-get-todos, org-agenda-get-timestamps)
2561         (org-agenda-get-sexps, org-agenda-get-progress)
2562         (org-agenda-get-deadlines, org-agenda-get-scheduled)
2563         (org-agenda-get-blocks, org-agenda-change-all-lines): Add a
2564         new text property 'level, a string with as many whitespaces as
2565         the level of the item.
2566         (org-agenda-format-item, org-compile-prefix-format): Handle
2567         the new `%l' specifier.
2569         * org-colview.el (org-columns-next-allowed-value): Add the
2570         CLOCKSUM property to the list of properties that can be
2571         changed interactively from the column view.
2573         * org.el (org-entry-put): Allow to set the CLOCKSUM property
2574         by updating the most recent clock.  This is useful in the
2575         column view when you want to use S-<left/right> to update the
2576         last clock of the entry at point.
2577         (org-image-actual-width): New choice: use #+ATTR* or fall back on
2578         a number.
2579         (org-display-inline-images): Implement the new choice.
2580         (org-image-actual-width): Rename from `org-image-fixed-width'.
2581         Update the docstring.  Give more choice.
2582         (org-display-inline-images): Use the option new choices.
2583         (org-image-fixed-width): New option to set a fixed width for
2584         inline images.
2585         (org-display-inline-images): Use the new option.
2587         * org-agenda.el (org-class): Allow to use holiday strings for
2588         the `skip-weeks' arguments.
2590         * org.el (org-mode): Set the syntax of the " character to "string
2591         quote".
2593         * org-agenda.el (org-agenda-append-agenda): Bugfix: correctly
2594         check whether we are in `org-agenda-mode'.
2595         (org-agenda): Set `org-agenda-buffer-name' correctly with sticky
2596         agendas and non-custom commands.
2598 2013-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
2600         * org-src.el (org-edit-src-exit): Let overlay survive after the
2601         buffer has been saved.
2603         * ox-texinfo.el (org-texinfo-export-to-texinfo): Use new style
2604         backquoting.
2605         (org-texinfo-export-to-info): Use new style backquoting.
2607         * ob-latex.el (org-babel-execute:latex): Call `file-name-sans-extension'
2608         instead of `file-base-name'.
2610         * org.el (org-insert-heading): Improve whitespace behavior at
2611         end of subtree.
2612         (org-latex-default-packages-alist): Add the `rotating' package to
2613         the list of default packages.  Improve docstring.
2614         (org-insert-property-drawer): Insert only after space in current
2615         line.
2616         (org-forward-paragraph, org-backward-paragraph): Do not deactivate
2617         the mark.
2618         (org-special-ctrl-o): New option.
2619         (org-open-line): Don't do anything special unless `org-special-ctrl-o'
2620         is non-nil.
2622         * org-agenda.el (org-agenda-custom-commands-local-options):
2623         (org-agenda-span, org-agenda-ndays-to-span)
2624         (org-agenda-span-to-ndays, org-agenda-list, org-agenda-later)
2625         (org-agenda-change-time-span, org-agenda-compute-starting-span): Add
2626         support for fortnight view.
2627         (org-agenda-menu): Add fortnight view command.
2628         (org-agenda-fortnight-view): New command.
2630         * org-timer.el (org-clock-sound): Silence compiler.
2632         * org.el (org-beginning-of-line, org-end-of-line): Bind
2633         deactivate-mark to avoid that this command deactivates it.
2634         (org-make-tags-matcher): Do not interpret / in property value as
2635         starter of TODO match.
2636         (org-overview): Preserve point.
2637         (org-read-date-minibuffer-local-map): Don't replace disputed keys
2638         when defining this keymap.
2639         (org-read-date): Remove unnecessary binding of
2640         `org-replace-disputed-keys'.
2641         (org-insert-heading): Allow to remove blank lines if the user does
2642         not want any.
2643         (org-unlogged-message): Fix typo in dostring.
2645         * ob-ruby.el: New customizations `org-babel-ruby-hline-to' and
2646         `org-babel-ruby-nil-to'
2647         (org-babel-ruby-var-to-ruby): Convert incoming 'hlines.
2648         (org-babel-ruby-table-or-string): Convert outgoing nils.
2650         * org.el (org-file-apps-defaults-gnu): Use `xdg-open' to open
2651         files where available.
2653         * org-table.el (orgtbl-radio-table-templates): Improve docstring.
2655         * org.el (org-unlogged-message): New function.
2656         (org-cycle, org-cycle-internal-global, org-cycle-internal-local)
2657         (org-global-cycle, org-display-outline-path): Use
2658         `org-unlogged-message'.
2660         * org-pcomplete.el (org-make-org-heading-search-string): Fix
2661         function declaration.
2662         (pcomplete/org-mode/searchhead): Remove incorrect second arguments
2663         to `org-make-org-heading-search-string'.
2665         * org.el (org-read-date): Turn off replacing disputed keys when
2666         defining the minibuffer keys during date selection.
2667         (org-insert-heading): Improve the empty line insertion behavior.
2668         Basically, never remove empty lines, only add them.
2670         * org-attach.el (org-attach-commit): Use vc-git to find the git
2671         repository.
2673         * org-compat.el (org-move-to-column): Turn off invisibility stuff
2674         for moving the cursor to a column.
2676         * org.el (org-modules): Update with the new module org-mac-link.
2677         (org-display-outline-path): Do not log outline path in Message
2678         buffer.
2679         (org-agenda-ignore-drawer-properties): New option.
2680         (org-agenda-prepare-buffers): Honour
2681         `org-agenda-ignore-drawer-properties'.
2683         * org-clock.el (org-clock-goto): Recenter to thrd line
2685         * org-table.el (orgtbl-send-replace-tbl): Allow multiple spaces
2686         between keywords in RECEIVE ORGTBL lines.
2688         * org.el (org-bookmark-names-plist): New user option.
2689         (org-set-regexps-and-options-for-tags): Use `org-bookmark-names-plist'.
2690         (org-refile): Use `org-bookmark-names-plist'.
2692         * org-capture.el (org-capture-bookmark-last-stored-position): Use
2693         `org-bookmark-names-plist'.
2695         * org.el (org-insert-heading): Rewritten from scratch.
2696         (org-N-empty-lines-before-current): New function
2697         (org-insert-heading-respect-content): Set the correct argument to
2698         force a heading even in lists.
2700         * org-colview.el (org-columns-display-here): Enforce fixed width
2701         font.
2703         * org-faces.el (org-column): Setting font width has been shifted
2704         to org-colview.el.
2706         * org.el (org-mode-flyspell-verify): Check for src block.
2708         * org-table.el (org-table-convert-region): Fix interactive
2709         statement.
2711         * org-ctags.el (org-ctags-path-to-ctags): Avoid usine `case'.
2713         * org.el (org-beginning-of-line,org-end-of-line): Set
2714         disable-point-adjustment when the command ends next to invisible
2715         text.
2717         * ob-lob.el (org-babel-lob-files): Fix custom type.
2719         * org-agenda.el (org-agenda-export-html-style, org-agenda-ndays)
2720         (org-agenda-inactive-leader, org-agenda-day-face-function)
2721         (org-agenda-auto-exclude-function): Fix custom type.
2723         * org-bibtex.el (org-bibtex-prefix): Fix custom type.
2725         * org-clock.el (org-clock-heading-function):
2726         (org-show-notification-handler): Fix custom type.
2728         * org-footnote.el (org-footnote-auto-adjust): Fix custom type.
2730         * org-protocol.el (org-protocol-default-template-key): Fix custom
2731         type.
2733         * org.el (org-make-link-description-function):
2734         (org-link-translation-function):
2735         (org-link-frame-setup):
2736         (org-refile-target-verify-function):
2737         (org-get-priority-function):
2738         (org-use-fast-tag-selection):
2739         (org-columns-modify-value-for-display-function):
2740         (org-sparse-tree-default-date-type):
2741         * ox-html.el (org-html-postamble):
2742         (org-html-postamble-format):
2743         (org-html-preamble-format):
2744         * ox-odt.el (org-odt-content-template-file):
2745         * ox.el (org-export-with-archived-trees):
2746         (org-export-initial-scope): Fix custom type.
2748         * org.el (org-insert-heading): Fix problem with inserting heading.
2749         Check for checkbox at the beginning of the item, not just at the
2750         beginning of the line.
2751         (org-small-year-to-year): Fix docstring typo.
2752         (org-show-siblings): By default, also show siblings from a
2753         bookmark jump.
2755         * org-agenda.el (org-agenda-set-restriction-lock): Highlight only
2756         the headline when agenda is restricted to a subtree.  Do not
2757         highlight the entire subtree.
2759         * org-table.el (org-table-eval-formula): Work-around for calc-eval
2760         regression.
2762         * ox.el (org-export-dispatch): Make sure the last position marker
2763         uses the base buffer if there is one.
2764         (org-export-dispatch-last-position): New variable.
2765         (org-export-dispatch): Save position of cursor at the moment when
2766         the export command is called.  Restore that position temporarily
2767         when repeating the previous export command.
2769         * org.el (org-insert-heading): Shrink whitespace at end of subtree
2770         when `org-insert-heading-respect-content' is on.
2772         * org-list.el (org-sort-list): Respect sorting-type and
2773         getkey-func when they are specified in the call.
2775         * org.el (org-sort-entries): Respect sorting-type and getkey-func
2776         when they are specified in the call.
2777         (org-format-outline-path): New argument SEPARATOR to specify a
2778         string that is inserted between parts of the outline path.
2779         (org-display-outline-path): New argument SEPARATOR, to specify a
2780         string that is inserted between parts of the outline path.
2782         * org-colview.el (org-dblock-write:columnview): Change the capture
2783         of pos to after inserting the original content
2785 2013-11-12  Christian Moe  <mail@christianmoe.com>
2787         * ox-odt.el (org-odt-line-break, org-odt-plain-text): Remove
2788         newline after line-break tag.
2790 2013-11-12  Christophe Junke  <christophe.junke@inria.fr>  (tiny change)
2792         * org.el (org-set-font-lock-defaults): Let footnote fontifications
2793         be done before other links' fontification.  This allows links
2794         appearing inside footnotes to be both visible and active.
2796 2013-11-12  Christopher Schmidt  <christopher@ch.ristopher.com>
2798         * org.el (orgstruct-setup): Major rewrite.
2799         (orgstruct++-mode): Overwrite local non-org vars again.
2800         (orgstruct-mode): Simplify implementation.  Emulate outline's
2801         buffer-invisiblity-spec.
2802         (orgstruct-heading-prefix-regexp): Change default value to nil.
2803         (orgstruct-error): Use `user-error' if available.
2804         {pro,de}motion commands if `orgstruct-heading-prefix-regexp' is
2805         non-nil.  Always use `org-outline-level'.  Bind org-shift*.
2806         (orgstruct-make-binding): Major rewrite.
2807         (org-cycle-global-status, org-cycle-subtree-status): Set state
2808         property.
2809         (org-heading-components): Use `org-heading-regexp' in
2810         orgstruct-mode.
2811         (orgstruct-heading-prefix-regexp, orgstruct-setup-hook): New
2812         options.
2813         (orgstruct-initialized): New variable.
2814         (org-get-local-variables): Honour state property.
2815         (org-run-like-in-org-mode): Use `let' instead of `progv'.  Do not
2816         override variables with non-default values.
2817         (org-forward-heading-same-level): Do not skip to headlines on
2818         another level.  Handle negative prefix argument correctly.
2819         (org-backward-heading-same-level): Use
2820         `org-forward-heading-same-level'.
2822 2013-11-12  Craig Tanis  <craig-tanis@utc.edu>  (tiny change)
2824         * ox-latex (org-latex-src-block): Change format string to position
2825         caption after figure content.
2827 2013-11-12  Eric Abrahamsen  <eric@ericabrahamsen.net>
2829         * org.el (org-ctrl-c-ctrl-c): `C-c C-c' on a link is usually a
2830         no-op.  If that link is in a headline, act as if the `C-c C-c' was
2831         called on the headline, not the link.
2833         * ox-html.el (org-html-doctype-alist): New variable holding an
2834         alist of (X)HTML doctypes
2835         (org-html-xhtml-p, org-html-html5-p, org-html-close-tag): New
2836         function.
2837         (org-html-html5-fancy): New export option, determining whether or
2838         not to use HTML5-specific elements.
2839         (org-html-html5-elements): New variable, new HTML5 elements.
2840         (org-html-special-block): Export special blocks to new HTML5
2841         elements.
2842         (org-html-format-inline-image): Use <figure> and <figcaption> for
2843         standalone images.
2844         (org-html-format-inline-image, org-html--build-meta-info)
2845         (org-html--build-head, org-html--build-pre/postable)
2846         (org-html-template, org-html-horizontal-rule)
2847         (org-html-format-list-item, org-html-line-break, org-html-table)
2848         (org-html-verse-block): Changes to allow flavored export.
2850         * ox-latex.el (org-latex--org-table, org-latex-table-row): Allow
2851         use of the "tabu" and "longtabu" table environments.  New table
2852         attribute :spread handles the width specification syntax of "tabu"
2853         and "longtabu" table environments.
2855 2013-11-12  Eric Schulte  <eric.schulte@gmx.com>
2857         * org-bibtex.el (org-bibtex-read-buffer): Reads all bibtex entries
2858         in a buffer.
2859         (org-bibtex-read-file): Read all bibtex entries in a file.
2860         (org-bibtex-import-from-file): Import all bibtex entries from a
2861         file into the current buffer.
2863         * ob-tangle.el (org-babel-load-file): When called with a prefix
2864         argument the tangled emacs-lisp file will be byte compiled.
2866         * ob-tangle.el (org-babel-tangle): Tangled files should not be
2867         writable.
2869         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Better about
2870         when to fully escape the results or just print them close to
2871         verbatim.
2873         * ob.el (org-babel-result-cond): This function should now be used
2874         by all language backends to handle the processing of raw code
2875         block output into scalar results, table results, or ignored
2876         results depending on the value of result-params.
2878         * ob-C.el (org-babel-C-execute): Use org-babel-result-cond.
2880         * ob-R.el (org-babel-R-evaluate-external-process)
2881         (org-babel-R-evaluate-session):
2882         * ob-awk.el (org-babel-execute:awk):
2883         * ob-clojure.el (org-babel-execute:clojure):
2884         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp):
2885         * ob-fortran.el (org-babel-execute:fortran):
2886         * ob-io.el (org-babel-io-evaluate):
2887         * ob-java.el (org-babel-execute:java):
2888         * ob-lisp.el (org-babel-execute:lisp):
2889         * ob-maxima.el (org-babel-execute:maxima):
2890         * ob-picolisp.el (org-babel-execute:picolisp):
2891         * ob-python.el (org-babel-python-evaluate-external-process):
2892         (org-babel-python-evaluate-session):
2893         * ob-scala.el (org-babel-scala-evaluate):
2894         * ob-sh.el (org-babel-sh-evaluate):
2895         * ob-shen.el (org-babel-execute:shen):
2896         * ob-sql.el (org-babel-execute:sql):
2897         * ob-sqlite.el (org-babel-execute:sqlite): Use
2898         `org-babel-result-cond'.
2900         * ob.el (org-babel-common-header-args-w-values): Add a new "none"
2901         header argument.
2902         (org-babel-execute-src-block): Don't do *any* result processing if
2903         the "none" header argument has been specified.
2904         (org-babel-sha1-hash): Remove the none header argument from header
2905         arg lists when calculating cache sums.
2906         (org-babel-insert-result): Flesh out some documentation.
2908         * ob.el (org-babel-insert-result): Don't escape results in
2909         drawers.
2911         * ob-python.el (org-babel-python-hline-to): Customize hline
2912         conversion to python.
2913         (org-babel-python-None-to): Customize none conversion from python.
2914         (org-babel-python-var-to-python): Use new variable.
2915         (org-babel-python-table-or-string): Use new variable.
2917         * org.el (org-babel-load-languages): Add ob-makefile to
2918         `org-babel-load-languages'.
2920         * ob-makefile.el: New file.
2922         * ob-sh.el (org-babel-sh-evaluate): Don't could 0-length shebangs.
2924         * org.el (org-format-latex): Simplify and now make use of the new
2925         `org-create-formula-image' function.
2926         (org-create-formula-image): Provides a simpler interface to the
2927         two backend-specific functions.
2929         * ob-core.el (org-babel-default-header-args): It is likely that
2930         someone meant to set :padlines to "yes", but accidentally set
2931         :padnewlines to "yes".  Either way lets just remove this which
2932         shouldn't have any functional effect.
2934         * ob-haskell.el (org-babel-default-header-args:haskell): Set
2935         :padlines to "no" by default.
2937         * ob-exp.el (org-babel-exp-non-block-elements): Ignore inline
2938         source block on #+ prefixed lines.
2940         * ob-core.el (org-babel-merge-params): Replace `remove-if' with
2941         `org-remove-if'.  More careful to check that the colname- and
2942         rowname-names header arguments exist during merge.  When merging
2943         parameters, if a variable is replaced with a new value, then
2944         delete colnames/rownames for the original value of that variable.
2946         * ob-ditaa.el (org-babel-ditaa-java-cmd): Make java executable
2947         configurable for ditaa blocks.
2949         * ob-sh.el (org-babel-sh-var-to-string): Fix bug in ob-sh when
2950         dealing with list variables.
2952         * ob-core.el (org-babel-demarcate-block): Include
2953         `org-src-lang-modes' in block demarcation options.
2955         * ob-C.el: Don't modify `org-babel-load-languages' from ob-*
2956         files.
2958         * ob-latex.el (org-babel-latex-htlatex): Set this variable to
2959         "htlatex" (or path to said) to enable svg generation from latex
2960         code blocks.
2961         (org-babel-latex-htlatex-packages): Libraries required for
2962         automatic svg generation.
2963         (org-babel-execute:latex): Generate SVG images directly from latex
2964         code blocks (assumes tikz).
2966         * ob-exp.el (org-babel-exp-non-block-elements): Use lob call name
2967         when exporting.
2969         * ob-scheme.el (org-babel-scheme-get-repl)
2970         (org-babel-scheme-make-session-name)
2971         (org-babel-scheme-execute-with-geiser, org-babel-execute:scheme):
2972         Fix whitespace and indentation.
2974         * ob-core.el (org-babel-set-current-result-hash): Update the
2975         match-string holding the hash data, and correct overlay
2976         maintenance.
2977         (org-babel-find-named-result): Call lines are not results.
2978         (org-babel-where-is-src-block-result): Don't implicitly name the
2979         results of call lines.
2980         (org-babel-exp-non-block-elements): There is now another element
2981         on the call line info list.
2983         * ob-lob.el (org-babel-lob-get-info): Return the name (if any) at
2984         the end of the info list.
2985         (org-babel-lob-execute): Pass the name through to execution.
2987         * ob-core.el (org-babel-execute-src-block): Ensure that the
2988         location is set before anything else is done.
2990         * ob-ref.el (org-babel-ref-parse): Evaluate Emacs Lisp values in
2991         header arguments at the location of the original code block.
2993         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use new header
2994         arguments.
2996         * ob-core.el (org-babel-common-header-args-w-values): Mention new
2997         header arguments.
2998         (org-babel-expand-body:generic): Use new header arguments.
2999         (org-babel-read-result): More robust matching of examplized
3000         ranges.
3001         (org-babel-result-end): More robust matching of examplized ranges.
3003         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Gnuplot, close
3004         output terminal when opened.
3005         (org-babel-gnuplot-prefix): Customization variable prefix gnuplot
3006         code blocks.
3007         (org-babel-expand-body:gnuplot): Customization variable prefix
3008         gnuplot code blocks.
3010         * ob-core.el (org-babel-params-from-properties): Now returns a
3011         list of alists and does *not* call `org-babel-merge-params'.
3012         (org-babel-parse-src-block-match):
3013         (org-babel-parse-inline-src-block-match):
3014         * ob-exp.el (org-babel-exp-src-block):
3015         (org-babel-exp-non-block-elements):
3016         * ob-lob.el (org-babel-lob-execute): Handle new list of lists
3017         output of `org-babel-params-from-properties'.
3019         * ob-gnuplot.el (org-babel-header-args:gnuplot): Term is a gnuplot
3020         header argument.
3022         * ob-tangle.el (org-babel-tangle): Fixed bug in tangle-file.
3023         Collect tangle modes, and only apply them to the file after all
3024         tangling has completed, including the post-tangle-hook.
3026         * ob-core.el (org-babel-read): Do not read #-prefix header-arg
3027         value as emacs lisp.
3029         * ob-core.el (org-babel-current-src-block-location):
3030         (org-babel-execute-src-block):
3031         * ob-exp.el (org-babel-exp-results):
3032         * ob-lob.el (org-babel-lob-execute): Rename
3033         `org-babel-current-exec-src-block-head' to
3034         `org-babel-current-src-block-location'.
3036         * ob-core.el (org-babel-common-header-args-w-values): Adding the
3037         new :tangle-mode header argument.
3038         (org-babel-read): Read values starting with a "#" character as
3039         emacs lisp.
3041         * ob-tangle.el (org-babel-tangle): Use the new :tangle-mode header
3042         argument.
3044         * org-pcomplete.el (pcomplete/org-mode/block-option/src): Use the
3045         new :tangle-mode header argument.
3047         * ob-exp.el (org-babel-exp-results): Save the code block location
3048         into `org-babel-current-exec-src-block-head' during export.
3050         * ob-comint.el (org-babel-comint-with-output): More robust edebug
3051         spec.
3053         * ob-lob.el (org-babel-lob-execute): Set the
3054         `org-babel-current-exec-src-block-head' variable when executing
3055         inline or lob style code.
3057         * ob-core.el (org-babel-execute-src-block): The
3058         `org-babel-current-exec-src-block-head' variable should point to
3059         the outermost code block.
3061         * org.el (org-some): An org-mode version of the cl some function.
3063         * ob-fortran.el (org-babel-fortran-var-to-fortran): More careful
3064         check if values are matrices.
3066         * org.el (org-every): An Org-mode version of the cl every
3067         function.
3069         * ob-tangle.el (org-babel-tangle-jump-to-org): Use
3070         `org-src-switch-to-buffer' to jump from src to org.  Use the
3071         existing `org-edit-src' functionality to jump back to the correct
3072         point in the code block in the original Org-mode buffer.
3074         * ob-gnuplot.el (org-babel-gnuplot-quote-tsv-field): Only wrap
3075         gnuplot data values in " when necessary.  Replace missing values
3076         with blank space in gnuplot.
3077         (org-babel-expand-body:gnuplot):
3078         (org-babel-gnuplot-quote-timestamp-field): Fix indentation.
3079         (org-babel-header-args:gnuplot): Declare the.
3080         (org-babel-expand-body:gnuplot): Params is an alist not a plist.
3081         (org-babel-header-args:gnuplot): Declare gnuplot-specific header
3082         argument.
3083         (*org-babel-gnuplot-missing*): Dynamic variable used to hold the
3084         value of the missing header argument.
3085         (org-babel-gnuplot-process-vars): Wrap in local binding for
3086         missing value.
3087         (org-babel-gnuplot-quote-tsv-field): Replace missing value with
3088         the missing header argument value when present.
3090         * ob-org.el (org-babel-expand-body:org): Allow insertion of
3091         non-strings into Org code blocks.
3092         (org-babel-inline-result-wrap): New option controlling the
3093         wrapping of inline results.
3094         (org-babel-examplize-region): Use the new defcustom.
3096         * ox-beamer.el (org-beamer--format-frame): If contents is nil,
3097         then replace it with an empty string.
3099         * ob-core.el (org-babel-read): More restrictive elisp eval of
3100         header arguments.
3102         * ob-lob.el (org-babel-lob-execute): Include default elisp header
3103         args in call lines.
3105         * ob-core.el (org-babel-result-cond): Don't over-evaluate
3106         result-params in macro.
3108         * ob-ruby.el (org-babel-execute:ruby): Use `org-babel-result-cond'
3109         in Ruby code blocks.
3110         (org-babel-ruby-evaluate): Delay table processing.
3112         * ob-js.el (org-babel-execute:js): Use `org-babel-result-cond' in
3113         JavaScript code blocks.
3115         * ob-scheme.el (org-babel-execute:scheme): Use
3116         `org-babel-result-cond' in scheme code blocks.
3118         * ob-ocaml.el (org-babel-execute:ocaml): Use
3119         `org-babel-result-cond' in OCaml code blocks.
3121         * ob-haskell.el (org-babel-execute:haskell): Use
3122         `org-babel-result-cond' in Haskell code blocks.
3124         * ob-core.el (org-babel-result-cond): The "raw", "org" and
3125         "drawer" :results header argument values preclude table processing
3126         unless the "table" argument is given as well.
3127         (org-babel-execute-src-block): Make sure we process file results
3128         before they are passed to the post-processing code block, and not
3129         afterwards.  Tangles these two header arguments in the code, but
3130         makes for more intuitive behavior and enables important use cases.
3131         (org-babel-read): Read code block values with earmuffs as Emacs
3132         Lisp.
3133         (org-babel-common-header-args-w-values): Add :post to the list of
3134         header arguments.
3135         (org-babel-execute-src-block): Post process results when the :post
3136         header argument has been supplied.
3138         * ob-R.el (org-babel-R-initiate-session): Remove unnecessary
3139         save-excursion nested inside a save-window-excursion.
3141         * ob-core.el (org-babel-src-name-w-name-regexp): Update the regexp
3142         used to match code block names.
3143         (org-babel-get-src-block-info): Remove the code used to parse this
3144         alternate variable specification syntax.
3145         (org-babel-insert-result): Cycle tables for :results org and
3146         :results wrap.
3148         * ob-python.el (org-babel-python-initiate-session-by-key): Fixed a
3149         bug pointed out by Gary Oberbrunner.
3150         (org-babel-python-initiate-session-by-key): Add "-i" to the python
3151         command on windows sessions.  Actually setting new session names.
3152         Pass Python buffer names to the new `run-python' command.
3153         (org-babel-python-with-earmufs): Add earmufs to a buffer name.
3154         (org-babel-python-without-earmufs): Remove earmufs from a buffer name.
3155         (org-babel-python-initiate-session-by-key): Set the buffer name in
3156         a way which is understandable by the new python.el
3157         (org-babel-python-buffers): Change the default python buffer name.
3159         * ob-core.el (org-babel-number-p): Don't interpret single "-" as a
3160         number.
3162         * ob-perl.el (org-babel-perl--var-to-perl): Print Perl variables
3163         with a format string.
3165         * ob-core.el (org-babel-where-is-src-block-result): Allow comments
3166         between code blocks and un-named results.
3168         * ob-sqlite.el (org-babel-sqlite-table-or-scalar): Don't read
3169         sqlite output as lisp.
3171         * ob-core.el (org-babel-check-confirm-evaluate): Refactoring.
3172         (org-babel-confirm-evaluate): Fix whitespaces.
3173         (org-babel-execute-src-block): A cond makes it more clear that we
3174         definitely do not execute without user confirmation.
3175         (org-babel-call-process-region-original): Fixed line over 80 chars
3176         long.
3178         * ob-tangle.el (org-babel-tangle-collect-blocks): Update comment
3179         to reflect changed variable name.
3181         * ob-core.el (org-babel-expand-src-block): Return value of
3182         expanded code block on non-interactive calls.
3184         * ob-perl.el (org-babel-perl-var-wrap): Customizable wrapper for
3185         variables in perl code.
3186         (org-babel-perl-var-to-perl): Use said wrapper.
3188         * ob-sql.el (org-babel-execute:sql): Use the org-babel-eval
3189         command instead of shell-command.
3191         * ob-ocaml.el (org-babel-prep-session:ocaml): Check that
3192         `tuareg-run-caml' is defined before use.
3193         (tuareg-run-ocaml): Declare for compiler.
3195         * ob-core.el (org-babel-result-regexp): Simplify regexp given new
3196         time hash layout.
3197         (org-babel-current-result-hash): New match string.
3198         (org-babel-hide-hash): New match string.
3199         (org-babel-where-is-src-block-result): New match string, and
3200         insert hashes in the new format.
3202         * ob-core.el (org-ts-regexp): Declare.
3203         (org-babel-result-regexp): Now matching time stamp as well.
3204         (org-babel-hash-show-time): New variable controlling the display
3205         of time stamps.
3206         (org-babel-current-result-hash):
3207         (org-babel-hide-all-hashes):
3208         (org-babel-where-is-src-block-result): Use hash time stamps.
3210         * ob-core.el: New file.
3212         * org-macs.el: `org-load-noerror-mustsuffix' requires an autoload.
3214 2013-11-12  Feng Shu  <tumashu@gmail.com>
3216         * ox-odt.el (org-odt--translate-latex-fragments):
3217         * ox-html.el (org-html-latex-environment)
3218         (org-html-latex-fragment): Fix imagemagick support.
3220         * org.el (org-create-formula-image-with-imagemagick): Generate
3221         correct size formula image.
3222         (org-format-latex-header): Change pagestyle command position.
3224         * ox-latex.el (org-latex--caption/label-string): Allow to build a
3225         caption string from `:caption' attribute of #+ATTR_LATEX.
3227         * ox.el (org-export-dictionary): Add Simplified Chinese
3228         translations for `org-export-dictionary'.
3230 2013-11-12  Florian Beck  <fb@miszellen.de>  (tiny change)
3232         * org.el (org-activate-bracket-links): Remove escapes from the
3233         help string.
3235 2013-11-12  Francesco Pizzolante  <xxx@public.gmane.org>  (tiny change)
3237         * ox-html.el (org-html-headline): Normalize the construction of
3238         outline-container DIVs by always using the inner headline ID.
3240         * org.el (org-agenda-prepare-buffers): Protect with
3241         `org-unmodified'.
3243 2013-11-12  Gregor Kappler  <gregor@alcedo.(none)>  (tiny change)
3245         * ox.el (org-export-as): Make sure org-export-babel-evaluate is
3246         not nil before calling `org-export-execute-babel-code'.
3248 2013-11-12  Grégoire Jadi  <gregoire.jadi@gmail.com>
3250         * org.el (org-reftex-citation): Fix contrib package name in the
3251         docstring.
3252         (org-preview-latex-fragment, org-display-inline-images): Detect
3253         whether a graphic display is available before inlining images to
3254         prevent an error.
3255         (org-startup-with-latex-preview): New option.
3256         (org-startup-options): New startup keywords for the new option.
3257         (org-mode): Turn on/off LaTeX preview depending on the new option.
3258         (org-reverse-string): Add `org-reverse-string' to reverse a
3259         string.
3261         * org-id.el (org-id-new, org-id-decode): Replace
3262         `org-id-reverse-string' by `org-reverse-string'.
3264         * ob-core.el (org-babel-trim): Replace `org-babel-reverse-string'
3265         by `org-reverse-string' and declare it.
3267 2013-11-12  Gustav Wikström  <gustav.erik@gmail.com>  (tiny change)
3269         * org-agenda.el (org-agenda-filter-by-category): Display all
3270         filtered out categories.
3272 2013-11-12  Ilya Zonov  <izonov@gmail.com>  (tiny change)
3274         * org-mode (org-mouse-context-menu): Add a correct newtext
3275         parameter for "All Set" and "All Clear" menu items.
3277 2013-11-12  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
3279         * org.el (org-insert-todo-heading-respect-content): Pass correct
3280         prefix arg to always insert heading.
3282         * org-agenda.el
3283         (org-agenda-propertize-selected-todo-keywords): New function to
3284         highlight the current agenda todo keywords depending on
3285         `org-todo-keyword-faces'.
3286         (org-todo-list): Use the new function.
3288 2013-11-12  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>
3290         * org-table.el (org-calc-current-TBLFM): New function to
3291         re-calculate the table by applying the #+TBLFM in the line where
3292         the point is.  Ensure to remove the currently inserted TBLFM line,
3293         when calling `org-table-recalculate' returns an error and the
3294         processing stops.
3296         * org.el (org-ctrl-c-ctrl-c): Call `org-calc-current-TBLFM' when
3297         point is in the #+TBLFM line.
3299         * org-table.el (org-TBLFM-begin): New function.
3300         (org-TBLFM-begin-regexp): New variable.
3302         * org.el (org-at-TBLFM-p): New function.
3303         (org-TBLFM-regexp): New defconst.
3305 2013-11-12  Ivan Vilata i Balaguer  <ivan@selidor.net>  (tiny change)
3307         * org-clock.el (org-clock-get-table-data): Pass tstart and tend
3308         time strings through `org-matcher-time' to allow relative times
3309         besides absolute ones, convert result to encoded time.
3311 2013-11-12  Jambunathan K  <kjambunathan@gmail.com>
3313         * ox-html.el (org-html-code, org-html-verbatim): Transcode value.
3314         (org-html--tags, org-html-format-headline)
3315         (org-html--format-toc-headline, org-html-checkbox)
3316         (org-html-table-cell, org-html-timestamp)
3317         (org-html-verse-block, org-html-special-string-regexps): Replace
3318         named HTML entities with their numeric counterparts.  This keeps
3319         Freemind backend happy.
3321         * org-odt.el (org-export-odt-schema-dir): Modify to accommodate
3322         change in rnc file names.
3324         * org-lparse.el (org-lparse-and-open)
3325         (org-lparse-do-convert): Open exported files with system-specific
3326         application.
3328         * org-odt.el: Don't meddle with `org-file-apps'.
3330 2013-11-12  Jarmo Hurri  <jarmo.hurri@syk.fi>
3332         * org-table.el (org-define-lookup-function): New macro.  Call it
3333         to generate new lookup functions `org-lookup-first',
3334         `org-lookup-last' and `org-lookup-all'.
3336         * org-gnus.el (org-gnus-no-server): New option to start Gnus using
3337         `gnus-no-server'.
3338         (org-gnus-no-new-news): Use the new option.
3340 2013-11-12  Jonas Hoersch  <coroa@online.de>  (tiny change)
3342         * org.el (org-cycle-hide-inline-tasks): Re-hide inline tasks when
3343         switching to 'children visibility state.
3345         * org-inlinetask.el (org-inlinetask-toggle-visibility): Don't use
3346         `org-show-entry' as it cannot unfold an inlinetask properly.
3348 2013-11-12  Jonathan Leech-Pepin  <jonathan.leechpepin@gmail.com>
3350         * ox-texinfo.el: New file.
3352 2013-11-12  Joost Diepenmaat  <joost@zeekat.nl>  (tiny change)
3354         * org.el (org-indent-region): BEGIN_SRC and END_SRC lines should
3355         not be considered part of the source block for the purposes of
3356         indentation.
3358 2013-11-12  Justus Piater  <justus-dev@piater.name>
3360         * org-agenda.el
3361         (org-agenda-skip-deadline-prewarning-if-scheduled): Add an option
3362         to skip the deadline prewarning if the scheduled date is in the
3363         future.
3365 2013-11-12  Kodi Arfer  <git@arfer.net>  (tiny change)
3367         * ox-html.el (org-html-toc): Use <nav> instead of <div> for the
3368         root element when appropriate.
3369         (org-html-paragraph): Wrap "Figure %d:" in <span
3370         class="figure-number">.
3371         (org-html-list-of-tables, org-html-table): Wrap "Table %d:" in
3372         <span class="table-number">.
3373         (org-html-list-of-listings): Wrap "Listing %d:" in
3374         <span class="listing-number">.
3375         (org-html-table): For HTML5, omit :html-table-attributes but not
3376         :id or :attr_html.
3377         (org-html--build-meta-info): Insert no timestamp when
3378         :time-stamp-file is nil.
3380 2013-11-12  Lawrence Mitchell  <wence@gmx.li>
3382         * ox-html.el (org-html-close-tag): Add space before attr.
3384         * ox.el (org-export-resolve-fuzzy-link): Look for fuzzy link in a
3385         cache before trying to resolve it in the parse tree.
3387 2013-11-12  Le Wang  <le.wang@agworld.com.au>
3389         * org-src.el (org-edit-src-code): Use marker with insertion type t
3390         to track end and remove hack requiring delete from beg to (1-
3391         end).
3393 2013-11-12  Max Mikhanosha  <max@openchat.com>
3395         * org-habit.el (org-habit-get-faces): Add show done days green
3396         option.
3398         * org-agenda.el (org-agenda-format-item): Ensure effort is "" when
3399         unset
3401 2013-11-12  Michael Brand  <michael.ch.brand@gmail.com>
3403         * org-table.el (org-table-eval-formula): Align the arrow pointing
3404         to the error in a Calc formula to the other fomula debugger logs.
3406         * org.el (org-link-escape-chars-browser): Add char double quote.
3407         (org-open-at-point): Use the constant
3408         `org-link-escape-chars-browser'.
3410         * org-table.el (org-table-get-remote-range): Extend regexp to
3411         match "#+NAME: table" additionally to "#+TBLNAME: table".
3413         * org-table.el (org-table-eval-formula): Use `keep-empty' in more
3414         places.  Keep empty fields during preprocessing.
3415         (org-table-make-reference): Use nan (not a number) for empty
3416         fields in Calc formulas.  A range with only empty fields should
3417         not always return 0 but also empty string, consistent with field
3418         reference of an empty field.  Use future design for nan but
3419         replicate current behavior.
3420         (org-table-number-regexp): Extend 0x hex to fixed-point number,
3421         add <radix>#<number>, add Calc infinite numbers uinf, -inf and
3422         inf.
3424 2013-11-12  Muchenxuan Tong  <demon386@gmail.com>  (tiny change)
3426         * org-mobile.el (org-mobile-push): Add `save-restriction'.
3428 2013-11-12  Nicolas Goaziou  <n.goaziou@gmail.com>
3430         * ox-latex.el (org-latex-compile): Remove all numbered temporary
3431         files after compiling.
3433         * org-element.el (org-element-headline-interpreter): Take into
3434         consideration `org-odd-levels-only' when building a headline.
3436         * ox-org.el (org-org-headline): Correctly set transcoded headline
3437         level during subtree export.
3439         * ox-html.el (org-html--format-toc-headline): TOC entries are
3440         closer to regular headline formatting.
3442         * org-element.el (org-element-context): Fix error when parsing
3443         affiliated keywords, e.g. "caption".
3445         * org.el (org-do-emphasis-faces): Look for verbatim status at
3446         correct location.
3447         (org-open-at-point): Check if link is non-nil before matching it.
3448         (org-export-insert-default-template): Make sure strings are
3449         properly quoted when inserting a template.  Specifically, default
3450         value for drawers should be d:(not "LOGBOOK"), not d:(not
3451         LOGBOOK).
3452         (org-insert-heading): Do not error out when inserting is to be
3453         done at one of the buffer's boundaries.
3455         * ox-latex.el (org-latex-listings-options): Use correct number of
3456         backslash characters in the example.
3458         * org-element.el (org-element-latex-or-entity-successor)
3459         (org-element-latex-fragment-parser): Use `org-latex-regexps'
3460         instead of `org-format-latex-options'.
3462         * ox-ascii.el:
3463         * ox-beamer.el:
3464         * ox-html.el:
3465         * ox-icalendar.el:
3466         * ox-md.el: Remove comments at the beginning of the file since
3467         the library is documented in Org manual.
3469         * org-element.el (org-element--list-struct): Use
3470         `org-match-string-no-properties'.  Fix block parsing in lists.
3472         * ox-publish.el (org-publish-all): Fix compilation problem.
3474         * org-element.el (org-element-timestamp-interpreter): Correctly
3475         interpret timestamps with delays.
3476         (org-element-timestamp-parser)
3477         (org-element-timestamp-interpreter): Parse warning delays.
3479         * ox-beamer.el (org-beamer--format-section): Fix regression which
3480         prevents frames from being propely exported.
3482         * ox.el (org-export-with-backend): Ensure function will use
3483         provided back-end.
3485         * org-list.el (org-list-allow-alphabetical): Remove reference to
3486         unused VALUE.
3488         * ox-beamer.el (org-beamer--format-section): Protect fragile
3489         commands in sections.
3491         * org.el (org-ctrl-c-ctrl-c): When using C-c C-c at an item with
3492         point on a link, make sure checkbox, if any, is toggled.
3494         * ox-beamer.el (org-beamer--format-block): Return an error message
3495         when using a special environment as a block type.  Also check for
3496         incomplete environment definitions.
3498         * org-element.el (org-element-at-point): If point is at the end of
3499         the buffer, and that buffer ends with a list, and there's no final
3500         newline, return last element in last item instead of plain list.
3501         Fix infloop when called on a blank line at the end of the buffer
3502         after a headline.
3504         * org.el (org-forward-paragraph, org-backward-paragraph): New
3505         functions.
3507         * org.el (org-meta-return): Allow M-RET to insert items within
3508         drawers.  Rewrite function.
3510         * org-element.el (org-element-footnote-definition-parser): Fix
3511         value for :contents-begin when first line of footnote definition
3512         is empty besides the label.
3513         (org-element-at-point): Return correct element when point is on a
3514         blank line just below a headline.
3515         (org-element-paragraph-parser): Use
3516         `org-match-string-no-properties'.  Small fixes to paragraph
3517         parsing.
3519         * org.el (org-adaptive-fill-function): Do not handle
3520         `adaptive-fill-regexp' in comments as the behaviour is not
3521         satisfying.
3523         * org-list.el (org-list-struct-apply-struct): Do not move item's
3524         contents within a child above when repairing indentation.
3526         * ox-html.el (org-html--build-meta-info): Fix output of meta tags
3527         when properties are present.
3529         * ox.el (org-export-collect-headlines): Do not build TOC for
3530         headlines below H value.
3532         * org-element.el (org-element-context): Modify misleading
3533         comment.
3534         (org-element-text-markup-successor)
3535         (org-element-latex-or-entity-successor)
3536         (org-element-export-snippet-successor)
3537         (org-element-footnote-reference-successor)
3538         (org-element-inline-babel-call-successor)
3539         (org-element-inline-src-block-successor)
3540         (org-element-line-break-successor, org-element-link-successor)
3541         (org-element-plain-link-successor, org-element-macro-successor)
3542         (org-element-radio-target-successor)
3543         (org-element-statistics-cookie-successor)
3544         (org-element-sub/superscript-successor)
3545         (org-element-table-cell-successor, org-element-target-successor)
3546         (org-element-timestamp-successor): Remove LIMIT argument.
3547         (org-element--parse-objects, org-element--get-next-object-candidates):
3548         Apply signature change to successors.
3549         (org-element-context): Narrow buffer around object containers so
3550         parsing of objects when using this function is done under the same
3551         restrictions as in buffer parsing.
3553         * ox.el (org-export-table-cell-alignment): Ensure required
3554         variables are available.  Use correct :test.
3555         (org-export-table-cell-width): Modify key (now an element) and
3556         value structure (now a vector) of cache so it can use `eq' as
3557         test. Elements are circular lists so `equal' cannot apply on them.
3559         * ox-publish.el (project-plist): Remove variable.
3561         * ox.el (org-export-to-buffer, org-export-to-file): Fix
3562         docstrings.
3564         * ox-org.el (org-export-as-org): Add missing BODY-ONLY argument,
3565         which is always nil in this back-end.
3567         * org.el (org-adaptive-fill-function): Look for a fill prefix at
3568         the beginning of the paragraph and subsquently on its second line
3569         instead of the current line.
3571         * ob-core.el (org-babel-get-src-block-info): Look for indentation
3572         value at the correct location.
3574         * ox.el (org-export-data-with-backend): Set temporary back-end as
3575         the new back-end in local communication channel.
3576         (org-export-filter-apply-functions): Handle corner case where
3577         back-end is nil.  Only provide back-end name (a symbol) as second
3578         argument of filters, not the full back-end (a vector).
3580         * ox-publish.el (org-publish-find-title): Fix title when no
3581         #+TITLE property is provided.
3583         * ox.el (org-export-store-default-title): Remove-function.
3584         (org-export--default-title): Remove variable.
3585         (org-export-options-alist): Do not use a default value.
3586         (org-export--get-buffer-attributes): Store a default title.
3587         (org-export-as): Apply function removal.
3588         (org-export--get-global-options): Do not set a property with an
3589         explicitly nil value.
3591         * ox-publish.el (org-publish-sitemap-sort-files)
3592         (org-publish-sitemap-sort-folders)
3593         (org-publish-sitemap-ignore-case, org-publish-sitemap-requested)
3594         (org-publish-sitemap-date-format)
3595         (org-publish-sitemap-file-entry-format): Set prefix to
3596         "org-publish-sitemap" instead of "org-sitemap".
3597         (org-publish-compare-directory-files)
3598         (org-publish-get-base-files-1, org-publish-projects)
3599         (org-publish-format-file-entry): Use new prefix.
3601         * org-clock.el (org-clock-total-time-cell-format)
3602         (org-clock-file-time-cell-format): Use correct type.
3604         * ob-haskell.el:
3605         * ox-ascii.el (org-ascii-export-as-ascii)
3606         (org-ascii-export-to-ascii):
3607         * ox-beamer.el (org-beamer-export-as-latex)
3608         (org-beamer-export-to-latex, org-beamer-export-to-pdf):
3609         * ox-html.el (org-html-export-as-html, org-html-export-to-html):
3610         * ox-icalendar.el (org-icalendar-export-to-ics):
3611         * ox-latex.el (org-latex-export-as-latex)
3612         (org-latex-export-to-pdf):
3613         * ox-man.el (org-man-export-to-man, org-man-export-to-pdf):
3614         * ox-md.el (org-md-export-as-markdown, org-md-export-to-markdown):
3615         * ox-odt.el (org-odt-export-to-odt):
3616         * ox-org.el (org-org-export-as-org, org-org-export-to-org):
3617         * ox-publish.el (org-publish-org-to):
3618         * ox-texinfo.el (org-texinfo-export-to-texinfo)
3619         (org-texinfo-export-to-info):
3620         * ox.el (org-export-to-buffer): Add two arguments: one to trigger
3621         asynchronous export and the other to do extra processing from
3622         within the buffer.
3623         (org-export-to-file): Add two arguments: one to trigger
3624         asynchronous export and the other to do extra processing on the
3625         output file.
3626         (org-export-async-start): Small clean up.
3628         * ox.el (org-export-as): Use new back-end structure.
3629         (org-export-current-backend): New variable.
3630         (org-export-as): Use new variable.
3632         * ox-ascii.el (org-ascii-table): Remove spurious new line between
3633         a table and the caption below.
3635         * ox.el (org-export-to-file): Preserve coding system when writing
3636         output.
3637         (org-export-stack-mode-map): Fix compilation error with Emacs <
3638         24.
3639         (org-export--dispatch-action): Maintain compatibility with Emacs
3640         23.
3642         * org.el (org-adaptive-fill-function, org-fill-paragraph): Add
3643         support for `adaptive-fill-regexp' in paragraphs and comments.
3644         (org-indent-line): Fix indentation after a list.
3646         * ox.el (org-export--get-inbuffer-options): Multiple options can
3647         now be set through the same buffer keyword.
3649         * org-element.el (org-element-plain-list-parser): Fix infloop when
3650         parsing a list at the end of buffer, if buffer doesn't end at a
3651         line beginning.
3652         (org-element-link-parser): Do not url-decode parsed links.
3654         * org-pcomplete.el (pcomplete/org-mode/file-option): Remove
3655         spurious white spaces, excepted for source blocks' opening string.
3656         Small refactoring.
3657         (pcomplete/org-mode/file-option): Remove spurious colons from
3658         block boundaries.
3660         * ox-publish.el (org-publish-find-date): Also return date for
3661         directories.
3662         (org-publish-get-base-files-1): Fix :recursive parameter ignoring
3663         extension restriction.
3665         * ox-beamer.el: Remove strange indentation in default header.
3666         (org-beamer-template): Fix missing newlines in header.
3668         * ox-latex.el (org-latex-template): Fix missing newlines in
3669         header.
3671         * ox.el (org-export-insert-default-template): Fix
3672         "wrong-type-argument" error in template insertion.
3674         * org.el (org-fill-paragraph): Use empty commented lines as
3675         separators when filling comments.  This mimics default behaviour
3676         from "newcomment.el", which is not used in Org.
3678         * ox-html.el (org-html-link): Add image attributes to "img" tag,
3679         not to the "a" container.  Also fix spacing for attributes.
3681         * org.el (org-fill-paragraph): Do not mix consecutive comments
3682         when filling any of them.
3684         * ox-html.el (org-html-format-headline--wrap): Fix number of
3685         arguments when setting `org-html-format-headline-function'.
3687         * org-element.el (org-element-item-interpreter): This patch fixes
3688         "(wrong-type-argument arrayp nil)" error when trying to interpret
3689         empty items.  Correctly interpret back plain lists with "*" items.
3690         This fixes "This is not a list" error returned in this case.
3692         * ox-latex.el (org-latex-listings): Update docstring.
3694         * org-pcomplete.el (pcomplete/org-mode/file-option/options): Apply
3695         changes to export back-end definiton.
3697         * org.el (org-get-export-keywords): Apply changes to export
3698         back-end definiton.
3700         * ox-html.el (org-html--format-toc-headline): Make use of
3701         anonymous back-ends.
3703         * ox-odt.el (org-odt-footnote-reference): Make use of anonymous
3704         back-ends.
3705         (org-odt-format-label, org-odt-toc)
3706         (org-odt-format-headline--wrap): Use `org-export-with-backend'
3707         instead of `org-export-with-translations'.
3709         * ox.el (org-export--registered-backends): Renamed from
3710         `org-export-registered-backends'.
3711         (org-export-invisible-backends): Removed variable.
3712         (org-export-get-backend, org-export-get-all-transcoders
3713         org-export-get-all-options, org-export-get-all-filters): New
3714         functions.  It replaces `org-export-backend-translate-table'.
3715         (org-export-barf-if-invalid-backend, org-export-derived-backend-p,
3716         org-export-define-backend, org-export-define-derived-backend):
3717         Rewrite functions using new representation.
3718         (org-export-backend-translate-table): Remove function.
3719         (org-export-get-environment): Use new function.
3720         (org-export--get-subtree-options, org-export--parse-option-keyword,
3721         org-export--get-inbuffer-options, org-export--get-global-options,
3722         org-export-to-buffer org-export-to-file, org-export-string-as
3723         org-export-replace-region-by): Update docstring.
3724         (org-export-data-with-translations): Remove function.  Use
3725         `org-export-data-with-backend' with a temporary back-end instead.
3726         (org-export-data-with-backend, org-export-as): Reflect new definition
3727         for back-ends.
3728         (org-export--dispatch-action, org-export--dispatch-ui): Reflect new
3729         definition for back-ends and variable removal.  Refactoring.
3730         (org-export-filter-apply-functions): Call functions with
3731         current back-end's name, not full back-end.
3733         * org.el (org-export-backends, org-create-formula--latex-header):
3734         Use new structure and variables.
3736         * ox-html.el (org-html-inline-images): Change default value and
3737         remove `maybe'.
3738         (org-html-format-inline-image): Remove functions.
3739         (org-html--wrap-image, org-html--format-image)
3740         (org-html-inline-image-p): New functions.
3741         (org-html-latex-environment, org-html-latex-fragment): Use new
3742         functions.
3743         (org-html-standalone-image-p): Use new functions.  Also remove an
3744         unused optional argument.
3745         (org-html-link, org-html-paragraph): Correctly export hyperlinked
3746         images.
3748         * ox.el (org-export-dictionary): Update some translations.
3750         * ox-odt.el (org-odt-label-styles, org-odt-category-map-alist):
3751         Fix docstring.
3752         (org-odt-format-label): Add docstring.  Internationalize prefix.
3754         * ox.el (org-export-dictionary): Add entry for colons.
3756         * ox-odt.el (org-odt--suppress-some-translators): Remove function.
3758         * ox-html.el (org-html-link): Remove left-over binding.
3760         * ox-beamer.el (org-beamer-environments-extra): Allow to add raw
3761         title in environment definition.
3762         (org-beamer--format-block): Handle new placeholders.
3764         * ox-html.el (org-html-link): Small refactoring.
3766         * org-element.el (org-element--current-element): Fix
3767         org-meta-return error at the end of buffer.
3769         * ox-odt.el (org-odt-category-map-alist): Fix internationalization
3770         of "Table" and "Listing".
3772         * ox.el (org-export-dictionary): Remove useless dictionary
3773         entries.
3775         * ox-ascii.el (org-ascii--build-caption): Apply removal.
3777         * ox.el (org-export-dictionary): Add spanish and german
3778         translations.
3780         * ox-odt.el (org-odt-link): Fuzzy links to an headline with a
3781         description always use that description, even if the description
3782         is the same as the headline title.
3783         (org-odt-plain-text): Allow to turn smart quotes off.
3785         * ox-latex.el (org-latex--get-footnote-counter): Remove function.
3787         * org.el (org-setup-filling): Set `paragraph-start' and
3788         `paragraph-separate'.
3789         (org-fill-paragraph-separate-nobreak-p): Remove function.
3790         (org-mode): Do not set `paragraph-start'.
3792         * ox-html.el (html): Replace "HTML_HTML5_FANCY",
3793         "HTML_INCLUDE_STYLE" and "HTML_INCLUDE_SCRIPTS" with,
3794         respectively, ":html5-fancy", "html-style" and "html-scripts"
3795         options.
3796         (org-html-html5-fancy): Reformat docstring.
3797         (org-html-template): Fix typo preventing insertion of link up/link
3798         home anchors.
3800         * org.el (org-create-formula--latex-header): Replace AUTO with
3801         appropriate language when previewing snippets.
3803         * ox-latex.el (org-latex-item): Allow hyperref and footnotemark in
3804         items description tags.  Also remove a unnecessary hack allowing
3805         footnotemark with an optional argument in the tag.
3807         * ox.el (org-export-resolve-fuzzy-link): Fix link resolution when
3808         link lives before the first headline.
3810         * org-element.el (org-element-special-block-parser): Fix typo in
3811         regexp matching block type.  Also quote the type so it can contain
3812         special characters.
3814         * ox-latex.el (org-latex-pdf-process): This argument can cause
3815         problem with links with a relative path, since compilation happens
3816         in a different directory.
3818         * org.el (org-latex-default-packages-alist): Load "ulem" package
3819         by default.  Use "[normalem]" option to preserve \emph definition.
3821         * ox-latex.el (org-latex-text-markup-alist): Use "\uline" and
3822         "\sout" commands from "ulem" package.
3824         * org.el (org-latex-default-packages-alist): Document need for
3825         "soul" package.
3827         * ox-latex.el (org-latex-text-markup-alist): Use \ul (from "soul"
3828         package) instead of \underline for underline text.
3830         * ox.el (org-export-read-attribute): Fix "Wrong argument type"
3831         error when attributes start with :key "".
3833         * org.el (org-fill-paragraph-separate-nobreak-p)
3834         (org-fill-line-break-nobreak-p)
3835         (org-fill-paragraph-with-timestamp-nobreak-p): Fix docstrings.
3837         * org-element.el (org-element--list-struct): Fix failing
3838         "plain-list-parser" test.
3840         * ox-latex.el (org-latex-src-block): Handle :float attribute. Its
3841         value can be set to "t", "multicolumn" or "nil".  Also remove
3842         :long-listing attribute, which is now replaced with :float nil.
3843         (org-latex--org-table): Replace :float table with :float t.
3844         (org-latex--inline-image): Replace :float figure with :float t.
3845         (org-latex-long-listings): Remove variable.
3847         * org-element.el (org-element--list-struct): New function.
3848         (org-element-plain-list-parser, org-element--current-element): Use
3849         new function.
3851         * ox-man.el (org-man-compile):
3852         * ox-texinfo.el (org-texinfo-compile): Use appropriate argument.
3854         * ox-latex.el (org-latex-compile):
3855         * ox-man.el (org-man-compile):
3856         * ox-texinfo.el (org-texinfo-compile): Properly set working
3857         directory.
3859         * ox-latex.el (org-latex-compile):
3860         * ox-texinfo.el (org-texinfo-compile): Make sure generated file
3861         can be found by `file-exists-p'.
3863         * ox-md.el (md): Delegate underscore transcoding to HTML back-end.
3865         * org-element.el (org-element--remove-indentation): Small
3866         optimization.
3867         (org-element--remove-indentation): New function.
3868         (org-element-example-block-parser, org-element-src-block-parser):
3869         Use new function.
3870         (org-element-src-block-interpreter): Update function according to
3871         change.
3873         * ox.el (org-export-unravel-code): Do not remove any indentation
3874         since it now happens at the parser level.
3875         (org-export-table-cell-width): Be sure to use cache even when
3876         stored value is nil.
3877         (org-export--default-title): Fix "Symbol's value as variable is
3878         void: org-export--default-title".
3880         * ox-ascii.el (org-ascii--table-cell-width): Cache results of this
3881         internal function since it is called at each cell, though its
3882         value only change column wise.
3884         * ox.el (org-export-resolve-fuzzy-link): Change property name
3885         holding cache.
3886         (org-export-table-has-header-p, org-export-table-row-group)
3887         (org-export-table-cell-width, org-export-table-cell-alignment):
3888         Cache results.
3889         (org-export-table-cell-address): Refactor.
3890         (org-export-get-parent): Inline function.
3891         (org-export-options-alist): Change default value for :title
3892         property.
3893         (org-export--default-title): New dynamically scoped variable.
3894         (org-export-store-default-title): New function.
3895         (org-export--get-buffer-attributes): Remove title handling.
3896         (org-export--get-global-options): Revert "ox: Fix default title".
3897         Refactor code.
3899         * ox-html.el (org-html-format-latex): Provide a prefix for
3900         temporary file when using dvipng, even if the current buffer isn't
3901         associated to a file.
3903         * ox.el (org-export-resolve-radio-link): Ignore whitespace
3904         differences when resolving a radio link.
3905         (org-export-resolve-radio-link): Fix radio target resolution.
3907         * org-element.el (org-element--current-element): Be stricter when
3908         matching arguments in LaTeX environments.  In particular, do not
3909         allow anything else than options and arguments in the opening
3910         line.
3912         * ox-html.el (org-html-inner-template): Remove code relative to
3913         bibliography.
3914         (org-html-bibliography): Remove function.
3916         * ox-latex.el (org-latex-plain-text): Protect ^ char with \^{},
3917         not only \^, so it doesn't become a diacritic.
3919         * ox-html.el (org-html--build-meta-info): Fix code typo.
3921         * ox.el (org-export-expand-include-keyword): Avoid using `read' to
3922         determine file name.
3923         (org-export--get-global-options): Properly set default title,
3924         i.e. when to TITLE keyword is provided.
3926         * org-element.el (org-element--parse-elements): Also parse visible
3927         headlines within an otherwise compacted headline.
3929         * ox.el (org-export-expand-include-keyword): Tolerate included
3930         file names without double quotes.
3931         (org-export-resolve-fuzzy-link): Fix caching process.
3933         * ox-publish.el (org-publish-find-date): Fix "Invalid time
3934         specification" error with timestamps in DATE.
3936         * org-element.el (org-element--current-element): Allow the opening
3937         string of a LaTeX environment to contain additional arguments.
3939         * org.el (org-insert-heading): Refactor to use `org-in-item-p'
3940         only once.
3942         * ox.el (org-export-expand): Optionally add affiliated keywords to
3943         results.
3945         * ox-org.el (org-org-identity): Use new argument for
3946         `org-export-expand'.
3948         * org.el (org-fill-paragraph): Move to table beginning before
3949         aligning the table when M-q is called from an affiliated keyword.
3951         * org-list.el (org-list-allow-alphabetical): Properly update
3952         `org-list-allow-alphabetical' when changed after org.el has been
3953         loaded.
3955         * org-element.el (org-element-fixed-width-interpreter): Fix
3956         interpretation of fixed-width elements with a nil or empty string
3957         value.
3959         * ox-html.el (org-html-link): Don't skip the link description when
3960         it matches the name of the headline it targets.
3962         * ox-html.el (org-html-link): Don't skip the link description when
3963         it matches the name of the headline it targets.
3965         * ox-ascii.el (ascii): Remove inexistant function.
3967         * ox-icalendar.el (icalendar): Ignore footnotes.
3968         (org-icalendar--combine-files): Small refactoring.
3970         * ox.el (org-export--skip-p, org-export--interpret-p): When
3971         `org-export-with-footnotes' is nil, ignore completely footnotes
3972         references and definitions instead of exporting them verbatim.
3974         * ox-beamer.el (org-beamer--frame-level): Small refactoring.
3975         (org-beamer--format-block, org-beamer-headline): Do not systematically
3976         downcase environment names as some require upper case in their
3977         names (e.g. noteNH and CJK).
3979         * ox.el (org-export-with-timestamps): Only applies to isolated
3980         timestamps, i.e. timestamps in a paragraph containing only
3981         timestamps and empty strings.
3982         (org-export--skip-p): Skip timestamps according to new behaviour.
3984         * ox-latex.el (org-latex--script-size): Handle consecutive
3985         alterning sub and superscript.
3987         * ox-org.el (org-org-identity): Fix docstring.  Tiny refactoring.
3988         (org-org-headline, org-org-keyword): Fix docstring.
3990         * ox-latex.el (org-latex--script-size): Use \text command for
3991         subscript and superscript.  This is far superior to \mathrm, but
3992         it requires "amstext" package.  In particular, accented characters
3993         are now allowed within sub/superscript.
3995         * org.el (org-latex-default-packages-alist): Add "amstext"
3996         package.
3998         * ox-latex.el (org-latex--script-size): Fix error when using
3999         sub/superscript within sub/superscript.
4001         * ox-latex.el (org-latex--script-size): New function.
4002         (org-latex-subscript, org-latex-superscript): Use new function.
4003         Remove instructions since everything is documented in Org manual.
4005         * ox.el (org-export-with-smart-quotes): Use LATEX instead of LaTeX
4006         for keywords, the latter being hard to type, somewhat difficult to
4007         read, and overall just pedantic.
4009         * ox-latex.el (org-latex-classes): Be more explicit about
4010         LATEX_HEADER_EXTRA.
4012         * ox-html.el (org-html--build-meta-info): Fix invalid characters
4013         in html attributes.
4015         * ox.el (org-export-filters-alist): Remove macro filter.
4016         (org-export-filter-macro-functions): Remove variable.
4018         * ox-beamer.el (beamer): Install a default class set-up when
4019         loading library.
4021         * ox-latex.el (org-latex-classes): Update docstring.
4023         * ox-latex.el (org-latex--inline-image): Remove specific default
4024         image width for floats.  If no width nor height is provided, it
4025         should default to `org-latex-image-default-width' value.
4027         * org.el (org-extract-attributes-from-string)
4028         (org-attributes-to-string): Remove functions.
4030         * ox-html.el (html): Rename :html-table-tag property into
4031         :org-table-attributes.
4032         (org-html-table-default-attributes): New variable.
4033         (org-html-table-tag): Removed variable.
4034         (org-html--make-attribute-string): New function.
4035         (org-html-link--inline-image, org-html-table): Use new function.
4036         (org-html-splice-attributes, org-export-splice-style): Remove
4037         functions.
4038         (org-html-inline-image-rules): Remove out of context part of the
4039         docstring.
4041         * ox.el (org-export-read-attribute): Allow to use empty strings in
4042         attributes.
4044         * ox-html.el (org-html-metadata-timestamp-format): New variable,
4045         renamed from `org-html--timestamp-format'.
4046         (org-html--build-meta-info, org-html-format-spec,
4047         org-html--build-pre/postamble): Use new variable.
4049         * ox.el (org-export-table-row-number): New function.
4050         (org-export-table-cell-address): Use new function.
4052         * org-element.el (org-element-table-cell-successor): Parse table
4053         cells with missing ending space.
4055         * ox-latex.el (org-latex--math-table): Fix inline-math table
4056         environment.
4058         * ox-html.el (org-html-doctype): Make value fit on a single line
4059         so `org-export-insert-default-template' can handle it.
4060         (org-html-creator-string): Change default value.
4062         * ox.el (org-export-creator-string): Change default value.
4064         * ox-html.el (org-html-postamble-format)
4065         (org-html-preamble-format): Allow last modification time of source
4066         in template.  Fix docstrings.
4067         (org-html-format-spec): Produce last modification time when the source
4068         is a file.
4070         * ox.el (org-export-with-archived-trees, org-export-with-author)
4071         (org-export-with-clocks, org-export-with-date)
4072         (org-export-creator-string, org-export-with-drawers)
4073         (org-export-with-email, org-export-with-emphasize)
4074         (org-export-exclude-tags, org-export-with-fixed-width)
4075         (org-export-with-footnotes, org-export-with-latex)
4076         (org-export-headline-levels, org-export-default-language)
4077         (org-export-preserve-breaks, org-export-with-entities)
4078         (org-export-with-inlinetasks, org-export-with-planning)
4079         (org-export-with-priority, org-export-with-section-numbers)
4080         (org-export-select-tags, org-export-with-smart-quotes)
4081         (org-export-with-special-strings)
4082         (org-export-with-statistics-cookies)
4083         (org-export-with-sub-superscripts, org-export-with-toc)
4084         (org-export-with-tables, org-export-with-tags)
4085         (org-export-with-tasks, org-export-time-stamp-file)
4086         (org-export-with-timestamps, org-export-with-todo-keywords): Fix
4087         docstrings.
4089         * ox-html.el (org-html-postamble-format): Slightly change default
4090         value so "Generated by" string doesn't get duplicated.
4091         (org-html-creator-string): Fix docstring.
4093         * ox.el (org-export--get-inbuffer-options)
4094         (org-export--list-bound-variables)
4095         (org-export--generate-copy-script, org-export-string-as)
4096         (org-export-expand-include-keyword)
4097         (org-export--prepare-file-contents): Inhibit startup process when
4098         calling `org-mode'.
4100         * ox-publish.el (org-publish-find-date): Fix "bad timestamp" error
4101         with some DATE values: :date property in communication channel is
4102         no longer a string.
4104         * ox.el (org-export-insert-default-template): New function.
4105         (org-export--dispatch-ui, org-export--dispatch-action): Access to
4106         the function through the dispatcher.
4108         * ox-icalendar.el (org-icalendar-convert-timestamp): Update
4109         docstring.
4110         (org-icalendar-dtstamp): New function.
4111         (org-icalendar--vevent, org-icalendar--vtodo): Use new function.
4113         * ox-ascii.el (org-ascii-link):
4114         * ox-html.el (org-html-keyword):
4115         * ox-latex.el (org-latex-keyword, org-latex-link):
4116         * ox-man.el (org-man-keyword):
4117         * ox-md.el (org-md-link):
4118         * ox-odt.el (org-odt-keyword):
4119         * org.el (org-store-link, org-link-search, org-options-keywords):
4120         Remove reference to TARGET keyword.
4122         * ox.el (org-export-resolve-fuzzy-link, org-export-get-ordinal):
4123         Do not use TARGET as a destination for links anymore.
4125         * ox-org.el (org): Add a menu entry for the back-end.
4126         (org-org-export-as-org, org-org-export-to-org): New functions.
4128         * org.el (org-export-backends): Accept `org' as a loadable
4129         back-end.
4131         * ox-ascii.el (org-ascii-template--document-title): Use new function.
4133         * ox-beamer.el (org-beamer-template): Use new function.
4135         * ox-html.el (org-html-format-spec): Use new function.
4137         * ox-latex.el (org-latex-template): Use new function.
4138         (org-latex-date-timestamp-format): Remove variable.
4140         * ox.el (org-export-date-timestamp-format): New variable.
4141         (org-export-get-date): New function.
4143         * ox-odt.el (org-odt--format-paragraph): New function.
4144         (org-odt-paragraph): Use new function to limit code duplication.
4145         (org-odt-footnote-reference): Change default style for paragraphs
4146         when transcoding a footnote definition.
4148         * org-macro.el (org-macro--collect-macros): Fix a bug where
4149         reading a macro in a setup file would remove other macros read so
4150         far from template.  Change function signature.
4151         (org-macro-initialize-templates): Apply signature change from function
4152         above.
4154         * ox.el (org-export--list-bound-variables): Renamed from
4155         `org-export--install-letbind-maybe'.  Though, only return list of
4156         bound variables instead of installing them as buffer-local
4157         variables.
4158         (org-export-get-environment): Use new function.  Take care of the
4159         installation of bound variables.
4160         (org-export--generate-copy-script): Make sure non-Org variables are
4161         also installed in buffer copy.
4163         * ox.el (org-export-get-environment): Update comment.
4164         (org-export--install-letbind-maybe): Go into SETUPFILE files and
4165         handle BIND keywords there.
4167         * ox-latex.el (org-latex-link): Do not prefix relative paths with
4168         "file://".
4170         * org.el (org-link-search): Preserve priority of #+TARGET over
4171         #+NAME when resolving a link.
4173         * ox-latex.el (org-latex-long-listings): New variable.
4174         (org-latex-src-block): Use new variable.
4176         * ox.el (org-export-data): White spaces after export snippets are
4177         never ignored.
4179         * org-element.el (org-element-macro-parser): Allow to escape
4180         escaping character before a comma.  Also do not trim spaces at
4181         argument boundaries.
4183         * ox.el (org-export-async-start): Use correct coding system so
4184         unibyte characters do not appear in the resulting buffer or file.
4185         (org-export--copy-to-kill-ring-p): Move function elsewhere in the
4186         file.
4188         * ox-latex.el (org-latex--inline-image): Fix error when no default
4189         width, height and option are provided and no attribute is set for
4190         the inline image.
4192         * org.el (org-comment-or-uncomment-region): Fix commenting lines
4193         beginning with a link.
4194         (org-delete-char): Fix "Invalid use of `\\' in replacement text"
4195         when deleting a character in a cell which contains "\"
4196         (org-export-backends): Remove duplicates.  Reorder alphabetically.
4198         * ox-texinfo.el (org-texinfo-plain-list): Use `member' instead of
4199         `memq' when matching strings.
4201         * ox.el (org-export-read-attribute): Do not use `read' to read
4202         attributes.  Instead, extract keywords and values from it, which
4203         means each value will be a string when non-nil.
4205         * ox-beamer.el (org-beamer-plain-list): Use new attribute syntax.
4207         * ox-html.el (org-html--textarea-block): Use new attribute syntax.
4209         * ox-latex.el (org-latex--inline-image, org-latex--org-table)
4210         (org-latex--math-table): Use new attribute syntax.
4212         * ox-man.el (org-man-table--org-table): Use new attribute syntax.
4213         Small refactoring.
4215         * ox-odt.el (org-odt-link--inline-image, org-odt-table-cell): Use
4216         new attribute syntax.
4218         * ox.el (org-export-async-start): Remove code evaluation queries
4219         from asynchronous export.
4221         * ox-latex.el (latex): Activate smart quotes by default.
4222         (org-latex--inline-image): Don't insert a default width when
4223         height is provided in a figure environment.
4224         (org-latex--inline-image): Do not use default width
4225         (resp. height) when an user height (resp. width) is provided.
4226         Also, default height is only used when image is not wrapped within
4227         a figure or wrapfigure environment, in order to preserve ratio.
4228         (org-latex-image-default-width, org-latex-image-default-height):
4229         Update docstring.
4231         * ox-icalendar.el (org-icalendar-create-uid): Fix error when
4232         `org-icalendar-store-UID' is non-nil.
4234         * ox-latex.el (latex): Introduce new buffer keyword.
4235         (org-latex-template): Use new keyword.
4237         * ox-beamer.el (org-beamer-template): Use new keyword.
4239         * org.el (org-create-formula--latex-header): Use new keyword.
4241         * ox-beamer.el (org-beamer-column-view-format, org-beamer-theme)
4242         (org-beamer-environments-extra): Add :version and
4243         :package-version.
4245         * ox-html.el (org-html-with-latex, org-html-inline-image-rules):
4246         Add :version and :package-version.
4248         * ox-latex.el (org-latex-inline-image-rules)
4249         (org-latex-default-table-environment)
4250         (org-latex-default-table-mode, org-latex-tables-booktabs)
4251         (org-latex-table-scientific-notation, org-latex-known-errors): Add
4252         :version and :package-version.
4254         * ox-md.el (org-md-headline-style): Add :version and
4255         :package-version.
4257         * ox-odt.el (org-odt-with-latex): Add :version
4258         and :package-version.
4260         * ox.el (org-export-with-drawers, org-export-with-latex)
4261         (org-export-with-inlinetasks, org-export-with-planning)
4262         (org-export-with-smart-quotes, org-export-with-statistics-cookies)
4263         (org-export-allow-bind-keywords, org-export-async-init-file): Add
4264         :version and :package-version.
4266         * ox-icalendar.el (org-icalendar-export-to-ics): Change back-end
4267         name from `e-ascii' to `ascii'.
4269         * ox.el (org-export--generate-copy-script): Call `org-mode' when
4270         duplicating a buffer.  It will properly set every variable, like
4271         `comment-start'.
4272         (org-export-async-start): Do not call `org-mode' since this is done
4273         already in the previous function.
4275         * ox-beamer.el (org-beamer-keyword): Remove frame arount toc when
4276         generated from a TOC keyword.
4278         * org.el (org-export-backends): Do not reset list of loaded
4279         back-ends to variable's value after a reload.
4281         * ox-latex.el (org-latex-src-block): Do not overwrite provided
4282         numbering options in minted and listings.
4283         (org-latex-headline): Don't add optional title on unnumbered
4284         headlines.
4286         * ox-html.el (html): Fix "HTML_HEAD" and "HTML_HEAD_EXTRA"
4287         keywords.  Allow multiple #+LATEX_HEAD and #+LATEX_HEAD_EXTRA
4288         again.
4290         * org.el (org-fill-paragraph): Small refactoring to
4291         `org-fill-paragraph'.  Do not look for table cells in a paragraph.
4293         * org-element.el (org-element-object-restrictions): Simplify
4294         restrictions within secondary strings and objects.
4296         * org-list.el (org-list-send-list): Do not rely on
4297         `org-list-parse-list'.
4298         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Use
4299         appropriate export back-end instead of using
4300         `org-list-to-generic'.
4302         * ox-html.el (org-html-inner-template): Remove contents div and
4303         title.
4304         (org-html-template): Add contents div and title.
4305         (org-html-infojs-install-script): Can't activate jsinfo script
4306         during a body-only export.
4308         * ox.el (org-export-as): Store export options in :export-options
4309         porperty within communication channel.
4311         * ox-latex.el (org-latex-item): Fix wrong behaviour when a counter
4312         is set in an ordered list while its parent is not ordered.
4314         * ox.el (org-export-format-code-default): Handle empty source
4315         blocks more gracefully.
4317         * ox-ascii.el (org-ascii-src-block): Handle empty blocks more
4318         gracefully.
4320         * org.el (org-export-backends): Update variable.  `infojs' was
4321         merged into ox-html and `freemind' was added.
4323         * ox.el (org-export--selected-trees): Also mark inlinetasks with a
4324         select tag.
4325         (org-export--skip-p): Skip inlinetasks with a :noexport: tag.
4327         * ob-tangle.el (org-babel-spec-to-string): Use dedicated function
4328         for unescaping code.
4330         * ox-html.el (org-html-link): Silence byte-compiler.
4331         (html): Add infojs installation script in options filter.
4332         (org-html-infojs-install-script): Remove check for back-end as we
4333         can safely assume the function will be called from `html' back-end
4334         or one of its derivative.
4336         * ox-icalendar.el (org-agenda-collect-markers)
4337         (org-create-marker-find-array): Remove functions.
4338         (org-icalendar-export-current-agenda): Integrate previous
4339         functions.
4341         * ox-latex.el (org-latex-format-headline-default-function): Use
4342         declarative shape to nest makup for TODO keywords.  Previous
4343         syntax generated errors during export.
4345         * ox.el (org-export-async-start): Ignore `org-mode-hook' and
4346         `kill-emacs-hook'.  The first one has been run in the original
4347         buffer.  The second is not necessary and can pollute output to a
4348         temporary buffer (e.g. with `org-clock-persistence-insinuate').
4350         * ox-html.el (org-html-inner-template): Remove title.
4351         (org-html-template): Add title.
4353         * ox.el (org-export--get-min-level): Ignore footnote section when
4354         computing minimal headline level.
4356         * org.el (org-do-latex-and-related): Fix infloop when user
4357         provides a wrong value for `org-highlight-latex-and-related'. In
4358         this case, `org-latex-and-related-regexp' is the empty string and
4359         generates an infloop since matching it doesn't move point.
4361         * org-element.el (org-element-headline-parser): Rename
4362         :optional-title into :alt-title.
4364         * ox.el (org-export-get-alt-title): Renamed from
4365         `org-export-get-optional-title'.
4367         * ox-ascii.el (org-ascii--build-title):
4368         * ox-html.el (org-html--format-toc-headline):
4369         * ox-latex.el (org-latex-headline):
4370         * ox-texinfo.el (org-texinfo--get-node)
4371         (org-texinfo--generate-menu-items): Apply name change.
4373         * ox.el (org-export--get-inbuffer-options): Remove an optional
4374         argument.  Rewrite function.  Properties read from a setupfile do
4375         not overwrite anymore previously computed properties.
4376         (org-export-get-environment): Apply changes to previous function.
4378         * org.el (org-create-formula--latex-header): Apply arity change
4379         from `org-export--get-inbuffer-options'.
4381         * ox-latex.el (org-latex-compile): Add an optional argument for
4382         latex snippet previewing.
4384         * org.el (org-create-formula-image-with-imagemagick): Use
4385         `org-latex-compile' instead of rewriting it.
4387         * ox-html.el (org-html-fontify-code): Do not use [^\000] in
4388         regexps that may match large strings.
4390         * org.el (org-create-formula--latex-header): New function.
4391         (org-create-formula-image-with-dvipng)
4392         (org-create-formula-image-with-imagemagick): Use new function.
4394         * ox.el (org-export-get-previous-element): Change order of retured
4395         elements in `org-export-get-previous-element'.
4397         * org-element.el (org-element-all-successors): Add `plain-link'
4398         successor.
4399         (org-element-object-restrictions): Remove `link' within `link'.
4400         Allow `plain-link' instead.
4401         (org-element-plain-link-successor): New function.
4403         * org.el (org-match-substring-regexp)
4404         (org-match-substring-with-braces-regexp): Update regexp.  A
4405         sub/superscript cannot start anymore at the beginning of the line
4406         or after a space.
4408         * org-element.el (org-element--get-next-object-candidates):
4409         Rewrite function to simplify algorithm.
4410         (org-element-context, org-element--parse-elements): Apply changes.
4412         * org.el (org-fill-paragraph): Apply changes.
4414         * ox-html.el (org-html-link, org-html-link--inline-image):
4415         Attributes specified to a paragraph only apply to first link
4416         within.
4418         * ox-latex.el (org-latex-headline): Do not add optional section
4419         name when section is unnumbered.
4421         * org.el (org-in-verbatim-emphasis): Fix false positive when point
4422         is just after the closing emphasis marker.
4423         (org-fill-paragraph): Do not move point when filling a table.
4425         * ox-ascii.el (ascii): Add new filter.
4426         (org-ascii-filter-comment-spacing): New function.
4427         (org-latex-keyword): Remove "figures" value.
4429         * ox-ascii.el (org-ascii--list-tables): Fix docstring.
4431         * ox-html.el (org-html--format-toc-headline): Fix function name.
4432         (org-html-toc, org-html--toc-text): Change to docstring.
4433         (org-html-list-of-listings, org-html-list-of-tables): New
4434         functions.
4435         (org-html-keyword): Use new functions.
4436         (org-html-src-block): Add an ID attribute when a name is given.
4438         * org-element.el (org-element-footnote-definition-parser): Require
4439         2 blank lines to separate footnote definition.
4441         * org-footnote.el (org-footnote-at-definition-p): Require 2 blank
4442         lines to separate footnote definition.
4444         * ox.el (org-export-stack): Rewrite.
4445         (org-export-stack-refresh): Refactor.
4446         (org-export-stack-remove, org-export-stack-view): Apply renaming.
4447         (org-export-stack-mode-map): Use tabulated list map as a basis.
4448         (org-export-stack--generate, org-export-stack--num-predicate): New
4449         function.
4450         (org-export-get-optional-title): Return regular title when no
4451         optional title is found.
4453         * ox-ascii.el (org-ascii--build-title): Apply change to
4454         `org-export-get-optional-title'.
4456         * ox-html.el (org-html--format-toc-headline): Apply change to
4457         `org-export-get-optional-title'.
4459         * ox-latex.el (org-latex-headline): Apply change to
4460         `org-export-get-optional-title'.
4462         * ox-ascii.el (org-ascii--build-title): Add an argument.  Use
4463         optional title when building a toc line.
4464         (org-ascii--build-toc): Call `org-ascii--build-title' with
4465         appropriate arguments.
4467         * ox-latex.el (org-latex-headline): Use optional title for table
4468         of contents.
4470         * ox-html.el (org-html--toc-text): Renamed from
4471         `org-html-toc-text'.  Add docstring.
4472         (org-html--format-toc-headline): Renamed from
4473         `org-html-format-toc-headline'.  Add docstring.  Use optional
4474         title if possible.
4475         (org-html-toc): Add docstring.
4477         * org-element.el (org-element-headline-parser): Node property
4478         :OPTIONAL_TITLE: in a headline will be parsed and stored under
4479         :optional-title property.
4481         * ox.el (org-export-get-optional-title): New function.
4483         * ox-latex.el (org-latex-format-headline-default-function): Make
4484         the variable a function.
4486         * ox-publish.el (org-publish-resolve-external-fuzzy-link): No
4487         error when resolving external fuzzy links outside publishing.
4488         Though search option for these links will not be resolved.
4490         * ox-latex.el (org-latex-guess-inputenc): Set inputenc option
4491         according to `org-export-coding-system'.
4493         * ox.el (org-export--generate-copy-script): Clone
4494         `buffer-file-coding-system' when creating a buffer copy.
4496         * ox-html.el (org-html-link): Resolve external links with search
4497         options like [[file.org::#custom-id]] or
4498         [[file.org::*headline-search]].
4500         * ox-publish.el (org-publish-collect-numbering)
4501         (org-publish-resolve-external-fuzzy-link): New functions.
4502         (org-publish-org-to): Add new collecting function to final output
4503         filter.  Move index collecting function to the same filter.
4504         (org-publish-collect-index): Called from final output filter.
4506         * ox-html.el (org-html-format-headline--wrap, org-html-headline):
4507         Use :CUSTOM_ID, not :custom-id.
4509         * org-element.el (org-element-latex-environment-parser): Fix wrong
4510         value for :post-affiliated property when parsing a latex
4511         environment.
4513         * ox-latex.el (org-latex-property-drawer): Remove function.
4515         * ox-ascii.el (org-ascii-filter-paragraph-spacing): Remove
4516         reference to now renamed `e-ascii' back-end.
4518         * ox-beamer.el (org-beamer-template): Allow to span documentclass
4519         options accross multiple lines in template.
4521         * ox-latex.el (org-latex-template): Allow to span documentclass
4522         options accross multiple lines in template.
4524         * ox-texinfo.el (org-texinfo--get-node): Upcase property name.
4525         (org-texinfo--get-node): New function.
4526         (org-texinfo-headline, org-texinfo-link): Use new function.
4528         * ox-ascii.el (org-ascii-quote-block): Do not fill quote block
4529         contents.  Just indent them.
4531         * ox-publish.el (org-publish-index-generate-theindex): Do not
4532         create an "* Index" headline in "theindex.inc".  Though, create an
4533         "Index" title in fallback "theindex.org".
4535         * ox-publish.el (org-publish-projects): Publish "theindex.org"
4536         last, so that "theindex.inc" can be completed.
4538         * ox-publish.el (org-publish-project-alist): Fix docstring.
4539         (org-publish-collect-index): Fix typo.
4541         * ox.el (org-export--dispatch-ui): Prevent invisible cursor from
4542         highlighting brackets in UI
4544         * org-element.el (org-element-headline-parser)
4545         (org-element-inlinetask-parser): Fix docstring.
4547         * org.el (org-export-backends): Add new back-end in customize
4548         interface.
4550         * ox-beamer.el (org-beamer--get-label, org-beamer--frame-level)
4551         (org-beamer--format-section, org-beamer--format-frame)
4552         (org-beamer--format-block, org-beamer-headline): Apply changes to
4553         properties.
4555         * ox-html.el (org-html-headline, org-html-link, org-html-section):
4556         Apply changes to properties.
4558         * ox-icalendar.el (org-icalendar-create-uid)
4559         (org-icalendar-blocked-headline-p, org-icalendar-entry)
4560         (org-icalendar--valarm): Apply changes to properties.
4562         * ox-odt.el (org-odt-headline): Apply changes
4564         * ox-publish.el (org-publish-collect-index): Apply changes to
4565         properties.
4567         * ox-texinfo.el (org-texinfo--generate-menu-list)
4568         (org-texinfo--generate-menu-items, org-texinfo-template)
4569         (org-texinfo-headline, org-texinfo-link): Apply changes to
4570         properties.
4572         * ox.el (org-export-resolve-id-link, org-export-get-category):
4573         Apply changes to properties.
4574         (org-export-get-node-property): Update docstring.
4576         * org-element.el (org-element-headline-parser)
4577         (org-element-inlinetask-parser): Upcase properties.  This is done
4578         to avoid confusion between properties from parser (e.g. `:end')
4579         and properties from the property drawer (e.g. :END:).
4581         * ox-publish.el (org-publish-index-generate-theindex): Preserve
4582         order in file.  Fix error when two index entries were identical.
4583         Create again theindex.inc.
4585         * org-element.el (org-element-map): Allow to map over any list.
4586         Do not restrict mapping to object types.
4588         * org-faces.el (org-latex-and-related): Renamed from
4589         `org-latex-and-export-specials', which wasn't appropriate anymore.
4591         * org.el (org-highlight-latex-and-related)
4592         (org-latex-and-related-regexp): New variables.
4593         (org-compute-latex-and-related-regexp, org-do-latex-and-related): New
4594         function, revived from a previous commit.
4595         (org-set-regexps-and-options, org-set-font-lock-defaults): Use new
4596         functions.
4597         (org-set-regexps-and-options): Remove reference to LATEX_CLASS and
4598         beamer back-end.
4600         * ox-publish.el (org-publish-org-to): Small refactoring.
4602         * ox.el (org-export-install-filters): Properly install filters
4603         send through ext-plist mechanism.
4605         * ox-publish.el (org-publish-org-to): Small refactoring.
4607         * ox-html.el (org-html-keyword): Remove INDEX keyword handling.
4608         ox-publish.el takes care of it already.
4610         * org-macro.el: New file.
4612         * org.el: Remove macro code.
4614         * ox.el: Require new library
4616         * ox.el (org-export-resolve-fuzzy-link): Ignore statistics cookies
4617         when matching an headline.
4618         (org-export--dispatch-ui): Display a help message in header line
4619         for scrolling dispatcher's buffer
4620         (org-export-resolve-radio-link): Radio targets are
4621         case-insensitive.
4623         * ox-icalendar.el (org-export-icalendar): Fix docstring.
4625         * ox.el (org-export-dispatch): Fix docstring.
4626         (org-export--dispatch-action): Small improvement to line by line
4627         scrolling.
4628         (org-export-resolve-fuzzy-link): Refactor.  Whitespaces are not
4629         significant when matching a fuzzy link.
4631         * org-element.el (org-element-link-parser): Do not remove newlines
4632         characters in paths anymore, since this is not required.
4634         * ox.el (org-export--dispatch-ui): Renamed from
4635         `org-export-dispatch-ui'.  Handle scrolling.
4636         (org-export--dispatch-action): Renamed from
4637         `org-export-dispatch-action'.  Implement scrolling.
4638         (org-export-dispatch): Apply renaming.
4640         * org.el (org-ctrl-c-ctrl-c): Do nothing when at a blank line,
4641         but still run `org-ctrl-c-ctrl-c-final-hook'.
4642         (org-end-of-line): Remove `ignore-error'.
4644         * org-element.el (org-element-at-point): Return nil when in the
4645         first empty lines of the buffer.  Return headline when in empty
4646         lines just after the headline.
4648         * ox.el (org-export-output-file-name): Add a protection when
4649         output file name is the same as the original org.
4651         * ox-beamer.el (org-beamer-template): Add missing `class' argument
4652         for `format-string'.
4654         * ox-latex.el (org-latex-template): Add missing `class' argument
4655         for `format-string'.
4657         * ox.el (org-export-stack-mode): Fix docstring.
4659         * org-pcomplete.el (pcomplete/org-mode/file-option): Allow
4660         completion for ATTR_ prefixed keywords.
4662         * org.el (org-options-keywords): Add missing colons.
4664         * org-macs.el (org-default-options): Removed function.
4666         * org-pcomplete.el (org-command-at-point): Fix bug with some file
4667         options.
4668         (pcomplete/org-mode/file-option/x): Removed macro.
4669         (pcomplete/org-mode/file-option): Refactor code.
4670         (pcomplete/org-mode/file-option/author)
4671         (pcomplete/org-mode/file-option/date)
4672         (pcomplete/org-mode/file-option/title)
4673         (pcomplete/org-mode/file-option/tags)
4674         (pcomplete/org-mode/file-option/select_tags)
4675         (pcomplete/org-mode/file-option/priorities)
4676         (pcomplete/org-mode/file-option/language)
4677         (pcomplete/org-mode/file-option/filetags)
4678         (pcomplete/org-mode/file-option/exclude_tags)
4679         (pcomplete/org-mode/file-option/email): New functions.
4681         * ox.el (org-export--collect-headline-numbering): Remove footnote
4682         section from TOC.
4683         (org-export-collect-headlines): Do not count footnote section when
4684         numbering a headline.
4686         * ox-beamer.el (org-beamer-plain-list): Also read #+attr_latex
4687         attributes in order to determine list's options.
4689         * ox-ascii.el (org-ascii-inner-template): New function.
4690         (org-ascii-template): Use new function.
4691         (org-ascii-export-as-ascii, org-ascii-export-to-ascii): Update
4692         docstring.
4694         * org-element.el (org-element-link-parser): Take into
4695         consideration links filled and indented.
4697         * org-element.el (org-element-link-parser): Remove all newline
4698         characters in path property.
4700         * ox.el (org-export-as): Call `inner-template' function, if
4701         available.
4703         * ox-html.el (org-html-inner-template): New function.
4704         (org-html-template): Move all parts that should be inserted even
4705         in a body-only export into `org-html-inner-template'.
4707         * org.el (org-forward-element, org-backward-element): When no
4708         headline is found at the same level, still move forward or
4709         backward.
4711         * org-element.el (org-element--current-element): Add a limit
4712         argument.
4713         (org-element--collect-affiliated-keywords): Fix parsing of orphaned
4714         keyword at the end of an element.
4716         * ox-texinfo.el (org-texinfo-src-block): Remove spurious newline
4717         character as `org-export-format-code-default' already makes sure
4718         the string returned will end with a single one.
4720         * ox-latex.el (org-latex-headline): When a function returns a
4721         sectioning command, only one placeholder should be required.
4723         * org-element.el (org-element-nested-p): Do not inline function.
4725         * ox.el (org-export-copy-buffer, org-export-with-buffer-copy)
4726         (org-export--generate-copy-script): Moved earlier in the file.
4728         * ox-texinfo.el (org-texinfo-link): Do not transform path part of
4729         internal links.
4731         * org.el (org-org-menu): Small refactoring.
4733         * ox-beamer.el (require):
4734         * ox-icalendar.el (require):
4735         * ox-jsinfo.el (require):
4736         * ox-md.el (require): Require cl when compiling.
4738         * org.el (org-export-backends):
4739         * ox.el (org-export-dispatch): Fix docstring.
4741         * ox.el (org-export-dispatch-ui): Widen UI by 2 characters.
4743         * ox-latex.el (org-latex-special-block): Add :options attribute to
4744         special blocks to specify options.
4746         * ox-beamer.el (org-beamer-template): Add BEAMER_HEADER keywords
4747         below LATEX_HEADER.
4749         * ox-latex.el (org-latex-format-headline-function): Fix missing
4750         parens in the docstring.
4752         * org.el (org-export-backends): Remove `:initialize' function.
4754         * org.el (org-reload): Also reload export back-ends in use.
4756         * ox-latex.el (org-latex-example-block, org-latex-src-block):
4757         Ignore element if it's empty.  This fixes error "apply: Wrong
4758         number of arguments: max, 0".
4760         * ox-beamer.el (org-beamer-template): Provide an error when LaTeX
4761         class is invalid.
4763         * ox-latex.el (org-latex-template): Provide an error when LaTeX
4764         class is invalid.
4766         * org.el (org-modules): Remove export back-ends from the list.
4767         Update docstring.
4768         (org-export-backends): New variable.
4770         * ox.el (org-export-async-start): Make sure export framework is
4771         required in the external process.
4773         * org.el (org-format-latex-header-extra, org-export-have-math):
4774         Removed variables.
4775         (org-latex-default-packages-alist): Renamed from
4776         `org-export-latex-default-packages-alist'.
4777         (org-latex-packages-alist): Renamed from
4778         `org-export-latex-packages-alist'.
4779         (org-try-cdlatex-tab, org-cdlatex-underscore-caret,
4780         org-cdlatex-math-modify): Reorder in file.
4781         (org-format-latex): Remove `org-format-latex-header-extra'.
4782         (org-create-formula-image-with-dvipng,
4783         org-create-formula-image-with-imagemagick): Apply variables renaming
4784         and removal.
4786         * org-entities.el (org-entities-user): Update docstring.
4788         * ox-latex.el (org-latex-classes, org-latex-listings): Update
4789         docstring.
4790         (org-latex-guess-inputenc): Renamed from `org-latex--guess-inputenc'.
4791         (org-latex-guess-babel-language): Renamed from
4792         `org-latex--guess-babel-language'.
4793         (org-latex-template): Apply renaming.
4795         * ox-beamer.el (org-beamer-template): Apply renaming.
4797         * ob-latex.el (org-babel-execute:latex): Apply variable renaming
4798         and removal.
4799         (org-babel-latex-tex-to-pdf): Call `org-latex-compile' instead of
4800         copying it.
4802         * org-macs.el (org-if-unprotected, org-if-unprotected-1)
4803         (org-if-unprotected-at): Removed macros.
4804         (org-re-search-forward-unprotected): Removed function.
4806         * org.el (org-format-latex):
4807         * org-list.el (org-list-struct):
4808         * org-footnote.el (org-footnote-at-reference-p):
4809         * org-capture.el (org-capture-fill-template): Remove reference to
4810         `org-protected'.
4812         * ob-exp.el (org-babel-exp-process-buffer): Renamed from
4813         `org-export-blocks-preprocess'.
4815         * ox.el (org-export-execute-babel-code): Apply previous renaming.
4817         * org-pcomplete.el (pcomplete/org-mode/file-option): Collect valid
4818         keywords for completion without requiring the whole export
4819         framework.
4820         (pcomplete/org-mode/file-option/options): Rewrite using new export
4821         framework.  Only complete up to the colon.
4822         (pcomplete/org-mode/file-option/x): Removed macro.
4823         (pcomplete/org-mode/file-option/title)
4824         (pcomplete/org-mode/file-option/author)
4825         (pcomplete/org-mode/file-option/email)
4826         (pcomplete/org-mode/file-option/date): Removed functions.
4827         (pcomplete/org-mode/file-option/infojs_opt): New function.
4829         * org-clock.el (org-clocktable-defaults)
4830         (org-clocktable-write-default): Avoid requiring the whole export
4831         framework just to check one variable.
4833         * org-footnote.el (org-footnote-section): Update docstring.
4834         (org-footnote-normalize): Remove all export related part from the
4835         function.
4837         * org-inlinetask.el (org-inlinetask-export)
4838         (org-inlinetask-export-templates): Removed variables.
4839         (org-inlinetask-export-handler): Removed function.
4841         * org-plot.el: Remove dependency on `org-exp' library.
4843         * org.el (org-additional-option-like-keywords): Remove variable.
4844         (org-get-export-keywords): New function.
4845         (org-options-keywords): Update default list of keywords.
4846         (org-remove-flyspell-overlays-in): Apply changes to keywords
4847         compilation.
4848         (org-highlight-latex-fragments-and-specials)
4849         (org-latex-and-specials-regexp)
4850         (org-export-html-special-string-regexps): Remove variables.
4851         (org-compute-latex-and-specials-regexp)
4852         (org-do-latex-and-special-faces, org-remove-file-link-modifiers):
4853         Remove functions.
4854         (org-set-regexps-and-options, org-set-font-lock-defaults): Apply all
4855         removals.
4856         (org-use-sub-superscripts): Fix docstring.  Remove unused group.
4857         (org-match-sexp-depth): Make it a defconst instead of a defcustom
4858         in order to remove `org-export-translation' group completely.
4860         * ob-haskell.el (org-babel-haskell-export-to-lhs): Use new
4861         exporter.
4863         * ob-latex.el (org-babel-execute:latex): Use new exporter.
4865         * ob-org.el (org-babel-execute:org): Use new exporter.
4867         * org-agenda.el (org-agenda-menu, org-agenda-write): Use new
4868         iCalendar export back-end.
4870         * org-table.el (org-table-export, orgtbl-export): Remove
4871         dependency on `org-exp' library.
4872         (org-table-clean-before-export): New function.
4873         (org-table-colgroup-info): New variable.
4874         (orgtbl-to-html): Use to new HTML export back-end.
4876         * org.el (org-modules): Remove modules relative to obsolete export
4877         framework and add those relative to the new one.
4878         (org-create-formula-image-with-dvipng, org-format-latex
4879         org-create-formula-image-with-imagemagick): Use new exporter.
4880         (org-indent-line): INCLUDE keywords are indented like regular
4881         keywords.
4882         (org-mode-map): Bind C-c C-e to new export dispatcher.
4883         (org-menu): Install new exporter in menu.
4885         * org-ascii.el:
4886         * org-beamer.el:
4887         * org-docbook.el:
4888         * org-exp-blocks.el:
4889         * org-exp.el:
4890         * org-freemind.el:
4891         * org-html.el:
4892         * org-icalendar.el:
4893         * org-jsinfo.el:
4894         * org-latex.el:
4895         * org-lparse.el:
4896         * org-odt.el:
4897         * org-publish.el:
4898         * org-special-blocks.el:
4899         * org-taskjuggler.el:
4900         * org-xoxo.el: Remove
4902         * ox-ascii.el:
4903         * ox-beamer.el:
4904         * ox-html.el:
4905         * ox-icalendar.el:
4906         * ox-jsinfo.el:
4907         * ox-latex.el:
4908         * ox-man.el:
4909         * ox-md.el:
4910         * ox-odt.el:
4911         * ox-publish.el:
4912         * ox-texinfo.el:
4913         * ox.el: New file.
4915         * ob-exp.el (org-export-blocks-preprocess): Do not use
4916         `indent-code-rigidly' as it doesn't indent contents of strings.
4918         * org-element.el (org-element-map): Change to function
4919         indentation.  Also complete docstring.
4921         * org.el (org-ctrl-c-ctrl-c): Major rewrite function using
4922         Elements.
4924         * org-element.el (org-element-at-point): When point is before any
4925         element, in the first blank lines of the buffer, return nil.  When
4926         point is within blank lines just after a headline, return that
4927         headline.
4928         (org-element-context): Return nil when point is within the blank at
4929         the beginning of the buffer.
4931         * org.el (org-edit-special): Fix regression.
4932         (org-timestamp-has-time-p, org-timestamp-format)
4933         (org-timestamp-split-range, org-timestamp-translate): New
4934         functions.
4936         * org-element.el (org-element-timestamp-interpreter): Interpret
4937         timestamps ranges with repeaters.
4939         * org.el (org-edit-special): Rewrite `org-edit-special' using Org
4940         Elements tools.  Behaviour should be unchanged.
4942         * org-element.el (org-element-context): Add an optional argument
4943         so that (org-element-context) and (org-element-context
4944         (org-element-at-point)) are equivalent.
4946         * ob.el: Only use the :wrap argument up to the first space when
4947         creating the #+END_ directive.
4949         * org-element.el (org-element-object-variables): New variable.
4950         (org-element-parse-secondary-string): Copy some buffer-local
4951         variables to the temporary buffer created to parse the string so
4952         links can still be properly expanded.
4953         (org-element-link-parser): Link expansion and translation are applied
4954         transparently for the parser.
4956         * org-element.el (org-element-line-break-parser): Line break
4957         includes the newline character following the backslashes.
4958         (org-element-line-break-interpreter): Apply changes to line break
4959         parsing.
4961         * org.el (org-all-targets): Fix radio targets detection when
4962         object is directly followed by a non-whitespace character.
4964         * ob.el (org-babel-use-quick-and-dirty-noweb-expansion): Renamed
4965         from `org-babel-use-quick-and-dirty-noweb-expansion'.
4966         (org-babel-expand-noweb-references): Use new variable name.
4968         * org-element.el (org-element-timestamp-interpreter): Fix
4969         timestamp interpreter when raw value isn't available.
4971         * ob-exp.el (org-babel-exp-non-block-elements): Make sure to parse
4972         inline babel call or inline src block instead of the following
4973         object.
4975         * org-element.el (org-element-timestamp-parser): Timestamp with
4976         time range has active/inactive-range type.
4977         (org-element-block-name-alist): Do not reset
4978         `org-element-block-name-alist' at each reload.
4979         (org-element-object-restrictions): Allow timestamps in parsed
4980         keywords (i.e. DATE).
4982         * org-agenda.el (org-agenda-show-clocking-issues)
4983         (org-agenda-format-item): Silence byte compiler.
4985         * org-colview-xemacs.el (org-agenda-columns): Silence byte
4986         compiler.
4988         * org-colview.el (org-agenda-columns): Silence byte compiler.
4990         * org.el (org-properties-postprocess-alist): Silence byte
4991         compiler.
4993         * org-element.el (org-element-timestamp-parser): Return nil for
4994         unspecified :hour-end and :minute-end properties.
4995         (org-element-object-restrictions): Add footnote references objects
4996         in table cells.
4997         (org-element-interpret-data): Clear text properties when
4998         interpreting a string .
5000         * org-capture.el (org-capture--expand-keyword-in-embedded-elisp):
5001         Fix docstring.
5003         * org.el (org-adaptive-fill-function): Items do not have
5004         a :post-affiliated property. Use :begin property instead.
5006         * org-element.el (org-element-headline-parser)
5007         (org-element-inlinetask-parser): Remove :clockedp property.
5009         * org.el (org-adaptive-fill-function): All elements do not have a
5010         :post-affiliated property.
5011         (org-macro-replace-all): Signal an error when a circular macro
5012         expansion happens.
5013         (org-macro-initialize-templates): Fix docstring.
5015         * org-element.el (org-element-map): Fix docstring.
5016         (org-element-contents, org-element-set-contents)
5017         (org-element-adopt-elements): Fix accessors and setters wrt
5018         secondary strings.
5019         (org-element-headline-parser)
5020         (org-element-inlinetask-parser): Fix void-function
5021         `org-clocking-buffer' error.
5022         (org-element-context): Fix org-element-context on parsed keywords.
5023         (org-element-context): Find objects in document and parsable
5024         affiliated keywords.
5025         (org-element-center-block-parser)
5026         (org-element-drawer-parser, org-element-dynamic-block-parser)
5027         (org-element-footnote-definition-parser)
5028         (org-element-plain-list-parser)
5029         (org-element-property-drawer-parser)
5030         (org-element-quote-block-parser, org-element-special-block-parser)
5031         (org-element-babel-call-parser, org-element-comment-parser)
5032         (org-element-comment-block-parser, org-element-diary-sexp-parser)
5033         (org-element-example-block-parser)
5034         (org-element-export-block-parser, org-element-fixed-width-parser)
5035         (org-element-horizontal-rule-parser, org-element-keyword-parser)
5036         (org-element-latex-environment-parser)
5037         (org-element-paragraph-parser, org-element-src-block-parser)
5038         (org-element-table-parser, org-element-verse-block-parser): Add
5039         `:post-affiliated' property to elements.
5040         (org-element-inlinetask-parser): Remove affilated keywords.
5042         * org.el (org-adaptive-fill-function): Use new property.
5044         * org-element.el (org-element--collect-affiliated-keywords):
5045         Allow duals keywords with only secondary value.
5046         (org-element-timestamp-parser): Modify timestamp objects
5047         properties.
5048         (org-element-headline-parser, org-element-inlinetask-parser): Remove
5049         `:timestamp' and `:clock' property.  Add `:clockedp' property.  Also,
5050         set `:closed', `:deadline' and `:scheduled' values to timestamp
5051         objects, not strings.  Small refactoring.
5052         (org-element-clock-parser): Rename `:time' property into `:duration'.
5053         Also, set `:value' value as a timestamp object, not a string.
5054         (org-element-planning-parser): Set `:closed', `:deadline' and
5055         `:scheduled' values to timestamp objects, not strings.
5056         (org-element-clock-interpreter, org-element-planning-interpreter)
5057         (org-element-timestamp-interpreter): Update interpreters.
5058         (org-element--current-element): Tiny refactoring.
5060         * ob.el (org-babel-where-is-src-block-result): Insert new results
5061         keyword in current narrowed part of buffer, if necessary. Small
5062         refactoring.
5063         (org-babel-insert-result): Do not widen buffer when new results have
5064         to be inserted.  Therefore, results inserted after the last block of
5065         a narrowed buffer still belong to the narrowed part of the buffer.
5067         * org-agenda.el (org-agenda-get-deadlines): Tiny stylistic change.
5069         * org-element.el (org-element-paragraph-separate): Diary-sexp
5070         elements can separate paragraphs.
5071         (org-element-all-elements): Install new `diary-sexp' type.
5072         (org-element--current-element): Recognize new `diary-sexp' elements.
5073         (org-element-diary-sexp-parser)
5074         (org-element-diary-sexp-interpreter): New functions.
5075         (org-element-horizontal-rule-parser)
5076         (org-element-keyword-parser, org-element--current-element): Small
5077         refactoring.
5078         (org-element-property): Access to text properties when argument is
5079         a string.
5080         (org-element-put-property): Correctly set property when target is
5081         a string.
5082         (org-element-adopt-elements): Also put :parent properties on
5083         strings.
5085         * ob-exp.el (org-babel-exp-code): Escape code when re-creating a
5086         src blocks.
5087         (org-export-blocks-preprocess): Pos can sometimes be set to a
5088         value greater than start, because of indentation, and lead to a
5089         search bound error.
5090         (org-babel-exp-code): Remove comma-escaping special rule for Org
5091         blocks.
5092         (org-export-blocks-preprocess): Results of an evaluated code block
5093         can be inserted within the blank lines after the block.  Hence, if
5094         the block has to be removed, delete everything down to the first
5095         non-blank line after the end of block closing string, instead of
5096         removing everything down to the very end of the block.
5098         * org.el (org-all-targets): Make sure the regexp really matched a
5099         radio target.
5100         (org-macro-expand, org-macro-replace-all): Change signature.  The
5101         function now accepts an alist of templates so it doesn't have to
5102         rely only on `org-macro-templates'.
5103         (org-macro-initialize-templates): {{{date}}} is not anymore an
5104         alias for {{{time}}}.  During export, it will provide the value
5105         stored in DATE keyword instead.
5107         * org-element.el (org-element-object-restrictions): Allow links in
5108         caption. Also allow inline-src-blocks and inline-babel-calls.
5109         (org-element-map): Change signature.
5110         (org-element-parsed-keywords): Remove document properties from the
5111         value.
5112         (org-element-dual-keywords): Fix docstring.
5113         (org-element-document-properties): New variable
5114         (org-element-all-elements): Add `node-property' as a new element
5115         type.
5116         (org-element-greater-elements): Add property-drawer element to
5117         greater elements since they now contain node-property elements.
5118         (org-element-drawer-parser): Small refactoring.
5119         (org-element-property-drawer-parser): Move into Greater Elements
5120         file section.
5121         (org-element-node-property-parser,
5122         org-element-node-property-interpreter): New functions.
5123         (org-element--current-element, org-element-at-point)
5124         (org-element--parse-elements): Handle new element type.
5125         (org-element--collect-affiliated-keywords): Fix return value.
5126         (org-element-center-block-parser)
5127         (org-element-drawer-parser, org-element-dynamic-block-parser)
5128         (org-element-footnote-definition-parser)
5129         (org-element-plain-list-parser, org-element-quote-block-parser)
5130         (org-element-special-block-parser, org-element-babel-call-parser)
5131         (org-element-comment-parser, org-element-comment-block-parser)
5132         (org-element-example-block-parser)
5133         (org-element-export-block-parser, org-element-fixed-width-parser)
5134         (org-element-horizontal-rule-parser, org-element-keyword-parser)
5135         (org-element-latex-environment-parser)
5136         (org-element-paragraph-parser, org-element-property-drawer-parser)
5137         (org-element-src-block-parser, org-element-table-parser)
5138         (org-element-verse-block-parser): Change signature. Now use an
5139         additional argument: affiliated.
5140         (org-element--current-element): Skip affiliated keywords and pass
5141         them as an argument to parsers.  It prevents to walk through these
5142         keywords twice: the first time to get to the first line of the
5143         element, and a second time to collect the affiliated keywords.
5145         * ob-exp.el (org-babel-exp-non-block-elements): More accurate
5146         white space handling when evaluating inline-src-block, babel-call
5147         and inline-babel-call elements or objects.  Also removed use of
5148         `org-babel-examplize-region' since it would never be called
5149         anyway; return value from `org-babel-exp-do-export' is never nil.
5150         (org-export-blocks-preprocess): Preserve affiliated keywords when
5151         replacing a code block.
5153         * org-element.el (org-element-multiple-keywords): Allow multiple
5154         caption keywords.
5156         * ob-exp.el (org-export-blocks-preprocess): Fix block evaluation
5157         when results are before the block.
5158         (org-export-blocks-preprocess): Improve blank lines handling in
5159         function. Add comments. Remove `org-export-blocks-postblock-hook'
5160         since it's defined nowhere now
5161         (and doesn't need to, there's `org-export-before-parsing-hook'
5162         already).
5164         * org-exp-blocks.el: Delete.
5166         * ob-exp.el (org-export-blocks-preprocess):
5167         * ob-ditaa.el (org-ditaa-jar-path): Moved from
5168         "org-export-blocks.el".
5170         * ob-exp.el (org-babel-exp-src-block): Remove unused argument.
5171         (org-babel-exp-non-block-elements): Rewrite function using Org
5172         Element.
5174         * org-exp-blocks.el (org-export-blocks-preprocess): Rewrite
5175         function using Org Element.
5177         * org-element.el (org-element-recursive-objects)
5178         (org-element-object-restrictions): Remove `macro' from recursive
5179         object types.
5181         * org.el (org-macro-initialize-templates): Small refactoring.
5182         (org-mode): Initialize macros templates.
5183         (org-macro-templates): New variable.
5184         (org-macro-expand, org-macro-replace-all)
5185         (org-macro-initialize-templates): New functions.
5187         * org-element.el (org-element-link-type-is-file): New variable.
5188         (org-element-link-parser): Extract search option and application
5189         in "file"-type links.
5191         * org.el (org-mode): Set back comment-start-skip so comment-dwin
5192         can tell a keyword from a comment.
5194 2013-11-12  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
5196         * org.el (org-time-stamp): When INACTIVE is non-nil, insert an
5197         inactive timestamp also with double universal argument.
5198         (org-set-regexps-and-options): Don't set font-lock defaults here.
5199         (org-mode): Set font-lock defaults here.
5200         (org-insert-link): Call `org-link-try-special-completion' from the
5201         original buffer.
5203 2013-11-12  Oleh  <oleh.krehel@gmail.com>
5205         * org.el (org-open-at-point): The new code is being run in the
5206         same spot as `org-open-link-functions'.  In case they failed,
5207         check if link matches "^id:" and if so, load the id interface and
5208         follwo the link.
5210 2013-11-12  Rasmus  <rasmus@gmx.us>  (tiny change)
5212         * ox-latex.el (org-latex--inline-image): The pgf format is
5213         associated to an inline image and treated like tikz files.
5215 2013-11-12  Richard Lawrence  <richard.lawrence@berkeley.edu>  (tiny change)
5217         * org-agenda.el (org-cmp-ts): Avoid error when trying to
5218         `string-match' against nil.
5220 2013-11-12  Rick Frankel  <rick@rickster.com>
5222         * ox-html.el (org-html-doctype): New function.
5223         (org-html-template): Use `org-html-doctype' instead of inline
5224         code.
5225         (org-html-headline): Use the new
5226         `org-html--container' function to set container element.
5227         (org-html--container): Returns appropriate element for headline
5228         container.
5229         (org-html-divs): Extra character in doc string.
5230         (org-babel-execute:sql): Unquote cmdline argument in
5231         format string, dbish requires three separate arguments. Add dbi to
5232         the list of engines with automatically added header separator.
5233         (org-html--build-pre/postamble): Add css class to wrapper div
5234         (defaults to `org-pre/postamble-class').  Move spec building to
5235         separate function (`org-html-format-spec').
5236         (org-html-format-spec): New function.
5237         (org-pre/postamble-class): New variable.
5238         (org-html--timestamp-format): New variable used in the metadata
5239         and the pre/postamble.
5240         (org-html-style-default): Make the preamble and postamble use the
5241         same style.  Make all anchors font-size %100.  Remove margin from
5242         the content section.
5243         (org-html-container-element): Fix docstring.
5244         (org-html-postamble-format, org-html-preamble-format): Update
5245         docstrings.
5246         (org-html-template): Use `org-html--build-pre/postamble'.
5247         (org-html--build-pre/postamble): New function, combining the
5248         pre/postamble generator.  Merge lists of formatters from the
5249         preamble and postamble.  Fix bug, using :time-stamp-file instead
5250         of :with-date for auto display of date: this brings usage in-line
5251         with the latex and beamer exporter.
5252         (org-html--build-postamble, org-html--build-postamble): Delete.
5253         (define-backend): Add :html-doctype and :html-container
5254         parameters.
5255         (org-html-doctype): New option for doctype declaration.
5256         (org-html-container-elemnt): New option for specifying the wrapper
5257         container element.
5258         (org-html-divs): Change to alist of three entries each containing
5259         a key ('preamble, 'content, 'postamble), an HTML element type and
5260         an id to allow setting container elements.
5261         (org-html--build-preamble, org-html--build-postamble): Modified to
5262         use `org-html-divs'.
5263         (org-html-template): Modified to use doctype and container-element
5264         settings.
5265         (org-export-define-backend): Add css url option.
5266         (org-export-htmlized-org-css-url): Modify docstring and options.
5267         (org-html--build-style): Include css-url if specified.
5269 2013-11-12  Roberto Huelga Díaz  <rhuelga@gmail.com>  (tiny change)
5271         * org-timer.el (org-timer-set-timer): Use the variable
5272         `org-clock-sound' when calling `org-notify'.
5274 2013-11-12  Ryo TAKAISHI  <ryo.takaishi.0@gmail.com>
5276         * org-capture.el (org-capture--expand-keyword-in-embedded-elisp):
5277         New function.
5278         (org-capture-expand-embedded-elisp): Use the new function.
5280         * ob-tangle.el (org-babel-tangle-collect-blocks): Change argument
5281         name collid `org-babel-map-src-blocks' variable 'lang'.
5283         * org-protocol.el (org-protocol-convert-query-to-plist): New
5284         function.
5285         (org-protocol-do-capture): Use new function.
5286         (org-protocol-data-separator): Change default separator.
5288 2013-11-12  Rémi Vanicat  <vanicat@debian.org>  (tiny change)
5290         * org-table.el (orgtbl-format-line): Fix bug when formatting line.
5292 2013-11-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5294         * ox-latex.el (org-latex-listings): Don't quote const value.
5296         * ob-C.el (org-babel-C-var-to-C): Add list support
5297         (org-babel-C-val-to-C-list-type, org-babel-C-val-to-C-type)
5298         (org-babel-C-format-val): New functions.
5299         (org-babel-C-ensure-main-wrap, org-babel-execute:C)
5300         (org-babel-execute:C++, rg-babel-execute:cpp)
5301         (org-babel-C++-compiler, org-babel-C-compiler): Improve docstring.
5303         * org-entities.el (org-entities): Add support for hbar.
5305 2013-11-12  Sacha Chua  <sacha@sachachua.com>  (tiny change)
5307         * org.el (org-read-date-get-relative): Handle positive and
5308         negative weekday specifications so that they don't return today.
5309         If today is Friday, "fri" should mean next Friday.  This changes
5310         the previous behavior, which required you to specify "+2fri" in
5311         order to mean next Friday if today was Friday.  If you want to
5312         schedule something for today, you can use ".".
5314 2013-11-12  Samuel Loury  <konubinix@gmail.com>  (tiny change)
5316         * org.el (org-open-at-point): Open a plain link even if the cursor
5317         is before it, which is consistent with the behavior with respect
5318         to bracket and angle links.
5320 2013-11-12  Sean O'Halpin  <sean.ohalpin@gmail.com>  (tiny change)
5322         * ob.el (org-babel-expand-noweb-references): Capture current noweb
5323         start and end patterns then use them to set buffer locals in a
5324         (with-temp-buffer ...) form.
5326 2013-11-12  Sebastien Vauban  <xxx@public.gmane.org>
5328         * ox-latex.el (org-latex-listings-langs): Update custom variable.
5330         * ob-core.el (org-babel-parse-src-block-match): Fix order of list
5331         of header arguments.
5333         * org-clock.el (org-clock-goto-before-context): New option.
5334         (org-clock-goto): Use the new option.
5335         (org-clocktable-write-default): Insert the summary as a standard
5336         #+CAPTION keyword for the (clock) table.
5338 2013-11-12  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
5340         * org-agenda.el (org-agenda-prefix-format): Small docstring
5341         enhancement.
5343 2013-11-12  Suhail Shergill  <suhailshergill@gmail.com>  (tiny change)
5345         * ob-core.el (org-babel-temp-file): For remote hosts, modify the
5346         prefix and leave `temporary-file-directory' unchanged.
5348 2013-11-12  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
5350         * org.el (org-speed-commands-default): Change default binding for
5351         org-mark-subtree from "." to "@" to be more consistent with "C-c
5352         @".
5354 2013-11-12  Tim Burt  <tcburt@rochester.rr.com>  (tiny change)
5356         * org-datetree.el (org-datetree-find-year-create): Also match
5357         headlines with tags.
5359 2013-11-12  Toby S. Cubitt  <tsc25@cantab.net>
5361         * org.el (org-time-clocksum-format)
5362         (org-time-clocksum-fractional-format): In addition to a single
5363         format string, the clocksum formats can now be plists specifying
5364         separate formats for different time units.
5365         (org-minutes-to-clocksum-string): New function to replace
5366         `org-minutes-to-hh:mm-string', which converts a number of minutes
5367         to a string according to the customization options.
5369         * org-colview.el (org-columns-number-to-string): Use the new
5370         `org-minutes-to-clocksum-string' function to format clocksum
5371         durations.
5373         * org-clock.el: Always call new `org-minutes-to-clocksum-string'
5374         function when formatting time durations, instead of calling
5375         `org-minutes-to-hh:mm-string' or passing
5376         `org-time-clocksum-format' directly to format.
5378 2013-11-12  Tokuya Kameshima  <kametoku@gmail.com>
5380         * org-mew.el (org-mew-inbox-folder, org-mew-use-id-db)
5381         (org-mew-subject-alist, org-mew-capture-inbox-folders)
5382         (org-mew-capture-guess-alist): New options.
5383         (org-mew-store-link, org-mew-open): Rewrite.
5384         (org-mew-folder-name, org-mew-follow-link)
5385         (org-mew-folder-eixsts-p, org-mew-get-msgnum)
5386         (org-mew-open-by-message-id, org-mew-search, org-mew-capture)
5387         (org-mew-capture-guess-selection-keys): New functions.
5389 2013-11-12  Trevor Murphy  <trevor.m.murphy@gmail.com>  (tiny change)
5391         * org.el (org-get-compact-tod): Always pad minutes to two places.
5393 2013-11-12  Viktor Rosenfeld  <listuser36@gmail.com>  (tiny change)
5395         * org.el (org-agenda-prepare-buffers): Add tags defined in
5396         `org-tag-persistent-alist' to `org-tag-alist-for-agenda'.
5398 2013-11-12  Vitalie Spinu  <spinuvit@gmail.com>
5400         * ob-tangle.el (org-babel-find-file-noselect-refresh): Call
5401         `find-file-noselect' with 'nowarn argument to surpress
5402         `yes-or-no-p' reversion message.
5404         * ob-core.el (org-babel-where-is-src-block-head): Return
5405         `point-marker' instead of `point'.
5407 2013-11-12  Yann Hodique  <yann.hodique@gmail.com>
5409         * org-publish.el (org-publish-org-to-taskjuggler): New function to
5410         publish taskjuggler projects.
5412 2013-11-12  Yasushi Shoji  <yashi@atmark-techno.com>
5414         * org-clock.el (org-clock-x11idle-program-name): New option.
5415         (org-x11idle-exists-p, org-x11-idle-seconds): Use it.
5417 2013-11-12  Yoshinari Nomura  <nom@quickhack.net>
5419         * ox-html.el (org-html--has-caption-p): New function.
5420         (org-html-link--inline-image, org-html-table): Prepend ordinal
5421         number to caption.
5422         (org-html-link): Make numbered link by counting captioned figures
5423         and tables.
5425         * ox.el (org-export-dictionary): Add Japanese translations for
5426         figures and tables.  Add "Figure %d:" entry in the same manner
5427         with "Table %d:".
5429 2013-11-12  Nicolas Richard  <nrichard@ulb.ac.be>
5431         * ob.el (org-babel-edit-distance): When insertion or deletion are
5432         needed, make sure the distance is incremented.  In addition, the
5433         now obsolete mmin function was removed.
5435 2013-11-12  Oleh Krehel <wave@mail.ua>
5437         * org-capture.el (org-capture-expand-embedded-elisp): Throw error
5438         if result is not a string and not nil.  If the result is nil,
5439         treat it as if it was the empty string.
5441         * org-clock.el (org-clock-notify-once-if-expired): Honor
5442         `org-clock-sound'.
5444 2013-11-12  Rasmus Pank  <rasmus.pank@gmail.com>
5446         * org.el (org-format-latex-header): Remove eucal and amsmath.
5447         (org-latex-default-packages-alist): Remove amstext and add
5448         amsmath.
5450         * ox-latex.el (org-latex-item): Use square as unchecked symbol.
5452         * org.el (org-latex-default-packages-alist): Remove latexsym.
5454         * org-entities.el (org-entities): Add support for ell, imath,
5455         jmath, varphi, varpi, aleph, gimel, beth, dalet, cdots, S (§),
5456         dag, ddag, colon, therefore, because, triangleq, leq, geq,
5457         lessgtr, lesseqgtr, ll, lll, gg, ggg, prec, preceq, preccurlyeq,
5458         succ, succeq, succurlyeq, setminus, nexist(s), mho, check, frown,
5459         diamond.  Changes loz, vert, checkmark, smile and tilde.
5461         * ob-C.el: Added C++ to `org-babel-load-languages' automatically
5462         after loading C.
5464         * org-src.el (org-src-lang-modes): Added association between
5465         language C++ and `c++-mode'.
5467         * ox.el (org-export-smart-quotes-alist): Added ("da" "no" "nb"
5468         "nn" "sv").
5469         (org-export-dictionary): Added some entries ("da" "no" "nb" "nn"
5470         "sv").
5471         (org-export-default-language): Mention other variables affected by
5472         language.
5474         * ox-latex.el (org-latex-babel-language-alist): Added 'nb', 'nn',
5475         and 'no' for Norwegian.  Removed 'no-no'.
5476         (org-latex-pdf-process): let `latexmk' be a preconfigured choice
5477         and change the wording of the docstring.
5478         (org-latex-guess-babel-language): Replace AUTO with language if
5479         AUTO is the option of the LaTeX package Babel.
5480         (org-latex-classes): updated documentation with respect
5481         to `org-latex-guess-babel-language'.
5483 2013-11-12  Дядов Васил Стоянов  <vdyadov@elvees.com>  (tiny change)
5485         * org-docview.el (org-docview-export): New function to export
5486         docview links.
5488 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5490         * org-agenda.el (org-agenda-mode):
5491         * org-indent.el (org-indent-mode): Use the `local' arg of
5492         add-hook/remove-hook.
5494 2013-03-08  Bastien Guerry  <bzg@gnu.org>
5496         * org-exp.el (org-export-normalize-links): Fix critical bug: do
5497         not rely on `org-context' to guess where to prevent links
5498         normalization.
5500 2013-02-28  Achim Gratz  <Stromeko@Stromeko.DE>
5502         * org.el (org-org-menu): Use correct key "C-u C-c C-x !" to do
5503         org-reload uncompiled in the menu.
5505 2013-02-28  Bastien Guerry  <bzg@gnu.org>
5507         * org-indent.el (org-indent-add-properties): Bugfix: prevent
5508         negative value for `added-ind-per-lvl'.
5510         * org.el (org-mode): Add `org-fix-ellipsis-at-bol' to
5511         `isearch-mode-end-hook' so that any isearch fixes the problem with
5512         ellipsis on the first line.
5513         (org-fix-ellipsis-at-bol): New defsubst.
5514         (org-show-context, org-isearch-end): Use it.
5516         * org.el (org-show-context): Remove useless catch.
5517         Make sure the top of the window is a visible headline.
5518         (org-activate-plain-links): Remove unused catch.
5520         * org-macs.el (org-get-alist-option): Return nil, not (nil),
5521         so that `org-show-context' DTRT.
5523         * org.el (org-imenu-get-tree): Fix bug when matching against empty
5524         headlines.
5526         * org.el (org-overview): Stay on current line.
5527         (org-map-entries): Fix docstring.
5528         (org-at-clock-log-p): Delete.
5529         * org-clock.el (org-at-clock-log-p): Move here.
5531         * org.el (org-tsr-regexp-both): Don't activate dates in links.
5532         (org-activate-dates): Change match boundaries according to the new
5533         value of `org-tsr-regexp-both'.
5535         * org-agenda.el (org-agenda-to-appt): Fix typos.
5537         * org-agenda.el (org-agenda-local-vars): Don't include
5538         `org-agenda-show-window' as it needs to be checked outside of the
5539         agenda window.
5541         * org.el (org-set-tags-command): Fix bug when setting tags for
5542         multiple headlines in an active region.
5544         * org-mobile.el (org-mobile-edit): DTRT when inserting a heading
5545         in an invisible region.
5547         * org.el (org-insert-heading-respect-content): Add docstring.
5548         New `invisible-ok' parameter.
5549         (org-insert-todo-heading-respect-content): Add docstring.
5551         * ob-tangle.el (org-babel-tangle-collect-blocks):
5552         Bugfix: remove code references from blocks.
5554         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
5555         Cosmetic changes.
5556         (org-agenda-show-new-time): Fix bug when displaying a temporary
5557         overlay with the scheduled/deadline information.
5559         * org.el (org-fill-paragraph-with-timestamp-nobreak-p): New function.
5560         (org-setup-filling): Use it to prevent breaking a timestamp when
5561         filling a paragraph.
5563         * org-id.el (org-id-get-with-outline-path-completion): Fix docstring.
5565 2013-02-28  Tim Burt  <tcburt@rochester.rr.com>  (tiny change)
5567         * org-datetree.el (org-datetree-find-year-create):
5568         Match headlines with tags.
5570 2013-02-07  Bastien Guerry  <bzg@gnu.org>
5572         * org-agenda.el (org-agenda-get-deadlines)
5573         (org-agenda-get-scheduled): Fix bug: use text properties for the
5574         headline text since we rely on properties to get e.g. the effort.
5576         * org-exp.el (org-export-normalize-links): Don't match links
5577         within tags.
5579         * org-html.el (org-export-html-preamble-format)
5580         (org-export-html-postamble-format): Mention that
5581         org-export-html-preamble/postamble need to be `t' in order for
5582         these variables to have any effect.
5584         * org-html.el (org-html-handle-links): When the link description
5585         is an image and the attribute is "width", pass the attribute to
5586         the <img ...> tag.
5588         * org.el (org-mode): Always honor `org-startup-indented', even
5589         when `org-inhibit-startup' is non-nil.
5591         * org-indent.el (org-indent-mode): Don't check
5592         `org-inhibit-startup'.
5594         * org.el (org-fontify-meta-lines-and-blocks-1): Don't try to add
5595         text properties outside of the buffer.
5597         * org.el (org-agenda-inhibit-startup): Rename from
5598         `org-agenda-inhibit-startup-visibility-cycling'.
5599         (org-agenda-prepare-buffers): Bind `org-inhibit-startup' to
5600         `org-agenda-inhibit-startup'.
5602         * org.el (org-mode): Don't initialize `org-beamer-mode' when
5603         `org-inhibit-startup' is non-nil.
5605         * org-footnote.el (org-footnote-create-definition): Prevent
5606         `electric-indent-mode' from inserting the definition at the wrong
5607         place.
5609         * org-agenda.el (org-agenda-no-heading-message): Delete.
5610         (org-agenda-get-timestamps, org-agenda-get-progress)
5611         (org-agenda-get-deadlines, org-agenda-get-scheduled)
5612         (org-agenda-get-blocks): Don't use
5613         `org-agenda-no-heading-message', skip the entry.
5615         * org.el (org-agenda-inhibit-startup-visibility-cycling):
5616         New option.
5617         (org-agenda-prepare-buffers): Use it to speed up the agenda
5618         generation.
5620         * org-agenda.el (org-agenda-skip): Fix bug by correctly skipping
5621         commented scheduled/deadline lines.
5623         * org-clock.el (org-clock-in): Fix bug when fetching the effort
5624         value.
5626         * ob-python.el (org-babel-python-command): Fix docstring.
5627         (org-babel-python-initiate-session-by-key): Fix bug: `run-python'
5628         from Emacs >24.1 requires a python command as an argument.
5630         * org-element.el (org-element-at-point): Fix typo in docstring.
5632         * org-agenda.el (org-agenda-get-deadlines): Fix bug: use
5633         `org-agenda-show-inherited-tags'.
5635         * org-agenda.el (org-agenda-skip): Correctly handle commented out
5636         scheduled/deadline lines.  Refactor.
5638         * org-install.el: Do not warn users.
5640         * org.el (org-adaptive-fill-function): In message-mode, don't
5641         lines in the message header, nor table lines in the body.
5642         Correctly fill lines starting with `org-outline-regexp' in the
5643         body.
5645         * org-agenda.el (org-agenda-open-link): Fix bug with opening all
5646         links.
5648 2013-02-07  Francesco Pizzolante  <fpz-djc/iPCCuDYQheJpep6IedvLeJWuRmrY@public.gmane.org>  (tiny change)
5650         * org-clock.el (org-clock-sum): Protect with `org-unmodified'.
5652         * org-macs.el (org-unmodified): Inhibit modification hooks.
5654 2013-02-07  John K. Luebs  <jkluebs@luebsphoto.com>  (tiny change)
5656         * org.el (org-get-wdays): Handle matching a lead time specified in
5657         hours.
5659 2013-02-07  Muchenxuan Tong  <demon386@gmail.com>  (tiny change)
5661         * org-agenda.el (org-agenda-quit): Delete indirect buffer's window
5662         only when it exists.
5664 2013-02-07  Nicolas Goaziou  <n.goaziou@gmail.com>
5666         * org-element.el (org-element-macro-parser): Fix error when last
5667         argument ends with a protected comma.
5669         * org-element.el (org-element-parse-buffer, org-element-map)
5670         (org-element-at-point, org-element-context): Be more verbose in
5671         docstrings.  Also fix typos.
5673         * org-list.el (org-list-struct-fix-box): When a checkbox has to be
5674         resetted because of a non-nil ORDERED property value, make sure it
5675         had a checkbox already.
5677 2013-02-07  Tokuya Kameshima  <kametoku@gmail.com>  (tiny change)
5679         * org-agenda.el (org-search-view): Fix checking
5680         `org-agenda-show-inherited-tags'.
5682 2013-02-07  racin  <racin@free.fr>  (tiny change)
5684         * org-bibtex.el (org-bibtex-search): Don't throw an error when
5685         `org-bibtex-prefix' is nil.
5687 2013-01-13  Bastien Guerry  <bzg@gnu.org>
5689         * org-compat.el (org-condition-case-unless-debug): Delete.
5691         * org-odt.el (org-odt-cleanup-xml-buffers):
5692         Use `condition-case' instead of `org-condition-case-unless-debug',
5693         which is now deleted.
5695         * org-capture.el (org-capture-templates-contexts):
5696         * org-agenda.el (org-agenda-custom-commands-contexts):
5697         Docstring fix.
5699         * org.el (org-get-tags-at): Remove duplicate inherited tags.
5701         * org-agenda.el (org-agenda-show-inherited-tags): Allow to be set
5702         to 'always or to a list of agenda types.
5703         (org-agenda-finalize): Rework conditions under which inherited
5704         tags should be made available even when not displayed.
5705         (org-search-view, org-agenda-get-todos)
5706         (org-agenda-get-timestamps, org-agenda-get-sexps)
5707         (org-agenda-get-progress, org-agenda-get-scheduled)
5708         (org-agenda-get-blocks): Use new possible values of
5709         `org-agenda-show-inherited-tags'.
5711         * org.el (org-open-at-point): Fix opening all links at point.
5713         * org-agenda.el (org-get-entries-from-diary): Turn off
5714         `diary-file-name-prefix' instead of
5715         `diary-file-name-prefix-function', the former is checked before
5716         the latter.
5718         * org.el (org-edit-special): Check for table.el before checking
5719         for Org tables.
5721 2013-01-13  Michael Albinus  <michael.albinus@gmx.de>
5723         * ob-eval.el (org-babel-shell-command-on-region):
5724         Use `executable-find' for local `shell-file-name'.
5726 2013-01-09  Achim Gratz  <Stromeko@Stromeko.de>
5728         * org-faces.el: Define face alias mode-line for XEmacs (it's
5729         called modeline there).
5731         * org-compat.el (org-no-popups): New wrapper macro which let-binds
5732         the correct variables to suppress popup windows depending on the
5733         Emacs version in use.  This is a compile-time decision when
5734         byte-compiling.
5736         * org.el (org-get-location, org-switch-to-buffer-other-window):
5737         Use the wrapper `org-no-popups' to let-bind the correct variables
5738         for suppression of popup windows.
5740         * org-compat.el (user-error): Defalias to `error' for Emacsen that
5741         don't have it.
5743         * org-agenda.el (org-agenda-write): Use org-called-interactively-p
5744         instead of called-interactively-p.
5746         * org.el (org-find-invisible-foreground): Do not use the value of
5747         variables `default-frame-alist', `initial-frame-alist' and
5748         `window-system-default-frame-alist' when their symbol is not bound.
5750 2013-01-09  Bastien Guerry  <bzg@gnu.org>
5752         * org-src.el (org-edit-src-code): Fix bug when trying to edit a
5753         table.el table.
5755         * org-agenda.el (org-agenda-finalize): Inhibit readonly for the
5756         whole function.
5758         * org.el (org-entry-get): Speed up by let-binding some variables
5759         only if needed.  Also fix a bug: consider an empty drawer as no drawer.
5761         * org-agenda.el (org-search-view, org-agenda-get-todos)
5762         (org-agenda-get-timestamps, org-agenda-get-sexps)
5763         (org-agenda-get-progress, org-agenda-get-deadlines)
5764         (org-agenda-get-scheduled, org-agenda-get-blocks)
5765         (org-agenda-change-all-lines): Get local tags only.
5766         (org-agenda-use-tag-inheritance): New option.
5767         (org-agenda-finalize): When `org-agenda-use-tag-inheritance'
5768         is non-nil, possibly reset tags in the agenda buffer.
5769         (org-agenda-check-type): Enhance docstring.
5771         * org.el (org-use-tag-inheritance): Fix typo in docstring.
5773         * org-agenda.el (org-float): Don't alias `org-float'.
5775         * org.el (org-scan-tags): The skipper already checks for archived
5776         entries.
5778         * org.el (org-refresh-properties): Rename from
5779         `org-refresh-effort-properties' and use two new parameters.
5780         (org-agenda-prepare-buffers): Use `org-refresh-properties'.
5781         Also refresh the 'org-appt-warntime text property.
5783         * org-clock.el (org-clock-in): Use the renamed defun.
5785         * org-icalendar.el (org-icalendar-print-entries):
5786         Refresh the 'org-appt-warntime property.
5787         (org-icalendar-print-entries):
5788         * org-agenda.el (org-agenda-get-timestamps)
5789         (org-agenda-get-sexps, org-agenda-get-deadlines)
5790         (org-agenda-get-scheduled): Do not use `org-entry-get' to get the
5791         "APPT_WARNTIME" property value.
5793         * org.el (org-id-link-to-org-use-id): Fix compiler warning.
5795         * org-agenda.el (org-agenda-format-item): Do not use
5796         `org-get-effort' to get the effort text property.
5797         (org-agenda-get-sexps): Use `org-back-to-heading' when setting tags.
5799         * org-clock.el (org-clock-in): Refresh effort properties.
5801         * org.el (org-refresh-effort-properties): New defun.
5802         (org-get-effort): Delete.
5803         (org-set-effort):
5804         (org-property-next-allowed-value): Set the 'org-effort text property.
5805         (org-agenda-prepare-buffers): Refresh effort properties.
5807         * org.el (org-read-date): Let-bind `mouse-autoselect-window' to
5808         nil so that the mouse doesn't jump when the option is set to t globally.
5810         * org-agenda.el (org-agenda-dim-blocked-tasks): Default to nil.
5811         (org-agenda-dim-blocked-tasks): Make interactive and allow an
5812         optional parameter 'invisible to hide blocked tasks instead of
5813         just dimming them.
5814         (org-agenda-mode-map): Bind `org-agenda-dim-blocked-tasks' to "#".
5816         * org-agenda.el (org-agenda-finalize): Don't try to align tags
5817         when there are no tags.  Only try to draw the habit consistency
5818         graph when there is a habit in the buffer.  Only mark clocking
5819         task when there is one.
5821         * org.el (org-adaptive-fill-function): DTRT in `message-mode'.
5823         * org.el (org-get-priority): Save match data even when using
5824         `org-get-priority-function'.
5826         * org-mobile.el (org-mobile-create-index-file):
5827         Possibly normalize `org-todo-keywords'.
5829         * org-mobile.el (org-mobile-push): Use the correct agenda buffer names.
5831         * org.el (org-store-link): Use `org-id-link-to-org-use-id' instead
5832         of the obsolete variable name.
5834         * org.el (org-fontify-meta-lines-and-blocks-1):
5835         Fix bug when fontifying keywords with no value.
5837         * org.el (org-goto-auto-isearch): Enhance docstring.
5838         (org-goto-map): Make a defun, so that the customized value of
5839         org-goto-auto-isearch is correctly initialized.
5840         (org-goto): Initialize the keymap with `org-goto-map'.
5841         (org-get-location): Use *Org Help* as a temporary buffer.
5842         Tell whether auto-isearch is on or off.
5844         * org-exp.el (org-export-as-org): Remove useless argument.
5846         * org-docbook.el (org-export-as-docbook-batch)
5847         (org-export-region-as-docbook, org-export-as-docbook-pdf):
5848         Fix the number of arguments.
5849         (org-export-as-docbook): Remove useless argument.
5851         * org.el (org-speed-commands-default): Use ":" instead of ";" for
5852         `org-set-tags-command', which is consistent with ":" in agenda
5853         view.  Use "=" for `org-columns".
5855         * org.el (org-sparse-tree): Fix redundant information in prompt.
5857         * org-exp.el (org-export-string): Fix number of arguments passed
5858         to the org-export-as-* functions.
5860         * org-latex.el (org-export-as-latex): Fix typo in docstring.
5862         * org-list.el (org-cycle-include-plain-lists): Docstring enhancement.
5864         * org.el (org-fontify-meta-lines-and-blocks-1): Fix fontification
5865         bug when fontifying a keyword with no associated value.
5866         (org-cycle-internal-local): Don't run hooks when cycling a plain
5867         list before first headline.
5868         (org-ctrl-c-ctrl-c): Throw a user error when trying to toggle a
5869         blocked checkbox.
5870         (org-indent-line): Fix table formulas indenting.
5872         * org-agenda.el (org-agenda-open-link): Fix bug when no link is
5873         matched.  Return a message instead of an error.
5874         (org-agenda-priority): Remove useless parameter and fix showing
5875         priority in agenda buffers.
5877         * org-macs.el (org-with-buffer-modified-unmodified): New macro.
5879         * org.el (org-entry-blocked-p): Use the new macro.
5881         * org-src.el (org-edit-src-exit): Don't comma-escape the content
5882         of a fixed width region.
5884         * org.el (org-blocker-hook): Update the docstring to mention that
5885         functions in this hook should not modify the buffer.
5886         (org-trigger-hook): Small docstring fix.
5887         (org-entry-blocked-p): Use `with-buffer-modified-unmodified'
5888         so that the function never modifies the buffer.
5890         * org-agenda.el (org-agenda-open-link): Allow to open an internal
5891         link by using the new `org-offer-links-in-entry' function.
5893         * org.el (org-offer-links-in-entry): Do not open the link directly
5894         through `org-open-link-from-string', only offer to select a link
5895         and return a cons with the link (as a string) and the end of entry.
5896         (org-open-at-point): Use `org-offer-links-in-entry' correctly.
5898         * org.el (org-cycle-internal-local):
5899         Fix bug: allow headings with leading blank characters.
5901         * org-clock.el (org-clock-persist):
5902         Docstring fix: document the 'history value.
5904         * org.el (org-insert-link): Fix bug when inserting links to
5905         headlines containing the ">" character.
5907         * org-crypt.el (org-at-encrypted-entry-p): Fix search boundary.
5909         * org-compat.el (org-delete-directory): New compatibility function
5910         for Emacs 22, where `delete-directory' does not support recursive
5911         deletion.
5913         * org-odt.el (org-odt-cleanup-xml-buffers):
5914         Use the new compatibility function.
5916         * org.el (org-table-map-tables): Fix allowed blocks.
5918         * org.el (org-edit-special):
5919         * org-src.el (org-edit-src-code): Fix regression: allow editing
5920         HTML and LaTeX source blocks again.
5922         * org.el (org-nonsticky-props): Add `htmlize-link'.
5923         (org-nonsticky-props): Add `htmlize-link'.
5925         * org.el (org-edit-special):
5926         * org-src.el (org-edit-src-code): Don't edit in verbatim blocks.
5928         * org-table.el (org-table-fedit-lisp-indent)
5929         (orgtbl-self-insert-command): Use `org-delete-backward-char'
5930         instead of `backward-delete-char'.
5932         * org-src.el (org-edit-src-code): Fix another bug about editing
5933         special blocks "example" and "verbatim".
5935         * org.el (org-structure-template-alist): Add verbatim.
5936         (org-edit-special): Fix bug about editing special blocks
5937         "example" and "verbatim".
5939         * org.el (org-delete-backward-char, org-delete-char):
5940         Save match data, `delete-backward-char' and `delete-char' don't.
5942         * org.el (org-enable-table-editor, org-insert-heading)
5943         (org-remove-timestamp-with-keyword, org-self-insert-command):
5944         * org-table.el (org-table-fedit-lisp-indent)
5945         (orgtbl-self-insert-command):
5946         * org-latex.el (org-export-latex-subcontent):
5947         * org-clock.el (org-clocktable-write-default):
5948         * org-ascii.el (org-export-ascii-preprocess):
5949         Use `delete-backward-char' instead of `backward-delete-char'.
5951         * org.el (org-todo): Ignore the comment string when changing the
5952         TODO state of a headline.
5953         (org-edit-special): Fix docstring.
5954         (org-in-src-block-p): Small enhancement.
5956         * org-publish.el (org-publish-org-to): Call `org-export-as-*'
5957         functions with the correct list of arguments.
5959         * org-html.el (org-export-as-html): Delete obsolete arg `hidden'.
5960         (org-export-as-html-and-open, org-export-as-html-batch)
5961         (org-export-region-as-html): Don't use obsolete arg.
5963         * org-ascii.el (org-export-as-ascii): Delete obsolete arg `hidden'.
5964         (org-export-as-ascii-to-buffer): Don't use obsolete arg.
5966         * org.el (org-in-fixed-width-region-p): Save match data.
5967         (org-in-src-block-p): Use case-folding for searching the block
5968         boundaries.
5969         (org-activate-plain-links, org-activate-angle-links)
5970         (org-activate-bracket-links): Prevent link activation in
5971         source code blocks.
5973         * org-odt.el (org-odt-cleanup-xml-buffers): Fix Emacs Bug#13197 by
5974         setting the correct buffer before marking it unmodified to
5975         silently kill him.
5977         * org.el (org-set-font-lock-defaults): Don't activate links in
5978         source code blocks and fixed-width regions.
5980         * org-agenda.el (org-agenda-finalize): Fix links activation.
5982         * org.el (org-open-at-point): Throw the correct error on
5983         non-links.  Use `user-error' instead of `error'.
5985         * org.el (org-in-fixed-width-region-p): Define before use.
5987         * org-src.el (org-in-src-block-p): Declare function.
5989         * org-compat.el: Fix bug: don't use `eval-when-compile' when
5990         aliasing `user-error'.
5992         * org-agenda.el (org-agenda-skip): Only check if point is
5993         inside a code block, not at a code block.
5995         * org.el (org-in-fixed-width-region-p):
5996         Rewrite using org-element.el.
5998         * org.el (org-fill-paragraph): Fill correctly in source code block.
6000         * org.el (org-in-fixed-width-region-p): New function.
6001         (org-edit-special): Fix bug: make sure to DTRT in every
6002         special environment.  Also use the new function to check
6003         against fixed-width environment.
6005         * org-src.el (org-edit-src-code): Check if we are in a source code
6006         block with `org-in-src-block-p'.  Slightly reformat the docstring.
6008         * org.el (org-in-src-block-p): Return t when point is at the
6009         #+BEGIN_SRC/#+END_SRC lines unless the new optional parameter
6010         'inside is set to t.
6012         * ob-exp.el (obe-marker): Delete useless var.
6014         * org-src.el (org-edit-src-code): Fix bug triggered by the sexp
6015         (copy-marker nil) on Emacs <24.1.
6017 2013-01-09  Dmitry Antipov  <dmantipov@yandex.ru>
6019         * org-agenda.el (org-agenda-get-restriction-and-command):
6020         * org-capture.el (org-capture-place-template):
6021         * org-colview.el (org-dblock-write:columnview):
6022         * org-mobile.el (org-mobile-locate-entry):
6023         * org-table.el (org-table-convert-region):
6024         * org.el (org-update-statistics-cookies): Use `point-marker'.
6026 2013-01-09  Eric Schulte  <eric.schulte@gmx.com>
6028         * org-exp.el (org-export-string): Pass the dir option on through
6029         to any subsequent export functions.
6031 2013-01-09  Henning Weiss  <hdweiss@gmail.com>  (tiny change)
6033         * org-mobile.el (org-mobile-sumo-agenda-command): Remove match
6034         description from block agendas when they have a title.
6036 2013-01-09  Jambunathan K  <kjambunathan@gmail.com>
6038         * org-odt.el (org-export-as-odt-batch): Init `org-odt-zip-dir'.
6039         Fix Emacs Bug#13254.
6041         * org-odt.el (org-odt-format-org-link): Add check for presence of
6042         description in headline links.
6044 2013-01-09  Michael Gauland  <mike_gauland@stanfordalumni.org>  (tiny change)
6046         * org-src.el: Create a marker to pass to copy-marker.
6048 2013-01-09  Nicolas Goaziou  <n.goaziou@gmail.com>
6050         * org.el (org-setup-filling): Set `auto-fill-inhibit-regexp' to
6051         nil because `org-adaptive-fill-function' already determines which
6052         lines should be filled.
6054         * org.el (org-fill-paragraph): Small refactoring.
6056         * org-element.el (org-element--parse-elements)
6057         (org-element-at-point): Fix parsing of a list in a block in a list.
6059 2013-01-09  Sebastien Vauban  <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
6061         * org.el (org-copy-subtree, org-paste-subtree):
6062         Fix whitespace handling when copying/pasting a subtree.
6064 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
6066         * ob.el (org-babel-temp-file): Fix setting of
6067         `temporary-file-directory' on remote hosts.
6069         * ob-eval.el (org-babel-shell-command-on-region):
6070         Use `process-file' instead of `call-process-region'.  The latter one
6071         does not work on remote hosts.
6073 2012-12-13  Bastien Guerry  <bzg@gnu.org>
6075         * org-latex.el (org-export-latex-links): Escape raw path when
6076         exporting links to files.
6078         * org-src.el (org-src-native-tab-command-maybe): Fix bug: the
6079         S-TAB key should not trigger a native TAB command.
6081         * org.el (org-open-at-point): Allow to open any link within
6082         footnotes definition, not only bracket links.
6084         * org.el (org-sort-entries): Bugfix: keep track of the clock
6085         marker when sorting entries.  Enhance the docstring.
6087         * org-clock.el (org-clock-out): Use `user-error' when the user
6088         tries to clock out while there is no running clock.
6090         * org-table.el (org-table-sort-lines): Ensure coordinates are
6091         correctly displayed when sorting.
6093         * org.el (org-do-sort): Enhance prompt.
6095         * org-agenda.el (org-agenda-finalize): Also activate plain links.
6097         * org-timer.el (org-timer-stop): Add message.
6099         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
6100         Fix redundant messages.
6102         * org-agenda.el (org-agenda-finalize): Fix clock highlighting.
6104         * org.el (org-additional-option-like-keywords): Add "INDEX:".
6106         * org-install.el: Enhance warning.
6108 2012-12-13  Erik Hetzner  <egh@e6h.org>  (tiny change)
6110         * org.el (org-log-into-drawer): Honor the nil value for the
6111         :LOG_INTO_DRAWER: property.
6113 2012-12-13  Le Wang  <l26wang@gmail.com>  (tiny change)
6115         * org-src.el (org-edit-src-exit): Fix editing source section with
6116         blank lines.
6118 2012-12-13  Le Wang  <le.wang@agworld.com.au>
6120         * org-src.el (org-edit-src-code): Use marker with insertion type
6121         t to track end and remove hack requiring delete from beg to (1- end).
6123 2012-12-13  Nicolas Goaziou  <n.goaziou@gmail.com>
6125         * org-element.el (org-element-context): When point is between two
6126         objects, be sure to return the second one.
6128         * org-list.el (org-list-separating-blank-lines-number):
6129         When computing number of blank lines separating items, also count those
6130         in unparsed blocks, like example blocks.
6132         * org.el (org-end-of-line): When visual line mode is on, really
6133         move by visual lines.  Small refactoring.
6135         * org.el (org-end-of-line): On a hidden block make sure to
6136         delegate motion to `end-of-line' instead of `move-end-of-line' in
6137         order to stay on the current line.
6139 2012-12-13  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
6141         * org-bibtex.el: In the documentation section of the file, fix the
6142         broken URL to Andrew Roberts' document on BibTeX entries.
6144         * org-remember.el (org-remember-handler): Correctly strip the
6145         comment lines in the temporary buffer *Remember* when handling a
6146         remember note.
6148         * org-remember.el (org-remember-apply-template): Start the
6149         commented lines in the Remember temporary buffer with the
6150         appropriate characters.
6152 2012-12-13  Toby S. Cubitt  <tsc25@cantab.net>
6154         * org.el (org-beginning-of-line): Check `visual-line-mode' instead
6155         of `line-visual-mode' to determine whether to move by visual lines.
6157         * org.el (org-kill-line): Use the `org-bound-and-true-p' macro.
6159 2012-12-04  Chong Yidong  <cyd@gnu.org>
6161         * org-bibtex.el (org-bibtex-ask): Use visual-line-mode instead of
6162         longlines-mode.
6164 2012-10-26  Achim Gratz  <stromeko@stromeko.de>
6166         * ob-ditaa.el: Needs to (require 'org-compat) for
6167         org-find-library-dir.
6169         * org.el: Remove utf-8 codepoints in docstrings, bytecode doesn't
6170         work when loaded from compressed files.
6172         * org-compat.el: Make sure that file-name-directory is getting a
6173         stringp.  This avoids a possible " (wrong-type-argument stringp
6174         nil)" error when the library in question does not exist.
6176         * org-odt.el: Replace arc-mode.el by arc-mode.
6178         * org.el: Replace org-macs.el by org-macs.
6180         * org-install.el: Provide an empty file that prints a warning
6181         about an outdated configuration.
6183 2012-10-26  Bastien Guerry  <bzg@gnu.org>
6185         * org-latex.el (org-export-as-latex): Remove obsolete argument
6186         `hidden'.  Also fix the docstring: using 'string as the value
6187         for `to-buffer' outputs a string with no LaTeX header.
6188         (org-export-as-latex-batch)
6189         (org-export-as-latex-to-buffer, org-export-region-as-latex)
6190         (org-export-as-pdf): Don't use the obsoleted argument.
6192         * ob-haskell.el (org-export-as-latex): Don't use the obsoleted
6193         argument `hidden'.
6195         * org.el (org-refile): Run within `with-demoted-errors' so that a
6196         corrupted bookmark file does not stop the refile process.
6198         * org-capture.el (org-capture-bookmark-last-stored-position):
6199         Ditto for the capture process.
6201         * org-src.el (org-edit-src-exit): Fix bug when saving an empty
6202         source buffer.
6204         * org-lparse.el (org-lparse): Fix bug by returning the output
6205         of `org-do-lparse'.
6207         * org.el (org-refile-check-position): Throw an error when the
6208         refile target is the current buffer and is not a file.
6209         (org-agenda-file-to-front, org-remove-file): Throw an error
6210         when the current buffer is not a file.
6211         (org-check-agenda-file): Enhance the message.
6212         (org-element-type): Autoload.
6213         (org-element-context, org-element-paragraph-parser):
6214         Don't declare as these two functions are not used in org.el.
6216         * org-lparse.el (browse-url-file-url): Declare.
6218         * org.el (org-refile-check-position): Fix typo in docstring.
6220         * org-clock.el (org-clock-modeline-total): Make obsolete.
6221         (org-clock-mode-line-total): Rename from
6222         `org-clock-modeline-total'.
6223         (org-clock-get-sum-start): Fix references to
6224         `org-clock-modeline-total'.
6226         * org-faces.el (org-agenda-filter-tags)
6227         (org-agenda-filter-category, mode-line): Use the 'mode-line
6228         face instead of the obsolete 'modeline.
6230         * org-odt.el (org-odt-styles-dir): Try more directories.
6231         Don't throw an error, just send a message.
6233         * org-odt.el (org-odt-lib-dir, org-odt-data-dir)
6234         (org-odt-schema-dir-list, org-odt-styles-dir-list): Delete.
6235         (org-export-odt-schema-dir, org-odt-styles-dir): Infer the
6236         correct directories without requiring other variables.
6238         * org-fixup.el (org-make-org-version, org-make-autoloads):
6239         Don't define `org-odt-data-dir' in org-version.el.
6241         * org-loaddefs.el: New file.
6243         * org.el ("org-loaddefs.el"): Don't throw an error if the file
6244         cannot be fund.
6245         (org-version): Use org-loaddefs.el instead of org-install.el.
6247         * org.el: Don't dynamically autoload already autoloaded
6248         functions.
6249         (org-clock-update-time-maybe): Move to org-clock.el.
6251         * org-exp.el (org-insert-export-options-template):
6252         Remove autoload cookie.
6254         * org-clock.el (org-resolve-clocks, org-clock-in)
6255         (org-clock-out, org-clock-cancel, org-clock-goto)
6256         (org-clock-sum, org-clock-display, org-clock-report)
6257         (org-dblock-write:clocktable): Add autoload cookie.
6258         (org-clock-update-time-maybe): Move from org.el.
6260         * org-beamer.el (org-beamer-sectioning, org-beamer-mode): Ditto.
6262         * org-ascii.el (org-export-ascii-preprocess): Ditto.
6264         * org-archive.el (org-archive-subtree)
6265         (org-archive-to-archive-sibling, org-toggle-archive-tag):
6266         Add autoload cookie.
6268         * org-colview.el (org-columns, org-dblock-write:columnview)
6269         (org-insert-columns-dblock, org-agenda-columns): Ditto.
6271         * org-table.el (org-table-create-with-table.el)
6272         (org-table-create-or-convert-from-region, org-table-create)
6273         (org-table-convert-region, org-table-import)
6274         (org-table-export, org-table-align)
6275         (org-table-justify-field-maybe, org-table-next-field)
6276         (org-table-previous-field, org-table-next-row)
6277         (org-table-copy-down, org-table-field-info)
6278         (org-table-current-dline, org-table-goto-column)
6279         (org-table-insert-column, org-table-delete-column)
6280         (org-table-move-column-right, org-table-move-column-left)
6281         (org-table-move-column, org-table-move-row-down)
6282         (org-table-move-row-up, org-table-move-row)
6283         (org-table-insert-row, org-table-insert-hline)
6284         (org-table-hline-and-move, org-table-kill-row)
6285         (org-table-sort-lines, org-table-cut-region)
6286         (org-table-copy-region, org-table-paste-rectangle)
6287         (org-table-convert, org-table-wrap-region)
6288         (org-table-edit-field, org-table-sum)
6289         (org-table-get-stored-formulas)
6290         (org-table-maybe-eval-formula)
6291         (org-table-rotate-recalc-marks)
6292         (org-table-maybe-recalculate-line, org-table-eval-formula)
6293         (org-table-recalculate, org-table-iterate)
6294         (org-table-edit-formulas)
6295         (org-table-toggle-coordinate-overlays)
6296         (org-table-toggle-formula-debugger, orgtbl-to-generic)
6297         (orgtbl-to-tsv, orgtbl-to-csv, orgtbl-to-latex)
6298         (orgtbl-to-html, orgtbl-to-texinfo, orgtbl-to-orgtbl): Ditto.
6300         * org.el (turn-on-orgtbl): Move here from org-table.el.
6301         (org-clock-persistence-insinuate): Move here from org-clock.el.
6302         (org-update-all-dblocks, org-map-entries)
6303         (org-require-autoloaded-modules, org-forward-element)
6304         (org-backward-element, org-up-element)
6305         (org-element-greater-elements, org-drag-element-backward)
6306         (org-drag-element-forward, org-mark-element)
6307         (org-narrow-to-element, org-transpose-element)
6308         (org-unindent-buffer): Don't autoload.
6310         * org-clock.el (org-clock-get-clocktable): Rename from
6311         `org-get-clocktable'.
6312         (org-clock-persistence-insinuate): Move to org.el.
6314         * org-capture.el: Do no set `generated-autoload-file' locally.
6315         Minor code clean up.
6317         * org-agenda.el (org-agenda-list):
6318         Use `org-clock-get-clocktable'.  Do no set
6319         `generated-autoload-file' locally.
6321         * org-table.el (org-table-iterate-buffer-tables):
6322         Minor reformatting.
6323         (turn-on-orgtbl): Move to org.el.
6325         * org-html.el (org-export-htmlize-generate-css): Don't autoload.
6327         * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
6328         Ditto.
6330         * ob-tangle.el (org-babel-tangle-lang-exts): Ditto.
6332         * ob-lob.el (org-babel-lob-ingest): Ditto.
6334         * org-id.el (org-id-copy)
6335         (org-id-get-with-outline-path-completion)
6336         (org-id-get-with-outline-drilling): Ditto.
6338         * org-lparse.el (org-lparse-and-open, org-lparse-batch)
6339         (org-lparse-to-buffer, org-replace-region-by)
6340         (org-lparse-region): Ditto.
6342         * org-mobile.el (org-mobile-create-sumo-agenda): Ditto.
6344         * org.el (org-cycle): Fix misplaced autoload cookie.
6346         * org-agenda.el (org-agenda-get-timestamps): Check if the item
6347         is an habit when formatting it with `org-agenda-format-item'.
6348         (org-agenda-get-blocks): Fix bug: don't assume the item is an
6349         habit when formatting with `org-agenda-format-item'.
6351         * org.el (org-calendar-agenda-action-key): Delete an option.
6352         (org-mode-map): Delete its keybinding.
6353         (org-agenda-action-marker, org-mark-entry-for-agenda-action):
6354         Delete.
6356         * org-agenda.el (org-agenda-diary-entry): Don't prevent from
6357         being used outside of Org agendas, as it can be used in
6358         calendar buffers too.
6360 2012-10-26  Caio Tiago Oliveira  <asrail@gmail.com>  (tiny change)
6362         * ob-scala.el (org-babel-scala-wrapper-method): Use a Scala
6363         block enclosing the submitted code.
6365 2012-10-26  Myles English  <mylesenglish@gmail.com>  (tiny change)
6367         * org-clock.el (org-clock-in): Move the call to
6368         org-clock-in-prepare-hook until the task's properties
6369         can be accessed.
6371 2012-10-26  Nicolas Goaziou  <n.goaziou@gmail.com>
6373         * org.el (org-auto-fill-function): Make sure `adaptive-fill-mode'
6374         mode is nil when pre-computed `fill-prefix' is the empty string.
6375         Otherwise filling functions from fill.el think it has to be computed
6376         again and overwrite it.
6378         * org.el: Make `org-closest-date' aware of hours repeaters.
6380         * org.el (org-end-of-line): Do not call `end-of-visual-line' when
6381         moving to the end of line.  Also improve behaviour on elements that
6382         can be hidden.
6384         * org.el (org-sparse-tree): Allow to call `org-show-todo-tree'
6385         with an argument.
6387         * org-element.el (org-element--get-next-object-candidates):
6388         Fix parsing of objects of the same type in a single paragraph.
6390         * org-element.el (org-element-sub/superscript-successor):
6391         Fix parsing of sub/superscript at beginning of item.
6392         (org-element-latex-or-entity-successor): Fix parsing of latex
6393         fragments at beginning of item.
6395         * org-agenda.el (org-agenda-later): Fix function when span is
6396         a number and an argument was provided.  Also fix typo in docstring.
6398         * org.el (org-read-date-analyze): Fix analyzing for dates like
6399         "29.03 16:40".
6401         * org-element.el (org-element-center-block-parser)
6402         (org-element-drawer-parser, , org-element-footnote-definition-parser)
6403         (org-element-inlinetask-parser, org-element-plain-list-parser)
6404         (org-element-quote-block-parser, org-element-special-block-parser)
6405         (org-element-babel-call-parser, org-element-clock-parser)
6406         (org-element-comment-parser, org-element-comment-block-parser)
6407         (org-element-example-block-parser, org-element-export-block-parser)
6408         (org-element-fixed-width-parser, org-element-horizontal-rule-parser)
6409         (org-element-keyword-parser, org-element-latex-environment-parser)
6410         (org-element-paragraph-parser, org-element-planning-parser)
6411         (org-element-property-drawer-parser, org-element-src-block-parser)
6412         (org-element-table-parser)
6413         (org-element-verse-block-parserorg-element-dynamic-block-parser):
6414         Make sure element never ends at the end of a blank non-empty line.
6416         * org-element.el (org-element-context)
6417         (org-element--get-next-object-candidates): Fix `org-element-context'.
6418         In particular, the restrictions for an object may be different from
6419         those of its container (i.e. table rows and table cells).
6421         * org-element.el (org-element-example-block-parser)
6422         (org-element-src-block-parser): Store value of example-blocks and
6423         src-blocks unescaped.
6424         (org-element-example-block-interpreter)
6425         (org-element-src-block-interpreter): Escape value again when storing
6426         it.
6428         * org-src.el (org-escape-code-in-string)
6429         (org-unescape-code-in-string, org-escape-code-in-region)
6430         (org-unescape-code-in-region): New functions.
6431         (org-edit-src-code, org-edit-src-exit): Use new functions.
6433         * org.el (org-strip-protective-commas): Remove function.
6435         * org-exp.el (org-export-select-backend-specific-text): Use new
6436         function.
6438         * ob.el (org-babel-parse-src-block-match)
6439         (org-babel-parse-inline-src-block-match, org-babel-insert-result):
6440         Always escape produced blocks, independently on the language of the
6441         block, if any.  Use new functions.
6443         * org-element.el (org-element-paragraph-parser): Fix regexp
6444         starting a block.
6446         * org-element.el (org-element-center-block-parser):
6447         (org-element-drawer-parser, org-element-dynamic-block-parser)
6448         (org-element-example-block-parser, org-element-export-block-parser)
6449         (org-element-latex-environment-parser, org-element-paragraph-parser)
6450         (org-element-property-drawer-parser, org-element-src-block-parser)
6451         (org-element-verse-block-parser): Use stricter regexps for boundaries
6452         of elements.
6454 2012-10-26  Toby S. Cubitt  <tsc25@cantab.net>
6456         * org-agenda.el (org-agenda-get-sexps): Reset `extra' to nil at
6457         beginning of re-search-forward loop, otherwise next iteration picks up
6458         `extra' value from previous entry.
6460 2012-09-30  Abdó Roig-Maranges  <abdo.roig@gmail.com>
6462         * org-html.el (org-export-html-preprocess)
6463         (org-export-html-format-image):
6464         Use `org-latex-preview-ltxpng-directory'.
6466         * org-odt.el (org-export-odt-do-preprocess-latex-fragments):
6467         Ditto.
6469         * org.el (org-latex-preview-ltxpng-directory): New option.
6470         (org-preview-latex-fragment): Store LaTeX preview images in
6471         `org-latex-preview-ltxpng-directory'.
6473 2012-09-30  Achim Gratz  <Stromeko@Stromeko.DE>
6475         * ob-R.el (org-babel-R-initiate-session): Protect against use of
6476         unbound variable `ess-ask-for-ess-directory´.  The default for this
6477         variable is true, so act accordingly if it is found unbound.
6479         * ob-R.el: Remove initialization with `nil´ from
6480         `ess-ask-for-ess-directory´ and `ess-local-process-name´.
6481         Remove second declaration for `ess-local-process-name´.
6483         * org-gnus.el: Add a missing require for gnus-util.
6485         * org-compat.el: Rename utils to make throughout.
6487         * org.el: Move check for outline-mode-keymap after (require
6488         'outline).
6490         * org-element.el: New file.  Do not (require 'org).
6492         * org-agenda.el: Remove duplicate requires.
6494         * org.el (org-mode-map): Add keybindings to
6495         `org-element-transpose' and `org-narrow-to-element'.
6496         (org-metaup): Fall back on `org-element-drag-backward'.
6497         (org-metadown): Fall back on `org-element-drag-forward'.
6498         Also move chunks of declarations and require statements to get rid of
6499         compiler warnings.
6501         * org-exp-blocks.el (org): Don't require org.  Add declarations.
6503         * org-clock.el (org): Don't require org.
6505         * ob-exp.el (org-list-forbidden-blocks): Add declarations.
6507         * ob.el (org-babel-exeext): New defconst to hold extension for
6508         executables or nil if none.  Should be ".exe" for both Windows and
6509         Cygwin.
6511         * ob-C.el (org-babel-C-execute): Use org-babel-exeext when
6512         constructing the target file name for the compiled executable.
6514         * ob-fortran.el (org-babel-execute:fortran): Add org-babel-exeext
6515         when constructing the target file name for the compiled
6516         executable.
6518         * org-version.el: New file.
6520         * org-compat.el (org-check-version): New macro.  Check if
6521         org-version.el exists and provide autoloads to that.  Otherwise
6522         check if org-fixup.el exists and use it to provide definitions.
6523         Finally if nothing worked, complain about a botched installation
6524         and provide fallback definitions.
6526         * org.el: Use org-check-version.
6528         * org.el: Fix a subtle error resulting in version functions
6529         sometimes not being defined and byte-compiling failing.
6530         Always compile in fallback definitions into org.elc -- org-fixup either
6531         provides re-definitions at compile-time or checks org-version.el
6532         and then the git work tree when run uncompiled.  So the fallback
6533         definitions will only come into effect when org-fixup is not
6534         available.
6536         * org.el (org-version): Make org-version more robust, e.g. when
6537         byte-compiling single files with 'make compile-dirty'.
6539         * org.el (org-reload): Revert an undesirable change in org-reload.
6540         Do not prepend org-dir to babel-files, which prevents the files
6541         from being found in load-path.
6543         * org.el (org-version): Add optional parameters 'full and 'message
6544         to optionally return the full version string and echo to message
6545         area in non-interactive calls.
6547         * org.el (org-submit-bug-report): Add optional parameter 'full to
6548         call of (org-version) so that the bug report has all version
6549         information.
6551         * org.el (org-reload): Simplify file-re (orgtbl-*.el files do not
6552         exist anymore).  Keep org-*.el at the end of the files list.
6553         Explicitly load org-version.el (since it doesn't provide feature
6554         'org-version) at the very end, but ignore errors when it doesn't
6555         exist.  Add parameters 'full and 'message to the call of
6556         (org-version) so that after reload the full version information is
6557         displayed in the message area again.
6559         * org-agenda.el: Replace with-no-warnings with org-no-warnings
6560         (defined in org-macs.el).
6562         * org-bbdb.el: Replace with-no-warnings with org-no-warnings
6563         (defined in org-macs.el).
6565         * org-clock.el: Replace with-no-warnings with org-no-warnings
6566         (defined in org-macs.el).
6568         * org.el: Replace with-no-warnings with org-no-warnings (defined
6569         in org-macs.el).
6571         * org.el: Add with-not-warnings around call of (org-fixup).
6573         * org-compat.el (org-find-library-dir):
6574         Rename org-find-library-name (misleading) and implement with a function
6575         that exists identically in Emacs/XEmacs.
6577         * org-exp-blocks.el: Change calls to org-find-library-dir.
6579         * org.el: change calls to org-find-library-dir.  Make require for
6580         noutline fail silently because it is missing from XEmacs.
6582         * org.el (org-version): Use functions instead of global variables
6583         to get the version strings and remove the defvaralias to
6584         org-version.  Warn when encountering a mixed installation (org and
6585         org-install.el should be found in the same directory).
6587         * org.el: Add with-no-warning to defvar for two unprefixed global
6588         variables from calendar.el (there's nothing else we can do inside
6589         org until it is fixed in calendar.el).
6591         * org.el: Require find-func and remove declare-function for
6592         find-library-name, otherwise autoloaded org-version doesn't show
6593         all info correctly.
6595         * org.el (org-version): Show the full path to org-install.el in
6596         the version string to avoid confusion if multiple installations
6597         exist or a previously loaded org-install.el has already defined a
6598         version string that is now out of date.
6600         * org.el (org-version): Remove determination of version
6601         information, show "N/A" if the information is not provided via
6602         org-install.el.
6604         * org.el (org-git-version): Placeholder for recording the Git
6605         version of org during install
6607         * org.el (org-version): Initialize local git-version with
6608         placeholder and fall through using it when org is not installed in
6609         a Git repository
6611 2012-09-30  Adam Spiers  <orgmode@adamspiers.org>  (tiny change)
6613         * org-html.el: Add hyperlink to http://orgmode.org/ from export
6614         footer.
6616         * org-clock.el (org-clock-modify-effort-estimate): Display a
6617         message when no clock is currently active.
6619 2012-09-30  Andrew Hyatt  <ahyatt@gmail.com>  (tiny change)
6621         * org-archive.el (org-archive-subtree): Allow archiving to a
6622         datetree.
6624         * org.el (org-archive-location): Ditto.
6626 2012-09-30  Bastien Guerry  <bzg@gnu.org>
6628         * ob-io.el: New file.
6630         * ob-scala.el: New file.
6632         * org.el (org-url-hexify-p, org-doi-server-url)
6633         (org-latex-preview-ltxpng-directory, org-custom-properties)
6634         (org-sparse-tree-default-date-type): Add :version "24.3".
6636         * org-agenda.el (org-agenda-sticky)
6637         (org-agenda-custom-commands-contexts): Ditto.
6639         * org-capture.el (org-capture-bookmark)
6640         (org-capture-templates-contexts) (org-capture-use-agenda-date):
6641         Ditto.
6643         * org-latex.el (org-export-latex-hyperref-options-format)
6644         (org-export-latex-link-with-unknown-path-format): Ditto.
6646         * org-id.el (org-id-link-to-org-use-id): Ditto.
6648         * org-datetree.el (org-datetree-add-timestamp): Ditto.
6650         * org.el (org-make-link-description-function): Enhance docstring.
6651         (org-insert-link): Fall back on interactive prompt when
6652         `org-make-link-description-function' fails.
6654         * org-agenda.el (org-todo-list): Fix redoing of todo agenda when
6655         `org-agenda-sticky' is non-nil.
6657         * org-agenda.el (org-agenda-quit): Delete last indirect buffer.
6658         (org-agenda-pre-follow-window-conf): New variable.
6659         (org-agenda-tree-to-indirect-buffer): Fix bug: don't split agenda
6660         window when there an indirect buffer is already displayed.
6662         * org-agenda.el (org-agenda-manipulate-query)
6663         (org-agenda-goto-date, org-agenda-goto-today)
6664         (org-agenda-find-same-or-today-or-agenda, )
6665         (org-agenda-later, org-agenda-change-time-span)
6666         (org-agenda-change-all-lines)
6667         (org-agenda-execute-calendar-command)
6668         (org-agenda-goto-calendar, org-agenda-convert-date): Make sure to
6669         get a property from (1- (point-max)), not (point-max)).
6671         * ob-dot.el (org-babel-execute:dot): Throw an error when there is
6672         no :file parameter.
6674         * org-table.el (org-table-eval-formula): Convert time-stamps to
6675         inactive time-stamp so that Calc can handle them correctly.
6677         * org-table.el (org-table-fix-formulas): Warn with a message when
6678         formulas have been updated.
6680         * org-publish.el (org-publish-cache-ctime-of-src): Delete the
6681         base-dir argument and use (file-name-directory file) to get the
6682         file's directory.
6683         (org-publish-update-timestamp)
6684         (org-publish-cache-file-needs-publishing):
6685         Call `org-publish-cache-ctime-of-src' with only one argument.
6687         * org.el (org-follow-timestamp-link): Fix bug when using sticky
6688         agenda.  Add a docstring.
6690         * org-agenda.el (org-agenda-sticky): Don't use a function to set.
6691         Add a :version string.
6693         * org.el (org-priority): Use a new argument to show priority
6694         instead of setting it.
6695         (org-show-priority): New function to show priority both in normal
6696         Org buffers and in Org Agenda buffers.
6697         (org-speed-commands-default): Use "," as a speed command for
6698         setting priority.
6700         * org-agenda.el (org-agenda-mode-map): Bind `org-agenda-priority'
6701         to `C-c ,' as it was before.
6702         (org-agenda-show-priority): Delete.
6703         (org-agenda-priority): Use a new argument to show priority instead
6704         of setting it.
6706         * org.el (org-font-lock-hook, org-set-font-lock-defaults): Add a
6707         docstring.
6708         (org-display-inline-remove-overlay): Rename from
6709         `org-display-inline-modification-hook'.
6710         (org-speed-command-activate): Rename from
6711         `org-speed-command-default-hook'.
6712         (org-babel-speed-command-hook): Rename from
6713         `org-babel-speed-command-activate'.
6715         * org-agenda.el (org-agenda-update-agenda-type): Rename from
6716         `org-agenda-post-command-hook'.
6717         (org-agenda-mode): Use the new name.
6718         (org-agenda-post-command-hook): Define as obsolete function.
6720         * org-lparse.el (org-lparse): Temporarily activate the hooks
6721         needed for the ODT conversion.
6722         (org-lparse-preprocess-after-blockquote): Rename from
6723         `org-lparse-preprocess-after-blockquote-hook'.
6724         (org-lparse-strip-experimental-blocks-maybe): Rename from
6725         `org-lparse-strip-experimental-blocks-maybe'.
6726         (org-lparse-preprocess-after-blockquote-hook)
6727         (org-lparse-strip-experimental-blocks-maybe-hook): Define as
6728         obsolete functions.
6730         * ob.el (org-babel-insert-result): Comma-escape results inserted
6731         with ":results org".
6733         * org-src.el (org-edit-src-code, org-edit-src-exit): Fix bug about
6734         saving the source editing window with the default value for
6735         `org-src-window-setup' (i.e. 'reorganize-frame).
6737         * org-src.el (org-src-font-lock-fontify-block): Fix bug: don't
6738         fontify the last character.
6740         * org.el (org-open-at-point): Don't follow timestamp within
6741         bracket links.
6743         * org-capture.el (org-capture-templates): Fix typo in docstring.
6745         * org-agenda.el (org-agenda-skip): Skip information retrieved from
6746         a source block.
6748         * ob.el (org-babel-common-header-args-w-values)
6749         (org-babel-insert-result): Reintroduce ":results org" but using
6750         "#+BEGIN_SRC org", not "#+BEGIN_ORG".
6752         * ob.el (org-babel-common-header-args-w-values): Remove "org" the
6753         list of predefined values for the ":results" parameter.
6755         * ob.el (org-babel-insert-result): Remove support for ":results
6756         org".
6758         * ob.el (org-babel-common-header-args-w-values)
6759         (org-babel-insert-result): Deprecate ":results wrap" in favor of
6760         ":results drawer".
6762         * org-crypt.el (org-at-encrypted-entry-p): Fix bug when the check
6763         happens before the first headline.
6765         * org-capture.el (org-at-encrypted-entry-p)
6766         (org-encrypt-entry, org-decrypt-entry): Declare.
6767         (org-capture-set-target-location): Check whether `org-crypt' has
6768         been loaded.
6770         * org-agenda.el (org-agenda-todo-custom-ignore-p): Fix typo in
6771         docstring.
6773         * org-capture.el (org-capture-finalize): Maybe re-encrypt the
6774         target headline if it was decrypted.
6775         (org-capture-set-target-location): Maybe decrypt the target
6776         headline.
6778         * org-crypt.el (org-at-encrypted-entry-p): New function.
6780         * org.el (org-options-keywords): Add "STYLE:".
6782         * org-agenda.el (org-agenda-ndays): Don't make an alias, as
6783         `org-agenda-span' is defined separately.
6785         * org.el (org-in-subtree-not-table-p): New utility function for
6786         building the menu.
6787         (org-org-menu): Add an item for refiling.  Check more contexts
6788         when activating items.
6789         (org-tree-to-indirect-buffer): Use `org-up-heading-safe'.
6791         * org-agenda.el (org-agenda-tree-to-indirect-buffer)
6792         (org-agenda-do-tree-to-indirect-buffer): Use argument `arg'.
6794         * org-capture.el (org-capture-set-target-location): Set a correct
6795         time value when storing a note in a datetree and prompting the
6796         user for a date.
6798         * org-capture.el (org-capture-mode): Fix bug: don't run the mode's
6799         hook twice.
6801         * org-agenda.el (org-agenda-menu-two-column)
6802         (org-finalize-agenda-hook, org-agenda-ndays):
6803         Use `define-obsolete-variable-alias' instead of
6804         `make-obsolete-variable'.
6806         * org.el (org-link-to-org-use-id): Move to org-id.el.
6808         * org-id.el (org-id-link-to-org-use-id): Rename from
6809         `org-link-to-org-use-id'.  Use `nil' as the default value.
6810         (org-link-to-org-use-id): Alias and define as obsolete.
6812         * org-agenda.el (org-search-view, org-agenda-get-todos)
6813         (org-agenda-get-timestamps, org-agenda-get-blocks): Use the dotime
6814         parameter of `org-agenda-format-item' so that 'time-up and
6815         'time-down agenda sorting strategies are handled correctly.
6817         * org-capture.el (org-capture-fill-template): Fix checking of
6818         protected template entries.
6820         * org.el (org-cycle-global-at-bob): Fix typo in docstring.
6822         * org.el (org-insert-drawer): Deactivate the mark before trying to
6823         indent the :END: of the drawer.
6825         * org-agenda.el (org-agenda-export-html-style): Default to nil as
6826         any string value will replace the htmlize style.
6828         * org.el (org-cycle-hook): Fix tiny typo in docstring.
6830         * org.el (org-time-string-to-time)
6831         (org-time-string-to-seconds, org-end-of-subtree): Add a dosctring.
6833         * org-freemind.el (org-freemind-write-node): Enhance links
6834         conversion in nodes.
6836         * org-freemind.el (org-freemind-write-node): Convert links in
6837         nodes.
6839         * org.el (org-link-to-org-use-id, org-directory)
6840         (org-default-notes-file, org-reverse-note-order)
6841         (org-extend-today-until, org-finish-function)
6842         (org-store-link-functions): Use "capture" instead of "remember" in
6843         docstrings.  Also use the `org-capture' group when it makes sense.
6845         * org-agenda.el (org-agenda-tree-to-indirect-buffer): Find the
6846         correct agenda buffer.  Don't split the agenda window when the
6847         indirect buffer is displayed in another frame.
6849         * org.el (org-mode): Try to set the org-hide face correctly.
6851         * org-exp.el (org-export): Set the mark correctly when exporting a
6852         subtree.
6854         * org-agenda.el (org-agenda-get-restriction-and-command): Fix the
6855         display of the number of commands for block agendas.
6857         * org-agenda.el (org-agenda-before-write-hook)
6858         (org-agenda-add-entry-text-maxlines): Enhance phrasing.
6859         (org-agenda-finalize-hook, org-agenda-mode-hook): Tell that the
6860         buffer is writable when the hook is called.
6861         (org-agenda-finalize): Allow org-agenda-finalize-hook to modify
6862         the buffer.
6864         * org-agenda.el (org-habit-show-all-today): Only use defvar to
6865         silent the byte-compiler.
6866         (org-agenda-get-scheduled): Check whether some org-habit.el
6867         options have been defined.
6869         * org-capture.el (org-capture-entry): New variable.
6870         (org-capture-string, org-capture): Use it to possibly skip the
6871         interactive prompt for a capture template.
6873         * org.el (org-activate-plain-links): Don't try to check if we are
6874         in a bracket link already.
6876         * org.el (org-read-date-analyze): Fix bug introduced in commit
6877         cc5f9f: adding a time should not prevent relative answers to be
6878         parsed correctly.
6880         * org-agenda.el (org-agenda-bulk-action): Always read the date
6881         through `org-read-date'.  When possible, use the date at point as
6882         the default date.
6884         * org-agenda.el (org-agenda-bulk-action): Fix bug when
6885         bulk-shifting timestamps.
6887         * org.el (org-version): New constant.
6889         * org-compat.el (org-random): New compatibility function.
6891         * org-id.el (org-id-uuid): Use it.
6893         * org-capture.el (org-capture-use-agenda-date): New option.
6894         (org-capture): Use it.
6896         * org-agenda.el (org-agenda-capture): New command.
6897         (org-agenda-mode-map): Bind it to `k'.
6898         (org-agenda-menu): Add it to the menu.
6900         * org-capture.el (org-capture): Update docstring.
6902         * org-capture.el (org-capture): When called from an agenda buffer,
6903         use the cursor date at the default date.
6905         * org-agenda.el (org-agenda-bulk-action): Use the let-bound
6906         `entries' instead the variable.
6908         * org-agenda.el (org-agenda-bulk-action): Fix bug: don't remove
6909         persistent marks too early.
6911         * org-agenda.el (org-agenda-bulk-action): Possibly use the day at
6912         point to reset the scheduled or deadline cookie.  On date headers,
6913         use it without prompting the user.  On an item, use the item's
6914         date as the default prompt for `org-read-date'.
6916         * org.el (org-read-date): Docstring fix.
6918         * org-agenda.el (org-agenda-bulk-action): Reorder possible actions
6919         in the message.
6921         * org-agenda.el (org-agenda-action, org-agenda-do-action): Delete.
6922         (org-agenda-mode-map): Delete related keys.
6924         * org-agenda.el (org-agenda-menu): Fix a keybinding.
6926         * org-colview.el (org-columns-goto-top-level): Correctly move the
6927         marker `org-columns-top-level-marker'.
6928         (org-agenda-columns): Don't set
6929         `org-agenda-overriding-columns-format' as a buffer variable, as we
6930         only need it dynamically.
6931         (org-agenda-colview-summarize): Fix a bug in returning the match
6932         string.
6934         * org-agenda.el (org-agenda-span-to-ndays): Make the second
6935         argument `starting-day' optional.
6936         (org-agenda-goto-date): Keep parameters of custom agendas.
6938         * org-agenda.el (org-agenda-list): Allow setting the agenda buffer
6939         name through a temporary variable.
6940         (org-agenda-buffer-tmp-name): New variable to temporary store the
6941         agenda buffer name.
6943         * org-agenda.el (org-agenda-goto-date): Fix behavior when using
6944         sticky agendas.
6946         * org-agenda.el (org-diary): Don't check whether there is an
6947         agenda buffer when trying to compile the prefix format.
6948         (org-compile-prefix-format): Check if there is an agenda buffer.
6949         If not, use the current buffer.
6951         * org-agenda.el (org-agenda-get-day-entries): Set the agenda
6952         buffer inconditionnally.
6954         * ob.el (org-babel-named-src-block-regexp-for-name): Generate a
6955         more general regexp.
6957         * ob.el (org-babel-where-is-src-block-head): Find a src block head
6958         correctly when #+header(s) is before #+name.
6960         * org-agenda.el (org-agenda-finalize-hook)
6961         (org-agenda-finalize, org-agenda-finalize-entries): Rename from
6962         org-finalize-agenda-*.
6963         (org-agenda-run-series, org-agenda-finalize, org-timeline)
6964         (org-agenda-list, org-search-view, org-todo-list)
6965         (org-tags-view, org-diary, org-agenda-finalize-entries)
6966         (org-agenda-change-all-lines): Use the new names.
6968         * org-agenda.el (org-agenda-local-vars):
6969         Remove ̀org-agenda-last-arguments' from the list of local variables.
6970         (org-agenda-mode-map): `g' does the same than `r' in buffers with
6971         only one agenda view, but its behavior differs when there are
6972         several views.  In manually appended agendas (with `A'), `g'
6973         displays only the agenda under the point.  With multiple agenda
6974         blocks, `g' reinitializes the view by discarding any temporary
6975         changes (e.g. with ̀f' or `w'), while ̀r' keeps those temporary
6976         changes for the agenda view under the point.
6977         (org-agenda-run-series, org-agenda-redo): Implement the above
6978         changes.
6979         (org-agenda-mark-header-line): Don't set useless properties.
6980         (org-agenda-list, org-todo-only, org-search-view)
6981         (org-todo-list, org-tags-view, org-agenda-list-stuck-projects)
6982         (org-agenda-manipulate-query, org-agenda-goto-today)
6983         (org-agenda-later, org-agenda-change-time-span): Use text
6984         properties for storing the last command and the last arguments for
6985         each agenda block.
6986         (org-unhighlight-once): Delete.
6988         * org-agenda.el (org-agenda-append-agenda): Fit agenda window to
6989         buffer.
6991         * org-agenda.el (org-agenda-append-agenda): Bugfix: correctly
6992         check whether we are in org-agenda-mode.
6994         * org-agenda.el (org-agenda-pre-window-conf): Rename from
6995         `org-pre-agenda-window-conf'.
6996         (org-agenda-local-vars, org-agenda-prepare-window)
6997         (org-agenda-Quit, org-agenda-quit): Use the new name.
6999         * org-agenda.el (org-keys, org-match): New variable, dynamically
7000         scoped in `org-agenda'.
7001         (org-agenda, org-agenda-list, org-search-view, org-todo-list)
7002         (org-tags-view): Use the new variables.
7003         (org-batch-store-agenda-views): Let-bind `match'.
7005         * org-agenda.el (org-search-view, org-todo-list)
7006         (org-tags-view): Do not let `org-agenda-sticky' prevent the use of
7007         these functions programmatically.  Also use the sticky agenda
7008         function correctly.
7010         * org-agenda.el (org-agenda): Set `org-agenda-buffer-name'
7011         correctly with sticky agendas and non-custom commands.
7013         * org-agenda.el (org-agenda-fit-window-to-buffer): Rename from
7014         `org-fit-agenda-window'.
7015         (org-agenda-run-series, org-agenda-prepare, org-agenda-list)
7016         (org-search-view, org-todo-list, org-tags-view): Use the new name.
7018         * org-agenda.el (org-agenda-prepare): Let `throw' display an
7019         error.
7021         * org-agenda.el (org-agenda-list): Fix bug: don't throw an error
7022         when called from programs as (org-agenda-list).
7024         * org-agenda.el (org-todo-list): Make arg optional.
7026         * org.el (org-agenda-prepare-buffers): Rename from
7027         `org-prepare-agenda-buffers'.
7028         (org-match-sparse-tree, org-map-entries): Use the new names.
7030         * org-agenda.el (org-agenda-prepare-window): Rename from
7031         `org-prepare-agenda-window'.
7032         (org-agenda-prepare): Rename from `org-prepare-agenda'.
7033         (org-agenda-run-series, org-agenda-prepare, org-timeline)
7034         (org-agenda-list, org-search-view, org-todo-list)
7035         (org-tags-view, org-agenda-list-stuck-projects, org-diary)
7036         (org-agenda-to-appt): Use the new names.
7038         * org-mobile.el (org-mobile-create-index-file): Ditto.
7040         * org-icalendar.el (org-export-icalendar): Ditto.
7042         * org-clock.el (org-dblock-write:clocktable)
7043         (org-dblock-write:clocktable): Ditto.
7045         * org2rem.el (org2rem): Ditto.
7047         * org-agenda.el (org-agenda): In sticky agendas, use the current
7048         command's match to set the buffer name.  This gives more
7049         information to the user and allows to distinguish various agendas
7050         triggered by the same key.
7051         (org-batch-store-agenda-views): Handle the new sticky agenda
7052         buffer name.
7054         * org-agenda.el (org-agenda)
7055         (org-agenda-get-restriction-and-command): Use `S' as a key for
7056         searching words in TODO-only entries.
7058         * org-agenda.el (org-prepare-agenda): Fit agenda window when
7059         displaying a sticky agenda.
7061         * org-table.el (org-table-number-regexp): Allow the user to set it
7062         to a new regexp, which allows commas as decimal mark.  The default
7063         is to not use this setting, but the one before commit 7ff8c1,
7064         which has ben reverted.
7066         * org-agenda.el (org-agenda-overriding-cmd)
7067         (org-agenda-multi-current-cmd)
7068         (org-agenda-multi-overriding-arguments): New variables.
7069         (org-agenda-run-series): `org-agenda-overriding-arguments'
7070         defaults to the last agenda block arguments, so don't use it
7071         globally.
7072         (org-agenda-mark-header-line): Add properties needed so that
7073         `org-agenda-overriding-arguments', `org-agenda-current-span' and
7074         `org-agenda-last-arguments' can be set to their correct contextual
7075         value.
7076         (org-agenda-multi-back-to-pos): New variable.
7077         (org-agenda-later): Retrieve `org-agenda-current-span' and
7078         `org-agenda-overriding-arguments' from text properties.
7079         Also handle numeric span.
7080         (org-agenda-later, org-agenda-change-time-span):
7081         Set `org-agenda-overriding-cmd' so that we to take overriding
7082         arguments into account for this command only.
7084         * org-agenda.el (org-agenda-kill, org-agenda-archive-with):
7085         Fix bug when called with a non-nil value of `org-agenda-stick'.
7087         * org-agenda.el (org-agenda-refile): Fix bug when refiling an
7088         entry from a sticky agenda.
7090         * org-agenda.el (org-prepare-agenda-window):
7091         Use `org-pre-agenda-window-conf' if already set.
7092         (org-agenda-Quit): Set `org-pre-agenda-window-conf' to nil when
7093         quitting.
7094         (org-agenda-quit): Ditto.
7096         * org-capture.el (org-capture-fill-template): Protect the text
7097         used for replacement from being further replaced.
7099         * org.el (org-contextualize-validate-key): Fix the check against a
7100         function.
7102         * org.el (org-contextualize-keys): Rename from
7103         `org-contextualize-agenda-or-capture'.  Fix normalization to
7104         handle empty key replacement string.
7105         (org-contextualize-validate-key): Rename from
7106         `org-contexts-validate'.  Allow checking against a custom
7107         function.
7109         * org-agenda.el (org-agenda-custom-commands-contexts): Update.
7110         (org-agenda): Use `org-contextualize-keys'.
7112         * org-capture.el (org-capture-templates-contexts): Ditto.
7114         * org.el (org-contextualize-agenda-or-capture):
7115         Normalize contexts.
7117         * org.el (org-contextualize-agenda-or-capture): Handle key
7118         replacement depending on the contexts.
7120         * org-capture.el (org-capture-templates-contexts): Allow to use
7121         the context as a way to replace one capture template by another
7122         one.
7124         * org-agenda.el (org-agenda-custom-commands-contexts): Allow to
7125         use the context as a way to replace one agenda custom command by
7126         another one.
7128         * org.el (org-contextualize-agenda-or-capture)
7129         (org-rule-validate): New functions, implement context filtering
7130         for agenda commands and capture templates.
7132         * org-agenda.el (org-agenda-custom-commands-contexts): New option.
7133         (org-agenda): Use it.
7135         * org-capture.el (org-capture-templates-contexts): New option.
7136         (org-capture-select-template): Use it.
7138         * org.el (org-beginning-of-defun, org-end-of-defun): Delete.
7139         (org-mode): Set `beginning-of-defun-function' and
7140         `end-of-defun-function' directly.
7142         * org.el (org-insert-link): Fix bug: include links abbreviations
7143         when completing.
7145         * org-icalendar.el (org-icalendar-print-entries): Fix bug: when
7146         `org-icalendar-use-plain-timestamp' is nil, scheduled and deadline
7147         items should not be ignored.
7149         * org.el (org-ds-keyword-length, org-make-tags-matcher):
7150         Docstring clean-up.
7152         * org-freemind.el (org-freemind-convert-links-from-org): Replace
7153         literally to prevent errors when replacing with string containing
7154         backslashes.
7156         * org-pcomplete.el (org-thing-at-point): Allow to match (and then
7157         complete) a "thing" containing dashes.
7159         * org-table.el (org-table-toggle-coordinate-overlays):
7160         Better message when interactively toggling.
7162         * org-table.el (org-table-number-regexp): Update the docstring to
7163         show an example of a decimal number using the comma as a
7164         separation mark.
7166         * org-agenda.el (org-prepare-agenda): Minor code clean-up.
7167         (org-agenda-filter-by-category): Filtering must be turned off only
7168         when a category filter has been set and this filter is not empty.
7170         * org-agenda.el (org-search-view, org-agenda-get-todos)
7171         (org-agenda-get-timestamps, org-agenda-get-sexps)
7172         (org-agenda-get-progress, org-agenda-get-deadlines)
7173         (org-agenda-get-scheduled, org-agenda-get-blocks):
7174         Use `category-pos' instead of `org-category-pos'.
7176         * ob-fortran.el (org-babel-fortran-transform-list): Rename from
7177         `ob-fortran-transform-list'.
7178         (org-babel-fortran-var-to-fortran): Use the new function's name.
7180         * ob-calc.el (org-babel-calc-maybe-resolve-var): Rename from
7181         `ob-calc-maybe-resolve-var'.
7182         (org-babel-execute:calc): Use the new function's name.
7184         * org-jsinfo.el (org-infojs-template): Add a license.
7185         (org-infojs-handle-options): Replace all template elements.
7187         * org-html.el (org-export-html-scripts): Add a license.
7188         (org-export-html-mathjax-config): Replace all template elements.
7189         (org-export-html-mathjax-template): Add a license.
7190         (org-export-as-html): Minor code clean-up.
7192         * org.el (org-options-keywords): Add "#+MATHJAX" and
7193         "#+INFOJS_OPT" to the list of keywords for completion.
7195         * org.el (org-src-prevent-auto-filling): Remove unused and useless
7196         option.
7198         * org.el (org-element-at-point): Autoload.
7199         (org-element-up): Remove useless declaration.
7200         (org-fill-context-prefix, org-fill-paragraph)
7201         (org-mark-element, org-narrow-to-element)
7202         (org-transpose-element, org-unindent-buffer): Do not require
7203         org-element.
7205         * org.el (org-fill-paragraph): Require org-element.
7207         * org-agenda.el (org-agenda-persistent-marks): Minor docstring
7208         enhancement.
7210         * org.el (org-create-math-formula): Use the compatibility function
7211         `org-region-active-p'.
7213         * org-odt.el (org-export-as-odf): Ditto.
7215         * ob.el (org-babel-demarcate-block): Ditto.
7217         * org.el (org-mark-subtree): Maybe call `org-mark-element'
7218         interactively.
7219         (org-mark-element): Only mark further elements when called
7220         interactively.
7222         * org.el (org-mark-element, org-narrow-to-element)
7223         (org-transpose-element): Require org-element.
7225         * org-agenda.el (org-agenda-get-timestamps)
7226         (org-agenda-get-sexps, org-agenda-get-deadlines)
7227         (org-agenda-get-scheduled): Add the 'warntime as a text property,
7228         getting its value from the APPT_WARNTIME property.
7229         (org-agenda-to-appt): Use the 'warntime text property.
7231         * org-capture.el (org-capture-place-table-line): Fix bug.
7233         * org.el (org-activate-plain-links): Don't activate a plain link
7234         when it is part of a bracketed link, unless bracketed links are
7235         not enlisted in `org-activate-links'.
7236         (org-open-at-point): Don't consider the text immediately after a
7237         bracketed link is part of a plain link.
7239         * org.el (org-compute-latex-and-specials-regexp)
7240         (org-paste-subtree, org-sort-entries, org-store-link)
7241         (org-open-at-point, org-file-remote-p, org-add-log-setup)
7242         (org-set-tags-to, org-fast-tag-selection)
7243         (org-diary-sexp-entry): Ditto.
7245         * org-agenda.el (org-agenda-get-blocks, org-cmp-priority)
7246         (org-cmp-effort, org-cmp-todo-state, org-cmp-alpha)
7247         (org-cmp-tag, org-cmp-time): Remove useless (t nil) sexps at the
7248         end of (cond ...) constructs.
7250         * org-mobile.el (org-mobile-create-index-file): Ditto.
7252         * org-lparse.el (org-lparse-format-table-row): Ditto.
7254         * org-list.el (org-sort-list): Ditto.
7256         * org-id.el (org-id-get): Ditto.
7258         * org-html.el (org-export-html-preprocess): Ditto.
7260         * org-exp.el (org-default-export-plist)
7261         (org-table-clean-before-export): Ditto.
7263         * org.el (org-options-keywords): Add "TODO".
7264         (org-make-options-regexp): Make the hashtag mandatory for options
7265         and don't allow whitespaces between the hashtag and the plus sign.
7267         * org.el (org-refresh-category-properties)
7268         (org-find-dblock, org-dblock-start-re, org-dblock-end-re):
7269         Allow lowercase "#+category" and "#+begin:" dynamic blocks.
7271         * org.el (org-context): Use case-folding when trying to match
7272         clocktables and source blocks contexts.
7274         * org-clock.el (org-clock-put-overlay): Put the overlay on the
7275         whole headline, not only on the last character.  This fixes a bug
7276         with overlays on headlines ending with a bracketed link.
7278         * org-html.el (org-export-as-html): Make sure we always process a
7279         string.
7281         * org-exp.el (org-export-cleanup-toc-line): Always return a
7282         string.
7284         * org.el (org-fontify-meta-lines-and-blocks-1): Correctly handle
7285         metalines with #+results[...]:.
7287         * org-exp.el (org-export-handle-metalines): Rename from
7288         `org-export-handle-table-metalines'.  Now also handle source block
7289         metalines.
7290         (org-export-res/src-name-cleanup): Delete.
7291         (org-export-preprocess-string): Use `org-export-handle-metalines'.
7292         Don't use `org-export-res/src-name-cleanup' anymore.
7294         * org-html.el (org-format-org-table-html): Don't include the
7295         caption tag for empty captions in HTML export.  Keep it in the
7296         DocBook export so that it produces valid DocBook XML.
7298         * org.el (org-read-date-analyze): Allow both "8am Wed" and "Wed
7299         8am" to be parsed correctly with respect to possible values of
7300         `org-read-date-prefer-future'.
7301         (org-read-date-prefer-future): Update docstring to remove the
7302         restriction about inserting only the time.  The user can now
7303         insert the time and the day.
7305         * org-icalendar.el (org-icalendar-print-entries): Rename from
7306         `org-print-icalendar-entries'.
7307         (org-icalendar-start-file): Rename from
7308         `org-start-icalendar-file'.
7309         (org-icalendar-finish-file): Rename from
7310         `org-finish-icalendar-file'.
7311         (org-icalendar-ts-to-string): Rename from `org-ical-ts-to-string'.
7312         (org-export-icalendar): Use the correct functions.
7314         * ob-ref.el (org-babel-ref-index-list): Fix bug introduced by
7315         commit e85479.
7317         * org.el (org-fill-context-prefix): Require org-element.
7318         (org-timestamp-change): Fix bug by saving excursion when adjusting
7319         another clock.
7321         * org.el (org-read-date-prefer-future): Fix docstring formatting.
7322         (org-read-date-analyze): Fix the interpretation of
7323         `org-read-date-prefer-future'.
7325         * org-agenda.el (org-agenda-menu-two-column): Rename to
7326         `org-agenda-menu-two-columns'.
7328         * ob.el (org-babel-sha1-hash, org-babel-noweb-p):
7329         Replace `org-labels' by `let*'.
7331         * org-bibtex.el (org-bibtex-headline): Ditto.
7333         * org-compat.el: Delete `org-labels'.
7335         * ob.el (org-babel-get-src-block-info)
7336         (org-babel-check-src-block, org-babel-current-result-hash)
7337         (org-babel-parse-src-block-match, org-babel-read-link)
7338         (org-babel-insert-result, org-babel-clean-text-properties):
7339         Use ̀org-no-properties' instead of `org-babel-clean-text-properties'.
7340         (org-babel-clean-text-properties): Delete redundant function
7341         `org-babel-clean-text-properties'.
7343         * ob-tangle.el (org-babel-tangle-collect-blocks)
7344         (org-babel-tangle-comment-links): Ditto.
7346         * ob-table.el (sbe): Ditto.
7348         * ob-lob.el (org-babel-lob-get-info)
7349         (org-babel-lob-execute): Ditto.
7351         * ob-exp.el (org-babel-exp-non-block-elements): Ditto.
7353         * org-macs.el (org-no-properties): Allow a new parameter
7354         `restricted' to restrict the properties removal to those in
7355         `org-rm-props'.  The default is now to remove all properties.
7357         * org-compat.el (org-substring-no-properties): Remove unused
7358         defun.
7360         * org-remember.el (org-remember-apply-template): Remove redundant
7361         removal of text properties.
7362         (org-remember-apply-template): Use `org-no-properties'.
7364         * org-capture.el (org-capture-fill-template): Remove redundant
7365         removal of text properties.
7366         (org-capture-fill-template): Use `org-no-properties'.
7368         * org-gnus.el (org-gnus-open, org-gnus-follow-link):
7369         Use `org-no-properties'.
7371         * org-colview.el (org-columns-display-here): Ditto.
7373         * org-table.el (org-table-eval-formula): Ditto.
7375         * org.el (org-entry-properties): Ditto.
7377         * org-icalendar.el (org-print-icalendar-entries): Fix bug about
7378         handling `alarm-time'.
7380         * ob-R.el (org-babel-edit-prep:R): Don't set the session.
7382         * org.el (org-store-log-note): Only skip comments starting with "#
7383         " when storing a note.
7385         * org.el (org-custom-properties): New option.
7386         (org-custom-properties-overlays): New variable.
7387         (org-toggle-custom-properties-visibility): New command to toggle
7388         the visibility of custom properties.
7389         (org-check-before-invisible-edit): Also prevent errors when trying
7390         to edit invisible properties.
7392         * org-datetree.el (org-datetree-add-timestamp): New option.
7393         (org-datetree-insert-line): Use it.
7395         * org.el (org-fill-template): Fix bug when filling template for a
7396         key associated to the nil value.
7398         * org-agenda.el (org-diary): Fix tiny typo.
7400         * org.el (message-in-body-p): Move declaration up to fix compiler
7401         warning.
7403         * org.el (org-fill-context-prefix): Fix auto-filling in
7404         `message-mode'.
7406         * org.el (org-fill-paragraph): Correctly fill paragraph in
7407         message-mode.
7408         (org-indent-line): Correctly indent according to mode when
7409         `orgstruct++-mode' is on.
7410         (orgstruct++-mode): Add `fill-prefix' to the variable temporarily
7411         stored in `org-fb-vars'.
7413         * org.el (org-fill-paragraph): Make a command.  Fix bug about
7414         filling message headers and citations.
7416         * org.el (org-redisplay-inline-images): New command.
7417         (org-mode-map): Bind it to C-c C-x C-M-v.
7419         * org-colview.el (org-columns-get-format-and-top-level): Fix bug.
7420         (org-columns-get-format): Fix compiler warning.
7422         * org-feed.el: Add declarations.
7424         * org-agenda.el (org-agenda-get-sexps): Use `org-get-tags-at' to
7425         allow tag inheritance.
7427         * org-capture.el (org-capture): Fix bug introduced by commit
7428         1737d3.
7430         * org-publish.el (org-publish-needed-p)
7431         (org-publish-update-timestamp, org-publish-file)
7432         (org-publish-cache-file-needs-publishing): New argument
7433         `base-dir'.
7434         (org-publish-cache-ctime-of-src): Use the new argument to make
7435         sure we find the file according to :base-directory.
7437         * org-capture.el (org-capture-string): New command to prompt for
7438         the interactive text interactively.  This can also be used in
7439         Elisp programs to use ̀org-capture' with some initial text.
7440         (org-capture-initial): New variable to store the initial text.
7441         (org-capture): Use `org-capture-initial'.
7443         * org.el (org-emph-re): Tiny docstring formatting fix.
7445         * org-compat.el (org-labels): Remove.
7447         * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
7449         * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
7451         * org.el (org-emph-re): Tiny formatting fix.
7453         * org.el (orgstruct-setup): Require `org-element'.
7455         * org.el (org-store-link, org-open-at-point): New link type
7456         "help".
7458         * org-compat.el (org-flet): Remove alias.
7460         * ob.el (org-babel-edit-distance, org-babel-sha1-hash)
7461         (org-babel-get-rownames, org-babel-insert-result)
7462         (org-babel-merge-params)
7463         (org-babel-expand-noweb-references): Don't use `org-flet'.
7464         Also indent some functions correctly.
7466         * ob.el (org-babel-execute-src-block)
7467         (org-babel-join-splits-near-ch, org-babel-format-result)
7468         (org-babel-examplize-region): Don't use `org-flet'.
7469         (org-babel-tramp-handle-call-process-region): Fix typo.
7471         * ob-awk.el (org-babel-awk-var-to-awk): Don't use `org-flet'.
7473         * ob-sh.el (org-babel-sh-var-to-string): Ditto.
7475         * ob-tangle.el (org-babel-tangle, org-babel-spec-to-string):
7476         Don't use `org-flet'.
7478         * org-pcomplete.el (org-compat): Require.
7480         * ob-tangle.el (org-babel-load-file): Don't use `org-flet'.
7482         * org-bibtex.el (org-bibtex-write): Use let*.
7484         * org-plot.el (org-plot/gnuplot-script): Don't use `org-flet'.
7486         * org-bibtex.el (org-bibtex-headline, org-bibtex-fleshout)
7487         (org-bibtex-read, org-bibtex-write): Don't use `org-flet'.
7489         * org-clock.el (org-clock-cancel): Use `org-looking-back'.
7491         * org-pcomplete.el (org-thing-at-point): Ditto.
7493         * org.el (org-timestamp-change): Ditto.
7495         * org-mouse.el (org-mouse-timestamp-today)
7496         (org-mouse-set-priority, org-mouse-popup-global-menu)
7497         (org-mouse-context-menu): Don't use ̀org-flet'.
7499         * org.el (org-priority): Fix docstring.
7501         * org-publish.el (org-publish-write-cache-file)
7502         (org-publish-initialize-cache)
7503         (org-publish-cache-file-needs-publishing)
7504         (org-publish-cache-get): Small code clean-up.
7506         * org-publish.el (org-publish-cache-ctime-of-src): Simplify.
7508         * org-agenda.el (org-agenda-get-sexps): Add a 'tags property for
7509         agenda entries created from sexps.
7511         * org-capture.el (org-capture-templates): Docstring clean up.
7512         (org-capture-place-entry, org-capture-place-item)
7513         (org-capture-place-plain-text, org-capture-place-table-line):
7514         Ensure to always position the point according to %?.
7516         * org-table.el (org-table-convert-refs-to-rc): Fix bug when
7517         converting remote table references.
7519         * org-agenda.el (org-agenda-switch-to): Run hooks in
7520         ̀org-agenda-after-show-hook'.
7522         * ob-ref.el (org-babel-ref-index-list): Use let* and rename the
7523         variable `length' to `lgth'.
7525         * org-plot.el (org-plot/gnuplot-to-grid-data): Don't use
7526         ̀org-flet'.
7528         * org-exp.el (org-export-format-source-code-or-example): Ditto.
7530         * org-exp-blocks.el (org-export-blocks-preprocess): Ditto.
7532         * ob.el (org-babel-view-src-block-info)
7533         (org-babel-execute-src-block, org-babel-edit-distance)
7534         (org-babel-switch-to-session-with-code)
7535         (org-babel-balanced-split, org-babel-insert-result): Ditto.
7537         * ob-ref.el (org-babel-ref-index-list): Ditto.
7539         * ob-python.el (org-babel-python-evaluate-session): Ditto.
7541         * ob-lob.el (org-babel-lob-get-info): Ditto.
7543         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Ditto.
7545         * ob-exp.el (org-babel-exp-do-export): Ditto.
7547         * org-table.el (orgtbl-to-generic): Fix docstring.
7549         * org-clock.el (org-clock-in): Call `org-clock-out' with the new
7550         argument `switch-to-state' set to nil.  Fix docstring.
7551         (org-clock-in-last): Prompt for a todo state to switch to when
7552         called with three universal prefix arguments.  Don't display a
7553         message when the clock is already running.  Update docstring.
7554         (org-clock-out): New argument `switch-to-state'.  When this
7555         argument is non-nil, prompt for a state to switch the clocked out
7556         task to, overriding `org-clock-out-switch-to-state'.
7558         * org.el (org-entry-get): Don't use `org-flet'.
7560         * org.el (org-forward-heading-same-level): Rename from
7561         `org-forward-same-level'.
7562         (org-backward-heading-same-level): Rename from
7563         `org-backward-same-level'.
7565         * org.el (org-forward-element): Rename from `org-element-forward'.
7566         (org-backward-element): Rename from `org-element-backward'.
7567         (org-up-element): Rename from `org-element-up'.
7568         (org-down-element): Rename from `org-element-down'.
7569         (org-drag-element-backward): Rename from
7570         `org-element-drag-backward'.
7571         (org-drag-element-forward): Rename from
7572         `org-element-drag-forward'.
7573         (org-mark-element): Rename from `org-element-mark-element'.
7574         (org-transpose-element): Rename from `org-element-transpose'.
7575         (org-unindent-buffer): Rename from `org-element-unindent-buffer'.
7576         (org-mode-map): Update the names of a commands.  Remove useless
7577         declarations.
7579         * org-element.el (org-element-forward, org-element-backward)
7580         (org-element-up, org-element-down)
7581         (org-element-drag-backward, org-element-drag-forward)
7582         (org-element-mark-element, org-narrow-to-element)
7583         (org-element-transpose, org-element-unindent-buffer): Move to
7584         org.el.
7586         * org.el (org-forward-same-level): Fix typo in docstring.
7588         * org-agenda.el (org-agenda-mode-map):
7589         Bind `org-agenda-show-priority' to `C-c,' instead of `P'.
7590         (org-agenda-next-item, org-agenda-previous-item): New commands to
7591         move by one item down/up in the agenda.
7592         (org-agenda-mode-map): Bind `org-agenda-next-item' and
7593         `org-agenda-previous-item' to `N' and `P' respectively.
7595         * org-rmail.el (org-rmail-store-link, org-rmail-follow-link):
7596         Toggle headers when necessary.
7598         * org-element.el (org-narrow-to-element): Autoload.
7600         * org.el (org-mode-map): Use `M-h' for `org-element-mark-element'.
7601         (org-mark-subtree): Allow a numeric prefix argument to move up
7602         into the hierarchy of headlines.
7604         * org-element.el (org-element-up, org-element-down): Autoload.
7606         * org.el: Declare functions and don't require org-element.
7608         * org-element.el (org-element-at-point, org-element-forward)
7609         (org-element-backward, org-element-drag-backward)
7610         (org-element-drag-forward, org-element-mark-element)
7611         (org-element-transpose, org-element-unindent-buffer): Autoload.
7612         Require 'org and remove all declarations.
7614         * org.el (org-outline-regexp-bol, org-heading-regexp):
7615         Use variables instead of constants.
7617         * org-archive.el (org-datetree-find-date-create): Declare.
7619         * org.el (org-open-at-point): Only set
7620         `clean-buffer-list-kill-buffer-names' when the feature 'midnight
7621         has been loaded.
7623         * org-icalendar.el (org-print-icalendar-entries):
7624         Let APPT_WARNTIME take precedence over ̀org-icalendar-alarm-time'.
7626         * org.el (org-special-properties): New special property
7627         CLOCKSUM_T.
7628         (org-entry-properties): Handle the new special property.
7630         * org-colview.el (org-columns): Handle a new special property
7631         CLOCKSUM_T.
7632         (org-agenda-colview-summarize, org-agenda-colview-compute): Ditto.
7634         * org-clock.el (org-clock-sum-today): New function.
7635         (org-clock-sum): New argument PROPNAME to set a custom text
7636         property instead of :org-clock-minutes.
7638         * org-agenda.el (org-agenda-check-type): Throw a more appropriate
7639         error message when no agenda is currently being displayed.
7641         * org.el (org-get-property-block): Find blocks before the first
7642         headline.
7643         (org-entry-properties): Minor code cleanup.
7644         (org-entry-get, org-entry-get-with-inheritance): Get property
7645         before the first headline.
7647         * org-mobile.el (org-mobile-create-index-file): Use `files-alist'.
7649         * org.el (org-make-link): Delete.
7650         (org-store-link, org-insert-link)
7651         (org-file-complete-link): Don't use `org-make-link'.
7653         * org-wl.el (org-wl-store-link-folder)
7654         (org-wl-store-link-message): Ditto.
7656         * org-vm.el (org-vm-store-link): Ditto.
7658         * org-rmail.el (org-rmail-store-link): Ditto.
7660         * org-mhe.el (org-mhe-store-link): Ditto.
7662         * org-mew.el (org-mew-store-link): Ditto.
7664         * org-irc.el (org-irc-erc-store-link): Ditto.
7666         * org-info.el (org-info-store-link): Ditto.
7668         * org-id.el (org-id-store-link): Ditto.
7670         * org-gnus.el (org-gnus-group-link, org-gnus-article-link): Ditto.
7672         * org-eshell.el (org-eshell-store-link): Ditto.
7674         * org-bbdb.el (org-bbdb-store-link): Ditto.
7676         * org.el (org-url-hexify-p): New option.  When non-nil (the
7677         default), hexify URLs when creating a link.
7679         * org.el (org-insert-link): Make sure point is at the beginning of
7680         the buffer.
7682         * org.el (clean-buffer-list-kill-buffer-names): Declare.
7683         (org-open-at-point): Allow opening multiple shell links by
7684         creating a new output buffer for each shell process.  The new
7685         buffer is added to `clean-buffer-list-kill-buffer-names'.
7687         * org-mobile.el (org-mobile-create-index-file):
7688         Use `org-global-tags-completion-table' instead of
7689         `org-tag-alist-for-agenda' to get the tags for the index file.
7691         * org.el (org-global-tags-completion-table): Fix typo in
7692         docstring.
7694         * org.el (org-link-to-org-use-id): Use `org-capture' instead of
7695         `org-remember' in the docstring.
7696         (org-link-fontify-links-to-this-file): New function to fontify
7697         links to the current buffer in `org-stored-links'.
7698         (org-store-link): Small code simplification.
7699         (org-link-prettify): Enclose literal links into <...> instead of
7700         [[...]].
7701         (org-insert-link): Use `org-link-fontify-links-to-this-file'.
7702         Also allow completion over links' descriptions, as well as links
7703         destinations.  When the user uses the description for completion,
7704         don't prompt again for a description.
7706         * org-capture.el (org-capture-templates): Fix docstring by adding
7707         Gnus to the list of mail clients.
7709         * org.el (org-log-repeat): Enhance docstring.
7711         * org.el (org-mode-map): Don't bind C-<up> and C-<down> to
7712         `org-element-backward/forward' as these functions stops when there
7713         is no element of the same type before/after point.  It is useful
7714         to navigate with `forward/backward-paragraph' with no stop in most
7715         cases.
7717         * org-capture.el (org-capture-templates): New template %l to
7718         insert the literal link pointing at the current buffer.
7720         * org.el (org-todo-keywords): Ditto.
7722         * org.el (org-fill-paragraph): Falls back on
7723         `message-fill-paragraph' if required in `message-mode'.
7725         * org-pcomplete.el (pcomplete/org-mode/file-option/x): New macro.
7726         (pcomplete/org-mode/file-option/options)
7727         (pcomplete/org-mode/file-option/title)
7728         (pcomplete/org-mode/file-option/author)
7729         (pcomplete/org-mode/file-option/email)
7730         (pcomplete/org-mode/file-option/date): Use the new macro to offer
7731         completion over default values for #+OPTIONS, #+TITLE, #+AUTHOR,
7732         #+EMAIL and #+DATE.
7734         * org-agenda.el (org-agenda-write): Fix bug when writing agenda to
7735         an external file while `org-agenda-sticky' is non-nil.
7737         * org.el (org-speed-commands-default): New speedy command to
7738         quickly add the :APPT_WARNTIME: property.
7740         * org-agenda.el (org-agenda-to-appt): Use the :APPT_WARNTIME:
7741         property to override `appt-message-warning-time' when adding an
7742         appointment from an entry.
7744         * org.el (org-version): Improve docstring.
7745         (org-self-insert-cluster-for-undo): The default value should be
7746         nil for Emacs >=24.1.  See bug#11774.
7748         * org.el (org-fontify-meta-lines-and-blocks-1): Fix previous
7749         commit.
7751         * org.el (org-options-keywords): New constant.
7752         (org-additional-option-like-keywords): Remove duplicates with
7753         keywords in the new constant.
7754         (org-additional-option-like-keywords-for-flyspell): Use the new
7755         constant.
7756         (org-mode-flyspell-verify): Exclude keywords from the new
7757         constant.
7759         * org-pcomplete.el (pcomplete/org-mode/file-option):
7760         Use `org-options-keywords'.
7762         * org.el (org-toggle-heading): Bugfix: use
7763         `org-element-mark-element' instead of `org-mark-list'.
7765         * org-list.el (org-mark-list): Delete.
7767         * org.el: Update a few keybindings.
7769         * org-element.el (org-element-down): Throw an error when the
7770         element has no content.
7772         * org-table.el (orgtbl-radio-table-templates): Add a template for
7773         org-mode.
7774         (orgtbl-to-orgtbl): Complete and align the table created with
7775         orgtbl-to-orgtbl, in case the user use the function for radio
7776         tables.
7777         (orgtbl-to-table.el): New function to export a table to another
7778         one using the table.el format.
7779         (orgtbl-to-unicode): New function to export a table using unicode
7780         characters.
7782         * org-exp.el (org-export-language-setup): Use "Sommaire" for the
7783         french translation of "Table of contents", to avoid a possible bug
7784         when exporting to ODT.
7786         * org.el (org-additional-option-like-keywords): Add keywords.
7787         (org-additional-option-like-keywords-for-flyspell): New constant
7788         to use with flyspell.
7789         (org-mode-flyspell-verify): Use the dedicated constant and don't
7790         check `org-startup-options'.
7792         * org-agenda.el (org-batch-store-agenda-views): Use the sticky
7793         agenda buffer name, if required.
7794         (org-agenda-write): New parameter `agenda-bufname' to allow
7795         setting the agenda buffer name.
7797         * org.el (org-mode-map): Add keybindings for
7798         `org-element-forward', `org-element-backward', `org-element-up'
7799         and `org-element-down'.
7801         * org.el (org-auto-fill-function): Don't call `do-auto-fill'
7802         within (org-let org-fb-vars ...) as `do-auto-fill' should do the
7803         right thing whether orgstruct++-mode is turned on or off.
7805         * org.el (org-sparse-tree-default-date-type): New option.
7806         (org-ts-type): New variable.
7807         (org-sparse-tree): New argument `type'.  Use the new option
7808         `org-sparse-tree-default-date-type' as the default value for
7809         `type'.  Fix docstring.
7810         (org-re-timestamp): New function.
7811         (org-check-before-date, org-check-after-date)
7812         (org-check-dates-range): Use `org-ts-type' and `org-re-timestamp'
7813         to tell compute the date regexp.
7815         * org.el (orgstruct++-mode, org-get-local-variables): Also set
7816         `normal-auto-fill-function' when turning on/off orgstruct++-mode.
7818         * org-agenda.el (org-agenda-start-with-log-mode): Add relevant
7819         customization types.
7821         * org-faces.el (org-document-title): Use the normal height.
7823         * org-clock.el (org-x11idle-exists-p): New variable.
7824         (org-user-idle-seconds): Use it.
7826         * org.el (org-mode-map): Rebind `org-insert-all-links' to `C-c
7827         C-M-l'.
7829         * org.el (org-insert-all-links): New command.
7830         (org-insert-link): `org-keep-stored-link-after-insertion' is now
7831         checked when the link to insert has been defined, regardless on
7832         how it has been defined.  Also don't read the description
7833         interactively when the `default-description' parameter was given.
7834         (org-mode-map): Bind `org-insert-all-links' to `C-c C-L'.
7836         * org.el (org-inc-effort): New command to increment the effort
7837         property.
7838         (org-set-effort): Use it.
7839         (org-mode-map): Bind it to `C-c C-x E'.
7840         (org-speed-commands-default): Use `E' as a speed command for it.
7842         * org.el (org-re-property-keyword): New function.
7843         (org-entry-put): Use it to fix a bug with respect to setting the
7844         value of a property when a property line with no value already
7845         exists.
7847         * org.el (org-timestamp-change): Adjust clock in other org files
7848         correctly.
7850         * org-clock.el (org-user-idle-seconds): Simplify.
7852         * org.el (org-mode-map): Bind `org-resolve-clocks' to `C-c C-x
7853         C-z'.
7855         * org.el (org-mode-map): Add keybindings to
7856         `org-element-transpose' and `org-narrow-to-element'.
7857         (org-metaup): Fall back on `org-element-drag-backward'.
7858         (org-metadown): Fall back on `org-element-drag-forward'.
7859         Also move chunks of declarations and require statements to get rid of
7860         compiler warnings.
7862         * org-exp-blocks.el (org): Don't require org.  Add declarations.
7864         * org-clock.el (org): Don't require org.
7866         * ob-exp.el (org-list-forbidden-blocks): Add declarations.
7868         * org.el (org-timestamp-change): Don't use the `position'.
7870         * org.el (org-clock-history, org-clock-adjust-closest):
7871         New variables.
7872         (org-timestamp-change): Maybe adjust the next or previous clock in
7873         `org-clock-history'.
7874         (org-shiftmetaup, org-shiftmetadown): On clock logs, update the
7875         timestamp at point and adjust the next or previous clock in
7876         `org-clock-history', when possible.
7878         * org-clock.el (org-clock-in): Set the marker for
7879         `org-clock-history' at a safer position.
7881         * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
7882         Autoload.
7884         * org-mobile.el (org-mobile-post-pull-hook): Fix docstring.
7886         * org.el (org-indent-line): Fix indentation of a property line
7887         starting at the beginning of a line.
7889         * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
7891         * org-compat.el: Alias `org-condition-case-unless-debug' to
7892         `condition-case-unless-debug' or `condition-case-no-debug'.
7894         * org.el (org-todo-keywords): Ditto.
7896         * org.el (org-use-fast-todo-selection): Reformat docstring.
7898         * org.el (org-flag-drawer): Add a docstring.
7899         (org-mode-map): Bind ̀org-clock-cancel' to "C-cC-xC-q" and
7900         `org-clock-in-last' to "C-cC-xC-x".  This fixes a bug in the
7901         previous keybinding for `org-clock-in-last', which would override
7902         the one for `org-clock-in'.
7904         * org-clock.el (org-clock-in-last): Prevent errors when there is
7905         no clocking history.
7906         (org-clock-cancel): Fix bug when checking against a clock log in a
7907         folded drawer.
7909         * org.el (org-link-expand-abbrev): Implement "%(my-function)" as a
7910         new specifier.  Update the docstring.
7912         * org.el (org-startup-options): Fix docstring formatting.
7914         * org.el (org-use-sub-superscripts): Fix typo in docstring.
7916         * org.el (org-refile): Fix bug: prevent looping when calling
7917         `org-set-tags' internally.
7919         * org.el (org-mode-map): Add `C-c C-x C-I' as a keybinding for
7920         `org-clock-in-last'.
7922         * org-clock.el (org-clock-continuously): New option.
7923         (org-clock-in): Three universal prefix arguments set
7924         `org-clock-continuously' to `t' temporarily.
7925         (org-clock-in-last): Fix call to `org-clock-select-task' and
7926         support continuous clocking.
7927         (org-clock-out-time): New variable.
7928         (org-clock-out): Set `org-clock-out-time' when clocking out.
7929         Small docstring rewriting.
7930         (org-clock-remove-empty-clock-drawer): Fix "invalid search bound"
7931         bug when trying to delete empty logbook drawer.
7932         (org-clock-cancel): If the clock log is gone, send a warning
7933         instead of deleting the region that is supposed to contain it.
7935         * org.el (org-move-line-down, org-move-line-up): Remove.
7936         (org-metaup, org-metadown): When the region is active, move it
7937         up/down by one line, with no regard to the context.
7939         * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
7941         * org-compat.el: Alias `org-condition-case-unless-debug' to
7942         `condition-case-unless-debug' or `condition-case-no-debug'.
7944         * org-pcomplete.el (org-thing-at-point): Ignore trailing
7945         whitespaces while looking-back at properties.
7947         * org.el (org-mode): Set `indent-region-function'.
7948         (org-indent-region): New function.
7949         (org-fill-paragraph): When in a src block, use `indent-region' to
7950         indent the whole source code instead of falling back on
7951         `fill-paragraph', as this function messes up the code.
7953         * org-src.el (org-edit-src-code): Fix docstring formatting.
7955         * ob.el (org-babel-do-key-sequence-in-edit-buffer): Ditto.
7957         * org.el (org-mode, org-add-log-setup)
7958         (org-get-property-block, org-entry-put)
7959         (org-property-next-allowed-value, org-return)
7960         (org-indent-line): Rename `org-indent-line-function' to
7961         `org-indent-line'.
7963         * org-timer.el (org-timer-item): Ditto.
7965         * org-table.el (org-table-store-formulas): Ditto.
7967         * org-clock.el (org-clock-in, org-clock-find-position): Ditto.
7969         * org-src.el (org-src-font-lock-fontify-block)
7970         (org-src-strip-leading-and-trailing-blank-lines)
7971         (org-src-ask-before-returning-to-edit-buffer)
7972         (org-edit-src-code, org-edit-src-continue)
7973         (org-edit-fixed-width-region)
7974         (org-src-do-key-sequence-at-code-block)
7975         (org-src-font-lock-fontify-block, org-src-fontify-buffer):
7976         Fix typos in docstrings.
7978         * org-docbook.el (org-export-docbook-emphasis-alist): Fix typo:
7979         use "format string" instead of "formatting string".
7981         * org-latex.el (org-export-latex-emphasis-alist)
7982         (org-export-latex-title-command, org-export-latex-tables): Ditto.
7984         * org-html.el (org-export-html-postamble): Ditto.
7986         * org-latex.el (org-export-latex-hyperref-options-format):
7987         New option.
7988         (org-export-latex-make-header): Use it.
7990         * ob.el (org-babel-confirm-evaluate): Prevent errors when
7991         `org-current-export-file' is void.
7993         * org-table.el (org-table-export): Use the file name extension to
7994         suggest the right conversion format.  Also amend the docstring.
7996         * org.el (org-speed-commands-default): Two new speed commands.
7997         Use `:' for `org-columns' and ̀#' for `org-toggle-comment'.
7999         * org.el (org-time-stamp): With two universal arguments, insert an
8000         active timestamp with the current time without prompting the user.
8002         * org-clock.el (org-clock-in-last): New command.
8004         * org-clock.el (org-clock-in): Fix typo in docstring.
8006         * org-mobile.el (org-mobile-edit): Fix reference to a free
8007         variable.
8009         * org.el (org-doi-server-url): Update :group.
8011         * ob-lob.el (org-babel-lob-execute): Fix reference to non-existent
8012         variable.
8014         * org.el (org-doi-server-url): New option.
8015         (org-open-at-point): Use it.
8017         * org.el (org-at-comment-p): New function.
8018         (org-toggle-heading): Use `org-at-comment-p' to skip comments.
8020         * org-html.el (org-export-as-html): Add links to the Org mode and
8021         GNU Emacs websites When :html-postamble is set to 't.
8023         * org-export.el (org-export-creator-string): Add links to the Org
8024         mode and GNU Emacs websites.
8026         * org-special-blocks.el
8027         (org-special-blocks-convert-html-special-cookies): Prevent errors
8028         by first checking `org-line' is not nil.
8030         * org-clock.el (org-clock-string-limit)
8031         (org-clock-modeline-total, org-clock-task-overrun-text)
8032         (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
8034         * org.el (org-at-timestamp-p): Set ̀org-ts-what' to 'after when the
8035         point is right after the timestamp.  `org-at-timestamp-p' still
8036         returns `t' in this case, as this is more practical.
8037         (org-return): Check against ̀org-ts-what' to verify that point is
8038         really within the timestamp (if any).
8040         * org.el (org-return): Follow time-stamp links when point is an a
8041         time-stamp.
8043         * org-capture.el (org-capture-bookmark): New option.
8044         (org-capture-finalize): Use it.
8046         * org-publish.el (org-publish-cache-file-needs-publishing):
8047         Make the column mandatory after #+include:.
8049         * org-exp.el (org-export-handle-include-files): Ditto.
8051         * org-bibtex.el (org-bibtex-entries): Rename from
8052         (org-bibtex-read, org-bibtex-write): Use the new name.
8054         * org-exp.el (org-export-handle-include-files): Allow to use
8055         #+include with no column.
8057         * org-publish.el (org-publish-cache-file-needs-publishing):
8058         Make quotes mandatory around the file name and allow spaces in it.
8060         * org-html.el (org-export-as-html): Add link to Org's and Emacs's
8061         websites.
8063         * org-latex.el
8064         (org-export-latex-link-with-unknown-path-format): New option.
8065         (org-export-latex-links): Use it.
8067         * org-agenda.el (org-agenda-get-timestamps): Remove any active
8068         timestamp from the headline text, not only those for the current
8069         date.
8071         * org.el (org-set-tags): Allow setting tags for headlines in the
8072         region when `org-loop-over-headlines-in-active-region' is non-nil.
8074         * org.el (org-allow-promoting-top-level-subtree): New option to
8075         allow promoting a top-level subtree.
8076         (org-called-with-limited-levels): New variable, dynamically bound
8077         within the `org-with-limited-levels' macro.
8078         (org-promote): Use the new option to allow promoting a top-level
8079         subtree.
8081         * org-macs.el (org-with-limited-levels): Let-bind
8082         `org-called-interactively-p' to t.
8084         * org.el (org-create-formula-image-with-dvipng)
8085         (org-create-formula-image-with-imagemagick): Make sure a file
8086         exists before trying to delete it.
8088         * org.el (org-scan-tags): Correctly match TODO keywords.
8090         * org-agenda.el (org-agenda-bulk-action): Fix bug: use
8091         `org-agenda-bulk-unmark-all'.
8093         * org.el (orgstruct++-mode): Fix docstring.
8094         (org-fill-paragraph): Use the 'justify parameter when falling back
8095         on `fill-paragraph'.
8097         * org.el (org-indent-line-function): Use `org-let' instead of
8098         `orgstruct++-ignore-org-filling'.
8099         (org-fill-paragraph, org-auto-fill-function): Ditto.
8101         * org-macs.el (orgstruct++-ignore-org-filling): Delete.
8103         * org-table.el (org-table-time-string-to-seconds): Return the
8104         empty string if provided.
8105         (org-table-eval-formula): When assigning a duration string, handle
8106         it correctly -- i.e. don't make any computation on it, except the
8107         one to insert it using the correct duration format.
8109         * org.el (org-indent-line-function): Fix bug.
8111         * org-clock.el (org-frame-title-format-backup): New variable to
8112         store the value of `frame-title-format' before `org-clock' might
8113         replace it by `org-clock-frame-title-format'.
8114         (org-clock-frame-title-format): New option.
8115         (org-frame-title-string): Delete.
8116         (org-clock-update-mode-line): Minor code reformatting.
8117         (org-clock-in, org-clock-out, org-clock-cancel):
8118         Use `org-clock-frame-title-format'.
8120         * org-clock.el (org-clock-get-clock-string): Add a space.
8122         * org-list.el (org-mark-list): Return an error when there is no
8123         list at point.
8125         * org.el (org-toggle-heading): Allow `C-u C-c *' to mark the list
8126         at point before converting items to headings.  With a simple
8127         universal-argument, set `current-prefix-arg' to 1, otherwise keep
8128         the numeric value.
8130         * org-agenda.el (org-agenda-view-mode-dispatch): Make the message
8131         more readable.
8133         * org-agenda.el (org-agenda-mode-map): New keybinding ̀*' to mark
8134         all entries for bulk action.
8135         (org-agenda-menu): New menu item for marking all entries.
8136         (org-agenda-bulk-mark-all): New function to mark all entries.
8137         (org-agenda-bulk-mark-regexp): Minor docstring fix.
8138         (org-agenda-bulk-unmark): With a prefix argument, unmark all.
8139         Also send a better message.
8140         (org-agenda-bulk-remove-all-marks): Rename to
8141         `org-agenda-bulk-unmark-all'.  Check against
8142         `org-agenda-bulk-marked-entries' before trying to unmark entries.
8143         Minor docstring fix.
8144         (org-agenda-bulk-unmark-all): Rename from
8145         ̀org-agenda-bulk-remove-all-marks'.
8147         * org-agenda.el (org-agenda-bulk-mark-char): New option.
8148         (org-agenda-bulk-mark): Use the new option.
8150         * org.el (org-src-prevent-auto-filling): New option to prevent
8151         auto-filling in src blocks.  This defaults to nil to avoid people
8152         being surprised that no auto-fill occurs in Org buffers where they
8153         use `auto-fill-mode'.
8154         (org-auto-fill-function): Use the new option.
8156         * org.el (org-properties-postprocess-alist): Better customization
8157         type.
8158         (org-set-property): Fix the check against
8159         `org-properties-postprocess-alist'.
8161         * org-macs.el (orgstruct++-ignore-org-filling):
8162         Set `def-edebug-spec' correctly.
8164         * org-colview.el (org-columns-string-to-number): When computing
8165         the values for the colview, match durations and convert them to
8166         HH:MM values.
8168         * org.el (org-duration-string-to-minutes): Match non-round
8169         numbers.  Add a new optional parameter to allow returning the
8170         output as a string.
8172         * org.el (org-auto-fill-fallback-function)
8173         (org-indent-line-fallback-function)
8174         (org-fill-paragraph-fallback-function)
8175         (org-auto-fill-fallback-function)
8176         (org-indent-line-fallback-function)
8177         (org-fill-paragraph-fallback-function): Remove.
8178         (org-fb-vars): New buffer-local variable.
8179         (orgstruct++-mode): Use the fallback variable `org-fb-vars' to
8180         store, use and restore variables if needed.
8181         (org-fill-paragraph): Ignore `orgstruct++-mode' filling variables
8182         when needed.
8183         (org-auto-fill-function, org-indent-line-function): Ditto.
8185         * org-macs.el (orgstruct++-ignore-org-filling): New macro.
8187         * org-exp-block.el: Use `org-find-library-name' instead of
8188         `find-library-name'.
8190         * org-compat.el (org-find-library-name): Convert into a macro to
8191         avoid compilation of a function from XEmacs in Emacs and vice
8192         versa.
8194         * org-table.el (org-table-store-formulas): Fix typo.
8195         (org-table-maybe-eval-formula): Fix the regexp to only match
8196         formulas, which never end with the `=' character.  If the field
8197         only contain this character, don't eval either.
8199         * org.el (org-set-property): Perform the correct check against
8200         `org-properties-postprocess-alist'.
8202         * org-bbdb.el (org-bbdb-anniversary-format-alist): Update the
8203         customization type.
8204         (name): Suppress (defvar 'name) as name is not eval'ed when
8205         setting `org-bbdb-anniversary-format-alist'.
8207         * org.el (org-version): When called non-interactively, insert the
8208         short version string, otherwise send a message with the complete
8209         version string.
8211         * org-odt.el (org-odt-update-meta-file): Use (org-version) and
8212         delegate checking whether `org-version' is known as a variable
8213         there.
8215         * org-html.el (org-export-as-html): Use (org-version).
8217         * org-docbook.el (org-export-as-docbook): Ditto.
8219         * org-latex.el (org-export-latex-make-header): Ditto.
8221         * org-clock.el (org-clocktable-write-default): Temporarily disable
8222         `delete-active-region' so that we don't accidently delete an
8223         active region when exporting a subtree/region.
8225         * org-clock.el (org-program-exists): Remove.
8226         (org-show-notification, org-clock-play-sound):
8227         Use `executable-find' instead of `org-program-exists'.
8229         * org-agenda.el (org-diary): Prevent failure from
8230         `org-compile-prefix-format' when there is no agenda buffer.
8232         * org-agenda.el (org-agenda-mode): Replace obsolete variable
8233         `buffer-substring-filters'.
8235         * org-indent.el (org-indent-mode): Ditto.
8237         * org-compat.el (org-find-library-name): Silent the byte-compiler
8238         about a warning related to XEmacs support.
8240         * org-special-blocks.el
8241         (org-special-blocks-convert-html-special-cookies): Use `org-line'
8242         instead of `line'.
8244         * org-html.el (org-html-handle-links, org-export-as-html)
8245         (org-format-org-table-html, org-format-table-table-html)
8246         (org-html-export-list-line): Use `org-line' instead of `line' as
8247         the free variable name.
8249         * org-latex.el (org-export-latex-tables): Let-bind `hfmt'.
8251         * org-faces.el (org-list-dt): New face.
8253         * org.el (org-set-font-lock-defaults): Use `org-list-dt' as the
8254         face for definition terms in definition lists.
8256         * org.el (org-fill-paragraph): Pass the `justify' argument to
8257         `org-fill-paragraph-fallback-function'.
8259         * org.el (org-eval-in-calendar): Fix docstring to mention the
8260         KEEPDATE parameter.
8262         * org.el (org-refresh-category-properties): Let-bind
8263         `inhibit-read-only' to t.
8265         * org.el (org-auto-fill-fallback-function)
8266         (org-indent-line-fallback-function)
8267         (org-fill-paragraph-fallback-function): New variables to store
8268         some fall-back functions when turning `orgstruct++-mode' on.
8269         (orgstruct++-mode): Set the new variables.
8270         (org-indent-line-function, org-fill-paragraph)
8271         (org-auto-fill-function): Use them.
8273         * org.el (org-read-date): Bugfix: call `org-eval-in-calendar' with
8274         the 'keepdate parameter set to t when setting the cursor type.
8276         * org-agenda.el (org-agenda-persistent-marks): New option to keep
8277         marks after a bulk action.  The option defaults to nil.
8278         (org-agenda-bulk-action): Use the new option.
8280         * org-capture.el (org-capture-fill-template): Use %\n instead of
8281         %n as a template element to be replaced with the nth prompted
8282         string.
8283         (org-capture-templates): Update docstring.
8285         * org.el (org-goto): Fix docstring and document what C-u does.
8287         * org-publish.el (org-publish-cache-file-needs-publishing):
8288         Use (case-fold-search t) when looking for #+INCLUDE:.
8290         * org.el: Use (case-fold-search t).
8291         (org-edit-special, org-ctrl-c-ctrl-c): Ditto.
8293         * org-table.el:
8294         (org-table-store-formulas, org-table-get-stored-formulas)
8295         (org-table-fix-formulas, org-table-edit-formulas)
8296         (org-old-auto-fill-inhibit-regexp, orgtbl-ctrl-c-ctrl-c)
8297         (orgtbl-toggle-comment, org-table-get-remote-range): Ditto.
8299         * org-footnote.el:
8300         (org-footnote-goto-local-insertion-point): Ditto.
8302         * org-exp.el: Ditto.
8304         * org-colview.el:
8305         (org-dblock-write:columnview, org-dblock-write:columnview): Ditto.
8307         * org-clock.el (org-clocktable-write-default): Ditto.
8309         * org-capture.el (org-capture-place-table-line): Ditto.
8311         * ob.el (org-babel-data-names, org-babel-goto-named-src-block)
8312         (org-babel-src-block-names)
8313         (org-babel-where-is-src-block-result, org-babel-result-end)
8314         (org-babel-where-is-src-block-head)
8315         (org-babel-find-named-result, org-babel-result-names): Ditto.
8317         * org-table.el (orgtbl-send-table): Escape special characters.
8318         Introduce a new parameter :no-escape to prevent escaping.
8320         * org-agenda.el (org-toggle-sticky-agenda): Only shout a message
8321         when called interactively.
8322         (org-agenda-get-restriction-and-command):
8323         Call `org-toggle-sticky-agenda' interactively.
8325         * org-agenda.el (org-agenda-top-category-filter): New variable for
8326         storing the current top-category filter.
8327         (org-agenda-redo): Apply a top-category filter, if any.
8328         (org-agenda-filter-by-top-category)
8329         (org-agenda-filter-top-category-apply):
8330         Set `org-agenda-top-category-filter' to the right value.
8332         * org-clock.el (org-clock-out, org-clock-cancel)
8333         (org-clock-in): Don't modify `frame-title-format' if it is a
8334         string.
8336         * org-latex.el (org-export-latex-special-chars): Fix bug when
8337         escaping special characters in a table.
8339         * org.el (org-read-date): Set cursor-type to nil in the calendar.
8341         * org-faces.el (org-date-selected): Use inverse video.
8342         Don't explicitly set bold to nil as it causes `customize-face' to show
8343         the weight property and thus encourage the user to change it.
8344         Warn in the docstring that using bold might cause problems when
8345         displaying the calendar.
8347         * org-id.el (org-id-update-id-locations): New parameter to silent
8348         `org-id-find'.
8349         (org-id-find): Use the new parameter.
8351         * org.el (org-show-hierarchy-above, org-cycle)
8352         (org-global-cycle, org-files-list, org-store-link)
8353         (org-link-search, org-open-file, org-display-outline-path)
8354         (org-refile-get-location, org-update-all-dblocks)
8355         (org-change-tag-in-region, org-entry-properties)
8356         (org-save-all-org-buffers, org-revert-all-org-buffers)
8357         (org-buffer-list, org-cdlatex-mode)
8358         (org-install-agenda-files-menu, org-end-of-subtree)
8359         (org-speedbar-set-agenda-restriction): Use (derived-mode-p
8360         'org-mode) instead of (eq major-mode 'org-mode).
8362         * org-timer.el (org-timer-set-timer): Ditto.
8364         * org-table.el (orgtbl-mode, org-table-align, orgtbl-mode): Ditto.
8366         * org-src.el (org-edit-src-exit, org-edit-src-code)
8367         (org-edit-fixed-width-region, org-edit-src-exit): Ditto.
8369         * org-remember.el (org-remember-handler): Ditto.
8371         * org-mouse.el (dnd-open-file, org-mouse-insert-item): Ditto.
8373         * org-macs.el (org-get-limited-outline-regexp): Ditto.
8375         * org-lparse.el (org-replace-region-by): Ditto.
8377         * org-latex.el (org-latex-to-pdf-process)
8378         (org-replace-region-by-latex): Ditto.
8380         * org-indent.el (org-indent-indent-buffer): Ditto.
8382         * org-id.el (org-id-store-link, org-id-update-id-locations)
8383         (org-id-store-link): Ditto.
8385         * org-html.el (org-export-html-preprocess)
8386         (org-replace-region-by-html): Ditto.
8388         * org-footnote.el (org-footnote-normalize)
8389         (org-footnote-goto-definition)
8390         (org-footnote-create-definition, org-footnote-normalize): Ditto.
8392         * org-docbook.el (org-replace-region-by-docbook): Ditto.
8394         * org-ctags.el (find-tag): Ditto.
8396         * org-colview.el (org-columns-redo)
8397         (org-columns-display-here, org-columns-edit-value)
8398         (org-columns-redo): Ditto.
8400         * org-capture.el (org-capture-insert-template-here)
8401         (org-capture, org-capture-finalize)
8402         (org-capture-set-target-location)
8403         (org-capture-insert-template-here): Ditto.
8405         * org-ascii.el (org-replace-region-by-ascii): Ditto.
8407         * org-archive.el (org-archive-subtree): Ditto.
8409         * org-agenda.el (org-agenda)
8410         (org-agenda-get-restriction-and-command)
8411         (org-agenda-get-some-entry-text, org-search-view)
8412         (org-tags-view, org-agenda-get-day-entries)
8413         (org-agenda-format-item, org-agenda-goto, org-agenda-kill)
8414         (org-agenda-archive-with, org-agenda-switch-to): Ditto.
8416         * org.el (org-repeat-re)
8417         (org-clone-subtree-with-time-shift, org-auto-repeat-maybe)
8418         (org-deadline, org-schedule, org-matcher-time)
8419         (org-time-stamp, org-read-date, org-read-date-get-relative)
8420         (org-display-custom-time, org-get-wdays)
8421         (org-time-string-to-absolute, org-closest-date)
8422         (org-timestamp-change): Allow to set hourly repeat cookie.
8423         Send an error when an hourly repeat cookie is set and no hour is
8424         specified in the timestamp.
8426         * org-icalendar.el (org-print-icalendar-entries): Handle hourly
8427         repeat cookies.
8429         * org-clock.el (org-program-exists): Fix docstring.
8431         * org-clock.el (org-clock-file-time-cell-format): New option.
8432         (org-clocktable-write-default): Use it.
8434         * org-faces.el (org-date-selected): New face.
8436         * org.el (org-date-ovl): Use `org-date-selected'.
8438         * org.el (org-mode): Don't use `buffer-face-mode' by default.
8440         * org-agenda.el (org-agenda-mode-map): Bind `^' to
8441         `org-agenda-filter-by-top-category'.
8443         * org-ascii.el (org-export-ascii-underline): Change the default
8444         underlining characters for headlines of level 1 and 2.
8445         Also introduce \. as the underline character for headlines of level 5.
8447         * org-table.el (org-table-recalculate-buffer-tables)
8448         (org-table-iterate-buffer-tables): Add autoload cookie.
8450         * org.el (org-table-map-tables): Exclude tables in src and example
8451         blocks.
8453         * org.el (org-fill-paragraph): Leave scheduled/deadline lines
8454         untouched when filling an adjacent paragraph.
8456         * org-html.el (org-export-html-preamble-format)
8457         (org-export-html-postamble-format): Improve the docstring.
8459         * org.el (org-todo): Fix regression: rename `state' to
8460         `org-state'.
8462         * org-clock.el (org-show-notification): Use `fboundp' instead of
8463         `featurep' and the additional `require'.
8465         * org-clock.el (org-clock-in-prepare-hook): New option to format
8466         the total time cells.
8467         (org-clocktable-write-default): Use the new option.
8469         * org.el (org-open-at-point): Allow to open the agenda from an
8470         active or inactive timestamp in a headline.
8472         * org-html.el (org-export-html-date-format-string): Make a
8473         defcustom.
8475         * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
8477 2012-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
8479         * org-table.el (org-table-expand-lhs-ranges): Allow hline
8480         references to be expanded correctly in LHS of formulas.
8482         * org-beamer.el (org-beamer-inherited-properties): New option.
8483         (org-beamer-after-initial-vars): Use new option to look for
8484         inherited properties.
8486         * org.el (org-ts-regexp0): Allow time stamps without name of day.
8488         * org-agenda.el (org-toggle-sticky-agenda):
8489         (org-agenda-sticky): Improve :set property.
8491         * org-agenda.el (org-agenda-local-vars): Clean up the variable
8492         list.
8493         (org-agenda-get-restriction-and-command): Add a key for toggling
8494         sticky agenda views.
8496         * org-agenda.el (org-agenda-local-vars): Final decisions about
8497         global/local
8499         * org-agenda.el (org-agenda-force-single-file): Variable removed.
8500         (org-prepare-agenda-window): Store pre-agenda window config
8501         locally.
8502         (org-timeline): Introduce a scoped version of
8503         `org-agenda-show-log'.
8504         (org-agenda-list): Introduce a scoped version of
8505         `org-agenda-show-log'.
8506         (org-agenda-get-progress): Use the scoped version of
8507         `org-agenda-show-log'.
8508         (org-agenda-local-vars): Write the analysis result as a comment -
8509         to be cleaned up in the next iteration.
8511         * org-agenda.el (org-toggle-sticky-agenda): Kill all agenda
8512         buffers when toggling sticky-agendas.
8513         (org-agenda-get-restriction-and-command): Add `C-c a C-k' as a key
8514         to explicitly kill all agenda buffers.
8515         (org-agenda-run-series): Remove any old agenda markers in the
8516         buffer that is going to take the new block agenda.
8517         (org-prepare-agenda): Reset markers before erasing the buffer anc
8518         running `org-agenda-mode', because after that hte local variable
8519         `org-agenda-markers' will have gone away.
8520         (org-agenda-Quit):
8521         (org-finalize-agenda): Install the marker resetter into the
8522         `kill-buffer-hook'.
8523         (org-agenda-save-markers-for-cut-and-paste): Look for markers in
8524         all agenda buffers.
8525         (org-agenda-kill-all-agenda-buffers): New function.
8527 2012-09-30  Chris Gray  <chrismgray@gmail.com>
8529         * org-html.el (org-export-as-html): Remove the check for body-only
8530         in the code for generating tables of contents.
8532 2012-09-30  Christoph Dittmann  <github@christoph-d.de>  (tiny change)
8534         * org-beamer.el (org-beamer-auto-fragile-frames):
8535         Make [fragile] work with overlay specifications.
8537 2012-09-30  Christophe Junke  <christophe.junke@inria.fr>  (tiny change)
8539         * org-agenda.el (org-agenda-list): Ensures that the list returned
8540         by `org-agenda-add-time-grid-maybe' is appended to ̀rtnall' before
8541         checking if the latter is empty.
8543 2012-09-30  Christophe Rhodes  <csr21@cantab.net>  (tiny change)
8545         * org-latex.el (org-export-latex-tables): Support setting the
8546         :hfmt parameter from #+ATTR_LaTeX.
8548 2012-09-30  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>  (tiny change)
8550         * org-exp.el (org-export-handle-include-files)
8551         (org-get-file-contents): Handle new parameter :addlevel.
8553 2012-09-30  Dave Abrahams  <dave@boostpro.com>  (tiny change)
8555         * org.el (org-link-prettify): New function to prettify links while
8556         displaying them with `org-insert-link'.
8557         (org-insert-link): Use the new function.
8559 2012-09-30  David Maus  <dmaus@ictsoc.de>
8561         * org-exp.el (org-export-language-setup): Use numeric character
8562         entities for proper rendering of non-UTF8 documents.
8564         * org-exp.el (org-export-language-setup): Add japanese
8565         translation.
8567 2012-09-30  Eric Schulte  <eric.schulte@gmx.com>
8569         * ob-sh.el (org-babel-sh-evaluate): Don't could 0-length shebangs.
8571         * ob.el (org-babel-insert-result): Replace key sequence with
8572         function call.  Use a more informative flag to the local function.
8573         (org-add-protective-commas): Declare a new external function.
8575         * org-src.el (org-add-protective-commas): This should be its own
8576         function.
8577         (org-edit-src-exit): Use the new function.
8579         * org-compat.el (org-labels): Remove.
8581         * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
8583         * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
8585         * ob.el (org-babel-string-read): Don't automatically evaluate code
8586         block results which look like elisp.
8587         (org-babel-import-elisp-from-file): Raise a warning message when
8588         the process of reading code block results raises an error.
8590         * ob-tangle.el (org-babel-with-temp-filebuffer): Don't execute
8591         macro argument multiple times.
8593         * org.el (org-compat): Require org-compat before we first use one
8594         of its functions (a macro actually).
8596         * ob-comint.el (org-babel-comint-with-output): Don't name the
8597         filter function, but rather pass through the anonymous lambda
8598         directly.
8600         * org.el (org-babel-load-languages): Common lisp should be
8601         mentioned as a supported babel language.
8603         * org-clock.el (org-clock-special-range): "concat 'string" ->
8604         "concat"
8605         (org-clocktable-shift): "concat 'string" -> "concat"
8607         * org-bibtex.el (org-bibtex-headline): Replacing org-flet with
8608         org-labels.
8610         * ob-calc.el (org-babel-execute:calc): Strip single quotes from
8611         calc internal representations.
8613         * org-clock.el (org-clock-special-range): Replacing cl concatenate
8614         with concat.
8615         (org-clocktable-shift): Replacing cl concatenate with concat.
8617         * ob.el (org-babel-edit-distance): Remove use of map at runtime.
8619         * org-compat.el (org-flet): Compatibility function now that flet
8620         has been removed from cl-macs.
8621         (org-labels): Compatibility function now that labels has been
8622         removed from cl-macs.
8624         * ob-R.el (org-compat): Require org-compat.
8626         * ob-comint.el: Require org-compat.
8628         * ob-exp.el (org-babel-exp-do-export): Switch to compatibility
8629         function.
8631         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Switch to
8632         compatibility function.
8634         * ob-lob.el (org-babel-lob-get-info): Switch to compatibility
8635         function.
8636         (org-babel-lob-execute): Switch to compatibility function.
8638         * ob-python.el (org-babel-python-evaluate-session): Switch to
8639         compatibility function.
8641         * ob-ref.el (org-babel-ref-index-list): Switch to compatibility
8642         function.
8644         * ob-sh.el (org-babel-sh-var-to-string): Switch to compatibility
8645         function.
8647         * ob-tangle.el (org-babel-load-file): Switch to compatibility
8648         function.
8649         (org-babel-tangle): Switch to compatibility function.
8650         (org-babel-spec-to-string): Switch to compatibility function.
8652         * ob.el (org-babel-view-src-block-info): Switch to compatibility
8653         function.
8654         (org-babel-execute-src-block): Switch to compatibility function.
8655         (org-babel-edit-distance): Switch to compatibility function.
8656         (org-babel-switch-to-session-with-code): Switch to compatibility
8657         function.
8658         (org-babel-sha1-hash): Switch to compatibility function.
8659         (org-babel-balanced-split): Switch to compatibility function.
8660         (org-babel-join-splits-near-ch): Switch to compatibility function.
8661         (org-babel-get-rownames): Switch to compatibility function.
8662         (org-babel-format-result): Switch to compatibility function.
8663         (org-babel-insert-result): Switch to compatibility function.
8664         (org-babel-examplize-region): Switch to compatibility function.
8665         (org-babel-merge-params): Switch to compatibility function.
8666         (org-babel-noweb-p): Switch to compatibility function.
8667         (org-babel-expand-noweb-references): Switch to compatibility
8668         function.
8670         * org-bibtex.el (org-bibtex-headline): Switch to compatibility
8671         function.
8672         (org-bibtex-fleshout): Switch to compatibility function.
8673         (org-bibtex-read): Switch to compatibility function.
8674         (org-bibtex-write): Switch to compatibility function.
8676         * org-exp-blocks.el (org-export-blocks-preprocess): Switch to
8677         compatibility function.
8679         * org-exp.el (org-export-format-source-code-or-example): Switch to
8680         compatibility function.
8682         * org-macs.el (org-called-interactively-p): Indentation fix.
8684         * org-mouse.el (org-mouse-timestamp-today): Switch to
8685         compatibility function.
8686         (org-mouse-set-priority): Switch to compatibility function.
8687         (org-mouse-popup-global-menu): Switch to compatibility function.
8688         (org-mouse-context-menu): Switch to compatibility function.
8690         * org-plot.el (org-plot/gnuplot-to-grid-data): Switch to
8691         compatibility function.
8692         (org-plot/gnuplot-script): Switch to compatibility function.
8694         * org.el (org-entry-get): Switch to compatibility function.
8695         (org-fill-paragraph): Switch to compatibility function.
8696         (org-auto-fill-function): Switch to compatibility function.
8698         * ob-lob.el (org-babel-lob-execute): Only try to insert extant
8699         hashes.
8701         * ob-R.el (org-babel-R-command): From a defvar to a defcustom.
8703         * ob.el (org-babel-set-current-result-hash): Change the hash of
8704         the results for the current code block.
8705         (org-babel-current-result-hash): Fix documentation.
8707         * ob-lob.el (org-babel-lob-execute): Don't re-execute the called
8708         function if the current call line hash matches that in its
8709         results.
8711         * ob-R.el (org-babel-R-assign-elisp): Can't assume every entry in
8712         a table is a sequence.
8714         * ob-R.el (org-babel-R-assign-elisp): Clean up the code
8715         implementing reads of irregular data into R.
8717         * ob.el (org-babel-header-arg-expand): In new buffers
8718         (char-before) may return nil so use equal rather than =.
8720         * ob-R.el (org-babel-header-args:R): Adding values.
8722         * ob-clojure.el (org-babel-header-args:clojure): Adding values.
8724         * ob-lisp.el (org-babel-header-args:lisp): Adding values.
8726         * ob-sql.el (org-babel-header-args:sql): Adding values.
8728         * ob-sqlite.el (org-babel-header-args:sqlite): Adding values.
8730         * ob.el (org-babel-combine-header-arg-lists): Combine lists of
8731         arguments and values.
8732         (org-babel-insert-header-arg): Use new combined header argument
8733         lists.
8734         (org-babel-header-arg-expand): Add support for completing-read
8735         insertion of header arguments after ":"
8736         (org-babel-enter-header-arg-w-completion): Completing read
8737         insertion of header arguments
8738         (org-tab-first-hook): Adding header argument completion.
8739         (org-babel-params-from-properties): Combining header argument
8740         lists.
8742         * ob-exp.el (org-babel-exp-results): Ensure noweb expanded body is
8743         used on export.
8745         * ob.el (org-babel-result-to-file): New optional description
8746         argument.
8747         (org-babel-insert-result): Move description logic to another
8748         function.
8750         * ob.el (org-babel-insert-result): Change name of filelinkdescr to
8751         file-desc.
8752         (org-babel-common-header-args-w-values): Change name of
8753         filelinkdescr to file-desc.
8755         * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled C
8756         files on windows.
8758         * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
8759         Org-mode blocks.
8761         * ob.el (org-babel-parse-src-block-match): Make use of the new
8762         language argument to org-babel-strip-protective-commas.
8763         (org-babel-parse-inline-src-block-match): Make use of the new
8764         language argument to org-babel-strip-protective-commas.
8765         (org-babel-strip-protective-commas): Now accepts a language
8766         argument.
8768 2012-09-30  Fabrice Niessen  <fniessen-TA4HMoP+1wHrZ44/DZwexQ@public.gmane.org>  (tiny change)
8770         * org-agenda.el (org-agenda-write-buffer-name): Remove the test
8771         for the presence of <style> tag.
8773 2012-09-30  Feng Shu  <tumashu@gmail.com>
8775         * org.el (org-create-formula-image-with-imagemagick):
8776         Use 'call-process to launch latex so that no shell output buffer will
8777         be shown when previewing formulas.
8779         * org.el (org-create-formula-image-with-imagemagick): Fix typo.
8781         * org.el (org-latex-create-formula-image-program): New option to
8782         use either dvipng or imagemagick to convert and preview LaTeX
8783         fragments.
8784         (org-preview-latex-fragment, org-format-latex): Handle the new
8785         option.
8786         (org-create-formula-image-with-dvipng): Rename from
8787         `org-create-formula-image'.
8788         (org-create-formula-image-with-imagemagick): New defun to handle
8789         LaTeX preview with imagemagick.
8790         (org-latex-color, org-latex-color-format): New defuns to handle
8791         color conversions.
8793         * org-latex.el (org-latex-to-pdf-process, org-export-as-pdf):
8794         Allow to use imagemagick to convert LaTeX fragments.
8796         * org-html.el (org-export-html-preprocess): Ditto.
8798         * org-exp.el (org-export-with-LaTeX-fragments): Ditto.
8800 2012-09-30  George Kettleborough  <g.kettleborough@member.fsf.org>
8802         * org-clock.el: New option `org-clock-clocked-in-display' to
8803         control whether the current clock is displayed in the mode line
8804         and/or frame title.
8806         * org-timer.el: New option `org-timer-display' to control whether
8807         the current timer is displayed in the mode line and/or frame
8808         title.
8810 2012-09-30  Hans-Peter Deifel  <hpdeifel@gmx.de>  (tiny change)
8812         * ob.el (org-babel-execute-src-block): Allow the :dir header
8813         argument to take relative file names.
8815 2012-09-30  Harri Kiiskinen  <harri@pp-kaitue.(none)>  (tiny change)
8817         * org-protocol.el: New option.
8818         (org-protocol-store-link, org-protocol-do-capture): Use it.
8820 2012-09-30  Henning Weiss  <hdweiss@gmail.com>
8822         * org-mobile.el (org-mobile-edit): Add handling of addheading,
8823         refile, archive, archive-sibling and delete edit nodes.
8824         (org-mobile-locate-entry): Olp links containing only a file are
8825         now be located correctly.
8826         (org-mobile-apply): Instead of finding the location of all target
8827         headings for edit nodes in a separate loop, they will be found
8828         immediately before applying edits.
8830         * org-mobile.el (org-mobile-sumo-agenda-command): Use a shorter
8831         title.
8833 2012-09-30  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
8835         * org.el (org-parse-time-string): Allow strings supported by
8836         tags/properties matcher (eg <now>, <yesterday>, <-7d>) if the time
8837         starts with < and ends with >.  This means that e.g. in the
8838         clocktable parameters you can specify :tstart "<-1w>" :tend
8839         "<now>".
8841 2012-09-30  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
8843         * org-colview.el (org-columns): New argument `columns-fmt-string'.
8845         * org-colview.el (org-columns-get-format-end-top-level):
8846         Split into `org-columns-get-format' and `org-columns-goto-top-level'.
8848         * org-colview.el (org-dblock-write:columnview): Add a new
8849         parameter :format which specifies the column view format for the
8850         output of the columnview dynamic block.
8852 2012-09-30  Jambunathan K  <kjambunathan@gmail.com>
8854         * org-lparse.el (org-lparse-and-open)
8855         (org-lparse-do-convert): Open exported files with system-specific
8856         application.
8858         * org-odt.el: Don't meddle with `org-file-apps'.
8860         * org-compat.el (org-condition-case-unless-debug): Alias to
8861         `condition-case' when both `condition-case-no-debug' and
8862         `condition-case-unless-debug' is unavailable.
8864         * org-odt.el (org-odt-do-image-size): Replace `flet' with
8865         equivalent construct.
8867         * org-odt.el (org-odt-cleanup-xml-buffers):
8868         Use `condition-case-no-debug' instead of
8869         `condition-case-unless-debug'.  This ensures backward
8870         compatibility with Emacs versions < 24.1.
8872         * org-odt.el (org-odt-zip-dir)
8873         (org-odt-cleanup-xml-buffers): New.
8874         (org-export-as-odt-and-open, org-export-as-odt)
8875         (org-odt-init-outfile, org-odt-save-as-outfile)
8876         (org-export-as-odf, org-export-as-odf-and-open):
8877         Use `org-odt-cleanup-xml-buffers'.
8879         * org-odt.el (org-export-odt-default-org-styles-alist):
8880         Add default character style.
8882         * org-odt.el (org-export-odt-default-org-styles-alist):
8883         Add default character style.
8885         * org-lparse.el (org-do-lparse): Remove stray call to
8886         `org-export-html-after-blockquotes-hook'.
8888         * org-bbdb.el (org-bbdb-export): Add support for ODT format.
8890         * org-odt.el (org-odt-update-meta-file): Check for `org-version'
8891         is bound before accessing it.
8893         * org-odt.el (org-odt-schema-dir-list): OD Schema files have been
8894         moved away from $(git-root)/contrib/odt/etc/schema/ to
8895         $(git-root)/etc/schema/.
8897         * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
8898         internal links destined for headlines provide a description or
8899         not.  In fact, the `org-store-link' and `org-insert-link' create
8900         internal links which do have a description.
8902         * org-lparse.el (org-lparse-insert-org-table): Consider short
8903         caption as plain text and not as org text.
8905         * org-odt.el (org-export-odt-format-formula)
8906         (org-export-odt-format-image): Ditto.
8908         * org-odt.el (org-odt-begin-table)
8909         (org-export-odt-format-formula, org-export-odt-format-image)
8910         (org-odt-format-entity): Handle short caption.
8912         * org-lparse.el (org-lparse-insert-org-table)
8913         (org-lparse-insert-list-table, org-lparse-insert-table-table):
8914         Ditto.
8916 2012-09-30  Jay McCarthy  <jay.mccarthy@gmail.com>  (tiny change)
8918         * org-colview.el (org-columns-new-overlay): Make sure to add a
8919         face to a string that has no face.
8921 2012-09-30  Jérémie Courrèges-Anglas  <jca@wxcvbn.org>  (tiny change)
8923         * org-latex.el: Ensure a final newline is appended to the export
8924         buffer.
8926 2012-09-30  Levin Du  <zslevin@gmail.com>  (tiny change)
8928         * org-clock.el (org-clock-in): Fix bug in setting the clock
8929         heading.
8931 2012-09-30  Madan Ramakrishnan  <madanr79@gmail.com>  (tiny change)
8933         * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
8934         advertised by the function.
8936 2012-09-30  Mark E. Shoulson  <mark@kli.org>  (tiny change)
8938         * org.el (org-fontify-entities): Hide {} when prettifying
8939         entities.
8941 2012-09-30  Mark Shoulson  <mark@kli.org>  (tiny change)
8943         * org-entities.el (org-entities): Add new entities for characters
8944         which could cause formatting changes if typed directly.
8946         * org-entities.el (org-entities): Add \asciicirc entity for ^;
8947         also fixed \circ expansion in latex.
8949         * org.el (org-fontify-entities): Fix bug: The entities \sup[123]
8950         and \there4 were not "prettified" when org-pretty-entities was
8951         enabled.
8953 2012-09-30  Mats Lidell  <matsl@xemacs.org>  (tiny change)
8955         * org-element.el (org-element-paragraph-separate):
8956         Remove redundant and misplaced t clause in case.
8958 2012-09-30  Matt Lundin  <mdl@imapmail.org>
8960         * org-datetree.el: Fix regexp to allow datetree to find headings
8961         with trailing whitespace.  This fixes a bug in which an existing
8962         datetree heading (e.g., "* 2012 ") would not be found by
8963         org-datetree-find-year-create if it had trailing whitespace.
8964         This can cause problems, for instance, if one is using column view on
8965         the date tree, since editing subheadings with column view adds
8966         whitespace at the end of the top heading.
8968         * org-footnote.el (org-footnote-new): Don't call
8969         org-footnote-unique-label if org-footnote-auto-label is set to
8970         random.
8972         * org-gnus.el (org-gnus-follow-link): Fix argument to
8973         gnus-group-read-group so that following a link does not result in
8974         unread article being selected.
8976         * org-bbdb.el (org-bbdb-anniv-extract-date)
8977         (org-bbdb-make-anniv-hash): Fix org-bbdb anniversary functionality
8978         to accommodate BBDB 3.x.  There are two major changes in BBDB 3.x
8979         that need to be taken into account.  The first is that
8980         `bbdb-split' reverses the order of its parameters in 3.x.
8981         The second is that `bbdb-record-getprop' is replaced by
8982         bbdb-record-note in 3.x.
8984 2012-09-30  Max Mikhanosha  <max@openchat.com>
8986         * org-agenda.el (org-agenda-change-all-lines): Speedup refresh of
8987         a single line of agenda by narrowing the agenda buffer to just
8988         that line before calling `org-agenda-finalize'.
8990         * org.el (org-mode): Don't set org-hide's foreground to
8991         "invisible-bg".
8992         (org-find-invisible-foreground): New function.
8994         * org-agenda.el (defvar org-habit-show-all-today): New variable
8995         (org-agenda-get-scheduled): Show all habits if user wants it
8997         * org-habit.el (defcustom org-habit-show-all-today): New variable
8999         * org-agenda.el (org-agenda-quit): Copy the code for optionally
9000         restoring window configuration after burying the sticky agenda
9001         buffer.
9003         * org-agenda.el (org-agenda-new-marker): Check for NIL
9004         org-agenda-buffer
9005         (org-agenda-to-appt): Bind org-agenda-buffer to NIL
9007         * org-agenda.el (org-agenda-change-all-lines): Move accessing of
9008         'extra text property outside of with-current-buffer for original
9009         buffer
9011         * org-agenda.el (defvar org-habit-show-habits-only-for-today):
9012         initialize to nil
9014 2012-09-30  Michael Brand  <michael.ch.brand@gmail.com>
9016         * org-id.el (org-id-link-to-org-use-id): Align the doc string to
9017         the changed default.
9019         * ob-tangle.el (org-babel-tangle-collect-blocks): Use dummy string
9020         when heading has no text.
9022         * org-capture.el (org-capture-inside-embedded-elisp-p):
9023         Improve parsing.
9025         * org-feed.el (org-feed-format-entry): Require `org-capture'.
9026         Expand Elisp %(...) templates.
9027         (org-feed-default-template): Update docstring.
9029         * org-capture.el (org-capture-expand-embedded-elisp):
9030         New function.
9031         (org-capture-fill-template): Use it.
9032         (org-capture-inside-embedded-elisp-p): New function to tell if we
9033         are within an Elisp %(...) template.
9035         * org-list.el (org-at-item-description-p)
9036         (org-list-item-body-column): Make the inline regexp more
9037         consistent with `org-list-full-item-re', the inline regexp
9038         "Description list items" from `org-set-font-lock-defaults and
9039         others'.
9041 2012-09-30  Mike Sperber  <sperber@deinprogramm.de>
9043         * org.el (org-fill-paragraph): Pass optional argument to
9044         `fill-paragraph' to fix compatibility with XEmacs.
9046         * org.el (org-self-insert-cluster-for-undo):
9047         Default `org-self-insert-cluster-for-undo' also on XEmacs.
9049         * org.el (org-kill-line): Access `visual-line-mode' only if it's
9050         bound.
9052 2012-09-30  Muchenxuan Tong  <demon386@gmail.com>  (tiny change)
9054         * org-timer.el (org-timer-set-mode-line):
9055         Check `org-timer-display' when value is 'off.
9057 2012-09-30  Nicolas Calderon Asselin  <nicolas.calderon.asselin@gmail.com>  (tiny change)
9059         * org-clock.el (org-clock-idle-time): Org-mode assumed that
9060         x11idle was an available command, and returned an idle time of 0
9061         if it was not
9062         (never idle): Added checks so that org-idle-time will come from
9063         emacs' own current-idle-time if x11idle cannot be found or if it
9064         cannot retrieve the idle time from X11
9066 2012-09-30  Nicolas Goaziou  <n.goaziou@gmail.com>
9068         * org-element.el: Properly remove COMMENT and QUOTE keywords from
9069         title in parser.
9071         * org-element.el (org-element-headline-parser): Fix parsing for
9072         headlines with a single COMMENT or QUOTE keyword.
9074         * ob-org.el (org-babel-default-header-args:org): By default,
9075         export code from Org src blocks.
9077         * org-element.el (org-element-inline-src-block-successor):
9078         Fix inline-src-block parsing at the beginning of an item.
9080         * org-element.el (org-element--collect-affiliated-keywords):
9081         Fix caption parsing.
9083         * org-element.el (org-element--current-element): At the very
9084         beginning of a footnote definition or an item, next element is
9085         always a paragraph.
9087         * org-element.el (org-element-headline-parser): Handle nil titles.
9088         (org-element-inlinetask-parser): Add :raw-value property.
9089         Also handle nil titles.
9091         * org.el (org-set-regexps-and-options): Don't consider tags as a
9092         replacement for a missing title in an headline.
9094         * org.el (org-setup-filling): Remove duplicate code.
9096         * org.el (org-adaptive-fill-function): Make sure fill prefix is
9097         computed from beginning of line.
9099         * org-element.el (org-element-section-parser): Make sure section
9100         cannot contain an headline.
9101         (org-element--current-element): Fix bug requiring to parse a quote
9102         section even when point is at an headline.
9104         * org.el (org-adaptive-fill-function): Remove occasional spurious
9105         space character when auto-filling.
9107         * org.el (org-mode): Call external initalizers.  Now both filling
9108         code and comments code have their own independant part in org.el.
9109         (org-setup-filling): Rename from `org-set-autofill-regexps'.
9110         (org-setup-comments-handling): New function.
9112         * org.el (org-fill-paragraph): Refine filling in comments and in
9113         paragraphs.  Allow commented blank lines.  Take into consideration
9114         the indentation of the second line of the paragraph being filled.
9115         (org-comment-or-uncomment-region): Rewrite function.  Now comment
9116         region at a fixed column: the minimal indentation of the region.
9117         (org-fill-context-prefix): Rename function into
9118         `org-adaptive-fill-function'.  Also, In a paragraph, choose the
9119         same prefix as the current line.
9121         * org-exp.el (org-export-handle-comments): Also remove comments at
9122         column 0.
9124         * org-exp.el (org-export-handle-comments): Handle inline comments
9125         with new syntax.
9127         * org.el (org-structure-template-alist): Add missing colon to
9128         #+INCLUDE.
9130         * org.el (org-backward-element): When called at the beginning of
9131         first element in section, the function shouldn't return an error
9132         but move point to headline or point-min instead.
9134         * org-element.el (org-element-paragraph-parser): Tiny refactoring.
9136         * org-element.el (org-element-paragraph-parser): Remove trailing
9137         code comments.
9139         * org.el (org-fill-context-prefix): Fix incorrect output when
9140         called at the beginning of a plain list with an affiliated
9141         keyword.
9142         (org-fill-paragraph): Remove useless variable.
9144         * org-element.el (org-element-paragraph-parser): Fix parsing of
9145         paragraph at the beginning of an item.
9147         * org.el (org-mode): Set back comment-start-skip so comment-dwim
9148         can tell a keyword from a comment.
9150         * org.el (org-set-autofill-regexps): Install new comment line
9151         break function.
9152         (org-comment-line-break-function): New function.
9153         (org-mode): Remove unnecessary line.
9155         * org.el (org-fill-context-prefix, org-fill-paragraph): Do not
9156         fill verse blocks contents.  Verse blocks can be used to format
9157         free-form poetry, so filling has to be done manually.
9159         * org.el (org-fill-paragraph-separate-nobreak-p): New function.
9160         (org-set-autofill-regexps): Introduce new predicate.
9161         (org-fill-item-nobreak-p): Remove function.
9163         * org-element.el (org-element-paragraph-separate): Since this
9164         variable is meant to be searched forward, \end{...} shouldn't
9165         trigger the end of a paragraph before checking if it is the end of
9166         a complete environment.
9167         (org-element-latex-environment-parser): Slight change to the
9168         regexp matching the beginning of a latex environment.
9169         (org-element-paragraph-parser): Paragraphs don't end at incomplete
9170         latex environments.
9171         (org-element-latex-or-entity-successor): Remove paragraph
9172         environments from latex fragment search.
9174         * org-table.el (org-table-number-regexp): By default, accept comma
9175         as a decimal mark to represent numbers.
9177         * org-element.el (org-element-map): Fix comment typo.
9179         * org.el (org-fill-paragraph): Add a `save-excursion' to avoid
9180         returning funny results.
9182         * org.el (org-fill-paragraph): Try not to include message header
9183         and citation lines in a paragraph when filling it.
9185         * org.el (org-fill-paragraph): Fix filling in a narrowed buffer.
9186         (org-fill-context-prefix): Fill prefix doesn't depend on current
9187         narrowing.
9189         * org.el (org-mode): Line with a single hash sign on it is a
9190         comment.
9192         * org.el (org-set-font-lock-defaults): Fix comment fontification.
9194         * org-element.el (org-element-item-parser): Do not remove tag from
9195         body if list isn't descriptive.
9197         * org-list.el (org-insert-item): Only ask about a term for
9198         descriptive lists.
9199         (org-list-struct, org-list-insert-item): Do not recognize a tag in
9200         an ordered list.
9202         * org-element.el (org-element-set-element): Rewrite function.
9203         (org-element-adopt-elements): New function.
9204         (org-element-adopt-element): Remove function.
9205         (org-element--parse-elements, org-element--parse-objects): Use new
9206         function.
9208         * org-list.el (org-list-automatic-rules): Remove `bullet' rule,
9209         which is now hard-coded.
9210         (org-cycle-list-bullet): Hard code `bullet' rule.
9211         (org-list-get-list-type): Make sure a list with numbered bullets
9212         cannot have `descriptive' type.
9214         * org-element.el (org-element-paragraph-parser): Fix previous
9215         patch.
9217         * org.el (org-fill-paragraph): No need to use
9218         `org-element-paragraph-separate' in a verse block since blank
9219         lines only can end a "paragraph".
9221         * org-element.el (org-element-paragraph-separate): Apply changes
9222         to comments.
9223         (org-element-paragraph-parser): Correctly find end of paragraphs.
9224         (org-element--current-element): Require colons for Babel calls.
9225         (org-element-center-block-parser)
9226         (org-element-dynamic-block-parser, org-element-quote-block-parser)
9227         (org-element-special-block-parser)
9228         (org-element-comment-block-parser)
9229         (org-element-example-block-parser)
9230         (org-element-export-block-parser, org-element-src-block-parser)
9231         (org-element-verse-block-parser): Fall-back to paragraph parsing
9232         when incomplete or ill-formed.
9234         * org-element.el (org-element-swap-A-B): Small refactoring.
9236         * org-element.el (org-element-text-markup-successor): Fix typo in
9237         docstring.
9239         * org-element.el (org-element-at-point): Return consistent value
9240         when function is called on a blank line within a plain list.
9242         * org-element.el (org-element-paragraph-separate): Fix comments in
9243         paragraph separator regexp.  Optimize it.
9245         * org-element.el: Update code commets.
9247         * org.el (org-mark-subtree): Fix bug when marking subtree with
9248         point on an inlinetask.  Refactor code.
9250         * org.el (org-mark-subtree): Do not make a special case for
9251         inlinetasks when marking a subtree.  These are handled by
9252         `org-element-mark-element'.
9254         * org-element.el (org-element-comment-parser): Consider first "+"
9255         as a comment when parsing an ill-defined keyword.
9257         * org-element.el (org-element-item-interpreter): Simplify bullet
9258         creation.
9259         (org-element-plain-list-interpreter): Fix wrong bullets, if
9260         needed.
9262         * org-element.el (org-element-comment-parser): Fix parsing when a
9263         keyword follows the commented line.
9265         * org.el (org-fill-context-prefix): Auto-fill first paragraph in
9266         footnote definitions.
9268         * org.el (org-mode): Define new comment syntax.
9269         (org-fontify-meta-lines-and-blocks-1, org-strip-protective-commas)
9270         (org-fill-context-prefix, org-insert-comment)
9271         (org-comment-or-uncomment-region): Use new comment syntax.
9273         * org-element.el (org-element-comment-parser)
9274         (org-element-comment-interpreter, org-element--current-element):
9275         Use new comment syntax.
9277         * org.el (org-fill-paragraph): When at an item or a footnote
9278         definition, fill first paragraph instead.
9280         * org.el (org-fill-paragraph): Fix filling when point is at the
9281         very end of a paragraph.
9283         * org.el (org-mode): Set comments related variables.
9284         (org-insert-comment, org-comment-or-uncomment-region):
9285         New functions.
9287         * org.el (org-fill-context-prefix): Small refactoring.
9288         (org-fill-paragraph): Add code comments.
9290         * org-element.el (org-element-at-point): Add :parent property to
9291         output.
9292         (org-element-context): Add :parent property to output.
9293         Also return a single element or object instead of a list of parents.
9294         (org-element-forward, org-element-up): Apply changes.
9296         * org.el (org-fill-context-prefix): New function.
9297         (org-fill-paragraph, org-auto-fill-function): Use new function.
9298         Also handle comments.
9299         (org-adaptive-fill-function): Remove function.
9300         (org-get-local-variables, orgstruct++-mode): Don't store now
9301         unused adaptive-fill* functions.
9303         * org-element.el (org-element-at-point): Fix function when buffer
9304         starts with an inlinetask.  Also fix it when called on the last
9305         element in a greater element or the buffer.
9307         * org-element.el (org-element-center-block-parser)
9308         (org-element-dynamic-block-parser)
9309         (org-element-footnote-definition-parser)
9310         (org-element-headline-parser, org-element-inlinetask-parser)
9311         (org-element-quote-block-parser, org-element-special-block-parser)
9312         (org-element-plain-list-parser): Refactor code.
9313         (org-element-drawer-parser): Fall-back to paragraph parser when
9314         drawer is incomplete.
9316         * org-macs.el (org-with-limited-levels): Fix typo.
9318         * org-element.el (org-element-paragraph-separate): Refactor.
9319         (org-element-paragraph-parser): Fix paragraph parsing.
9321         * org.el (org-fill-paragraph): Rewrite function using
9322         `org-element-at-point'.
9324         * org-element.el (org-element-fill-paragraph): Remove function.
9326         * org.el (org-planning-or-clock-line-re): Make it a defconst.
9327         It's no use to make it a buffer-local variable since variables on
9328         which it depends are not buffer-local anyway.
9330         * org.el (org-drawer-regexp): Provide default value for
9331         `org-drawer-regexp' in non-Org buffers.
9333         * org-entities.el (org-entities-create-table): Function chokes
9334         when CAR of `org-entities' is a string.
9336         * org-list.el (org-list-automatic-rules): Allow check-boxes in
9337         description lists.
9338         (org-list-struct-apply-struct, org-insert-item): Remove rule
9339         check.
9341         * org-footnote.el (org-footnote-normalize): Fix positionning in
9342         HTML export without a footnote section.
9344         * org-list.el (org-list-struct-indent):
9345         Follow `org-list-demote-modify-bullet' specifications for ordered
9346         bullets.
9347         (org-list-indent-item-generic, org-indent-item-tree)
9348         (org-outdent-item-tree): Fix bug when operating on a region.
9349         (org-outdent-item, org-indent-item): Allow to operate on a region.
9351         * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
9352         on a region.
9354         * org-footnote.el (org-footnote-delete-definitions): Remove blank
9355         lines before the footnote definition instead of removing those
9356         after it.
9358         * org-footnote.el (org-footnote-at-definition-p): Don't grab
9359         trailing blank lines in a footnote definition.
9360         (org-footnote-delete-definitions): Remove both footnote definition
9361         and trailing blank lines.
9363 2012-09-30  Rick Frankel  <rick@rickster.com>
9365         * ob-sql.el: Add dbi engine type and pre/post processing.
9367 2012-09-30  Sean O'Halpin  <sean.ohalpin@gmail.com>  (tiny change)
9369         * ob.el (org-babel-expand-noweb-references): Capture current noweb
9370         start and end patterns then use to set buffer locals in
9371         (with-temp-buffer) form.
9373 2012-09-30  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
9375         * org.el (org-update-all-dblocks): Autoload function.
9377 2012-09-30  Simon Thum  <simon.thum@gmx.de>  (tiny change)
9379         * ob-maxima.el (org-babel-execute:maxima): Let cmdline always
9380         return a string.
9382 2012-09-30  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
9384         * org-icalendar.el (org-icalendar-timezone): Fix typo and clarify
9385         meaning.
9387 2012-09-30  Stuart Hickinbottom  <stuart@hickinbottom.com>  (tiny change)
9389         * org-clock.el (org-x11idle-exists-p): Only shell out when running
9390         on X.
9392 2012-09-30  Suhail Shergill  <suhailshergill@gmail.com>  (tiny change)
9394         * org-html.el (org-export-as-html): If possible, use the
9395         :CUSTOM_ID: property to assign unique ids to footnotes.
9397 2012-09-30  T.F. Torrey  <tftorrey@tftorrey.com>  (tiny change)
9399         * org-exp.el (org-export-remember-html-container-classes):
9400         Allow exporting a single subtree with HTML_CONTAINER_CLASS property.
9402         * org-rmail.el (org-rmail-follow-link): Use `rmail-widen' instead
9403         of `widen' and don't toggle header as `rmail-widen' already takes
9404         care of this.
9406 2012-09-30  Tim Howe  <vsync@quadium.net>  (tiny change)
9408         * org-clock.el (org-clocktable-defaults): Revert extra layer of
9409         quoting.
9411 2012-09-30  Toby S. Cubitt  <tsc25@cantab.net>
9413         * org-capture.el (org-capture-fill-template): Expand %<num> escape
9414         sequences into text entered for <num>'th %^{PROMPT} escape.
9416         * org-capture.el (org-capture-fill-template): Fix regexp for
9417         %<n> expandos to match any positive integer.
9418         (org-capture-templates): Update docstring accordingly.
9420         * org-agenda.el (org-agenda-skip-timestamp-if-deadline-is-shown):
9421         Skip timestamp items in agenda view if item is already shown as a
9422         deadline item.
9423         (org-agenda-skip-deadline-if-done): Pass deadline results to
9424         org-agenda-get-timestamps.
9425         (org-agenda-get-timestamps): Optionally take list of deadline
9426         results, so that timestamp results can be skipped if already
9427         included in deadline results.
9429         * org-agenda.el (org-agenda-diary-sexp-prefix): Regexp matching
9430         deadline/scheduling information to be displayed in diary sexp
9431         agenda items.
9432         (org-agenda-get-sexps): Extract deadline/scheduling information
9433         from diary sexp entries.
9435         * org-capture.el (org-capture-place-entry): Place captured entry
9436         immediately after last subheading of target, instead of just
9437         before next heading at same level as target.
9439         * org-capture.el (org-capture-templates): Document new capture
9440         template properties.
9442         * org-capture.el (org-capture-place-entry)
9443         (org-capture-empty-lines-before): Make new :empty-lines-before
9444         property override :empty-lines when inserting empty lines before
9445         captured captured entry.
9447         * org-capture.el (org-capture-finalize)
9448         (org-capture-empty-lines-after): Make new :empty-lines-after
9449         property override :empty-lines when inserting empty lines after
9450         captured captured entry.
9452         * org-agenda.el (org-agenda-skip-if, org-agenda-skip-if-todo):
9453         Add new todo-unblocked and nottodo-unblocked skip conditions.
9454         These match as for todo and nottodo, but only for unblocked todo items.
9456 2012-09-30  Zachary Kanfer  <zkanfer@gmail.com>  (tiny change)
9458         * org.el (org-read-date-display): Fix bug when displaying the
9459         overlay.
9461 2012-09-30  Niels Giesen  <niels.giesen@gmail.com>
9463         * org-table.el (orgtbl-to-generic): Add check for :skipheadrule.
9464         When present, the :hline following the head will be skipped.
9465         This is necessary to avoid doubling of horizontal rules in LaTeX
9466         longtable environments and consequent width problems.
9468         * org-latex.el (org-export-latex-tables-tstart)
9469         (org-export-latex-tables-hline)
9470         (org-export-latex-tables-tend): New options.
9471         (org-export-latex-tables): Use the new options.
9473 2012-09-30  Feng Shu  <tumashu@gmail.com>  (tiny change)
9475         * org-exp.el (org-export-language-setup): Add simplified chinese
9476         translation.
9478 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9480         Better seed support for (random).
9481         * org-id.el (org-id-uuid):
9482         Change (random t) to (random), now that the latter is more random.
9484 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
9486         Don't use the abbreviation "win" to refer to Windows (Bug#10421).
9487         * ob-lilypond.el (ly-w32-ly-path): Rename from ly-win32-ly-path.
9488         (ly-w32-pdf-path): Rename from ly-win32-pdf-path.
9489         (ly-w32-midi-path): Rename from ly-win32-midi-path.
9490         (ly-determine-ly-path, ly-determine-pdf-path, ly-determine-midi-path):
9491         Check for "windows-nt", not "win32", in system-type.
9493 2012-06-02  Chong Yidong  <cyd@gnu.org>
9495         * org-clock.el (org-clock-string-limit)
9496         (org-clock-modeline-total, org-clock-task-overrun-text)
9497         (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
9499 2012-05-27  Mark Shoulson  <mark@kli.org>  (tiny change)
9501         * org.el (org-fontify-entities): Fix bug: The entities \sup[123] and
9502         \there4 were not "prettified" when org-pretty-entities was enabled.
9504 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
9506         * org.el (org-font-lock-add-priority-faces):
9507         Restrict priorities fontification to headlines and inlinetasks.
9509 2012-05-27  Jambunathan K  <kjambunathan@gmail.com>
9511         * org-odt.el (org-odt-init-outfile)
9512         (org-odt-write-manifest-file):
9513         Disable `nxml-auto-insert-xml-declaration-flag'.
9515         * org-lparse.el (org-do-lparse): Don't trigger auto-mode processing.
9517 2012-05-27  Bastien Guerry  <bzg@gnu.org>
9519         * org.el (org-scan-tags): Fix bug when building the scanner regexp.
9521 2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
9523         * ob.el (org-babel-capitalize-examplize-region-markers):
9524         Controls the capitalization of begin and end example blocks.
9525         (org-babel-examplize-region):
9526         Optionally capitalize example block delimiters.
9528         * ob-plantuml.el (org-babel-execute:plantuml):
9529         Add a :java header argument to plantuml.
9531         * org-exp-blocks.el (org-export-blocks-preprocess):
9532         Even when the body of a block is not indented the boundary markers
9533         should be indented to their original positions so things like list
9534         indentation still work.
9536         * ob.el (org-babel-parse-src-block-match):
9537         Save match data during indentation check.
9539 2012-05-27  Bastien Guerry  <bzg@gnu.org>
9541         * org.el (org-scan-tags): Correctly match TODO keywords.
9543 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
9545         * org-list.el (org-list-struct): Fix white spaces.
9546         (org-list-swap-items, org-list-send-item): Fix visibility preservation.
9548         * org-list.el (org-list-swap-items, org-list-send-item):
9549         Preserve visibility when moving items.
9551 2012-05-27  Mark E. Shoulson  <mark@kli.org>  (tiny change)
9553         * org.el (org-fontify-entities): Hide {} when prettifying entities.
9555 2012-05-27  Bastien Guerry  <bzg@gnu.org>
9557         * org.el (org-cycle-internal-global): Prevent the display of
9558         messages when cycling from with a Gnus article buffer.
9560         * org-table.el (org-table-time-seconds-to-string):
9561         Fix bug about handling a negative duration value.
9563 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
9565         * org.el (org-link-expand-abbrev): Fix docstring.
9567         * org.el (org-translate-link): Fix bug.
9569 2012-05-27  Bastien Guerry  <bzg@gnu.org>
9571         * org-agenda.el (org-agenda-bulk-mark-regexp):
9572         Fix bug when setting the number of marked entries.
9574         * org-table.el (org-tbl-calc-modes): Rename from `org-table-modes'.
9575         (org-set-calc-mode, org-table-eval-formula): Use it.
9577 2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
9579         * ob.el (org-babel-find-named-result):
9580         Fix bug finding empty named results.
9582 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
9584         * org.el (org-set-regexps-and-options):
9585         Fix `org-planning-or-clock-line-re' regexp.  Indeed "\\>" will never
9586         match since time keywords must end with colons, which are not word
9587         constituents.
9589 2012-05-27  Bastien Guerry  <bzg@gnu.org>
9591         * org-ctags.el (org-ctags-new-topic-template):
9592         Fix the option default value back again.
9594 2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
9596         * org-bibtex.el (org-bibtex-export-to-kill-ring):
9597         Don't rely on kill-new to return a string.
9599         * org-bibtex.el (org-bibtex-headline):
9600         Remove call to bibtex-reformat which often hangs.
9602 2012-04-27  Glenn Morris  <rgm@gnu.org>
9604         * org-ctags.el (org-ctags-new-topic-template):
9605         Revert 2012-04-09 removal of * from defcustom value, not doc.
9607 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
9609         * org-table.el (org-table-number-fraction): Fix typo.
9611 2012-04-27  Eric Schulte  <eric.schulte@gmx.com>
9613         * ob-python.el (org-babel-execute:python): Ensure newline precedes
9614         automatically-added returns.
9616 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
9618         * org-mouse.el (org-mode-hook): Do not move point when clicking on
9619         a footnote reference.
9621 2012-04-27  Bastien Guerry  <bzg@gnu.org>
9623         * org-faces.el (org-date-selected): Fix docstring.
9625 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
9627         * org-list.el (org-list-struct-indent):
9628         Follow `org-list-demote-modify-bullet' specifications for ordered
9629         bullets.
9630         (org-list-indent-item-generic, org-indent-item-tree)
9631         (org-outdent-item-tree): Fix bug when operating on a region.
9632         (org-outdent-item, org-indent-item): Allow to operate on a region.
9634         * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
9635         on a region.
9637 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
9639         * org-footnote.el (org-footnote-normalize): Fix positioning in
9640         HTML export without a footnote section.
9642 2012-04-27  Madan Ramakrishnan  <madanr79@gmail.com>  (tiny change)
9644         * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
9645         advertised by the function.
9647 2012-04-27  Zachary Kanfer  <zkanfer@gmail.com>  (tiny change)
9649         * org.el (org-read-date-display): Fix bug when displaying the
9650         overlay.
9652 2012-04-27  Bastien Guerry  <bzg@gnu.org>
9654         * org.el (org-mode): Don't use `buffer-face-mode' by default.
9656 2012-04-27  Bastien Guerry  <bzg@gnu.org>
9658         * org-faces.el (org-date-selected): New face.
9660 2012-04-27  Jambunathan K  <kjambunathan@gmail.com>
9662         * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
9663         internal links destined for headlines provide a description or
9664         not.  In fact, the `org-store-link' and `org-insert-link' create
9665         internal links which do have a description.
9667 2012-04-27  Bastien Guerry  <bzg@gnu.org>
9669         * org-clock.el (org-program-exists): Fix docstring.
9671 2012-04-14  Bastien Guerry  <bzg@gnu.org>
9673         * org.el (org-point-at-end-of-empty-headline): Only try to match
9674         `org-todo-line-regexp' when the value is non-nil, e.g. in non-org
9675         modes.
9676         (org-fontify-meta-lines-and-blocks-1): Prevent errors when trying
9677         to fontify beyond (point-max).
9679         * org-clock.el (org-clock-task-overrun-text)
9680         (org-task-overrun, org-clock-get-clock-string)
9681         (org-clock-update-mode-line)
9682         (org-clock-notify-once-if-expired): Rename `org-task-overrun'
9683         and `org-task-overrun-text' to `org-clock-task-overrun' and
9684         `org-clock-task-overrun-text' respectively.
9685         (org-task-overrun-text): New alias.
9687         * org-table.el (org-table-eval-formula): Fix bug about handling
9688         remote references as durations.
9689         (org-table-get-range): Fix bug: make sure references to $0 are
9690         correctly handled.
9692         * org-pcomplete.el (pcomplete/org-mode/file-option):
9693         Fix bug in `pcomplete/org-mode/file-option'.
9694         (org-thing-at-point): Also match line options like LATEX_CLASS
9695         when pcompleting from LATEX_.
9697         * org-agenda.el (org-agenda-filter-make-matcher)
9698         (org-agenda-filter-apply): Allow filtering entries out by
9699         category.  Using `C-u <' from the agenda view will redisplay
9700         the agenda without entries from categories of the current line.
9702 2012-04-14  Eric Schulte  <eric.schulte@gmx.com>
9704         * ob-C.el (org-babel-C-ensure-main-wrap):
9705         Add an explicit return to automatically generated main methods.
9707 2012-04-14  Matt Lundin  <mdl@imapmail.org>
9709         * org.el (org-after-todo-state-change-hook):
9710         Fix docstring to reflect name change of state to `org-state'.
9712 2012-04-14  Mike Sperber  <sperber@deinprogramm.de>  (tiny change)
9714         * org-footnote.el (org-footnote-normalize):
9715         Correctly pass keyword arguments to `org-export-preprocess-string'.
9717 2012-04-03  Bastien Guerry  <bzg@gnu.org>
9719         * org.el (org-todo): Fix regression: rename `state' to
9720         `org-state'.
9721         (org-use-effective-time): Fix group and type.
9723 2012-04-02  Bastien Guerry  <bzg@gnu.org>
9725         * org-clock.el (org-clock-out-if-current): Fix regression: rename
9726         `org-clock-state' to `org-state' to match the name of the
9727         dynamically-scoped variable in `org-todo'.
9729         * org-agenda.el (entry, org-diary, org-class): Fix regression:
9730         rename `org-entry' to `entry'.
9732 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9734         * org.el (org-todo): Fix regression in `org-todo'.
9736 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
9738         * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled
9739         C files on windows.
9741 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
9743         * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
9744         Org-mode blocks.
9746         * ob.el (org-babel-parse-src-block-match): Make use of the new
9747         language argument to org-babel-strip-protective-commas.
9748         (org-babel-parse-inline-src-block-match): Make use of the new
9749         language argument to org-babel-strip-protective-commas.
9750         (org-babel-strip-protective-commas): Now accepts a language
9751         argument.
9753 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9755         * org.el (org-fast-tag-selection): Fix an bug when listing tags
9756         for completion.
9758 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
9760         * org.el (org-delete-property-globally): Fix a bug that left
9761         blank line in place of the property, instead of removing the line.
9763 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9765         * ob-maxima.el (org-babel-maxima-command): Add group information
9766         to the defcustom.
9768 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9770         * org.el (org-mode): Use `buffer-face-mode' to remap the 'default
9771         face to 'org-default.
9773 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9775         * org-ascii.el (org-export-as-ascii): Fix escaping of underscores
9776         in links.
9778 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9780         * org.el: Prevent a bug while defining the menu by requiring
9781         `org-beamer' when necessary.
9783 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9785         * org-table.el (orgtbl-self-insert-command):
9786         Use `backward-delete-char' instead of `delete-backward-char' as this
9787         last command gets caught by the compiler which says to not use it
9788         in programs.  `backward-delete-char' is just an alias for
9789         `delete-backward-char' which is internally remapped to
9790         `org-delete-backward-char' for optimization purpose.
9792 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9794         * org-latex.el (org-export-latex-subcontent): Bugfix: when
9795         `org-export-latex-low-levels' is nil, do not export low levels.
9797 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
9799         * ob.el (org-babel-insert-result): Fix bug in indented wrapped
9800         results insertion.
9802 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9804         * org.el (org-set-tags): Include `org-tag-alist' in the list of
9805         possible completions, even when there are tags defined in the
9806         buffer.
9808 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9810         * org-mime.el (org-mime-htmlize):
9811         Set `org-export-with-LaTeX-fragments' correctly.
9813 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9815         * org.el (org-set-tags): Don't add a column when there is only one
9816         tag offered for completion.
9818 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9820         * org.el (org-fast-tag-selection): Include tags from
9821         `org-tag-alist' when completing with the TAB key.
9823 2012-04-01  Shoji Nishimura  <nishimura.shoji@gmail.com>  (tiny change)
9825         * org.el (org-display-inline-images): Honor the ̀beg' parameter.
9827 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9829         * org-latex.el (org-export-latex-subcontent): Don't insert a
9830         linebreak when itemizing a subtree that is just a headline.
9832 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
9834         * ob-lob.el (org-babel-lob-get-info): Remove extra []s when
9835         parsing inline call_foo lines.
9837 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
9839         * ob-maxima.el (org-babel-maxima-command): The maxima command used
9840         should be configurable (defaults to maxima-command if defined).
9841         (org-babel-execute:maxima): The maxima command used should be
9842         configurable (defaults to maxima-command if defined).
9844 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
9846         * ob-C.el (org-babel-C-execute): Add the local directory to the
9847         library search path for C/C++ block compilation.
9849 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
9851         * ob.el (org-babel-where-is-src-block-result): Don't truncate
9852         results name on call line execution.
9854 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
9856         * org-colview.el (org-columns-cleanup-item): Handle case of empty
9857         headline.
9859 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
9861         * org-footnote.el (org-footnote-delete-definitions): Fix LaTeX
9862         export error when a src block produces fake footnotes.
9864 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9866         * org.el (org-read-date): Don't mention `parse-time-weekdays' and
9867         `parse-time-months' in the docstring.
9869 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9871         * org-agenda.el (org-agenda-filter-apply): Bugfix: Add let
9872         binding.
9874 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
9876         * org-colview.el (org-columns-compute): Also consider inline tasks
9877         when computing the sum.
9879 2012-04-01  Thomas Morgan  <tlm@ziiuu.com>  (tiny change)
9881         * org-habit.el (org-habit-insert-consistency-graphs):
9882         Fix alignment of consistency graph in filtered agenda view.
9884 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9886         * org-latex.el (org-export-as-latex): Fix bug in setting the
9887         export directory according to the LaTeX options.
9889 2012-04-01  K.Nagashima  <uni.naga@gmail.com>  (tiny change)
9891         * org.el (org-show-subtree): Make interactive.
9893 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>
9895         * org-clock.el (org-clock-get-table-data): Make sure todo-only
9896         does not leak when it is set by make-org-tags-macher.
9898 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9900         * org.el (org-cycle-internal-local): Don't try to hide drawers
9901         within subtrees in this function, it slows cycling down.
9903 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9905         * org-agenda.el (org-agenda-custom-commands-local-options):
9906         Fix incorrect custom option definition.
9908 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9910         * org-colview.el (org-columns-display-here): Bugfix: use the date
9911         as the value for the ITEM column when displaying a summary.
9913 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
9915         * ob-lilypond.el: Re-direct homepage to Worg.
9917 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
9919         * ob-lilypond.el: Leave versioning to Org.
9921 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
9923         * ob-lilypond.el: Fix compiler warning.
9925 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
9927         * org-odt.el (org-odt-format-entity-caption): Enumerate entities
9928         that have either a caption or a label.
9929         (org-odt-label-styles, org-odt-category-map-alist): Add a
9930         separator between sequence number and caption.  Introduced two
9931         new label styles for handling of math formula and math label.
9932         (org-odt-format-label-definition)
9933         (org-export-odt-format-formula): Propagate above changes.
9935 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9937         * org.el (org-enforce-todo-dependencies): Fix docstring.
9939 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
9941         * org-odt.el (org-export-odt-category-strings): New custom
9942         variable.
9943         (org-odt-category-map-alist): Modify interpretation.
9944         Don't use the same field to double up as both a OpenDocument
9945         variable and a category string.  Entries in this list now
9946         specify only the OpenDocument variable.  Category strings are
9947         obtained through an indirect lookup of
9948         `org-export-odt-category-strings'.  Use same OpenDocument
9949         variables as what LibreOffice uses for various entities.
9950         Fix docstring.
9951         (org-odt-add-label-definition)
9952         (org-odt-format-label-definition)
9953         (org-odt-format-label-reference): Propagate above changes.
9955 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
9957         * org-latex.el (org-export-as-latex): Check TeX-master correctly.
9959 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
9961         * org-odt.el (org-odt-category-map-alist): Update docstring.
9962         (org-export-odt-user-categories)
9963         (org-export-odt-get-category-from-label)
9964         (org-odt-get-label-category-and-style): Remove.
9965         (org-odt-add-label-definition): Propagate above changes.
9967 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
9969         * org.el (org-refile): Don't allow creation of parents when using
9970         the refile command to go to a headline.
9972 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
9974         * org-odt.el (org-odt-format-org-link): Resolve links to headlines
9975         as section numbers only if section numbering is on.
9977 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9979         * org.el (format-spec): Require 'format-spec.
9981 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
9983         * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
9985 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
9987         * org.el (org-imenu-get-tree): Check that looking-at succeeds
9988         before using match results.
9990 2012-04-01  Bastien Guerry  <bzg@gnu.org>
9992         * org-exp-blocks.el (org-ditaa-jar-path): Make a defcustom.
9994 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
9996         * org-lparse.el (org-do-lparse): Make effective setting of
9997         `org-export-headline-levels' available to the ODT exporter.
9998         Also remove some stale comments.
10000 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10002         * org-odt.el (org-odt-begin-toc): Handle named HTML entities in
10003         per-language string for "Table Of Contents".
10005 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10007         * org-exp-blocks.el (org-ditaa-jar-path): Fix merge conflict.
10009 2012-04-01  Shaun Johnson  <shaun@slugfest.demon.co.uk>  (tiny change)
10011         * org-exp-blocks.el (org-ditaa-jar-path): Better heuristic to find
10012         the libary name.
10014 2012-04-01  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
10016         * org-src.el (org-edit-src-code): Change let bind to let*, e.g. if
10017         case-fold-search is bound to nil globally, the
10018         (case-fold-search t) doesn't work until we get to the body.
10020 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
10022         * org-latex.el (org-export-latex-tables): Allow to use
10023         sidewaystable.
10025 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10027         * ob.el (org-babel-expand-noweb-references): Fix bug in src name
10028         regexp when using *org-babel-use-quick-and-dirty-noweb-expansion*.
10030 2012-04-01  David Maus  <dmaus@ictsoc.de>
10032         * org.el (org-scan-tags): Require one or more spaces (+) between
10033         keyword and headline.
10035 2012-04-01  David Maus  <dmaus@ictsoc.de>
10037         * org-agenda.el (org-prepare-agenda): Don't reset
10038         `org-done-keywords-for-agenda' when `org-agenda-multi'.
10040 2012-04-01  Thomas Morgan  <tlm@ziiuu.com>  (tiny change)
10042         * org-habit.el (org-habit-insert-consistency-graphs): Fix bug
10043         while inserting habit graph in the agenda buffer.
10045 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
10047         * org-src.el (org-src-edit-buffer-p): New function.
10049 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
10051         * org-agenda.el (org-agenda-skip-if): Fix the order conditions are
10052         being checked.  Also enhance the docstring a bit.
10054 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
10056         * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix the
10057         display of indirect agenda window.
10059 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
10061         * org.el (org-create-formula-image, org-dvipng-color): Fix XEmacs
10062         compatibility bug.
10064 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
10066         * org-clock.el (org-clock-get-table-data): Bind org-scanner-tags
10067         to tags-list and org-trust-scanner-tags to t while evaluating the
10068         matcher, since the matcher is always evaluated at the current
10069         entry.
10071 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
10073         * org.el (org-scan-tags): Bind org-trust-scanner-tags to t while
10074         evaluating the matcher, since the matcher is always evaluated at
10075         the current entry.
10077 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
10079         * ob-lilypond.el (ly-compile-lilyfile): Fix misplaced comma in a
10080         quoting expression.
10082 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10084         * ob.el (org-babel-merge-params): Add "eval" as acceptable noweb
10085         argument.
10086         (org-babel-noweb-p): The "eval" argument only expands during
10087         evaluation.
10089 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10091         * ob.el (org-strip-protective-commas): Declared.
10093         * org-agenda.el (org-agenda-filtered-by-category): Declared.
10094         (org-agenda-filter-apply): Capture free variable.
10096         * org-footnote.el (org-skip-whitespace): Declared.
10098         * org-mobile.el (org-agenda-filter): Declared.
10100         * org-src.el (org-strip-protective-commas): Declared.
10102 2012-04-01  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
10104         * org.el (org-version): Add autoload cookie.
10106 2012-04-01  David Maus  <dmaus@ictsoc.de>
10108         * org-attach.el (org-attach-store-link-p): Remove spurious quote
10109         in customization form choice.
10111 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10113         * ob-sh.el (org-babel-execute:sh): Pass all params to subroutine.
10114         (org-babel-sh-evaluate): Apply :shebang and :padline to shell script
10115         execution.
10117 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10119         * ob.el (org-babel-insert-result): Ensure correct order for empty
10120         result wrapping blocks.
10122 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
10124         * ob-lilypond.el: Make auditioning of midi and pdf asynchronous,
10125         and add easy pdf generation in the form of `ly-gen-pdf' variable.
10127 2012-04-01  Deech  <deech@deech-ThinkPad-X200.none>  (tiny change)
10129         * ob-tangle.el (org-babel-spec-to-string): The link generated by
10130         org-store-link is escaped twice when tangling with ":comments yes"
10131         flag.
10133 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10135         * org-html.el (org-export-as-html): Remove another useless space
10136         before tag.
10138 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10140         * org-html.el (org-export-as-html): Remove another useless space
10141         before tag.
10143 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10145         * org-html.el (org-export-as-html): Remove useless space before
10146         tag.
10148 2012-04-01  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
10150         * org.el (org-version): Add autoload cookie.
10152 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10154         * org.el (org-get-category): Save match data.
10156 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10158         * ob-tangle.el (org-babel-tangle): Don't prompt for a file name if
10159         :tangle is specified.
10161         * ob.el (org-babel-expand-noweb-references): Widen buffer when
10162         expanding noweb references.
10164 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10166         * ob-table.el (sbe): Don't accidentally leave a `t' value when
10167         variables are force interpreted as strings.
10169 2012-04-01  David Maus  <dmaus@ictsoc.de>
10171         * org-bbdb.el (org-bbdb-open, org-bbdb-open-old)
10172         (org-bbdb-open-new): Pass record name to avoid dynamic scoping.
10174 2012-04-01  David Maus  <dmaus@ictsoc.de>
10176         * org-bbdb.el (bbdb-record-get-field, bbdb-search-name)
10177         (bbdb-search-organization): Declare functions to silence byte
10178         compiler.
10180 2012-04-01  Bernt Hansen  <bernt@norang.ca>
10182         * org.el (org-clone-subtree-with-time-shift): Fix task cloning for
10183         repeating tasks using .+n and ++n syntax.
10185 2012-04-01  Karl Fogel  <kfogel@red-bean.com>  (tiny change)
10187         * org-agenda.el (org-agenda-highlight-todo): Handle the case of a
10188         heading that has a date but no todo keyword.
10190 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10192         * ob.el (org-babel-find-named-result): Fix code block replacement
10193         with results.
10195 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10197         * org-footnote.el (org-footnote-normalize): Do not normalize
10198         labels when sort-only is non-nil.
10200 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10202         * org-footnote.el (org-footnote-normalize): Remove an useless part
10203         of the function.
10204         (org-insert-footnote-reference-near-definition): Remove function.
10206 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10208         * org-footnote.el (org-footnote-normalize): Fix normalization of
10209         inline footnotes with no footnote section.
10211 2012-04-01  David Maus  <dmaus@ictsoc.de>
10213         * org-bbdb.el (org-bbdb-old): Replace `defvar' after loading 'bbdb
10214         to check for old or new version by a check for the required
10215         function in `org-bbdb-open' and `org-bbdb-store-link'.
10216         (org-bbdb-store-link, org-bbdb-open): Check which version of bbdb is
10217         to be used.
10219 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10221         * ob.el (org-babel-find-named-result): Don't miss a code block
10222         when there are confounding spaces after the result name.
10224 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10226         * ob-lob.el (org-babel-block-lob-one-liner-regexp): Less greedy
10227         regular expressions.
10228         (org-babel-inline-lob-one-liner-regexp): Less greedy regular
10229         expressions.
10231 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10233         * ob.el (org-babel-examplize-region): Fix bug in examplization.
10235 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10237         * org.el (org-link-search): Search for #+name affiliated keywords
10238         and invisible targets.
10240 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10242         * org-lparse.el (org-lparse-end-footnote-definition): Cleanup
10243         newlines in a transcoded footnote definition.  This ensures that
10244         the line that is currently being processed by `org-do-lparse' loop
10245         doesn't get broken up into multiple lines.  Fix for the following
10246         bug -
10248 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10250         * org-footnote.el (org-footnote-normalize): Force a paragraph
10251         break after the last footnote definition.  This is an an implicit
10252         assumption made by the org-lparse.el library.  With this change,
10253         footnote definitions can reliably be exported with ODT backend.
10254         See http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg01013.html.
10256 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10258         * ob-ditaa.el (org-ditaa-jar-path): Fix a recursive load error.
10260 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10262         * org-list.el (org-list-struct): Fix small bug introduced by
10263         commit 8b7a3f249803aba612f9ad3ae50c2fc986247da4 in Org's git repo.
10265 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10267         * ob-ditaa.el (org-ditaa-jar-path): Already defined in
10268         org-exp-blocks.el.
10270         * org-exp-blocks.el (org-ditaa-jar-path): Declare appropriately
10271         for the fact that this is really now a Babel thing -- even if it
10272         is used here and the definition should remain here for reasons of
10273         load dependencies.
10275 2012-04-01  David Maus  <dmaus@ictsoc.de>
10277         * org-bbdb.el (org-bbdb-old): Wrap `defvar' so the variable gets
10278         defined after bbdb was loaded.
10280 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10282         * org-latex.el (org-export-latex-tables): Don't add spurious
10283         preceding newline if caption is not above a longtable.
10285 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10287         * org-odt.el (org-odt-insert-toc): Remove this stray,
10288         dysfunctional routine.  This possibly has crept in because of the
10289         broken merges between "maint" and "origin" branches.
10290         (org-odt-begin-table): Don't emit an empty paragraph when a table is
10291         neither labeled nor captioned.
10292         (org-odt-init-outfile): Remove reference to an unused variable.
10294 2012-04-01  Viktor Rosenfeld  <listuser36@googlemail.com>
10296         * ob-sql.el (org-babel-execute:sql): Add support for MonetDB to
10297         SQL code blocks.
10299 2012-04-01  Andreas Leha  <andreas.leha@med.uni-goettingen.de>
10301         * ob.el (org-babel-goto-named-src-block): Pushing the point to the
10302         org-mark-ring and guessing at the code block name to jump to.
10304 2012-04-01  David Maus  <dmaus@ictsoc.de>
10306         * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix handling
10307         of indirect buffer and window.
10309 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10311         * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
10312         in verse blocks.
10314 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10316         * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
10317         in verse blocks.
10319 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10321         * org-exp.el (org-table-clean-before-export): Ignore table rows
10322         defining parameters for formulas during export.
10324 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10326         * org-list.el (org-list-get-item-number): New function.
10328 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10330         * org-list.el (org-list-ending-method, org-list-end-regexp):
10331         Remove variables.
10332         (org-in-item-p, org-list-separating-blank-lines-number)
10333         (org-list-parse-list, org-list-struct): Apply changes.
10335         * org-exp.el (org-export-mark-list-end)
10336         (org-export-mark-list-properties): Apply changes.
10338         * org-latex.el (org-export-latex-lists): Apply changes.
10340 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10342         * org.el (org-cycle-internal-local): Correctly unfold headlines
10343         containing an inlinetask.
10345 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10347         * org.el (org-structure-template-alist): Fix missing angle
10348         brackets for muse export style.
10350 2012-04-01  David Maus  <dmaus@ictsoc.de>
10352         * org.el (org-recenter-calendar): Use `with-selected-window' to
10353         select calendar window and save currently selected window and
10354         current buffer.
10356 2012-04-01  Toby S. Cubitt  <tsc25@cantab.net>  (tiny change)
10358         * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
10359         argument set, otherwise not only are headlines in the current
10360         subtree excluded, but it throws an error if point happens not to
10361         be within a subtree (e.g. at start of buffer).
10363 2012-04-01  David Maus  <dmaus@ictsoc.de>
10365         * org.el (org-scan-tags): Fix highlighting in sparse-tree.
10367 2012-04-01  David Maus  <dmaus@ictsoc.de>
10369         * org-clock.el (org-in-clocktable-p): Move to org.el.
10371         * org.el (org-in-clocktable-p): New function.  Moved from
10372         org-clock.el.
10374 2012-04-01  David Maus  <dmaus@ictsoc.de>
10376         * org-exp.el (org-export-get-title-from-subtree): Don't format
10377         tags in title if title headline does not have tags.
10379 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10381         * org.el (org-cycle-internal-local): Fix bug: hide drawers in
10382         inline tasks too.
10384 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10386         * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
10387         Delay it till the end of export.
10388         (org-odt-begin-document-body): Make a note of the default
10389         position of TOC in `org-lparse-dyn-first-heading-pos'.
10390         (org-odt-insert-toc): Insert TOC as directed by
10391         [TABLE-OF-CONTENTS] line or at the default position.
10392         (org-odt-end-export): Call `org-odt-insert-toc'.
10394 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10396         * org.el (org-preview-latex-fragment): Throw an error when called
10397         from a non-file buffer.
10399 2012-04-01  David Maus  <dmaus@ictsoc.de>
10401         * org-capture.el (org-capture-place-item): Don't search for
10402         position in existing list if :exact-position was supplied.
10404 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10406         * org.el (org-set-font-lock-defaults): Fix bug in done headline
10407         fontification.
10409 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10411         * org-odt.el (org-odt-format-textbox): Honor user-specified width
10412         in captioned images.
10414 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10416         * org.el (org-update-property-plist): Fix bug in property list
10417         updates.
10419 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10421         * ob.el (org-babel-balanced-split): Explicit checking if list
10422         before calling member.
10424 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10426         * ob-sqlite.el (org-babel-execute:sqlite): Specify the use of ","
10427         as the separator to `org-table-convert-region'.  Fixes errors when
10428         only one result per line of output.
10430 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10432         * ob.el (org-babel-strip-protective-commas):
10433         Use `org-strip-protective-commas'.
10435         * org-exp.el (org-export-select-backend-specific-text):
10436         Use `org-strip-protective-commas'.
10438         * org-src.el (org-edit-src-code):
10439         Use `org-strip-protective-commas'.
10441         * org.el (org-strip-protective-commas): Single definition for this
10442         functionality.
10444 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10446         * ob-sql.el: Mention ob-sqlite in the comments of ob-sql.
10448 2012-04-01  David Maus  <dmaus@ictsoc.de>
10450         * org-capture.el (org-capture-prepare-finalize-hook): New hook.
10451         Run before the finalization process starts.
10452         (org-capture-finalize): Run new hook.
10454 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10456         * org.el (org-entry-get): Generalize to multiple "prop+"
10457         properties.
10459 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10461         * org-src.el (org-src-mode-map): Rebinding `org-edit-src-save' in
10462         the `org-src-mode-map'.
10464 2012-04-01  David Maus  <dmaus@ictsoc.de>
10466         * org.el (org-recenter-calendar): Use `with-selected-window' to
10467         select calendar window and save currently selected window and
10468         current buffer.
10470 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10472         * org-list.el (org-list-ending-method, org-list-end-regexp):
10473         Remove variables.
10474         (org-in-item-p, org-list-separating-blank-lines-number)
10475         (org-list-parse-list, org-list-struct): Apply changes.
10477         * org-exp.el (org-export-mark-list-end)
10478         (org-export-mark-list-properties): Apply changes.
10480         * org-latex.el (org-export-latex-lists): Apply changes.
10482 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10484         * org.el (org-entry-get): Accumulate properties from subtree
10485         property drawers.
10487 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10489         * org.el (org-entry-get): Accumulate properties from subtree
10490         property drawers.
10492 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10494         * org-odt.el (org-export-odt-image-size-probe-method)
10495         (org-odt-do-image-size): Use imagemagick preferentially to
10496         determine image sizes.
10498 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10500         * org-odt.el (org-export-as-odt-to-buffer)
10501         (org-replace-region-by-odt, org-export-region-as-odt):
10502         Remove these interactive functions.  They are of questionable value.
10504 2012-04-01  Toby S. Cubitt  <tsc25@cantab.net>  (tiny change)
10506         * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
10507         argument set, otherwise not only are headlines in the current
10508         subtree excluded, but it throws an error if point happens not to
10509         be within a subtree (e.g. at start of buffer).
10511 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10513         * org-exp.el (org-export-kill-product-buffer-when-displayed)
10514         (org-export-initial-scope, org-export-date-timestamp-format)
10515         (org-export-with-tasks, org-export-email-info)
10516         (org-export-table-remove-empty-lines): Add version tag.
10518 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10520         * org.el (org-cycle-internal-local): Correctly unfold headlines
10521         containing an inlinetask.
10523 2012-04-01  Bernt Hansen  <bernt@norang.ca>
10525         * org-clock.el (org-clock-out): Do not delete the current clocking
10526         task when org-clock-out-hook clocks in another task.
10528 2012-04-01  David Maus  <dmaus@ictsoc.de>
10530         * org.el (org-scan-tags): Fix highlighting in sparse-tree.
10532 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10534         * org-odt.el (org-export-odt-convert-processes): Re-define
10535         (org-export-odt-convert-capabilities): Fix an accidental
10536         regression.
10538 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10540         * org-odt.el (org-export-odt-convert-capabilities): Change the
10541         default value.
10543 2012-04-01  David Maus  <dmaus@ictsoc.de>
10545         * org-clock.el (org-in-clocktable-p): Move to org.el.
10547         * org.el (org-in-clocktable-p): New function.  Moved from org-clock.el.
10549 2012-04-01  David Maus  <dmaus@ictsoc.de>
10551         * org-exp.el (org-export-get-title-from-subtree): Don't format
10552         tags in title if title headline does not have tags.
10554 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10556         * org-footnote.el (org-blank-before-new-entry)
10557         (org-export-footnotes-seen, org-export-footnotes-data): Fix bogus
10558         declarations.
10560 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10562         * org.el (org-beginning-of-line, org-end-of-line): Fix special C-a
10563         and C-e behaviour with visual lines.
10565 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10567         * org-exp-blocks.el (org-export-blocks): Change the name of
10568         exporting comment blocks given that it seems regular comment
10569         blocks no longer export.
10571 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10573         * ob-exp.el (org-babel-exp-get-export-buffer): Access current
10574         export buffer.
10575         (org-babel-exp-in-export-file): Access current export buffer.
10576         (org-babel-exp-src-block): Access current export buffer.
10577         (org-babel-exp-inline-src-blocks): Access current export buffer.
10579 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10581         * ob-exp.el (org-babel-exp-in-export-file)
10582         (org-babel-exp-src-block, org-babel-exp-inline-src-blocks):
10583         Allow org-current-export-file to contain a buffer.
10585 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10587         * org-lparse.el (org-lparse-do-convert): Replace `call-process'
10588         with `shell-command-to-string'.
10590 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10592         * org-footnote.el (org-footnote-create-definition): Fix space
10593         insertion when creating a new footnote.  This fixes newline
10594         munching when `org-footnote-section' is nil and blank lines
10595         stacking when it isn't nil.
10597 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10599         * org-footnote.el (org-footnote-normalize): Make sure that
10600         footnotes are moved to a single place during export.
10602 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10604         * org-footnote.el (org-footnote-normalize): Ensure footnote
10605         definition will be inserted at the end of the section
10606         corresponding to to its first reference.
10608 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10610         * org-footnote.el (org-footnote-at-definition-p): Make sure to
10611         move point at the beginning of the separator before skiping white
10612         spaces.  Refactor code.
10614 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10616         * ob-exp.el (org-babel-exp-src-block): Strip noweb references on
10617         export when "strip-export".
10619         * ob.el (org-babel-common-header-args-w-values): New noweb
10620         header value.
10621         (org-babel-merge-params): New noweb header value.
10622         (org-babel-noweb-p): New noweb header value.
10624 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10626         * ob-tangle.el (org-babel-tangle-clean): Just use default value.
10628         * ob.el (org-babel-noweb-wrap): Add default value.
10629         (org-babel-expand-noweb-references): Just use default value.
10631 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10633         * org-exp.el (org-export-select-backend-specific-text): Always
10634         preserve original indentation as a text property so that lists do
10635         not get broken by indentation at column 0.
10637 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10639         * ob.el (org-babel-expand-noweb-references): Don't allow newlines
10640         in source names in noweb references.
10642 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10644         * org.el (org-fill-line-break-nobreak-p): New function.
10645         (org-set-autofill-regexps): Add previous function to
10646         `fill-nobreak-predicate'.
10648 2012-04-01  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
10650         * ob-R.el (org-babel-R-evaluate-session): Inhibit R evaluation
10651         visibility regardless of local user customization.
10653 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
10655         * org-inlinetask.el (org-inlinetask-show-first-star): New option.
10656         (org-inlinetask-fontify): Honor `org-inlinetask-show-first-star'.
10658         * org-indent.el (org-indent-set-line-properties):
10659         Honor `org-inlinetask-show-first-star'.
10661 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10663         * org.el (org-set-regexps-and-options): Ensure `org-drawers'
10664         doesn't contain duplicates.
10666 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10668         * org.el (org-at-drawer-p): Normalize the docstring to match other
10669         `org-at-*-p' docstrings.
10670         (org-indent-block, org-indent-drawer, org-at-block-p):
10671         New functions.
10672         (org-metaright): Use the new functions to indent a drawer or a
10673         block depending on the context.  Also update the docstring.
10675 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10677         * org.el (org-set-regexps-and-options): Set the value of
10678         `org-drawers' by adding the value of the infile #+DRAWERS option
10679         to that of the existing `org-drawers'.
10681 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10683         * org.el (org-cycle-internal-local): Fix bug: hide drawers in
10684         inline tasks too.
10686 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10688         * org-inlinetask.el (org-inlinetask-toggle-visibility):
10689         Use `org-show-entry' instead of `outline-flag-region' to keep the
10690         drawers folded when unfolding an inline task.
10692 2012-04-01  Torsten Anders  <torsten.anders@beds.ac.uk>  (tiny change)
10694         * org-beamer.el (org-beamer-environments-default): Add support and
10695         keybinding for the `exampleblock' environment.
10697 2012-04-01  Michael Brand  <michael.ch.brand@gmail.com>
10699         * org.el (org-open-link-from-string): Regard `reference-buffer'
10700         when setting `org-inhibit-startup'.
10702 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10704         * ob-exp.el (org-babel-exp-non-block-elements): Don't insert extra
10705         space between inline src block and results on export.
10707 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10709         * ob.el (org-babel-get-inline-src-block-matches): Allow *any*
10710         punctuation to proceed an inline src block.
10712 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10714         * ob.el (org-babel-get-inline-src-block-matches): Add ( to the
10715         list of characters allowed to proceed an inline src block.
10717 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10719         * ob-tangle.el (org-babel-tangle-clean): Use the customizable
10720         noweb wrappers.
10722         * ob.el (org-babel-noweb-wrap-start): Begin a noweb reference.
10723         (org-babel-noweb-wrap-end): End a noweb reference.
10724         (org-babel-noweb-wrap): Apply the customizable noweb wrappers.
10725         (org-babel-expand-noweb-references): Use the customizable noweb
10726         wrappers.
10728 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10730         * org.el (org-beginning-of-line): Handle case when there's no
10731         character after box.
10733 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10735         * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
10736         Delay it till the end of export.
10737         (org-odt-begin-document-body): Make a note of the default
10738         position of TOC in `org-lparse-dyn-first-heading-pos'.
10739         (org-odt-insert-toc): Insert TOC as directed by
10740         [TABLE-OF-CONTENTS] line or at the default position.
10741         (org-odt-end-export): Call `org-odt-insert-toc'.
10743 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10745         * org.el (org-preview-latex-fragment): Throw an error when called
10746         from a non-file buffer.
10748 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10750         * org.el (org-insert-property-drawer): Not an interactive
10751         command anymore.
10752         (org-insert-drawer): With a prefix argument, insert a property
10753         drawer.  Check for headline within the region before inserting the
10754         drawer.  Don't include special drawers in the completion table.
10755         (org-mode-map): New keybinding `C-c C-x d' for
10756         `org-insert-drawer'.
10758 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10760         * org.el (org-insert-drawer): Support completion over known drawer
10761         names and inserting a drawer around the current region.
10763 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10765         * org.el (org-insert-drawer): New function.
10766         (org-insert-property-drawer): Use it.
10768 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10770         * org-list.el (org-mark-list): New function.
10772 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10774         * org-pcomplete.el (pcomplete/org-mode/drawer): New function to
10775         complete drawer at point.
10776         (org-thing-at-point): Use it.
10778 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10780         * org.el (org-meta-return): Use `newline-and-indent' when in a
10781         property drawer.
10783 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10785         * org.el (org-structure-template-alist): Fix docstring: the
10786         feature is not experimental anymore.
10788 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10790         * org-agenda.el (org-agenda-show-and-scroll-up): Allow `C-u' to
10791         display the item without unfolding drawers and logbooks.
10793 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10795         * org-src.el (org-edit-src-code): Make sure `buffer-file-name' is
10796         always nil.
10798 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10800         * org.el (org-structure-template-alist): Fix missing angle
10801         brackets for muse export style.
10803 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10805         * org.el (org-read-date): New parameter `inactive' when reading
10806         for insertion of inactive timestamps.
10807         (org-time-stamp, org-read-date-display): Use the new
10808         parameter.
10810 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10812         * ob.el (org-babel-expand-noweb-references): Only allow
10813         reference names which start and end with non-whitespace characters.
10814         Also, raise errors as appropriate given org-babel-noweb-error-langs.
10816 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10818         * org-src.el (org-src-in-org-buffer): Save and restore
10819         `buffer-undo-list' after editing.
10821 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10823         * ob.el (org-babel-common-header-args-w-values): Add new header
10824         argument.
10825         (org-babel-expand-noweb-references): Use header argument rather than
10826         customization variable.
10828 2012-04-01  David Maus  <dmaus@ictsoc.de>
10830         * org-capture.el (org-capture-place-item): Don't search for
10831         position in existing list if :exact-position was supplied.
10833 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10835         * ob.el (org-babel-noweb-separator): Custom variable for
10836         accumulated noweb references.
10837         (org-babel-expand-noweb-references): Allow separator for noweb
10838         references.
10840 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
10842         * org.el (org-beginning-of-line): In an item, special position
10843         for C-a is after check-box, if any.
10844         (org-special-ctrl-a/e): Modify doc-string accordingly.
10846 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10848         * org-odt.el (org-export-odt-format-formula): Use :style
10849         property to specify custom table styles.
10851 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10853         * ob-exp.el (org-babel-exp-call-line-template): Control export of
10854         additional call line information.
10855         (org-babel-exp-non-block-elements): Fancier call line export.
10857 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10859         * org-odt.el (org-odt-entity-frame-styles): Add frame params
10860         for images that are anchored as character.
10861         (org-export-odt-format-image): Handle new anchor type
10862         "as-char".
10863         (org-export-odt-default-image-sizes-alist): Misc. change.
10864         (org-export-odt-format-formula): Misc. change.
10866 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10868         * ob.el (org-babel-check-src-block): Don't report valid header
10869         arguments as suspicious.
10871 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10873         * ob-exp.el (org-babel-exp-non-block-elements): Map over both
10874         inline src blocks and call lines on export.
10876 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10878         * org-odt.el (org-odt-label-styles): Add a new style.
10879         (org-odt-category-map-alist): Use it.
10881 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10883         * org-odt.el (org-odt-table-style-format): New.  Template for
10884         auto-generated table styles.
10885         (org-odt-automatic-styles, org-odt-object-counters):
10886         New variables.
10887         (org-odt-add-automatic-style): New function.
10888         (org-odt-write-automatic-styles): New function.
10889         Create automatic styles for tables that have custom :rel-width.
10890         (org-odt-begin-table): Parse attributes specified with
10891         "#+ATTR_ODT: " option and use it to create an automatic table
10892         style.
10893         (org-odt-save-as-outfile):
10894         Call `org-odt-add-write-automatic-styles'.
10895         (org-odt-init-outfile): Init newly add variables.
10896         (org-odt-section-count): Remove it.
10897         (org-odt-begin-section): Use `org-odt-add-automatic-style' to
10898         generate an automatic section name.
10900 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10902         * ob.el (org-babel-map-executables): Correctly position point when
10903         mapping hits an inline code block.
10905 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10907         * ob.el (org-babel-execute-src-block): Ensure params are
10908         incorporated *before* checking if evaluation is legal.
10910 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10912         * ob-exp.el (org-babel-exp-lob-one-liners): Ensure `end' is a
10913         marker so it is updated as required during export.
10915 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10917         * org-src.el (org-src-in-org-buffer): Run commands in the parent
10918         buffer.
10919         (org-edit-src-save): Use new macro.
10920         (org-src-tangle): Tangle the parent buffer.
10922 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10924         * org.el (org-set-font-lock-defaults): Fix bug in done
10925         headline fontification.
10927 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10929         * org.el (org-set-font-lock-defaults): Fix bug in done
10930         headline fontification.
10932 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10934         * org.el (org-return): Act normally when in code blocks.
10936 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10938         * org.el (org-in-src-block-p): New function.
10939         (org-context): Return new contexts :clocktable and :src-block.
10941 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10943         * org.el (org-set-tags-command, org-set-tags): Make ̀C-u C-c
10944         C-q' do the right thing even when point is before the first
10945         heading.
10947 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10949         * ob.el (org-babel-noweb-p): Disambiguate intersection name.
10951 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
10953         * org-odt.el (org-odt-format-textbox): Honor user-specified
10954         width in captioned images.
10956 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10958         * ob.el (org-babel-map-src-blocks): Replace gensym with make-symbol.
10959         (org-babel-map-inline-src-blocks): Replace gensym with make-symbol.
10960         (org-babel-map-call-lines): Replace gensym with make-symbol.
10961         (org-babel-map-executables): Replace gensym with make-symbol.
10963 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10965         * ob-exp.el (org-babel-exp-results): Alter a copy of info.
10967 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10969         * org-html.el (org-export-as-html):
10970         Initialize `html-pre-real-contents' correctly.
10972 2012-04-01  Bastien Guerry  <bzg@gnu.org>
10974         * org-html.el (org-export-as-html):
10975         Initialize `html-pre-real-contents' correctly.
10977 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10979         * ob-exp.el (org-babel-exp-code): Ensure code block name is a
10980         string on export.
10982 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10984         * ob-exp.el (org-babel-exp-code-template): Customizable code
10985         block export format string.
10986         (org-babel-exp-code): Customizable code block export.
10988 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10990         * ob-clojure.el (org-babel-execute:clojure): Remove dependency
10991         on deprecated swank-clojure.
10993 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
10995         * ob.el (org-babel-map-src-blocks): Don't pollute symbol space.
10996         (org-babel-map-inline-src-blocks): Don't pollute symbol space.
10997         (org-babel-map-call-lines): Don't pollute symbol space.
10998         (org-babel-map-executables): Map over *all* executable Org-mode
10999         elements.
11000         (org-babel-execute-buffer): Execute elements in buffer order instead
11001         of arbitrarily.
11003 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
11005         * org.el (org-ctrl-c-ctrl-c): Fix a naive structure backup.
11006         Those must be done with `copy-tree'.
11008 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
11010         * org-src.el (org-edit-src-code): Referenced code block should
11011         not be evaluated on code block edit.
11013 2012-04-01  Bastien Guerry  <bzg@gnu.org>
11015         * org.el (org-structure-template-alist): Use uppercase for
11016         keywords.
11018 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
11020         * ob.el (org-babel-insert-result): Capitalize RESULTS in :wrap'd
11021         code block results.
11023 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
11025         * ob.el (org-babel-results-keyword): New user-configurable
11026         results keyword.
11027         (org-babel-where-is-src-block-result): Use new user-configurable
11028         results keyword.
11030 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
11032         * org-indent.el (org-indent-refresh-maybe): Check for new
11033         headlines from the beginning of the line to be sure to catch
11034         any newly inserted headline there.
11036 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
11038         * ob-exp.el (org-babel-exp-src-block): Use `org-babel-noweb-p'.
11039         (org-babel-exp-inline-src-blocks): Use `org-babel-noweb-p'.
11041         * ob-tangle.el (org-babel-tangle-collect-blocks):
11042         Use `org-babel-noweb-p'.
11044         * ob.el (org-babel-execute-src-block): Use `org-babel-noweb-p'.
11045         (org-babel-expand-src-block): Use `org-babel-noweb-p'.
11046         (org-babel-load-in-session): Use `org-babel-noweb-p'.
11047         (org-babel-merge-params): Use `org-babel-noweb-p'.
11048         (org-babel-noweb-p): New function used to determine if noweb
11049         expansion should be carried out in a given context.
11051 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
11053         * org.el (org-update-property-plist): Fix bug in property list
11054         updates.
11056 2012-04-01  François Pinard  <pinard@iro.umontreal.ca>  (tiny change)
11058         * org.el (org-kill-line): Use `kill-visual-line' in
11059         `visual-line-mode'.
11061 2012-04-01  Bernt Hansen  <bernt@norang.ca>
11063         * org-agenda.el (org-agenda-switch-to): Widen org buffer only if point
11064         is outside the current restriction.
11066 2012-04-01  Bernt Hansen  <bernt@norang.ca>
11068         * org-agenda.el (org-agenda-clock-in): Save restriction when clocking
11069         in from the agenda.
11071 2012-04-01  Bernt Hansen  <bernt@norang.ca>
11073         * org.el: Honor existing restrictions when regenerating the agenda.
11075 2012-04-01  Bastien Guerry  <bzg@gnu.org>
11077         * org-agenda.el: New alias for `list-diary-entries-hook'.
11079 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
11081         * ob.el (org-babel-common-header-args-w-values): Add the new
11082         header argument name.
11083         (org-babel-insert-result): Respect the value of the :wrap header
11084         argument when inserting results.
11085         (org-babel-result-end): Find the end of arbitrarily named result
11086         blocks.
11088 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
11090         * org-indent.el (org-indent-refresh-maybe): Check for new
11091         headlines from the beginning of the line to be sure to catch
11092         any newly inserted headline there.
11094 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
11096         * org.el (org-update-property-plist): Remove old instances of
11097         property when adding a new value for property.
11099 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
11101         * ob-emacs-lisp.el: A comment on the last line of an emacs-lisp
11102         code block would cause an error when the block is was executed.
11103         This fix cures this behaviour.
11105 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
11107         * ob.el (org-babel-expand-noweb-references): Resurrect dropped
11108         pieces of a previous patch.
11110 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
11112         * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
11114 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
11116         * ob.el (org-babel-expand-noweb-references): Resurrect dropped
11117         pieces of a previous patch.
11119 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
11121         * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
11123 2012-04-01  Bastien Guerry  <bzg@gnu.org>
11125         * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
11126         instead of (end-of-buffer).
11128 2012-04-01  Bastien Guerry  <bzg@gnu.org>
11130         * org-bbdb.el (name): Declare variable.
11131         (bbdb-record-get-field, bbdb-search-name)
11132         (bbdb-search-organization): Declare as part of ext:bbdb.
11134 2012-04-01  Bastien Guerry  <bzg@gnu.org>
11136         * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
11137         instead of the obsolete `org-agenda-filter'.
11139 2012-04-01  Bastien Guerry  <bzg@gnu.org>
11141         * org-agenda.el: Add an alias for `org-agenda-filter'.
11142         (diary-list-entries-hook): Use the non-obsolete hook.
11143         (org-agenda-filter-apply): Silent compiler warning.
11145 2012-04-01  Bastien Guerry  <bzg@gnu.org>
11147         * ob-ditaa.el (org-ditaa-jar-path): Make a defcustom.
11148         (org-ditaa-jar-option): New option.
11149         (org-babel-execute:ditaa): Use it.
11151 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
11153         * ob.el (org-babel-balanced-split): Explicit checking if list
11154         before calling member.
11156 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
11158         * ob.el (org-babel-balanced-split): Explicit checking if list
11159         before calling member.
11161 2012-02-14  Chong Yidong  <cyd@gnu.org>
11163         * org-footnote.el: Remove bogus defvar values (Bug#10745).
11165 2012-01-05  Eric Schulte  <eric.schulte@gmx.com>
11167         * ob.el (org-babel-expand-noweb-references): Resurrect dropped
11168         pieces of a previous patch.
11170         * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
11172 2012-01-05  Bastien Guerry  <bzg@gnu.org>
11174         * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
11175         instead of (end-of-buffer).
11177         * org-bbdb.el (name): Declare variable.
11178         (bbdb-record-get-field, bbdb-search-name)
11179         (bbdb-search-organization): Declare as part of ext:bbdb.
11181         * org-agenda.el: Add an alias for `org-agenda-filter'.
11182         (diary-list-entries-hook): Use the non-obsolete hook.
11183         (org-agenda-filter-apply): Silent compiler warnings.
11185         * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
11186         instead of the obsolete `org-agenda-filter'.
11188 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11190         * org.el (org-ctrl-c-ctrl-c): Preserve symmetry when adding
11191         and removing checkboxes with `C-u C-c C-c' on the first item
11192         of a list.  Also, don't reinitialize checkboxes that are
11193         already ticked.
11195 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11197         * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time
11198         value with only one digit for the hours.
11200 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11202         * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
11203         Remove deleted function `org-encode-for-stdout'.
11205 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11207         * org.el (org-show-context): Complete docstring.
11209 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11211         * org-agenda.el (org-agenda-filter-by-tag):
11212         Use `read-char-exclusive' instead of `read-char'.
11214 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
11216         * org-clock.el (org-clock-in, org-clock-find-position):
11217         Remove erraneous space in regexp.
11219 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
11221         * ob.el (org-babel-expand-noweb-references): Rather than using
11222         a pure regexp solution to resolve noweb references, actually
11223         check the information of every code block in the buffer.
11224         This will cause a slowdown in noweb reference expansion, but is
11225         necessary for correct behavior.
11227 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11229         * org.el (org-map-continue-from): Fix typo in docstring.
11231 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11233         * org.el (org-property-re): Also match cumulating properties
11234         like ":prop+:".
11236 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11238         * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp for
11239         matching the end of a block.
11241 2012-01-03  David Maus  <dmaus@ictsoc.de>
11243         * org.el (org-open-at-point): Escape link path for http:,
11244         https:, ftp:, news:, and doi: links only if the path contains
11245         space or non-ascii character.
11247 2012-01-03  David Maus  <dmaus@ictsoc.de>
11249         * org.el (org-refile-get-targets): Ignore headlines without a
11250         true headline.
11252 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
11254         * ob.el (org-babel-map-call-lines): Move this file from
11255         ob-lob.el into ob.el to ease dependency pains.
11257 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11259         * org-publish.el (org-publish-index-generate-theindex):
11260         Use theindex.inc for storing index entries, and theindex.org for
11261         including theindex.inc.
11263 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11265         * org-publish.el (org-publish-index-generate-theindex):
11266         Create proper file target for index entries in subdirectories.
11268 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11270         * org-protocol.el (org-protocol-check-filename-for-protocol):
11271         Fix spelling mistake.
11273 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
11275         * org-odt.el (org-export-odt-default-org-styles-alist): Add styles
11276         for title and subtitle.
11277         (org-odt-format-toc): New.
11278         (org-odt-format-preamble): New.  Users can redefine this to
11279         customize what goes before the document body.  Currently it
11280         outputs title, author and email, date and toc.
11281         (org-odt-begin-document-body): Use `org-odt-format-preamble'.
11282         (org-odt-format-date): Rename from
11283         `org-odt-iso-date-from-org-timestamp'.  Also added an
11284         additional param for format string.
11285         (org-odt-begin-annotation, org-odt-update-meta-file):
11286         Use `org-odt-format-date'.
11288 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11290         * org.el (org-at-drawer-p): New function.
11291         (org-end-of-line): Use it.
11293 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
11295         * ob.el (*org-babel-use-quick-and-dirty-noweb-expansion*):
11296         Controls the method in which noweb references are expanded.
11297         (org-babel-expand-noweb-references): Bring back the option for
11298         regexp-based noweb expansion.
11300 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11302         * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time value
11303         with only one digit for the hours.
11305 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11307         * org.el (org-ctrl-c-ctrl-c): Don't make `C-c C-c' special
11308         when ticking the checkbox of the first item.
11310 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
11312         * org-list.el (org-list-write-struct): Add an optional
11313         argument for structure changes happening outside the function.
11315         * org.el (org-ctrl-c-ctrl-c): Now, `C-u C-c C-c' on the first
11316         item of a sub-list should toggle check-box presence of every
11317         item in the same sub-list.  Also fix check-box insertion on a
11318         single item.
11320 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11322         * org-agenda.el (org-agenda-filter-preset): New alias.
11323         (org-agenda-filter-by-category): New command.
11324         (org-agenda-mode-map): Add the new command.
11325         (org-agenda-custom-commands-local-options): Add category
11326         filter preset.
11327         (org-agenda-mark-filtered-text): Mark both tag and filter
11328         overlays.
11329         (org-agenda-category-filter-preset): New variable.
11330         (org-finalize-agenda, org-agenda-redo)
11331         (org-agenda-filter-make-matcher, org-agenda-filter-apply):
11332         Handle both category and tag filters.
11333         (org-agenda-filter-show-all-tag): Rename from
11334         `org-agenda-filter-by-tag-show-all'.
11335         (org-agenda-filter-show-all-cat): New function.
11336         (org-agenda-set-mode-name): Show the category filter in the
11337         modeline.
11339 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
11341         * org-bbdb.el (org-bbdb-old): New variable.
11342         (org-bbdb-store-link, org-bbdb-open): Check for
11343         `org-bbdb-old'.
11344         (org-bbdb-open-old, org-bbdb-open-new): New functions.
11346 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11348         * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
11349         Remove deleted function `org-encode-for-stdout'.
11351 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11353         * org.el (org-check-dates-range): New command.
11354         (org-sparse-tree): Use it.
11356 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11358         * org-agenda.el (org-agenda-write): Rename from
11359         `org-write-agenda'.
11360         (org-agenda-mode-map, org-agenda-menu)
11361         (org-batch-store-agenda-views): Use new name
11362         `org-agenda-write'.
11364 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11366         * org.el (org-loop-over-headlines-in-active-region):
11367         Fix docstring.
11368         (org-todo, org-deadline, org-schedule): Honor the 'start-level
11369         value of `org-loop-over-headlines-in-active-region'.
11371 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11373         * org-archive.el (org-archive-subtree)
11374         (org-archive-to-archive-sibling, org-toggle-archive-tag):
11375         Bugfix: use 'region-start-level.
11377 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11379         * org.el (org-show-context): Complete docstring.
11381 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11383         * org-agenda.el (org-agenda-filter-by-tag):
11384         Use `read-char-exclusive' instead of `read-char'.
11386 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
11388         * org.el (org-scan-tags): Make sure `org-map-continue-from' is
11389         nil at each match.
11391 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
11393         * org-clock.el (org-clock-in, org-clock-find-position):
11394         Remove erraneous space in regexp.
11396 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
11398         * org-odt.el (org-odt-lib-dir): Add docstring.
11399         (org-odt-data-dir): New variable.  Use this variable to
11400         control the locations from which the ODT exporter picks the
11401         OpenDocument styles and schema files from.  Set this variable
11402         explicitly only if the in-built heuristics for locating the
11403         above files fails.
11404         (org-odt-styles-dir-list, org-odt-schema-dir-list):
11405         New variables.  Pay specific attention to (eval-when-compile ...)
11406         form through which Makefile's $(datadir) - contained in
11407         `org-odt-data-dir' - gets compiled in as a "hard coded"
11408         constant.
11409         (org-odt-styles-dir, org-export-odt-schema-dir): Add messages to
11410         aid debugging.
11412 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11414         * org-archive.el (org-archive-subtree)
11415         (org-archive-to-archive-sibling, org-toggle-archive-tag)
11416         (org-archive-set-tag): Handle the 'start-level value for
11417         `org-loop-over-headlines-in-active-region'.
11419 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11421         * org.el (org-scan-tags): New parameter `start-level' to scan only
11422         through headlines of that level.
11423         (org-map-entries): New allowed value `region-start-level' for
11424         the `scope' parameter, to allow scanning through headlines of
11425         the same level than the first headline in the region.
11426         (org-loop-over-headlines-in-active-region): New allowed value
11427         'start-level.
11429 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11431         * org-archive.el (org-archive-subtree)
11432         (org-archive-to-archive-sibling, org-archive-set-tag)
11433         (org-toggle-archive-tag): Allow to loop over the active region by
11434         using `org-loop-over-headlines-in-active-region'.
11436 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11438         * org.el (org-todo): Allow to loop over the active region by
11439         using `org-loop-over-headlines-in-active-region'.
11441 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
11443         * ob.el (org-babel-expand-noweb-references): Rather than using
11444         a pure regexp solution to resolve noweb references, actually
11445         check the information of every code block in the buffer.
11446         This will cause a slowdown in noweb reference expansion, but is
11447         necessary for correct behavior.
11449 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11451         * org.el (org-map-continue-from): Fix typo in docstring.
11453 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11455         * org-agenda.el (org-agenda-write-buffer-name): New variable.
11456         (org-write-agenda): Use it.
11458 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11460         * org-exp.el (org-export-date-timestamp-format): New option to
11461         define the way a timestamp in #+DATE will be exported.
11462         (org-infile-export-plist): Use the new option.
11464 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11466         * org.el (org-property-re): Also match cumulating properties
11467         like ":prop+:".
11469 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
11471         * org-odt.el (org-odt-styles-dir): Assume that the styles
11472         files are located under `data-directory' of Emacs distribution
11473         as etc/org/OrgOdtStyles.xml and
11474         etc/org/OrgOdtContentTemplate.xml.  Also update docstring.
11475         (org-export-odt-schema-dir): Update docstring.
11477 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
11479         * org-odt.el (org-odt-format-preamble): Honor following user
11480         options: author, timestamp and email.
11482 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11484         * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp
11485         for matching the end of a block.
11487 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11489         * org-eshell.el: New file.
11491 2012-01-03  David Maus  <dmaus@ictsoc.de>
11493         * org.el (org-open-at-point): Escape link path for http:,
11494         https:, ftp:, news:, and doi: links only if the path contains
11495         space or non-ascii character.
11497 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11499         * org-beamer.el (org-beamer-fragile-re): Also recognize
11500         \lstinline and \verb as commands that make a frame fragile.
11502 2012-01-03  David Maus  <dmaus@ictsoc.de>
11504         * org.el (org-refile-get-targets): Ignore headlines without a
11505         true headline.
11507 2012-01-03  Litvinov Sergey  <slitvinov@gmail.com>
11509         * ob-octave.el: Add graphical output to png file.
11511 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
11513         * ob.el (org-babel-map-call-lines): Move this file from
11514         ob-lob.el into ob.el to ease dependency pains.
11516 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11518         * org-publish.el (org-publish-index-generate-theindex):
11519         Use theindex.inc for storing index entries, and theindex.org for
11520         including theindex.inc.
11522 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11524         * org-publish.el (org-publish-index-generate-theindex):
11525         Create proper file target for index entries in subdirectories.
11527 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11529         * org-protocol.el (org-protocol-check-filename-for-protocol):
11530         Fix spelling mistake.
11532 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
11534         * org-odt.el (org-export-odt-default-org-styles-alist):
11535         Add styles for title and subtitle.
11536         (org-odt-format-toc): New.
11537         (org-odt-format-preamble): New.  Users can redefine this to
11538         customize what goes before the document body.  Currently it
11539         outputs title, author and email, date and toc.
11540         (org-odt-begin-document-body): Use `org-odt-format-preamble'.
11541         (org-odt-format-date): Rename from
11542         `org-odt-iso-date-from-org-timestamp'.  Also added an
11543         additional param for format string.
11544         (org-odt-begin-annotation, org-odt-update-meta-file):
11545         Use `org-odt-format-date'.
11547 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
11549         * ob-ref.el (org-babel-ref-split-args): Now uses
11550         `org-babel-balanced-split'.
11552 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11554         * org-html.el (org-export-html-preamble)
11555         (org-export-html-postamble): Fix docstrings.
11556         (org-export-as-html): Insert the string used by a custom
11557         function for `org-export-html-pre/postamble'.
11559 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11561         * org.el (org-block-regexp)
11562         (org-heading-keyword-regexp-format)
11563         (org-heading-keyword-maybe-regexp-format): Move up to keep the
11564         byte-compiler happy.
11566 2012-01-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
11568         * org-agenda.el (org-agenda-do-tree-to-indirect-buffer):
11569         New function.
11570         (org-agenda-tree-to-indirect-buffer): Use the new function.
11572 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11574         * org-html.el (org-export-as-html): Fix bug when inserting the
11575         output of a custom function for the pre/postamble.
11577 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
11579         * org-odt.el (org-odt-format-source-code-or-example):
11580         Try loading htmlfontify safely.
11582 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11584         * org-odt.el (require): Require htmlfontify.el only if
11585         emacs-version is greater than 23.2.
11587 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11589         * org-faces.el (org-agenda-calendar-event)
11590         (org-agenda-calendar-sexp): Use the default face.
11592 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
11594         * ob.el (org-babel-expand-noweb-references): Fix regexp.
11596 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
11598         * org.el (Key bindings): Remap the Outline functions from
11599         `outline-mode-prefix-map' where possible.
11601 2012-01-03  Christian Moe  <mail@christianmoe.com>  (tiny change)
11603         * org-html.el (org-export-as-html):
11604         Apply `org-export-html-get-todo-kwd-class-name' to the class
11605         attribute of the todo-keyword span tag, not to its text
11606         content.
11608 2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
11610         * org-agenda.el (org-agenda-get-timestamps)
11611         (org-agenda-get-sexps): Use face for highlighting "calendar"
11612         events.
11614 2012-01-03  Peter Münster  <pmlists@free.fr>  (tiny change)
11616         * org.el (org-add-planning-info): Treat absolute time too.
11618 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11620         * org-table.el (org-table-transpose-table-at-point): Don't use
11621         ̀remove-if-not'.
11623 2012-01-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
11625         * org-clock.el (org-clock-out-if-current): Check the clock
11626         buffer is existing.
11628 2012-01-03  Bernt Hansen  <bernt@norang.ca>
11630         * org-clock.el (org-clock-out-if-current): Fix marker in no
11631         buffer error for task state change in an indirect buffer.
11633 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
11635         * org.el (org-offer-links-in-entry): Make list when assigning
11636         a single link.
11638 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
11640         * ob.el (org-babel-expand-noweb-references): Rather than
11641         collect the info from *every* block in the current buffer,
11642         simply regexp search for those blocks which appear to match
11643         the continued source name.
11645 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
11647         * ob.el (org-babel-insert-result): Do not examplize wrapped
11648         scalar results, simply wrap them.
11649         (org-babel-result-end): Find the end of results wrapped in a
11650         RESULTS drawer.
11652 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11654         * org.el (org-todo-yesterday): When called from the agenda,
11655         use `org-agenda-todo-yesterday' instead.
11657 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11659         * org-table.el (org-table-transpose-table-at-point): New command.
11661 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11663         * org-html.el (org-export-html-headline-anchor-format):
11664         New option.
11665         (org-html-level-start): Use the new option.
11667 2012-01-03  Rob Giardina  <rob@giardina.us>  (tiny change)
11669         * org-agenda.el (org-agenda-with-point-at-orig-entry):
11670         Small bugfix.
11672 2012-01-03  Christian Moe  <mail@christianmoe.com>  (tiny change)
11674         * org-special-blocks.el
11675         (org-special-blocks-convert-html-special-cookies):
11676         Close paragraph before opening or closing the <div>, and open
11677         paragraph after.  Also changed newline placement to be the same
11678         as for other blocks.
11680 2012-01-03  Roberto Huelga  <rhuelga@gmail.com>
11682         * org-clock.el (org-program-exists): Make the function
11683         compatible with darwin systems.
11685 2012-01-03  David Maus  <dmaus@ictsoc.de>
11687         * org-exp.el (org-export-normalize-links): Mark bracket links
11688         before normalization to avoid erroneous normalization of
11689         bracket link parts.
11691 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
11693         * org-odt.el (org-odt-data-dir): Remove.
11694         (org-odt-styles-dir, org-export-odt-schema-dir):
11695         New variables.
11697         * org-odt.el, org-lparse.el: New files.
11699 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
11701         * org-capture.el (org-capture-set-target-location): Set the
11702         capture default time also to the prompt time.
11704 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
11706         * org-exp.el (org-export-res/src-name-cleanup): Remove #+name
11707         and #+results lines during preprocess.
11709 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
11711         * ob-picolisp.el (ob-comint): Required.
11712         (comint): Required.
11713         (cl): Required.
11714         (run-picolisp): Declared.
11715         (org-babel-execute:picolisp): Capture free variable, and replace
11716         function from cl-extra with core function.
11718 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
11720         * ob-picolisp.el: New file.
11722         * org.el (org-babel-load-languages): Add Pico Lisp to the list
11723         of supported code block languages.
11725 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
11727         * org-bibtex.el (org-bibtex): Now catches bibtex errors and
11728         directs the user to the location of the error.
11730 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11732         * org-agenda.el (org-agenda-dim-blocked-tasks): Fix typo.
11734 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11736         * ob.el (org-babel-execute-src-block): Fix typo.
11738 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11740         * org-freemind.el (org-freemind-write-mm-buffer): Fix typo.
11742 2012-01-03  Bastien Guerry  <bzg@gnu.org>
11744         * org.el (org-link-unescape, org-link-unescape-compound):
11745         Fix two typos in docstrings.
11747 2012-01-03  Thomas Dye  <dk@poto.local>
11749         * ob-R.el: Added tikzDevice support.
11751 2012-01-03  David Maus  <dmaus@ictsoc.de>
11753         * org.el (org-clone-subtree-with-time-shift): Remove clocking
11754         information and empty drawers when preparing a clone.
11756 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11758         * ob-exp.el: Don't add `org-exp-res/src-name-cleanup' to
11759         `org-export-blocks-postblock-hook'.
11761 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11763         * ob.el (org-babel-hide-result-toggle): Skip over header
11764         argument lines when toggling named code block visibility.
11766 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11768         * org-exp.el (org-export-grab-title-from-buffer):
11769         Don't license to kill text inside blocks when getting a title.
11771 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11773         * ob.el (org-babel-confirm-evaluate): Adding support for new
11774         range of :eval header arguments.
11776 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11778         * ob.el (org-babel-confirm-evaluate): Inhibit evaluation
11779         during export when eval is set to "non-export".
11781 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11783         * ob-ref.el (org-babel-update-intermediate): New custom
11784         variable.
11785         (org-babel-ref-resolve): Optionally update the in-buffer results
11786         of code blocks which are evaluated to resolve references.
11788 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11790         * ob.el (org-babel-join-splits-near-ch): Rejoins a list of a
11791         split string when a character appears on either side of the
11792         split.
11793         (org-babel-parse-multiple-vars): Rejoin splits around "=" signs.
11795 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11797         * org.el (org-reduce): Add a less functional Org-mode copy of
11798         the cl reduce function.
11800 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
11802         * org.el (org-fontify-meta-lines-and-blocks-1):
11803         Recognize "name" as a valid keyword that can preceed a block.
11805 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11807         * ob-exp.el (org-babel-exp-lob-one-liners): Don't limit
11808         in-verbatim check to inline code blocks, do lob code blocks as
11809         well.
11811 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
11813         * org.el (org-todo): Interpret 0 prefix arg as note inhibitor.
11815 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11817         * ob.el (org-babel-named-src-block-regexp-for-name):
11818         Ensure that partial names are not matched.
11819         (org-babel-named-data-regexp-for-name): Ensure that partial names
11820         are not matched.
11822 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11824         * ob-ref.el (org-babel-ref-resolve): Search for named code
11825         blocks before named data.
11827         * ob.el (org-babel-named-data-regexp-for-name): New function for
11828         finding named data.
11830 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11832         * ob.el (org-babel-insert-result): Gracefully handle results
11833         which are neither lists nor strings.
11835 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11837         * ob-ref.el (org-babel-ref-resolve): Don't change location when
11838         looking at the contents.
11840 2012-01-03  Milan Zamazal  <pdm@zamazal.org>
11842         * org.el (org-set-outline-overlay-data):
11843         Use outline-flag-region to make a region invisible.  This ensures
11844         all necessary actions, especially adding
11845         isearch-open-invisible property, are applied.
11847 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11849         * ob-lob.el (org-babel-in-example-or-verbatim):
11850         Fix compilation warning.
11852 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11854         * ob.el (org-babel-find-named-result): Downcase "name" before
11855         comparison.
11857 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11859         * ob-lisp.el (org-babel-execute:lisp): Fix typo.
11860         (org-babel-lisp-vector-to-list): Fix typo.
11862 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11864         * ob-exp.el (org-babel-in-example-or-verbatim): Some valid
11865         execution contexts (e.g., call lines) look like commented
11866         lines.
11868         * ob.el (org-babel-get-src-block-info): Empty match string doesn't
11869         count.
11870         (org-babel-process-params): Always process parameters, even if
11871         you don't to table splitting.
11873 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11875         * ob-exp.el (org-exp-res/src-name-cleanup): Update Documentation.
11877         * ob-lob.el (org-babel-block-lob-one-liner-regexp):
11878         Update regular expression.
11879         (org-babel-inline-lob-one-liner-regexp): Update regular
11880         expression.
11882         * ob-ref.el (org-babel-ref-resolve): Notice when something that
11883         looks like a data results may actually be a code block.
11885         * ob-table.el: Updated documentation.
11887         * ob.el (org-babel-src-name-regexp): Simplify regexp.
11888         (org-babel-get-src-block-info): Update match strings.
11889         (org-babel-data-names): Simplify acceptable names.
11890         (org-babel-find-named-block): Indentation.
11891         (org-babel-find-named-result): Update to not return a code block
11892         as a result.
11894         * org.el (org-fontify-meta-lines-and-blocks-1):
11895         Removing references to old syntactic elements.
11896         (org-additional-option-like-keywords): Removing references to
11897         old syntactic elements.
11899 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
11901         * org-agenda.el (org-agenda-get-todos): Swap calls to `org-trim'
11902         and `buffer-substring'.
11904 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
11906         * org-agenda.el (org-agenda-get-todos): Prevent an error when
11907         encountering tasks with only the TODO keyword.
11909 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
11911         * org.el (org-try-cdlatex-tab): Don't try to expand a LaTeX
11912         environment when at an item or an headline, but allow LaTeX
11913         fragments.
11914         (org-cycle): Try to call `cdlatex-tab' before cycling item's or
11915         headline's visibility, in order to catch LaTeX fragments within.
11917 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11919         * org-exp-blocks.el (org-export-blocks-preprocess): Require a
11920         newline and spaces before a code block.
11922 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11924         * ob-lob.el (org-babel-map-call-lines): Allow mapping of code
11925         over all call lines in a buffer.
11927         * ob.el (org-babel-execute-buffer): Execute call lines when
11928         executing an entire buffer.
11930 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11932         * ob.el (org-babel-process-params): Don't disassemble tables
11933         twice.
11935 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
11937         * org-clock.el (org-clock-in, org-clock-find-position): Make space
11938         after date optional.
11940         * org.el (org-set-regexps-and-options)
11941         (org-ts-regexp, org-ts-regexp-both, org-ts-regexp1)
11942         (org-ctrl-c-ctrl-c): Make `C-c C-c' on date fix the time stamp.
11944 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11946         * ob-lob.el (org-babel-lob-execute-maybe): Don't execute a call
11947         inside a verbatim block.
11949         * ob-exp.el (org-babel-in-example-or-verbatim): Check for example
11950         blocks.
11952 2012-01-03  Litvinov Sergey  <slitvinov@gmail.com>
11954         * ob-maxima.el (org-babel-tangle-lang-exts): Maxima extension.
11955         (org-babel-maxima-expand): Add input variables and graphic output.
11956         (org-babel-execute:maxima): Add input variables and graphic output.
11957         (org-babel-maxima-var-to-maxima): Add input variables and graphic
11958         output.
11959         (org-babel-maxima-graphical-output-file): Add input variables and
11960         graphic output.
11961         (org-babel-maxima-elisp-to-maxima): Add input variables and graphic
11962         output.
11964 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
11966         * ob-fortran.el: New file.  Adding support for Fortran code blocks.
11967         * org.el (org-babel-load-languages): Adding fortran to this list.
11969 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
11971         * org-footnote.el (org-footnote-new): Cannot insert an inline
11972         footnote at beginning of line anymore.
11973         (org-footnote-at-reference-p): Don't recognize inline footnotes at
11974         beginning of line.
11976 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
11978         * org.el (org-set-font-lock-defaults): Fix small error in matching
11979         group that prevented fontification of keywords like
11980         org-comment-string and stars in headlines.
11982 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
11984         * org.el (org-catch-invisible-edits): New option.
11985         (org-self-insert-command, org-delete-backward-char)
11986         (org-delete-char): Call `org-check-before-invisible-edit'.
11987         (org-check-before-invisible-edit): New function.
11989 2012-01-03  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
11991         * org-exp.el (org-solidify-link-text): Respect
11992         org-export-with-tags when forming the export title during subtree
11993         export.
11995 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
11997         * org.el (org-heading-regexp, org-heading-keyword-regexp-format)
11998         (org-heading-keyword-maybe-regexp-format): Globalize variables so
11999         they are accessible even in buffers not in Org mode.
12001 2012-01-03  David Maus  <dmaus@ictsoc.de>
12003         * org.el (org-insert-link): Don't use default-description if a
12004         `org-make-link-description-function' is defined.
12006 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12008         * org.el (org-set-regexps-and-options): Use property blocks for
12009         multi-line properties.
12011 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12013         * org.el (org-self-insert-command): Don't throw an error when
12014         editing takes place at the first point of the buffer.
12016 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12018         * org.el (org-self-insert-command): Unfold invisible region at
12019         point or right before point when editing.
12021 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12023         * org-faces.el (org-agenda-filter-tags): Use the 'modeline face as
12024         default.
12026 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12028         * org-html.el (org-html-expand): Prevent a nil value for STRING to
12029         return an error, just return nil.
12031 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12033         * org-latex.el (org-export-latex-set-initial-vars): Allow "/"
12034         character in the #+LaTeX_CLASS option.
12036 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12038         * org-footnote.el (org-footnote-at-reference-p)
12039         (org-footnote-at-definition-p): Don't store text-properties of
12040         footnote definitions.
12042 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12044         * org-html.el (org-export-as-html): Convert special characters in
12045         meta tag "author", "date", "keyword" and "description".
12047 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12049         * org-capture.el (org-capture-before-finalize-hook): Docstring
12050         improvement: mention that the buffer is widened when this hook is
12051         run.
12053 2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
12055         * org-html.el (org-export-as-html): Make sure the div for preamble
12056         is not inserted when the preamble is empty.
12058 2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
12060         * org-agenda.el (org-agenda-set-mode-name): Highlight tags used
12061         for filtering (shown in the mode-line).
12063 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12065         * ob.el (org-babel-parse-multiple-vars): Trimming excess white
12066         space from split variables.
12068 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12070         * org.el (org-link-search): Add an optional argument preventing
12071         function from revealing context around match.
12073 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12075         * org-agenda.el (calendar-check-holidays): Declare function.
12077 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12079         * org.el (org-return): Fix bug when matching the face property
12080         before following a link.
12082 2012-01-03  Matt Lundin  <mdl@imapmail.org>
12084         * org-agenda.el (org-class): Fix holidays symbol in org-class.
12085         This was resulting in an "Bad sexp..." warning.
12087 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12089         * org.el (org-scan-tags): Also remember
12090         `org-complex-heading-regexp' in a property.
12092 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12094         * org-latex.el (org-export-as-latex): Turn off auto-insert and set
12095         TeX-master to t when creating new TeX buffers.
12097         * org-docbook.el (org-export-as-docbook): Turn off auto-insert
12098         when creating new buffers.
12100         * org-html.el (org-export-as-html): Turn off auto-insert
12101         when creating new buffers.
12103 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12105         * org-table.el (org-table-formula-handle-first/last-rc): Do not
12106         expand pointers to first/last row/column that are inside a call to
12107         `remote'.
12108         (org-table-get-remote-range): Expand pointers to first/last
12109         row/column.
12111 2012-01-03  Michael Sperber  <sperber@deinprogramm.de>  (tiny change)
12113         * org-capture.el (org-capture-get-indirect-buffer): Fix XEmacs
12114         compatibility issue when creating an indirect buffer.
12116 2012-01-03  Christophe Rhodes  <csr21@cantab.net>
12118         * org-exp.el (org-infile-export-plist): Handle LATEX_CLASS_OPTIONS
12119         the same way than LATEX_CLASS.
12121 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12123         * org.el (org-return): Check the presence of the 'org-link face
12124         even in contexts where there is more than one face.
12126 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12128         * ob-sql.el (org-babel-header-arg-names:sql): SQL specific header
12129         argument names which should be inherited.
12131 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12133         * org.el (org-in-block-p): Return matched name of block, if any.
12134         It can be useful when a list of block names is provided as
12135         an argument.
12137 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12139         * org-docbook.el (org-export-as-docbook): Fix regexp.
12141         * org-html.el (org-export-as-html): Fix regexp.
12143 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12145         * org-agenda.el (org-class): Allow holidays to be skipped.
12147 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12149         * ob-shen.el (org-babel-execute:shen): Fix two compilation errors.
12151 2012-01-03  Peter Münster  <pmrb@free.fr>  (tiny change)
12153         * org-agenda.el (org-agenda-to-appt): Make sure filter-items are
12154         strings before calling `string-match'.
12156 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12158         * org-footnote.el (org-footnote-at-reference-p)
12159         (org-footnote-at-definition-p): Remove text-properties from label.
12161 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12163         * org-html.el (org-export-as-html): Add a "title" meta tag.
12165 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12167         * org-agenda.el (org-agenda-to-appt): Allow to refine the scope of
12168         entries to pass to `org-agenda-get-day-entries' and allow to
12169         filter out entries using a function.
12171 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12173         * org-agenda.el: Fix small display bug.
12175 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12177         * org.el (org-set-regexps-and-options): Fix small bug introduced
12178         by commit dfcb6faef11a2439b56b18a6289803361d402130.
12180 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12182         * org-agenda.el (org-search-view): Simplify regexp.
12183         (org-agenda-get-todos): Use new format string.
12185         * org-archive.el (org-archive-all-done): Simplify regexp.
12187         * org-ascii.el (org-export-as-ascii): More accurate regexp.
12189         * org-colview.el (org-columns-capture-view): Use new format string
12190         and new string.
12192         * org-docbook.el (org-export-as-docbook): More accurate
12193         regexp.  Also use new regexp to match generic headlines.
12195         * org-exp.el (org-export-protect-quoted-subtrees): More accurate
12196         regexp.  Also use new regexp to match generic headlines.
12198         * org-html.el (org-export-as-html): More accurate regexp.
12199         Also use new regexp to match generic headlines.
12201         * org-mouse.el (org-mouse-match-todo-keyword): Remove unused
12202         and now erroneous function.
12204         * org.el (org-heading-regexp, org-heading-keyword-regexp-format):
12205         New variables.
12206         (org-set-regexps-and-options): Create regexps according to the
12207         following rule: use spaces only to separate elements from an headline,
12208         while allowing mixed tabs and spaces for any indentation job.
12209         (org-nl-done-regexp, org-looking-at-done-regexp): Remove variables.
12210         (org-set-font-lock-defaults): Fontify again headlines with a keyword
12211         and no other text.  Use new format strings.
12212         (org-get-heading, org-toggle-comment, org-prepare-agenda-buffers)
12213         (org-toggle-fixed-width-section): Use new format string.
12214         (org-todo): More accurate regexps.
12215         (org-point-at-end-of-empty-headline): Simplify regexp.
12216         (org-insert-heading): Headline can sometimes be nil.
12218 2012-01-03  David Maus  <dmaus@ictsoc.de>
12220         * org-agenda.el (org-agenda-bulk-action): Bind
12221         `org-loop-over-headlines-in-active-region' to nil to avoid conflict
12222         with bulk command.
12224 2012-01-03  David Maus  <dmaus@ictsoc.de>
12226         * org.el (org-deadline, org-schedule): Skip invisible headlines when
12227         mapping over headlines in active region.
12229 2012-01-03  David Maus  <dmaus@ictsoc.de>
12231         * org.el (org-loop-over-headlines-in-active-region):
12232         New customization variable.  Loop over headlines in active region.
12233         (org-schedule, org-deadline): Apply to headlines in region depending
12234         on new customization variable.
12236 2012-01-03  David Maus  <dmaus@ictsoc.de>
12238         * org.el (org-map-entries): Immediately return if scope is 'region
12239         but no region is active.
12241 2012-01-03  David Maus  <dmaus@ictsoc.de>
12243         * org.el (org-map-entries): Extend scope 'region to include entire
12244         body of last headline in active region.
12246 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12248         * org-src.el (org-edit-src-code): Fix typo-bug.
12250 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12252         * org.el (org-format-agenda-item, org-scan-tags):
12253         Rename `org-format-agenda-item' to `org-agenda-format-item'.
12255 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12257         * org-agenda.el: Replace `category-pos' by `org-category-pos' to
12258         silent byte-compiler.
12260 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12262         * org.el: Declare external function `cdlatex-compute-tables'.
12264 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12266         * org-latex.el (org-export-latex-set-initial-vars): Fix problem
12267         when matching #+LaTeX_CLASS.
12269 2012-01-03  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
12271         * org.el (org-link-search-must-match-exact-headline): Fix typos.
12273 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12275         * org-latex.el (org-export-latex-make-header): Add some hyperref
12276         options.
12278 2012-01-03  Kai Tetzlaff  <kai.tetzlaff@web.de>  (tiny change)
12280         * org-publish.el (org-publish-file): Add 'eval'ing the value of
12281         the :publishing-directory property before using it as destination
12282         of the publishing project.  This allows to construct the publish
12283         destination directory dynamically at run-time using the return
12284         value of a function.
12286 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12288         * org-agenda.el (org-agenda-list-stuck-projects): Fix tiny bug.
12290 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12292         * org-agenda.el (org-agenda-move-date-from-past-immediately-to-today):
12293         New option.
12294         (org-agenda-date-later): Improve the logical structure.
12296 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12298         * ob-calc.el (featurep): Require calc-store.
12300         * org-agenda.el (org-agenda-list-stuck-projects): Fix regexp
12301         special handling.
12303         * org-compat.el (fboundp): Support for XEmacs.
12305         * org-exp.el (org-export): Protect XEmacs from `(redisplay)' call.
12307         * org-footnote.el (org-footnote-re): Optimize macro processing.
12309         * org.el (org-set-autofill-regexps): Xemacs compatibility.
12311 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12313         * ob.el (org-babel-balanced-split): Balance both [] and ()
12314         groupings.
12315         (org-babel-parse-header-arguments): Be sure to replace removed ":"
12316         characters.
12318 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12320         * ob.el (org-babel-parse-header-arguments): Quick fix for a
12321         tiny bug.
12323 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12325         * ob.el (org-babel-params-from-properties): Now splits
12326         multiple var arguments behind a single ":var".
12327         (org-babel-balanced-split): Separated balanced splitting of
12328         strings out into a new function.
12329         (org-babel-parse-multiple-vars): Splits multiple var arguments
12330         behind a single ":var".
12332 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12334         * org.el: Remap `outline-promote' and `outline-demote' keys to
12335         `org-promote-subtree' and `org-demote-subtree'.
12337 2012-01-03  Leo Liu  <sdl.web@gmail.com>
12339         * org-agenda.el (org-agenda-do-context-action): Check if marker is
12340         valid before use.
12342 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
12344         * org-agenda.el (org-agenda-date-later): Fix shifting of date
12345         ranges.
12347 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12349         * ob.el: Removing `org-babel-params-from-buffer' and
12350         #+PROPERTIES: entirely.
12352         * ob-exp.el (org-babel-exp-src-block):
12353         Removing `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
12355         * ob-lob.el (org-babel-lob-execute):
12356         Removing `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
12358 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12360         * ob.el (org-babel-params-from-buffer): Removing #+BABEL:
12361         lines in favor of general #+PROPERTIES: lines.
12363 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12365         * ob-sql.el (org-babel-execute:sql): Insert into a temporary
12366         buffer.
12368 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12370         * org.el (org-cdlatex-mode): Run `cdlatex-mode-hook' and
12371         update the internal cdlatex tables.
12373 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12375         * ob-sql.el (org-babel-execute:sql): Respect literal-results
12376         options.
12378 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12380         * ob.el (org-babel-disassemble-tables): Fix multi-table bug in
12381         code block colname and rowname handling.
12383 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12385         * org-publish.el (org-publish-cache-file-needs-publishing):
12386         Fix regexp to not inlcude newlines.
12388 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12390         * org.el (org-ctrl-c-ctrl-c): Remove table overlays before
12391         restart.
12393 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12395         * org.el (org-fontify-entities): Match entities before
12396         numbers, as in `\sim2'.
12398 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12400         * org-agenda.el (org-agenda-date-later): Make pushing forward
12401         a past date to jump immedialtely to today.
12403 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12405         * org-exp.el (org-store-forced-table-alignment): Parse the
12406         column cookie for both alignment and width
12407         specification.  Store the resulting value in `org-col-cookies'
12408         property.  Retire the previously used `org-forced-aligns'
12409         property for consistency.  Renamed local variable `aligns' to
12410         `cookies'.
12412         * org-html.el (org-format-org-table-html):
12413         Use `org-col-cookies'.  Renamed local variable forced-aligns to
12414         col-cookies.
12416 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12418         * org.el (org-latex-to-mathml-jar-file)
12419         (org-latex-to-mathml-convert-command): New user-customizable
12420         variables.
12421         (org-format-latex-mathml-available-p, org-create-math-formula)
12422         (org-format-latex-as-mathml): New functions.
12423         (org-format-latex): Add a new local variable block-type that notes
12424         the nature of the equation - inline or display.  Associate it's
12425         value to `org-latex-src-embed-type' property of dvipng links.
12426         Add mathml as new processing type.
12428 2012-01-03  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
12430         * org.el (org-refile): Add tree name to prompt.
12432 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12434         * org-latex.el (org-export-latex-tables):
12435         Honor `org-export-latex-table-caption-above'
12436         (org-export-latex-table-caption-above): New option.
12438 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12440         * ob.el (org-babel-insert-header-arg): Now including language
12441         specific header arg values in insertion options.
12443 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12445         * ob.el (org-babel-insert-header-arg): Fix typo.
12447 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
12449         * org-exp.el (org-export-number-lines): Modify.  Add a new
12450         parameter `preprocess' and use this for backend-agnostic
12451         handling of literal examples.
12453 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12455         * org.el (org-match-substring-regexp)
12456         (org-match-substring-with-braces-regexp): Allow subscripts and
12457         superscripts to start at beginning of line.
12459 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12461         * ob.el (org-babel-common-header-args-w-values): New variable to
12462         hold common header arguments and their default values.
12463         (org-babel-header-arg-names): Redefined using the new common
12464         header arg variable.
12465         (org-babel-insert-header-arg): New function to help when inserting
12466         header arguments.
12468 2012-01-03  David Maus  <dmaus@ictsoc.de>
12470         * org-html.el (org-html-handle-links): Remove unnecessary
12471         protection markers when publishing link in default format.
12473 2012-01-03  Pieter Praet  <pieter@praet.org>  (tiny change)
12475         * org-crypt.el (org-crypt-check-auto-save): New function, see
12476         next change.
12478         * org-crypt.el (org-decrypt-entry): Break the auto-save-mode
12479         check out into a separate function, and call it at a later
12480         point, to assure it only runs when visiting an encrypted
12481         entry.
12483 2012-01-03  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
12485         * org.el (org-log-note-headings): Document new %d and %D
12486         escapes.
12487         (org-store-log-note): Implement new %d and %D escapes.
12489 2012-01-03  Dave Abrahams  <dave@boostpro.com>
12491         * org-agenda.el (org-agenda-follow-indirect): New option.
12492         (org-agenda-follow-mode): Call `org-agenda-do-context-action' fro
12493         follow mode.
12494         (org-agenda-do-context-action): Also do indirect follow mode
12495         action.
12497 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12499         * ob-table.el (sbe): Fix typo in new sbe specification.
12501 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12503         * ob-table.el (sbe): If first variable is a string and not a
12504         cons cell, then interpret it as a string of header arguments
12505         to be passed to the code block.
12507 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12509         * ob-shen.el (shen-eval-defun): Declare external function.
12510         (org-babel-execute:shen): Move requirement of inf-shen into
12511         the function in which it is used to fix build error.
12513         * ob-shen.el: New file.
12515 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
12517         * org.el (org-open-at-point): Make `org-open-at-point' only
12518         ask once about creating a new headline.
12520 2012-01-03  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
12522         * org.el (org-refile-targets): Elaborated the documentation of
12523         the variable as suggested by Dave Abrahams.
12525 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
12527         * org.el (org-align-tags-here): Allow tags to be placed right
12528         after heading.
12529         (org-tags-column): Document the meaning of tags column 0.
12531 2012-01-03  Niels Giesen  <niels.giesen@gmail.com>
12533         * org-agenda.el (org-agenda-get-blocks): Show timestamp ranges
12534         in agenda if start day is same as end day.
12536 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12538         * org.el (org-refile-get-location): Ignore errors when
12539         collection heading to be excluded.
12541 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12543         * org-special-blocks.el
12544         (org-special-blocks-convert-html-special-cookies): Avoid XHTML
12545         strict problems by not enclosing special blocks in paragraph tags.
12547 2012-01-03  Bernt Hansen  <bernt@norang.ca>
12549         * org-html.el (org-export-as-html): Check string-match
12550         argument.
12551         (org-html-handle-time-stamps): Check string-match argument.
12553 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12555         * org-agenda.el
12556         (org-agenda-skip-additional-timestamps-same-entry):
12557         Change default value.
12559 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12561         * org.el (org-time-string-to-time):
12562         (org-time-string-to-absolute): Add optional arguments BUFFER and
12563         POS for error reporting.
12565         * org-agenda.el (org-get-all-dates):
12566         (org-agenda-get-timestamps, org-agenda-get-deadlines)
12567         (org-agenda-get-scheduled, org-agenda-get-blocks): Call time
12568         stamp parsing functions with information on where the
12569         timestamp was taken from.
12571 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12573         * org.el (org-tree-to-indirect-buffer): Run `org-cycle-hook'
12574         after `show-all' in indirect buffer.
12576 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12578         * org-list.el (org-list-parents-alist): When no parent is found
12579         for an item, set it as the closest less indented item above.
12580         If none is found, make it a top level item.
12581         (org-list-write-struct): Externalize code.
12582         (org-list-struct-fix-item-end): New function.
12583         (org-list-struct): Remove a now useless fix.
12585         * org.el (org-ctrl-c-ctrl-c): Use new function.
12587 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12589         * org.el (org-end-of-line): When on an item, move point at the
12590         end of the line, but before any hidden text.  Thus, it's still
12591         possible to use commands, like `C-c C-c', acting at
12592         items.  This is still disabled if `org-special-ctrl-a/e'
12593         ignores `C-e'.
12595 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12597         * org-footnote.el (org-footnote-renumber-fn:N): Small refactoring.
12599 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12601         * org-footnote.el (org-footnote-renumber-fn:N): Fix an
12602         infloop.
12604 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12606         * org-footnote.el (org-footnote-at-definition-p):
12607         Remove useless `org-re'.
12609 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12611         * org-footnote.el (org-footnote-renumber-fn:N): Verify point
12612         is at a real footnote reference or definition before
12613         renumbering it.
12615 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12617         * org-footnote.el (org-footnote-goto-definition): This patch
12618         makes sure the function says when a definition has been
12619         found.  Thus, moving from the reference to the definition
12620         doesn't offer to create the latter again.
12622 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12624         * org-footnote.el (org-footnote-create-definition):
12625         Explicitly move point after tag, if it has just been
12626         inserted.
12628 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12630         * ob-gnuplot.el (org-babel-execute:gnuplot): Don't quote file
12631         names on Windows systems.
12633 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12635         * org-footnote.el (org-footnote-create-definition): When the
12636         tag is missing, it is created before any existing footnote, or
12637         at end of buffer.  In the latter case, the marker pointing at
12638         the position where the new footnote is going to be inserted
12639         (at end of buffer) stays before the tag.  This patch makes
12640         sure that the marker will be kept after the tag.
12642 2012-01-03  Eli Zaretskii  <eliz@gnu.org>
12644         * org.el (org-mode): Force left-to-right paragraphs in Org
12645         buffers.  For a related discussions, see
12646         https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
12648 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12650         * ob-asymptote.el (org-babel-asymptote-define-type):
12651         Silence byte-compiler.
12653 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12655         * ob-R.el (org-babel-R-evaluate): Fix bug in R session
12656         evaluation.
12658 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12660         * org-bibtex.el (org-bibtex-type-property-name):
12661         Configurable property name for bibtex entry types.
12662         (org-bibtex-headline): Use new configurable property name.
12663         (org-bibtex-check): Use new configurable property name.
12664         (org-bibtex-create): Use new configurable property name.
12665         (org-bibtex-write): Use new configurable property name.
12667 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12669         * org.el (org-paste-subtree): Remove unnecessary `concat'.
12671 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12673         * org.el (org-paste-subtree): Remove useless (concat ...).
12675 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12677         * ob-C.el (org-babel-C-var-to-C): Replacing usage of
12678         characterp with integerp (which should work w/Emacs22).
12680 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12682         * org-footnote.el (org-footnote-at-definition-p): Context must
12683         be valid at the beginning of line, not at point.
12685 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12687         * ob-tangle.el (org-babel-tangle-collect-blocks):
12688         Better delimiting of Org-mode text preceding a code block.
12690 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12692         * ob.el (org-babel-get-src-block-info): Fixing bug,
12693         accidentally deleted variable values.
12695 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12697         * ob-tangle.el (org-babel-process-comment-text):
12698         Customizable function to process comment text.
12699         (org-babel-tangle-collect-blocks): Make use of new
12700         customizable processing function.
12701         (org-babel-spec-to-string): Call customizable function rather than
12702         `org-babel-trim'.
12704 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12706         * ob-R.el (org-babel-execute:R): Collect and pass along the
12707         result-params.
12708         (org-babel-R-evaluate): Accept result-params and if "scalar" or
12709         "verbatim" don't process output.
12710         (org-babel-R-evaluate-session): Accept result-params and if
12711         "scalar" or "verbatim" don't process output.
12713 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12715         * ob.el (org-babel-merge-params): Differentiate between result
12716         types and wrappers.
12718 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12720         * ob.el (org-babel-get-src-block-info): Check that
12721         functional-syntax variables are initialized.
12723 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12725         * ob.el (org-babel-check-src-block): Adding a note for a
12726         future enhancement.
12728 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12730         * org-exp.el (org-export): Restore point when exporting a subtree.
12732 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12734         * ob.el (org-babel-parse-src-block-match): More robust to code
12735         blocks with empty bodies.
12737 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12739         * ob.el (org-babel-parse-src-block-match): Don't error on empty
12740         code block body.
12742 2012-01-03  David Maus  <dmaus@ictsoc.de>
12744         * org.el (org-open-at-point): Unescape plain link.
12746 2012-01-03  David Maus  <dmaus@ictsoc.de>
12748         * org-html.el (org-html-handle-links): Remove unnecessary link
12749         unescape.
12751 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12753         * ob.el (org-babel-merge-params): Better error message for
12754         unassigned variables.
12756 2012-01-03  Christian Egli  <christian.egli@alumni.ethz.ch>
12758         * org-taskjuggler.el (org-export-as-taskjuggler): Clone the
12759         buffer local variables to the temporary buffer before
12760         exporting.
12762 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12764         * org-exp.el (org-export-select-backend-specific-text):
12765         Only remove commas on the front line of a code block.
12767 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12769         * ob.el (org-babel-demarcate-block): Copy headers and indent to
12770         column of point when a block is split.
12772 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12774         * ob.el (org-babel-insert-result): Corrected file insertion
12775         for inline results.
12777 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12779         * org-footnote.el (org-footnote-in-valid-context-p):
12780         No footnote in latex fragments.
12782 2012-01-03  Martin Rudalics  <rudalics@gmx.at>
12784         * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
12785         argument from `pop-to-buffer-same-window' call.
12787 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12789         * ob-R.el (org-babel-R-evaluate-session): Improve prompt
12790         detection regexp.
12792 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12794         * org-inlinetask.el (org-inlinetask-goto-end):
12795         Small refactoring.
12797 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12799         * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
12800         refactor code.
12801         (org-babel-asymptote-table-to-array): Remove function.
12803 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12805         * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
12806         recognize non-nested lists as uni-dimensional arrays.
12808 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12810         * ob.el (org-babel-params-from-properties): Don't check for
12811         header arguments in properties with leading ":"s.
12813 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12815         * org-inlinetask.el (org-inlinetask-goto-end):
12816         Correctly detect the end of an inlinetask when the next one starts
12817         immediately after the current one.  Also, return position of
12818         point.
12820 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12822         * ob.el (org-babel-inline-src-block-regexp): Allow regexp to
12823         start at bol.
12825 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12827         * ob-asymptote.el (org-babel-asymptote-define-type):
12828         Elisp floats are asymptote reals.
12830 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12832         * ob-asymptote.el (org-babel-asymptote-table-to-array):
12833         Require a new argument TYPE specifying the detected type of
12834         array.  If it's a string array, make sure every element is
12835         returned as a string.  Also improve doc-string.
12836         (org-babel-asymptote-var-to-asymptote): Fill new argument.
12837         Small refactoring.
12838         (org-babel-asymptote-define-type): Rewrite to avoid stopping
12839         search at first float found, as strings have precedence over
12840         floats.
12842 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12844         * org-footnote.el (org-footnote-normalize): Be sure to separate
12845         the last footnote definition from the rest of the buffer.
12847 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12849         * ob-awk.el (org-babel-expand-body:awk): Allow for symbolic
12850         variable names.
12852 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12854         * org.el (org-latex-regexps): Allow matching latex fragments
12855         of type "$" and "$1" at beginning of line.
12857 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12859         * org-agenda.el (org-search-view, org-agenda-get-todos)
12860         (org-agenda-get-deadlines, org-agenda-get-scheduled):
12861         Add `category-pos' in let construct.
12863 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12865         * org-footnote.el (org-footnote-get-definition): The function has
12866         to widen buffer if definition has not been found in the current
12867         narrowed part.  Be sure to restore that restriction once the
12868         definition is found.
12870 2012-01-03  Michal Sojka  <sojka@os.inf.tu-dresden.de>  (tiny change)
12872         * org-icalendar.el (org-print-icalendar-entries): Make alarm
12873         duration RFC5545 compliant.
12875 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12877         * org-agenda.el (org-agenda-get-timestamps)
12878         (org-agenda-get-sexps, org-agenda-get-progress): Correctly set
12879         the `org-category-pos' property.
12881 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12883         * org-html.el (org-export-html-divs): Improve docstring.
12885 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
12887         * org-table.el (org-table-fix-formulas): Throw error when
12888         changing formula leads to an invalid formula.
12890 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12892         * org.el (org-archive-location): Minor docstring fix.
12894 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12896         * org.el (org-block-todo-from-checkboxes):
12897         `org-list-search-forward' should be used when looking for an
12898         item, as it filters out contexts where match couldn't be in a
12899         list.  Also use a correct item regexp, taking into account
12900         alphabetical ordered lists and counters.
12902 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12904         * org-html.el (org-html-make-link): Minor fix to the
12905         docstring.
12907 2012-01-03  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
12909         * org-inlinetask.el (org-inlinetask): New customizable face
12910         for inlinetasks.
12912 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12914         * org-agenda.el (org-agenda-get-todos): Properly set
12915         `category-pos'.
12917 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12919         * org-list.el (org-list-struct-apply-struct): Don't use
12920         (copy-marker (point)) instead of (point-marker).
12922 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12924         * ob.el (org-babel-where-is-src-block-result): Don't try to
12925         resolve variables when simply checking if we're inside of a
12926         code block.
12928 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12930         * org.el (org-refresh-category-properties): New text property
12931         'org-category-position to point at the beginning of the
12932         headline from which the category is set.
12934 2012-01-03  Matt Lundin  <mdl@imapmail.org>
12936         * org.el (org-refile): Don't call `org-back-to-heading' with
12937         goto argument.
12939 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12941         * org.el (org-link-display-descriptive): Remove this option and
12942         rely on the existing `org-descriptive-links' instead.
12943         (org-toggle-link-display): Use `org-descriptive-links'.
12945 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12947         * ob-ref.el (org-babel-ref-resolve): Allow matching of results
12948         with tags after the result name.
12950 2012-01-03  Bastien Guerry  <bzg@gnu.org>
12952         * org-table.el (org-table-get-specials): Allow the use of the
12953         underscore character in column names.
12954         (org-table-get-specials): Allow the use of the underscore
12955         character in field names.
12957 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12959         * org-exp-blocks.el (org-export-blocks-preprocess):
12960         Explicitly cleaning up markers.
12962 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12964         * ob-exp.el (org-babel-exp-inline-src-blocks): Save match data
12965         around `org-babel-exp-do-export' which now searches in this case.
12966         (org-babel-exp-results): Position the point in the inline source
12967         block during export evaluation.
12969         * ob.el (org-babel-insert-result): More readable code.
12971 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12973         * org-exp-blocks.el (org-export-blocks-preprocess): Use the built
12974         in function rather than the superfluous (and now removed)
12975         org-specific function.
12977 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12979         * ob-exp.el (org-babel-exp-inline-src-blocks): Don't examplize
12980         inline code blocks which are already escaped.
12982 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
12984         * org-exp-blocks.el (org-marker-from-point): Helper function to
12985         create markers at specific points in source buffers.
12986         (org-export-blocks-preprocess): Use markers instead of points
12987         to delimit code blocks.
12989 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12991         * org-list.el (org-list-separating-blank-lines-number):
12992         The behaviour of `org-back-over-empty-lines' depends on the
12993         associated value of `headline' in
12994         `org-blank-before-new-entry', which is out of context in a
12995         list.
12997 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
12999         * org-indent.el (org-indent-initialize-agent): When the current
13000         buffer isn't being watched, resume initialization of other watched
13001         buffers.  In that case, give hand to others idle timers or
13002         processes more frequently.
13003         (org-indent-agent-active-delay): Rename from
13004         `org-indent-agent-process-duration'.
13005         (org-indent-agent-passive-delay): New variable.
13006         (org-indent-agent-resume-delay): Change value.
13007         (org-indent-initialize-buffer): Change argument name.
13008         (org-indent-add-properties): Change argument name and type
13009         expected.  It must be a time value now.
13011 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13013         * org.el (org-set-property): Bugfix.
13015 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
13017         * ob.el (org-babel-remove-result): Idempotent code block
13018         evaluation and result removal.
13020 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
13022         * ob-ruby.el (org-babel-ruby-initiate-session): No longer
13023         require inf-ruby when no session evaluation takes place.
13025 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13027         * org-agenda.el (org-agenda-prefix-format): Mention "%e" in
13028         the docstring.
13030 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
13032         * org-agenda.el (org-agenda-custom-commands): Set a default
13033         value for this command.
13035 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
13037         * org-agenda.el (org-agenda-include-all-todo): Declare this option
13038         as no longer working.
13039         (org-timeline): Rename the include-all argument to dotodo.
13040         (org-arg-loc): Rename from` org-include-all-loc'.
13041         (org-agenda-list): Rename the INCLUDE-ALL argument to ARG,
13042         because its function has changed.
13044 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13046         * org.el (org-fixup-indentation): Fix various small bugs.
13048 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13050         * org-indent.el (org-indent-agent-timer)
13051         (org-indent-agentized-buffers, org-indent-agent-resume-timer)
13052         (org-indent-agent-process-duration)
13053         (org-indent-agent-resume-delay): New variables.
13054         (org-indent-initial-marker): More accurate doc-string.
13055         (org-indent-initial-timer, org-indent-initial-resume-timer)
13056         (org-indent-initial-process-duration)
13057         (org-indent-initial-resume-delay)
13058         (org-indent-initial-lock): Remove variables.
13059         (org-indent-mode): Set up an agent to watch current buffer, or
13060         add it to the list of already watched buffers.
13061         (org-indent-initialize-agent): New function.
13062         (org-indent-initialize-buffer): Now requires a mandatory
13063         buffer argument.
13064         (org-indent-add-properties): Reflect changes to variables.
13065         The resume timer is now global.
13067 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13069         * org-footnote.el (org-footnote-normalize): Refactor, and fix
13070         some blank lines deletion.
13072 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13074         * org-indent.el (org-indent-mode):
13075         `org-indent-initial-resume-timer ' needs to be local.
13077 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13079         * org.el (org-fixup-indentation): Correctly indent meta lines.
13081 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13083         * org-indent.el (org-indent-set-line-properties): Add text
13084         properties down to the beginning of the next line.
13085         (org-indent-add-properties): When last position to add
13086         properties to is at the beginning of a line, all that line
13087         will have properties.
13089 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13091         * org-indent.el (org-indent-initial-resume-timer): New variable.
13092         (org-indent-initialize-buffer): Also resume after a small break.
13093         (org-indent-add-properties): When in asynchronous mode,
13094         proceed for 2 seconds, then take a break.
13096 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13098         * org-indent.el (org-indent-set-line-properties): New function.
13099         (org-indent-add-properties): Externalize worker function.
13101 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13103         * org-indent.el (org-indent-indent-buffer): Take into account
13104         narrowing.
13106 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13108         * org-indent.el (org-indent-modified-headline-flag): Rename from
13109         `org-indent-deleted-headline-flag'
13110         (org-indent-notify-modified-headline): Rename from
13111         `org-indent-notify-deleted-headline'.  Handle situations when
13112         the stars of an headline are modified.
13113         (org-indent-refresh-maybe): Remove case now handled by
13114         previous function.
13115         (org-indent-mode): Apply renames.
13117 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13119         * org-indent.el (org-indent-inlinetask-first-star):
13120         New variable.
13121         (org-indent-add-properties): Set the first star of inline-tasks'
13122         virtual indentation in `org-warning' face.
13124         * org-inlinetask.el (org-inlinetask-insert-task): Create a new
13125         inline-task slightly differently, so virtual indentation can
13126         be applied normally.
13128 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13130         * org-indent.el (org-indent-initial-marker)
13131         (org-indent-initial-timer, org-indent-initial-lock):
13132         New variables.
13133         (org-indent-mode): At initialization, start an idle timer to indent
13134         the whole buffer.  When the user is asking for control, interrupt the
13135         process, and resume at the same point when idle again.
13136         (org-indent-initialize-buffer): New function.
13137         (org-indent-add-properties): Throw an interrupt when indentation of
13138         buffer is stopped during initialization.
13140 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13142         * org-indent.el (org-indent-indent-buffer): Send more
13143         appropriate messages.
13145 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13147         * org-indent.el (org-indent-notify-deleted-headline)
13148         (org-indent-refresh-maybe): Replace `org-indent-outline-re'
13149         with `org-outline-regexp-bol'.
13151 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13153         * org-indent.el (org-indent-max-levels): Modify default value and
13154         add comment.
13155         (org-indent-add-properties): Pay attention to `org-indent-max'
13156         and `org-indent-max-levels' values.
13157         (org-indent-refresh-maybe): Refactor code to avoid an unnecessary
13158         save excursion.
13160 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13162         * org-table.el (org-table-align): Remove now useless hack.
13164 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13166         * org-indent.el (org-indent-fix-section-after-idle-time):
13167         Remove variable.
13168         (org-indent-initialize): Remove timer.
13169         (org-indent-add-properties): Refactor code.
13170         (org-indent-refresh-subtree, org-indent-refresh-section)
13171         (org-indent-refresh-buffer,org-indent-set-initial-properties):
13172         Remove functions.
13173         (org-indent-deleted-headline): New variable.
13174         (org-indent-notify-deleted-headline,org-indent-refresh-maybe):
13175         New functions.
13176         (org-indent-mode): Insert new functions into a hook.
13178 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13180         * org-indent.el (org-indent-mode): Completely refresh buffer
13181         before starting org-indent-mode.  Also set idle timer to refresh
13182         only visible portion of buffer, and refresh the subtree instead of
13183         section when promoting or demoting it.
13184         (org-indent-add-properties): Rewrite function to proceed line by
13185         line, as required by `wrap-prefix' specificity.
13186         (org-indent-refresh-section,org-indent-refresh-subtree): Refactor.
13187         (org-indent-refresh-view): New function.
13188         (org-indent-refresh-to, org-indent-refresh-section):
13189         Remove functions.
13191         * org.el (org-unfontify-region): Do not remove prefix
13192         properties when unfontifying a region.
13194 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13196         * org-colview.el (org-columns-cleanup-item): Correctly remove
13197         leading stars in items displayed in the agenda column view.
13199 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13201         * org-colview.el (org-columns-display-here): Clean up items in
13202         `org-agenda-mode' too.
13203         (org-columns-cleanup-item): Take a new argument CPHR to allow
13204         passing a complex heading regexp.  Rewrite to cleanup ITEM
13205         correctly in `org-agenda-mode'.
13207 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13209         * org-clock.el (org-duration-string-to-minutes)
13210         (org-minutes-to-hh:mm-string, org-hh:mm-string-to-minutes):
13211         Move from org.el.
13213 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13215         * org.el (org-refile-active-region-within-subtree): New option to
13216         allow refiling a region that is part of a subtree without
13217         containing a subtree itself.  This default to `nil'.
13218         (org-refile): Use the new option.  Put point at the beginning
13219         of the region/subtree to be refiled, so that users understand
13220         what will be refiled.  Also improve the prompt to tell whether
13221         the user is refiling a region or a headline.
13223 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13225         * org.el (org-properties-postprocess-alist): New option to allow
13226         postprocessing the values of properties set through
13227         `org-set-property'.
13228         (org-set-property): Use this option.
13230 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13232         * org.el (org-outline-regexp, org-outline-regexp-bol): Add a
13233         docstring.
13235 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13237         * org-archive.el (org-archive-to-archive-sibling):
13238         Use `org-outline-regexp' instead of `outline-regexp'.
13240 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13242         * org.el (org-between-regexps-p): Searching up to pos may
13243         match again beginning regexp.
13245 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13247         * org-footnote.el (org-footnote-goto-definition): Don't send
13248         erroneous message: suggested bindings might not be set outside
13249         Org.
13251 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13253         * org-footnote.el (org-footnote-normalize): Effectively remove
13254         any footnote tag in non Org buffers, as detailled in the
13255         docstring of `org-footnote-tag-for-non-org-mode-files'.
13257 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13259         * org-footnote.el (org-footnote-tag-for-non-org-mode-files):
13260         notify the opportunity to set the variable to the empty string.
13261         (org-footnote-normalize, org-footnote-create-definition):
13262         Carefully check for inserted newlines and presence of the
13263         footnote tag.
13265 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13267         * org-footnote.el (org-footnote-at-definition-p): Re-use
13268         `org-footnote-definition-re'.
13270 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13272         * org-footnote.el (org-footnote-definition-re): Remove an
13273         useless group.
13274         (org-footnote-at-definition-p): Reflect removal of the group.
13276 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13278         * org.el (org-set-regexps-and-options): Enforce white space
13279         after todo keyword, as word boundary isn't sufficient (i.e. in
13280         matches * TODO/this).
13282 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
13284         * org-inlinetask.el (org-inlinetask-export-templates):
13285         Fix template for html so that the exported file is valid
13286         xhtml.  Added template for odt.
13287         (org-inlinetask-export-handler): Fix typo in the regexp that
13288         trims content.  Make sure that the content is flanked by
13289         paragraph boundaries on either side.
13291 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13293         * org.el (org-add-planning-info): Don't insert superfluous
13294         space when updating timestamps.
13296 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13298         * org-agenda.el (org-cmp-effort): Fix docstring.
13300 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13302         * org-list.el (org-list-full-item-re): When an item has only a
13303         bullet and no space after it, list structure would not be
13304         recognized correctly.
13306 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13308         * org.el (org-overview): Use `outline-regexp' instead of
13309         `org-outline-regexp' so that global cycling using
13310         `orgstruct-mode' works outside of Org buffers.
13312 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13314         * org-table.el (org-table-eval-formula): Fix missing variable
13315         in let construct.
13316         (org-table-time-string-to-seconds): Fix missing variable in
13317         let construct.
13319 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
13321         * org-agenda.el (org-agenda-get-deadlines): Fix dfrac for the
13322         case of wdays being 0.  Don't pass wdays to
13323         org-agenda-deadline-face, like before the old fix.
13324         (org-agenda-deadline-face): Revert to old state that was without
13325         wdays.
13327 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13329         * org-latex.el (org-export-latex-fixed-width): Only add one
13330         line break after exporting verbatim environments.
13332 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13334         * org-mw.el (org-mw-export-lists): Fix list export.
13336 2012-01-03  Bastien Guerry  <bzg@gnu.org>
13338         * org-list.el (org-list-item-trim-br): New function.
13339         (org-list-to-generic): New parameter :nobr to use the new
13340         function.
13342 2012-01-03  David Maus  <dmaus@ictsoc.de>
13344         * org.el (org-paste-subtree): Fix wrong order of lines to move
13345         before pasting.
13347 2012-01-03  David Maus  <dmaus@ictsoc.de>
13349         * org.el (org-paste-subtree): Paste subtree above target
13350         headline if point is at bol.
13352 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13354         * org-list.el (org-toggle-checkbox): Don't clear lim-down
13355         while used in the while loop.
13357 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13359         * org-list.el (org-toggle-checkbox): Lim-down must be a
13360         marker.
13362 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13364         * org.el (org-activate-code): Correct regexp so ":.*" isn't
13365         matched.
13367 2012-01-03  David Maus  <dmaus@ictsoc.de>
13369         * org-macs.el (org-with-gensyms, org-called-interactively-p)
13370         (with-silent-modifications, org-bound-and-true-p)
13371         (org-unmodified, org-re, org-preserve-lc)
13372         (org-without-partial-completion, org-with-point-at)
13373         (org-no-warnings, org-if-unprotected, org-if-unprotected-1)
13374         (org-if-unprotected-at, org-with-remote-undo)
13375         (org-no-read-only, org-save-outline-visibility)
13376         (org-with-wide-buffer, org-with-limited-levels)
13377         (org-eval-in-environment): Provide edebug specifications.
13379         * org-src.el (org-src-do-at-code-block): Dto.
13381         * org-publish.el (org-publish-with-aux-preprocess-maybe): Dto.
13383         * org-compat.el (org-xemacs-without-invisibility): Dto.
13385         * org-clock.el (org-with-clock-position, org-with-clock): Dto.
13387         * org-agenda.el (org-agenda-with-point-at-orig-entry)
13388         (org-batch-agenda, org-batch-agenda-csv)
13389         (org-batch-store-agenda-views): Dto.
13391         * ob.el (org-babel-do-in-edit-buffer)
13392         (org-babel-map-src-blocks, org-babel-map-inline-src-blocks): Dto.
13394         * ob-tangle.el (org-babel-with-temp-filebuffer): Dto.
13396         * ob-table.el (sbe): Dto.
13398         * ob-exp.el (org-babel-exp-in-export-file): Dto.
13400         * ob-comint.el (org-babel-comint-in-buffer)
13401         (org-babel-comint-with-output): Dto.
13403 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13405         * org-inlinetask.el (org-inlinetask-export-templates):
13406         Fix docstring.
13408 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13410         * org-inlinetask.el (org-inlinetask-insert-task): Error when
13411         trying to nest inline tasks.
13413 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13415         * org.el (org-activate-code, org-toggle-fixed-width-section)
13416         (org-indent-line-function): Allow "[ \t]*:$" as a special case of
13417         fixed-width section.
13419 2012-01-03  David Maus  <dmaus@ictsoc.de>
13421         * org.el (org-paste-subtree): Don't eat headline when called
13422         with point at existing headline.
13424 2012-01-03  David Maus  <dmaus@ictsoc.de>
13426         * org.el (org-paste-subtree): Fix typo in variable name.
13428 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
13430         * org-inlinetask.el (org-inlinetask-export-handler):
13431         Don't export inline tasks if the current backend has provided no
13432         entries in `org-inlinetask-export-templates'.
13434 2012-01-03  Valentin Wüstholz  <wuestholz@gmail.com>  (tiny change)
13436         * org.el (org-indent-line-function): Made the way in which
13437         example blocks are indented more flexible.
13439 2012-01-03  David Maus  <dmaus@ictsoc.de>
13441         * org-agenda.el (org-batch-agenda-csv): Fix argument to append
13442         when creating final parameter alist.
13444 2012-01-03  David Maus  <dmaus@ictsoc.de>
13446         * org-agenda.el (org-batch-store-agenda-views): Use macro
13447         `org-eval-in-environment'.
13449 2012-01-03  David Maus  <dmaus@ictsoc.de>
13451         * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
13452         Use `org-eval-in-environment.
13454 2012-01-03  David Maus  <dmaus@ictsoc.de>
13456         * org-macs.el (org-make-parameter-alist): New function.
13457         Turn flat list of alternating symbol names and values into an alist
13458         with symbol name in car and value in cdr.
13460 2012-01-03  David Maus  <dmaus@ictsoc.de>
13462         * org-agenda.el (org-agenda-with-point-at-orig-entry):
13463         Use macro `org-with-gensyms'.
13465 2012-01-03  David Maus  <dmaus@ictsoc.de>
13467         * org-macs.el (org-substitute-posix-classes):
13468         New function.  Substitute posix classes in regular expression.
13469         (org-re): Use new function.
13471 2012-01-03  David Maus  <dmaus@ictsoc.de>
13473         * org-macs.el (org-eval-in-environment): New macro.  Evaluate FORM
13474         in ENVIRONMENT.
13476 2012-01-03  David Maus  <dmaus@ictsoc.de>
13478         * org-macs.el (org-preserve-lc, org-with-point-at)
13479         (org-with-remote-undo, org-save-outline-visibility): Use new
13480         macro `org-with-gensyms'.
13482 2012-01-03  David Maus  <dmaus@ictsoc.de>
13484         * org-macs.el (org-with-gensyms): New macro.  Wrap let-binding
13485         of SYMBOLS to new uninterned symbols around BODY.
13487 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13489         * org-inlinetask.el (org-inlinetask-export-handler): Make sure
13490         the task starts a paragraph or the HTML exporter will produce
13491         an incorrect output.
13493 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13495         * org.el (org-return): When filling happens, `newline' can
13496         change match data, hence modifying the indent column.
13498 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13500         * org-footnote.el (org-footnote-new): Only forbid non-inlined
13501         footnotes at column 0, as only them can be confused with a
13502         footnote definition.
13504 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13506         * org-footnote.el (org-footnote-new): Use `ido' or `iswitchb'
13507         when available when prompted for a label.  Also rename a local
13508         variable to avoid confusion with an existing function.
13510 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13512         * org-footnote.el (org-footnote-label-history):
13513         Remove variable
13514         (org-footnote-new): Remove call to that variable.
13516 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13518         * org.el (org-insert-heading): With `force-heading' non-nil,
13519         inserting an heading before any headline, and just after a
13520         list would return an error.
13522 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
13524         * ob.el (org-babel-sha1-hash): Remove use of `copy-seq'.
13526 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
13528         * org-bibtex.el (org-bibtex-get): Make the "FILE" property
13529         non-special when resolving bibtex values.
13531 2012-01-03  David Maus  <dmaus@ictsoc.de>
13533         * org.el (org-back-over-empty-lines): Don't move line upward
13534         if point is at eob.
13536 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13538         * org-footnote.el (org-footnote-in-valid-context-p):
13539         Check `org-protected' property before allowing to match a footnote.
13540         (org-footnote-at-reference-p): Remove an obsolete test.  It is now
13541         done in the previous function.
13543 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13545         * org.el (org-between-regexps-p): Previous name implied the
13546         function was related to blocks, which isn't mandatory.
13547         (org-narrow-to-block, org-in-block-p)
13548         (org-indent-line-function): Applied the rename.
13550         * ob-exp.el (org-babel-in-example-or-verbatim):
13551         Applied rename.  Also removed a white space.
13553 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13555         * org.el (org-in-regexps-block-p): Return an useful value when
13556         point is between START-RE and END-RE.  No incomplete block is
13557         allowed anymore.  Add another optional argument to bound the
13558         bottom part of the search.
13559         (org-narrow-to-block, org-in-block-p): Apply modifications.
13561 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
13563         * ob.el (org-babel-src-block-regexp): If a code block has a
13564         body, its last character must be a newline.
13566 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
13568         * org-footnote.el (org-footnote-next-reference-or-definition):
13569         If no more footnote is found, be sure to go back to the
13570         original position.  Otherwise, point might be left on a
13571         footnote-like element that has been dished out.
13573 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
13575         * ob-exp.el (org-babel-inline-src-block-regexp): Declare this
13576         variable.
13578         * ob.el (defvar): Wrap variable declaration in
13579         `eval-when-compile'.
13581 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
13583         * ob-keys.el (org-babel-key-bindings): Bound to `C-c C-v k'.
13585 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
13587         * ob-java.el (org-babel-execute:java): Allow cmdline flags
13588         during compilation and evaluation.
13590 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
13592         * ob.el (org-babel-expand-body:generic, org-babel-number-p):
13593         * ob-ref.el (org-babel-ref-parse): Fix typos.
13595 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
13597         * ob.el (org-babel-execute-src-block): Fix typo.
13599 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
13601         * org.el (org-link-unescape, org-link-unescape-compound): Fix typos.
13603 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
13605         * org-list.el (org-list-send-item): Use sort instead of sort*.
13607 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
13609         * org-table.el (org-table-line-to-dline): Fix typo.
13611 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
13613         * org-agenda.el (org-agenda-add-entry-text-descriptive-links)
13614         (org-agenda-custom-commands, org-write-agenda, org-check-for-org-mode)
13615         (org-search-syntax-table, org-modify-diary-entry-string)
13616         (org-write-agenda):
13617         * org-bbdb.el (org-bbdb-anniv-export-ical):
13618         * org-bibtex.el (org-bibtex-fields):
13619         * org-icalendar.el (org-icalendar-date-time-format):
13620         * org-latex.el (org-export-latex-inline-image-extensions):
13621         * org-list.el (org-list-insert-item): Fix typos.
13623 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
13625         * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
13627 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
13629         * org.el (org-mode): Force left-to-right paragraphs in Org
13630         buffers.  For a related discussions, see
13631         https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
13633 2011-09-17  Juanma Barranquero  <lekktu@gmail.com>
13635         * org.el (org-toggle-pretty-entities): Fix typo in message.
13637 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
13639         * org-compat.el (org-pop-to-buffer-same-window): Delete.
13641         * ob-ref.el (org-babel-ref-goto-headline-id):
13642         * org.el (org-get-location, org-tree-to-indirect-buffer)
13643         (org-mark-ring-goto, org-refile, org-add-log-note)
13644         (org-revert-all-org-buffers, org-switchb)
13645         (org-cycle-agenda-files, org-submit-bug-report)
13646         (org-goto-marker-or-bmk):
13647         * org-agenda.el (org-prepare-agenda, org-agenda-switch-to):
13648         * org-capture.el (org-capture-goto-target)
13649         (org-capture-fill-template):
13650         * org-clock.el (org-clock-goto):
13651         * org-ctags.el (org-ctags-visit-buffer-or-file):
13652         * org-exp.el (org-export-as-org):
13653         * org-feed.el (org-feed-show-raw-feed):
13654         * org-html.el (org-export-htmlize-generate-css):
13655         * org-id.el (org-id-goto):
13656         * org-irc.el (org-irc-visit-erc):
13657         * org-mobile.el (org-mobile-apply):
13658         * org-publish.el (org-publish-org-to, org-publish-find-date):
13659         * org-remember.el (org-go-to-remember-target):
13660         * org-src.el (org-src-switch-to-buffer)
13661         (org-edit-fixed-width-region): Use switch-to-buffer.
13663 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
13665         * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
13666         argument from pop-to-buffer-same-window call.
13668 2011-07-30  Carsten Dominik  <carsten.dominik@gmail.com>
13670         * ob.el (org-babel-src-block-regexp): If a code block has a body,
13671         its last character must be a newline.
13673 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13675         * org-pcomplete.el: New file.  Rename from org-complete.el.
13676         * org-complete.el: Delete file.
13678 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13680         * org-publish.el (org-publish-index-generate-theindex):
13681         Rename from `org-publish-index-generate-theindex.inc'.  Use the file
13682         theindex.org directly instead of including theindex.inc.
13683         (org-publish-projects): Don't delete .orgx files.
13684         (org-publish-aux-preprocess): Use .file.orgx.
13686 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13688         * org-html.el (org-export-html-preamble-format): New default for
13689         the HTML preamble: don't include the title.  Also improve the
13690         docstring.
13691         (org-export-html-postamble-format): Improve the docstring.
13692         (org-export-as-html): Add the title within the "content" div.
13693         This is necessary for interaction with the org-info.js script.
13695 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>
13697         * org-table.el (org-table-edit-field): Display field coordinates.
13699 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13701         * org-publish.el (org-publish-find-title): Bugfix: kill buffers
13702         unless they were already visited.
13703         (org-sitemap-sort-files, org-sitemap-sort-folders)
13704         (org-sitemap-ignore-case, org-sitemap-requested)
13705         (org-sitemap-date-format, org-sitemap-file-entry-format):
13706         Use a correct prefix.
13707         (org-publish-projects): Make sure to delete .orgx files.
13708         (org-publish-index-generate-theindex.inc): Small docstring fix.
13710 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13712         * org-table.el (org-table-duration-custom-format): New defcustom
13713         to select output format of durations computations.
13714         (org-table-time-seconds-to-string): Use the new variable.
13715         (org-table-eval-formula): Allow `t' as a flag, on top of `T'.  `t'
13716         will use the custom output format defined in
13717         `org-table-duration-custom-format'.
13719 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13721         * org-list.el: Search blank lines down to the end of the item
13722         instead of stopping at the item, in order to possibly match such
13723         lines within the item.
13725 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13727         * org-latex.el (org-export-latex-href-format): Docstring fix to
13728         reflect the fact that you can use only one "%s".
13729         (org-export-latex-links): Allow `org-export-latex-href-format' to
13730         have only one "%s".
13732 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
13734         * org.el (org-org-menu): Add `org-copy-visible' to the menu.
13736 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
13738         * org.el (org-copy-visible): New command.
13740 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13742         * org-capture.el (org-capture-templates): Docstring fix.
13744 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13746         * ob.el (org-babel-view-src-block-info): New function to inspect
13747         code blocks.
13749         * ob-keys.el (org-babel-key-bindings): Key bindings for
13750         `org-babel-view-src-block-info'.
13752 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13754         * org-exp.el (org-infile-export-plist): Handle recursively
13755         included setup files.  The value of the last included file always
13756         takes precedence over previous values.
13758 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13760         * org.el (org-timestamp-change): Keep point in the same category
13761         when updating a time-stamp.  This requires to be careful, as,
13762         depending on the locale, name of day might change of length during
13763         the process.
13765 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13767         * org-footnote.el (org-footnote-create-definition): When skipping
13768         already written footnotes definition, the algorithme would assume
13769         each one was only one-line long.
13771 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13773         * org-table.el (org-table-eval-formula): Fix bug when a formula
13774         "range" is just one cell.
13775         (org-table-time-string-to-seconds): Don't check whether we
13776         manipulate a string.
13778 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13780         * org-exp.el (org-export-mark-list-end)
13781         (org-export-mark-list-properties): Don't remove the ending regexp
13782         when it consists in blank lines.
13784         * org-list.el (org-list-parse-list): Ditto, but remove it
13785         completely when it isn't made of blank lines (i.e. during export
13786         process).
13788 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13790         * org-table.el (org-table-time-string-to-seconds): Match either
13791         HH:MM:SS or HH:MM (instead of MM:SS).
13793 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13795         * org.el (org-ctrl-c-ctrl-c-final-hook): New hook to be run when
13796         `org-ctrl-c-ctrl-c' cannot do anything useful in the given
13797         context.
13799 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13801         * org-html.el (org-export-html-with-timestamp)
13802         (org-export-html-html-helper-timestamp): These are obsolete
13803         variables as of Org version 7.7 as you can already export the
13804         timestamp from the preamble or the postamble.
13805         (org-export-html-before-content-div): Delete variable.
13806         (org-export-html-content-div): Obsolete variable as of 7.7.
13807         (org-export-html-divs): New variable to define divs used in
13808         HTML export.
13809         (org-export-as-html): Now the preamble and the postamble are
13810         surrounded by a <div ...>.  The name of the div is defined through
13811         `org-export-html-divs'.
13813 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13815         * org-table.el (org-table-eval-formula): Throw an error when
13816         trying to replace complex range with invalid references.
13818 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13820         * org-macs.el (org-with-limited-levels): Some functions, like
13821         `org-back-to-heading', being deeply based on outline-mode, still
13822         refer to `outline-regexp' instead of `org-outline-regexp'.
13824 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13826         * org.el (org-refile-get-targets): New optional argument
13827         `excluded-entries' to exclude entries from the targets.
13828         (org-refile-get-location): From an org-mode buffer, exclude
13829         current heading and subheadings from the list of targets when
13830         `org-refile-use-cache' is nil.
13832 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13834         * org.el (org-imenu-get-tree): Headlines start at bol.
13836 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13838         * ob-maxima.el: New file.  Fixed self-proclaimed file name.
13840 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13842         * ob.el (org-babel-sha1-hash): Only call `copy-seq' on proper
13843         lists.
13845 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13847         * org.el (org-kill-is-subtree-p): Matched string needs to start at
13848         bol.
13850 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13852         * org.el (org-paste-subtree, org-kill-is-subtree-p)
13853         (org-yank-folding-would-swallow-text, org-yank-generic):
13854         Use `org-with-limited-levels' macro.
13856 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13858         * org-macs.el (org-with-limited-levels): Also modify, when
13859         appropriate, `org-outline-regexp-at-bol'.
13861 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13863         * org.el (org-timestamp-change): Some locales don't use the same
13864         length for date abbreviations.  Set a marker at origin in case
13865         length of new timestamp is different.
13867 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13869         * org.el (org-imenu-get-tree): Browse only true headlines.
13871 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13873         * org-archive.el (org-archive-subtree): While it might be possible
13874         to archive an headline of a temporary buffer (i.e. not visiting a
13875         file), it wouldn't be really sensible.
13877 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13879         * org-archive.el (org-extract-archive-file)
13880         (org-extract-archive-heading, org-archive-subtree):
13881         `buffer-file-name' is nil in an indirect buffer.  Thus, use
13882         `(buffer-file-name (buffer-base-buffer))', which will, in any
13883         case, return the file name.
13885 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13887         * org-capture.el (org-capture): If dired isn't loaded,
13888         `dired-buffers' isn't defined, and %F will fail.
13890 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13892         * ob-java.el (org-babel-execute:java): Don't create empty package
13893         directories.
13895 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13897         * ob-java.el: New file.
13899 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13901         * ob.el (org-babel-execute-src-block): Replace call to defunct
13902         function `org-babel-result-hash'.
13904 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13906         * org-footnote.el (org-footnote-in-valid-context-p): Avoid cited
13907         lines and headers in `message-mode'.
13908         (org-footnote-at-reference-p): Remove check for cited lines, this
13909         is now handled by the previous function.  Refactor.
13911 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13913         * org-capture.el (org-capture): If no file is associated to
13914         current buffer, check dired buffer and try to retrieve a possibly
13915         directory associated.
13917 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13919         * ob-exp.el (org-babel-exp-results): Resolve hashes in the current
13920         (not original) file buffer.
13922         * ob.el (org-babel-current-result-hash): More informative name,
13923         and remove useless optional argument.
13925 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13927         * org.el (org-refile-get-location): Exclude current heading from
13928         the refile table.
13930 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13932         * org-footnote.el (org-footnote-at-reference-p): Test if match is
13933         in cited text, when replying to a message.
13934         (org-footnote-new): Do not create a new footnote at bol, as it
13935         might be seen as a definition.
13936         (org-footnote-at-definition-p): Ignore definitions in forbidden
13937         blocks, as it is already the case for references.
13939 2011-07-28  Matt Lundin  <mdl@imapmail.org>
13941         * org-bibtex.el (org-bibtex-create, org-bibtex-write):
13942         Change argument of `org-toggle-tag' to 'on.  (Other arguments, e.g., t,
13943         have no effect).
13945 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13947         * org-bibtex.el (org-bibtex-get): Don't let trimming turn nils
13948         into empty strings.
13950 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13952         * org-list.el (org-list-insert-item): Actualize code comments.
13953         (org-insert-item): For consistency, point cannot be moved at a
13954         surprising place when the user is being asked to choose a new
13955         description term to insert in the list.  Point should stay where
13956         the user called the command.
13958 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13960         * org-toc.el (org-toc-before-first-heading-p, org-toc-show)
13961         (org-toc-get-headlines-status): Use `org-outline-regexp-bol'.
13963 2011-07-28  Bastien Guerry  <bzg@gnu.org>
13965         * org.el (org-outline-regexp-bol): New defconst.
13966         (org-outline-level, org-set-font-lock-defaults, org-cycle)
13967         (org-overview, org-content, org-flag-drawer)
13968         (org-first-headline-recenter, org-insert-todo-heading)
13969         (org-map-region, org-move-subtree-down, org-paste-subtree)
13970         (org-kill-is-subtree-p, org-context-p, org-refile)
13971         (org-refile-new-child, org-toggle-comment, org-todo)
13972         (org-add-planning-info, org-add-log-setup, org-scan-tags)
13973         (org-set-tags, org-insert-property-drawer)
13974         (org-prepare-agenda-buffers, org-preview-latex-fragment)
13975         (org-speed-command-default-hook, org-check-for-hidden)
13976         (org-toggle-item, org-toggle-heading)
13977         (org-indent-line-function, org-set-autofill-regexps)
13978         (org-fill-paragraph, org-toggle-fixed-width-section)
13979         (org-yank-generic, org-yank-folding-would-swallow-text)
13980         (org-first-sibling-p, org-goto-sibling)
13981         (org-goto-first-child, org-show-entry):
13982         Use `org-outline-regexp' and `org-outline-regexp-bol'.
13984 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13986         * org.el (org-update-parent-todo-statistics): COOKIE_DATA should
13987         be checked for parent, not current headline.  Also, this function
13988         doesn't need to be interactive.
13990 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13992         * org-list.el (org-list-send-item, org-list-struct-apply-struct)
13993         (org-apply-on-list, org-toggle-checkbox): Make markers point
13994         nowhere when they have become useless.
13996 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
13998         * org-list.el (org-list-insert-item): When insertion point is in
13999         some white line after the end of the list, remove all unnecessary
14000         white lines there before proceeding.  Also refactor a snippet of
14001         code.
14003 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14005         * org-latex.el (org-export-latex-image-default-option):
14006         Change default value.
14008 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14010         * org.el (org-fontify-meta-lines-and-blocks-1): Blocks cannot be
14011         correctly fontified when the buffer is missing a final newline.
14013 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14015         * ob.el (org-babel-strip-protective-commas): Return `nil' instead
14016         of an error if no argument is given.
14017         (org-babel-parse-src-block-match): Make sure body is defined in
14018         the let construct.
14020 2011-07-28  Jon Anders Skorpen  <jonas@ifi.uio.no>  (tiny change)
14022         * org-publish.el (org-publish-cache-file-needs-publishing):
14023         Regexp did not find includes with double quoted file names.
14025 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14027         * org-footnote.el (org-footnote-normalize): Footnote section
14028         should be inserted only if there are footnotes to insert.
14030 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14032         * org-footnote.el (org-footnote-at-definition-p)
14033         (org-footnote-normalize): Do not grab signature in the definition
14034         of the last footnote.
14036 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14038         * org-bibtex.el (org-babel-trim): Declare this function to the
14039         compiler.
14040         (org-bibtex-get): Trimming whitespace off of bibtex fields read from
14041         properties.
14043 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14045         * org-exp.el (org-export-preprocess-string): Add the possibility
14046         to call recursively the function.  Also change order of some
14047         function calls.  Comment export process for footnotes.
14049         * org-footnote.el (org-footnote-normalize): Change the export
14050         specific parameter to hold properties of export.  Thus, the
14051         function can send every footnote definition in the buffer through
14052         `org-export-process-string'.
14054 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14056         * org-latex.el (org-export-latex-preprocess): First insert
14057         footnotes in the temporary buffer so their contents can properly
14058         be protected from further transformations if required.
14060 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14062         * org-list.el (org-list-indent-offset): New variable.
14063         (org-list-struct-fix-ind): Make use of the new variable.
14065 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14067         * org-latex.el (org-export-latex-list-parameters):
14068         Complete default value with cbtrans option.
14070         * org-list.el (org-list-to-latex): Set a more consistent default
14071         value.
14073 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14075         * org-list.el (org-list-swap-items): Move it to a meaningful
14076         position in source code (i.e. before any function using it), and
14077         rename it to an easier name.
14079 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14081         * org-list.el (org-list-separating-blank-lines-number): If there
14082         are blank lines already in the whole list, add a blank line.
14084 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14086         * org-list.el (org-list-use-circular-move): New variable.
14087         (org-previous-item, org-next-item): Make use of the new variable.
14088         (org-move-item-down, org-move-item-up): Make use of the new
14089         variable.  Simplify code.
14091 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14093         * org-list.el (org-list-delete-item, org-list-send-item):
14094         New functions.
14096 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14098         * org-agenda.el (org-agenda-bulk-custom-functions): New variable
14099         for custom bulk action functions.
14100         (org-agenda-bulk-action): Use it.
14102 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14104         * org-latex.el (org-export-latex-quotes): New defcustom.
14105         (org-export-latex-quotation-marks): Use it.
14107 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14109         * org-capture.el (org-capture-finalize): Bugfix about inserted
14110         blank line when killing the capture buffer and
14111         `org-blank-before-new-entry' tells to not insert anything before a
14112         heading.
14114 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14116         * org-html.el (org-export-html-content-div): Rename from
14117         `org-export-content-div'.
14118         (org-export-as-html): Use new name.
14120 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14122         * org-latex.el (org-export-latex-header-defs-re): Delete.
14124 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14126         * org.el (org-last-set-property): New variable.
14127         (org-read-property-name): Use the new variable: the prompt
14128         defaults to the last property set, unless there is a property in
14129         the line at point.
14131 2011-07-28  David Maus  <dmaus@ictsoc.de>
14133         * org-capture.el (org-capture-before-finalize-hook)
14134         (org-capture-after-finalize-hook, org-capture-mode-map)
14135         (org-capture-mode, org-capture-goto-last-stored): Fix docstring,
14136         consistently refer to capture, not remember.
14138 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14140         * ob-clojure.el (org-babel-execute:clojure): Respects "scalar" and
14141         "verbatim" results params.
14143 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14145         * ob-awk.el (org-babel-execute:awk): Use "verbatim" as synonym for
14146         "scalar".
14148         * ob-sh.el (org-babel-sh-evaluate): Use "verbatim" as synonym for
14149         "scalar".
14151         * ob-sqlite.el (org-babel-execute:sqlite): Use "verbatim" as
14152         synonym for "scalar".
14154         * ob.el (org-babel-merge-params): Use "verbatim" as synonym for
14155         "scalar".
14157 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14159         * ob.el (org-babel-script-escape): Parse odd parens when nested
14160         isnide lists.
14162 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14164         * ob-clojure.el (org-babel-execute:clojure): No longer force
14165         results into elisp if they don't naturally fit.
14167 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14169         * ob-clojure.el (org-babel-execute:clojure): Stop re-reading
14170         already parsed lisp results.
14172 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14174         * org-list.el (org-plain-list-ordered-item-terminator):
14175         Remove incorrect assumption.
14177 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14179         * org-footnote.el (org-footnote-forbidden-blocks): Add missing
14180         exporter specific blocks.
14182         * org-list.el (org-list-forbidden-blocks): Ditto.
14184 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14186         * org-latex.el (org-export-latex-tables): Bugfix: remove
14187         properties from fields.
14189 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14191         * org.el (org-shiftcontrolup, org-shiftcontroldown): New commands
14192         to use `org-clock-timestamps-change'.
14194 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14196         * org.el (org-timestamp-up, org-timestamp-down): Mention time
14197         changes in the docstring.
14199 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14201         * org-clock.el (org-clock-remove-empty-clock-drawer): New function
14202         to remove empty clock drawer.
14203         (org-clock-out-hook): Add the new function as a hook.
14205 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14207         * org-list.el (org-list-in-valid-context-p): Use `org-in-block-p'.
14209 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14211         * org.el (org-in-block-p): New function.
14213         * org-footnote.el (org-footnote-forbidden-blocks): New variable.
14214         (org-footnote-in-valid-context-p): New function.
14215         (org-footnote-at-reference-p): Use new function.  Allow inline
14216         footnotes to start at bol.
14218 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14220         * org-lparse.el (org-lparse-use-flashy-warning): New defcustom.
14221         (org-lparse-warn): Use it.
14223 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14225         * org-ascii.el (org-export-as-utf8): Fix call to
14226         `org-called-interactively-p': it requires an argument.  Also fix
14227         the docstring.
14229 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14231         * ob-lilypond.el (show-all): Declaring function from outline.el.
14232         (org-babel-default-header-args:lilypond): Declared.
14233         (ly-process-basic): Use the appropriate prefix for the temporary
14234         file, and don't call a function from ob-dot.el.
14235         (ly-version): Let-bind a free variable.
14237 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14239         * ob-lilypond.el: New file.
14241 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14243         * org-publish.el
14244         (org-publish-cache-file-needs-publishing): Only check against .org
14245         files.
14247 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14249         * org.el (org-mode): Use `org-default' as the default face in
14250         org-mode.
14252 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14254         * org-publish.el
14255         (org-publish-cache-file-needs-publishing): Takes care of more
14256         recently included files, returning `t' in case the file including
14257         them needs to be republished.
14259 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14261         * org-exp.el (org-export-preprocess-string): If the last subtree
14262         is a task, footnotes may be removed along with the subtree.
14263         This patch ensures footnotes are put at the end of the buffer after the
14264         subtree has been removed.
14266 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14268         * org-footnote.el (org-footnote-at-reference-p): Verify that what
14269         looks like a footnote doesn't belong to a link.
14270         (org-footnote-next-reference-or-definition): Check more strictly
14271         footnote definitions.
14273 2011-07-28  Deech  <deech@deech-ThinkPad-X200.(none)>  (tiny change)
14275         * ob-tangle.el (org-babel-tangle): Ignore errors thrown by
14276         language modes.
14278 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14280         * ob-python.el (org-babel-python-evaluate-session): Inhibit return
14281         of the eoe string during session evaluation.
14283 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14285         * ob-python.el (org-babel-python-evaluate-session):
14286         Enough newlines to ensure a return when ":results output :session".
14288 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14290         * ob-python.el (org-babel-python-evaluate-session): Introduced a
14291         new local function for sending input with a slight delay to allow
14292         pythong to re-draw the prompt.  No longer removing newlines inside
14293         code block bodies (was due to a defective regexp).
14295 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14297         * org-table.el (org-table-time-seconds-to-string):
14298         Use `org-format-seconds' instead of `format-seconds'.
14300 2011-07-28  David Maus  <dmaus@ictsoc.de>
14302         * org-publish.el (org-publish-cache-ctime-of-src): Properly handle
14303         relative symlinks.
14305 2011-07-28  David Maus  <dmaus@ictsoc.de>
14307         * org-latex.el (org-export-latex-preprocess): Use function
14308         argument instead of dynamically scoped symbol.
14310 2011-07-28  David Maus  <dmaus@ictsoc.de>
14312         * org-freemind.el (org-freemind-convert-links-helper)
14313         (org-freemind-convert-text-p, org-freemind-write-mm-buffer)
14314         (org-freemind-get-node-style): Use org-string-match-p for backward
14315         compatibility with Emacs 22.
14317 2011-07-28  David Maus  <dmaus@ictsoc.de>
14319         * org-html.el (org-export-html-protect-char-alist): Add missing
14320         :group keyword in defcustom.
14322 2011-07-28  David Maus  <dmaus@ictsoc.de>
14324         * ob-haskell.el (org-babel-haskell-export-to-lhs):
14325         Call `kill-buffer' with argument indiciating to kill current
14326         buffer.  Emacs 22 compatibility.
14328 2011-07-28  David Maus  <dmaus@ictsoc.de>
14330         * org-macs.el (org-without-partial-completion):
14331         Toggle partial-completion-mode only if it is turned on.
14333 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14335         * org.el (org-add-planning-info): Fix issues with timestamps not
14336         being inserted at the same position.
14338 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14340         * org-table.el (org-table-time-string-to-seconds)
14341         (org-table-time-seconds-to-string): New functions.
14342         (org-table-eval-formula): Implement the "T" (time) flag for
14343         computing durations.
14345 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
14347         * org.el (org-modules): Add org-lparse and org-odt as contrib
14348         modules.
14350 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14352         * org.el (org-fontify-meta-lines-and-blocks-1): Include header
14353         lines.
14354         (org-additional-option-like-keywords): Include data as a synonym
14355         for results.
14357 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14359         * ob.el (org-babel-sha1-hash): Improving code layout and removing
14360         export-variable headers in cache sha1.
14362 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14364         * ob-ref.el (org-babel-ref-goto-headline-id): Don't let `org-id'
14365         rescan all IDs when trying to resolve a reference.
14367 2011-07-28  Julien Barnier  <julien@nozav.org>
14369         * org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src
14370         blocks lang attribute.
14372 2011-07-28  Eric S Fraga  <e.fraga@ucl.ac.uk>
14374         * org-latex.el (org-export-latex-timestamp-inactive-markup):
14375         New option to allow different markup for inactive timestamps.
14377 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14379         * ob-org.el (org-babel-expand-body:org): Implemented this
14380         function, only action is to expand variables.
14381         (org-babel-execute:org): Uses the new body-expansion function.
14383 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14385         * org-list.el (org-list-full-item-re): Allow counter and check-box
14386         to be separated by white spaces.
14387         (org-list-struct-apply-struct): Reflect changes made to
14388         `org-list-full-item-re'.
14390         * org-html.el (org-html-export-list-line): Recognize spaces
14391         between counter and check-boxes as valid.
14393         * org-docbook.el (org-export-docbook-list-line): Ditto.
14395 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14397         * org-list.el (org-list-insert-item): Make sure point is moved to
14398         the specified POS before starting the function.
14400 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14402         * org.el (org-activate-footnote-links): Properly fontify inline
14403         footnotes.
14404         (org-set-font-lock-defaults): Apply changes to previous function.
14406 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14408         * org-footnote.el (org-footnote-at-reference-p): First check if
14409         point is at the beginning of a footnote.  Indeed `org-in-regexp'
14410         first checks backwards and might find an incorrect footnote if
14411         they are side-by-side.
14413 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>
14415         * org-agenda.el (org-agenda-compact-blocks): Improve docstring.
14416         (org-agenda-block-separator): Add nil to docstring and customization.
14417         (org-prepare-agenda): Skip agenda block separator additionally if
14418         `org-agenda-block-separator' is nil.
14419         (org-agenda-overriding-header): Improve docstring.
14421 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14423         * org.el (org-set-tags): Remove useless
14424         `org-without-partial-completion'.
14426 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14428         * org-footnote.el (org-fill-paragraph): Declare function for the
14429         compiler.
14431 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14433         * ob-ref.el (org-narrow-to-subtree): Declare unknown function.
14435 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14437         * ob.el (org-babel-inline-lob-one-liner-regexp): Declare variable
14438         to appease compiler.
14440 2011-07-28  Michael Markert  <markert.michael@googlemail.com>
14442         * ob.el (org-babel-sha1-hash): Adding optional argument KIND to
14443         all `org-called-interactively-p' function invocations.
14445         * org-agenda.el (org-agenda-redo): Adding optional argument KIND
14446         to all `org-called-interactively-p' function invocations.
14447         (org-agenda-show-1): Adding optional argument KIND to all
14448         `org-called-interactively-p' function invocations.
14449         (org-agenda-set-tags): Adding optional argument KIND to all
14450         `org-called-interactively-p' function invocations.
14452         * org-ascii.el (org-export-as-latin1): Adding optional argument
14453         KIND to all `org-called-interactively-p' function invocations.
14454         (org-export-as-latin1-to-buffer): Adding optional argument KIND to
14455         all `org-called-interactively-p' function invocations.
14456         (org-export-as-utf8-to-buffer): Adding optional argument KIND to all
14457         `org-called-interactively-p' function invocations.
14458         (org-export-region-as-ascii): Adding optional argument KIND to all
14459         `org-called-interactively-p' function invocations.
14461         * org-docbook.el (org-export-region-as-docbook): Adding optional
14462         argument KIND to all `org-called-interactively-p' function
14463         invocations.
14465         * org-html.el (org-export-region-as-html): Adding optional
14466         argument KIND to all `org-called-interactively-p' function
14467         invocations.
14469         * org-latex.el (org-export-region-as-latex): Adding optional
14470         argument KIND to all `org-called-interactively-p' function
14471         invocations.
14473         * org-table.el (org-table-blank-field): Adding optional argument
14474         KIND to all `org-called-interactively-p' function invocations.
14475         (org-table-current-column): Adding optional argument KIND to all
14476         `org-called-interactively-p' function invocations.
14477         (org-table-current-dline): Adding optional argument KIND to all
14478         `org-called-interactively-p' function invocations.
14479         (org-table-sort-lines): Adding optional argument KIND to all
14480         `org-called-interactively-p' function invocations.
14481         (org-table-sum): Adding optional argument KIND to all
14482         `org-called-interactively-p' function invocations.
14483         (org-table-rotate-recalc-marks): Adding optional argument KIND to
14484         all `org-called-interactively-p' function invocations.
14485         (org-table-eval-formula): Adding optional argument KIND to all
14486         `org-called-interactively-p' function invocations.
14487         (orgtbl-send-table): Adding optional argument KIND to all
14488         `org-called-interactively-p' function invocations.
14490         * org.el (org-mode): Adding optional argument KIND to all
14491         `org-called-interactively-p' function invocations.
14492         (org-copy-subtree): Adding optional argument KIND to all
14493         `org-called-interactively-p' function invocations.
14494         (org-paste-subtree): Adding optional argument KIND to all
14495         `org-called-interactively-p' function invocations.
14496         (org-store-link): Adding optional argument KIND to all
14497         `org-called-interactively-p' function invocations.
14498         (org-todo): Adding optional argument KIND to all
14499         `org-called-interactively-p' function invocations.
14500         (org-occur): Adding optional argument KIND to all
14501         `org-called-interactively-p' function invocations.
14503 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14505         * org-footnote.el (org-footnote-action): Offer to create
14506         definition when none is found.
14508 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14510         * org-footnote.el (org-footnote-re): Avoid matching inactive
14511         time-stamps or check-box cookies.
14512         (org-footnote-next-reference-or-definition): Adapt to the new regexp.
14514 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14516         * org-exp.el (org-export-preprocess-string): If the last subtree
14517         is commented, footnotes inserted during normalizing at the end of
14518         the buffer may get deleted.  This patch ensures deletion comes
14519         first, normalization second.
14521 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14523         * org-exp.el (org-export-footnotes-data): Change docstring.
14524         (org-export-footnotes-seen): Rename from
14525         org-export-footnotes-markers.
14527         * org-ascii.el (org-export-as-ascii): Apply change.
14529         * org-docbook.el (org-export-as-docbook): Apply change.
14531         * org-footnote.el (org-footnote-normalize): Apply change.
14533         * org-html.el (org-export-as-html): Apply change.
14535         * org-latex.el (org-export-as-latex): Apply change.
14537 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14539         * org-latex.el (org-export-latex-preprocess): Rely on
14540         `org-export-footnotes-markers' to retrieve definition of the
14541         current footnote during export.
14543 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14545         * org-footnote.el (org-footnote-normalize): Remember footnotes
14546         seen so far by the exporter when choosing the new marker.
14548 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14550         * org-footnote.el (org-footnote-normalize): Make use of
14551         `org-footnote-insert-pos-for-preprocessor'.
14553 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14555         * org-footnote.el (org-footnote-normalize): Add `org-footnote'
14556         property to footnote markers when preparing for exportation.
14558         * org-html.el (org-export-as-html): Read new property to decide
14559         when to export a footnote.
14561         * org-docbook.el (org-export-as-docbook): Read new property to
14562         decide when to export a footnote.
14564         * org-latex.el (org-export-latex-preprocess): Ensure footnote at
14565         column 0 cannot end a list containing it by adding
14566         `original-indentation' property to it.
14568 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14570         * org-exp.el (org-export-preprocess-string): Normalize footnotes
14571         before marking lists ending.
14573         * org-latex.el (org-export-latex-preprocess): Work with labels as
14574         strings and not as numbers.
14576 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14578         * org-docbook.el (org-export-docbook-footnote-separator):
14579         New variable.
14580         (org-export-as-docbook): Add a separator between footnotes.
14582         * org-html.el (org-export-html-footnote-separator): New variable.
14583         (org-export-as-html): Add a separator between footnotes.
14585         * org-latex.el (org-export-latex-footnote-separator):
14586         New variable.
14587         (org-export-latex-preprocess): Add a separator between footnotes.
14589 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14591         * org-exp.el (org-export-footnotes-markers)
14592         (org-export-footnotes-data): New variables.
14593         (org-export-preprocess-string): Use a more explicit argument.
14595 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14597         * org-footnote.el (org-footnote-goto-definition): Now, determining
14598         if point is at a footnote reference is entirely determined by
14599         `org-footnote-at-reference-p'.  No need to check if pattern isn't
14600         at beginning of the line elsewhere.
14602 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14604         * org-footnote.el (org-footnote-next-reference-or-definition):
14605         New function.
14607         * org.el (org-activate-footnote-links): Activate the whole
14608         footnote, but only fontify its label.
14610 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14612         * org-footnote.el (org-footnote-normalize): Make use of changes to
14613         `org-footnote-at-reference-p' and creation of various functions..
14614         Also comment code.
14615         (org-footnote-get-next-reference, org-footnote-delete-references)
14616         (org-footnote-delete-definitions): New functions.
14617         (org-footnote-goto-previous-reference, org-footnote-all-labels)
14618         (org-insert-footnote-reference-near-definition, org-footnote-delete):
14619         Rewrite to use org-footnote-get-next-reference.
14621 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14623         * org-footnote.el (org-footnote-re): Don't end an inline footnote
14624         at unrelated closing square brackets.
14625         (org-footnote-at-reference-p): Improve accuracy of the function to
14626         determine if point is at a reference and to extract definition of an
14627         inline footnote.
14628         (org-footnote-all-labels, org-footnote-action, org-footnote-delete)
14629         (org-footnote-auto-adjust-maybe): Make use of previous function.
14631 2011-07-28  Bastien Guerry  <bzg@gnu.org>
14633         * org.el (org-deadline, org-schedule):
14634         keep warning cookie when rescheduling/redeadlining.
14635         (org-time-stamp): Fix problem with warning cookie.
14637 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14639         * ob-clojure.el (org-babel-execute:clojure): Force escaping of
14640         clojure source into elisp source.
14642 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14644         * ob.el (org-babel-script-escape): Treats {} in the same manner as
14645         [] and allows for forcing string conversion.
14647 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14649         * org-exp.el (org-export-select-backend-specific-text):
14650         Strip protective commas from literal code blocks.
14652 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14654         * ob-ref.el (org-babel-ref-goto-headline-id): Fix bug.
14656 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14658         * ob-ref.el (org-babel-ref-goto-headline-id): Split out into its
14659         own function.
14660         (org-babel-ref-headline-body): Split out into its own function.
14661         (org-babel-ref-resolve): Using new functions, and alignment.
14663         * ob.el (org-babel-ref-goto-headline-id): Declare function.
14664         (org-babel-ref-headline-body): Declare function.
14665         (org-babel-expand-noweb-references): Now expands noweb references to
14666         headlines during expansion.
14668 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14670         * ob-ref.el (org-babel-ref-resolve): Now resolves references to
14671         headlines by either global or custom id, in which case the
14672         contents of the headline are returned literally.
14674 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14676         * ob-exp.el (org-babel-in-example-or-verbatim): Also check for in
14677         verbatim emphasis.
14678         (org-babel-exp-lob-one-liners): Cleaner checking for escaped call
14679         lines.
14681 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14683         * org-list.el (org-cycle-item-indentation): Cycling back to
14684         original position deleted any additional information in the item,
14685         like a counter or a tag.
14687 2011-07-28  Pieter Praet  <pieter@praet.org>
14689         * org-crypt.el (org-crypt-disable-auto-save): New defcustom.
14690         (org-decrypt-entry): Before decrypting, check whether
14691         `auto-save-mode' is enabled for the current buffer, and act on it
14692         according to how `org-crypt-disable-auto-save' is set.  Remove
14693         comment re "encrypt[ing] Org auto-saved buffers".  Remove on-init
14694         check for `auto-save-default'.
14696 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14698         * ob.el (org-babel-merge-params): Ensure variable parameters are
14699         not reversed.
14701 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14703         * ob.el (org-babel-insert-result): Fix results insertion for
14704         inline blocks which happen to start a line.
14706 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14708         * ob-exp.el (org-babel-exp-lob-one-liners): Fix the logic checking
14709         if a call line is commented.
14711 2011-07-28  Vincent Belaïche  <vincentb1@users.sourceforge.net>
14713         * org.el (org-read-property-name): Propose default property name.
14715 2011-07-28  Achim Gratz  <stromeko@nexgo.de>
14717         * org.el (org-log-into-drawer): Correct typo.
14719         * org-clock.el (org-clock-into-drawer): New function to change the
14720         location of clock events based on properties CLOCK_INTO_DRAWER or,
14721         as fallback, LOG_INTO_DRAWER, like it is already possible for
14722         state change logs.
14724         * org-clock.el (org-clock-jump-to-current-clock): Add statement to
14725         let clause to bind `org-clock-into-drawer' to result of function
14726         eval.
14728         * org-clock.el (org-clock-find-position): Add statement to let
14729         clause to bind `org-clock-into-drawer' to result of function eval,
14730         change let to let* since the binding is used later in the same
14731         clause.
14733 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14735         * ob-lob.el (require): Ensure 'cl is loaded during compilation so
14736         we can use flet.
14738 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14740         * ob-lob.el (org-babel-lob-get-info): Correctly indent results of
14741         non-inline call lines.
14743 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14745         * ob-exp.el (org-babel-exp-lob-one-liners): Don't export inline
14746         call_ blocks which aren't whitespace padded.
14748 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14750         * ob.el (org-babel-merge-params): Do not reverse variable order,
14751         and be sure to increment variable index as appropriate.
14753 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14755         * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Update to
14756         successfully match optional trailing header arguments in square
14757         brackets.
14758         (org-babel-lob-get-info): Update to match the new regexp.
14760 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14762         * ob-lob.el (org-babel-lob-get-info): If the arguments are empty,
14763         then allow them to be so.
14765 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14767         * ob.el (org-babel-merge-params): If variables are not named they
14768         are assigned in order.
14770 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14772         * ob.el: Remove code comment about online documentation.
14774         * ob-exp.el: Remove code comment about online documentation.
14776         * ob-lob.el: Remove code comment about online documentation.
14778 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
14780         * org-exp.el (org-export-format-source-code-or-example):
14781         Fix signature of org-<backend>-format-source-code-or-example function.
14783 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14785         * ob.el (org-babel-sha1-hash): Replace call to
14786         called-interactively-p with backwards-compatible interactive-p.
14788 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14790         * ob-exp.el (org-babel-exp-lob-one-liners):
14791         Appropriate replacement of inline call blocks with their results.
14793 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14795         * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Removing this
14796         trailing space ensures that the insertion of the results looks
14797         nice.
14799         * ob.el (org-babel-insert-result): Insert inline lob line results
14800         as inline results.
14802 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14804         * ob-exp.el (org-babel-exp-lob-one-liners): Calculate length
14805         appropriately given the style (block or inline) of the lob line.
14807         * ob-lob.el (org-babel-block-lob-one-liner-regexp): New regexp
14808         specific for block lob lines.
14809         (org-babel-inline-lob-one-liner-regexp): New regexp specific for
14810         inline lob lines.
14811         (org-babel-lob-one-liner-regexp): Combination of two lob regexps.
14812         (org-babel-lob-get-info): Return info from *either* the block or
14813         inline lob lines.
14815 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14817         * ob-exp.el (org-babel-exp-lob-one-liners): Corrected the
14818         structure of the resulting info list.
14820         * ob-lob.el (org-babel-default-lob-header-args): Export the
14821         results of call lines by default.
14823 2011-07-28  Niels Giesen  <niels.giesen@gmail.com>  (tiny change)
14825         * org-icalendar.el (org-print-icalendar-entries): Add 'uid text
14826         property based on the ID property of the org entry to the first
14827         character of the diary entry.
14829 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
14831         * org-footnote.el
14832         (org-footnote-insert-pos-for-preprocessor): New variable.
14833         (org-footnote-normalize): Use it.
14835 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
14837         * org-exp.el (org-export-format-source-code-or-example):
14838         Simplify.  Also add `org-native-text' as a text property to the
14839         formatted text and throw error for unknown backends.
14841 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
14843         * org-exp.el (org-export-format-source-code-or-example):
14844         Add support for: - custom formatters for existing backends - seamless
14845         plugging in of new backends.
14847 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
14849         * org-exp.el (org-export-backends): New variable.
14850         (org-export-select-backend-specific-text): Use above
14851         variable.  Also mark text between #+BACKEND and
14852         #+BEGIN_BACKEND...#+END_BACKEND with org-native-text property.
14853         This text property is currently used only by the new line-oriented
14854         generic exporter (which is not yet part of the repo).
14856 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
14858         * org-exp.el (org-export): Reserve keys 'o' and 'O' for
14859         OpenDocumentText export and bind them to `org-export-as-odt' and
14860         `org-export-as-odt-and-open'.
14862 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14864         * ob-exp.el (org-babel-exp-src-block): Less verbose when in batch
14865         mode.
14867 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14869         * ob-clojure.el (org-babel-execute:clojure): Convert vectors to
14870         lists before reading into emacs-lisp.
14872 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14874         * ob-C.el (ob-tangle): Initialize variable from `ob-tangle'.
14876         * ob-asymptote.el (ob-tangle): Initialize variable from `ob-tangle'.
14878         * ob-awk.el (ob-tangle): Initialize variable from `ob-tangle'.
14880         * ob-clojure.el (ob-tangle): Initialize variable from `ob-tangle'.
14882         * ob-haskell.el (ob-tangle): Initialize variable from `ob-tangle'.
14884         * ob-latex.el (ob-tangle): Initialize variable from `ob-tangle'.
14886         * ob-lisp.el (ob-tangle): Initialize variable from `ob-tangle'.
14888         * ob-ocaml.el (ob-tangle): Initialize variable from `ob-tangle'.
14890         * ob-perl.el (ob-tangle): Initialize variable from `ob-tangle'.
14892         * ob-python.el (ob-tangle): Initialize variable from `ob-tangle'.
14894         * ob-ruby.el (ob-tangle): Initialize variable from `ob-tangle'.
14896         * ob-tangle.el (ob-tangle): Initialize variable from `ob-tangle'.
14898 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14900         * ob-awk.el: New file.
14902 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14904         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp):
14905         Respects ":results verbatim".
14907 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
14909         * org-agenda.el (org-float): Aliases for `diary-float'.
14911 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14913         * ob-python.el (org-babel-python-evaluate-session):
14914         Send comint-send-input after every line when interacting with an
14915         interactive python process.
14917 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14919         * org-list.el (org-reset-checkbox-state-subtree): Make the command
14920         more robust, and correctly update check-boxes in the whole
14921         sub-tree.
14922         (org-update-checkbox-count): Fix bug accumulating count of checkboxes
14923         when walking a subtree.
14924         (org-update-checkbox-count-maybe): Add an optional argument passed to
14925         org-update-checkbox-count.
14927 2011-07-28  Teodor Zlatanov  <tzz@lifelogs.com>
14929         * org.el (org-fontify-meta-lines-and-blocks): Ignore errors.
14931 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14933         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respect the
14934         ":results scalar" header argument combination.
14936 2011-07-28  Dan Davison  <dandavison7@gmail.com>
14938         * org-src.el: Append a space character to copied text so that the
14939         final text property change is picked up correctly.
14941 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14943         * ob-tangle.el (org-babel-tangle-file): Use the new argument list
14944         to org-babel-tangle.
14945         (org-babel-tangle): Now when called with a prefix argument, only the
14946         current code block is tangled.
14948 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
14950         * org-list.el (org-list-parse-list): Replace transitional
14951         check-boxes with "[CBTRANS]" string during parsing.
14952         (org-list-to-generic): Use the new property `:cbtrans' to configure
14953         export string for transitional check-boxes.
14955 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
14957         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
14958         Use stable internal `org-anniversary' instead of
14959         diary-anniversary.
14960         (org-class): New function.
14961         (org-diary-class): Use `org-class'.
14962         (org-anniversary, org-cyclic, org-date, org-block): New functions.
14964 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14966         * ob.el (org-babel-header-arg-names): Adding noweb-ref to the list
14967         of header argument names.
14969 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14971         * ob.el (org-babel-expand-noweb-references): Concatenating all
14972         bodies with the appropriate name or :noweb-ref header argument.
14974 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
14976         * org.el (org-find-dblock, org-clocktable-try-shift): Make regexp
14977         work also when #+begin line is indentex.
14979 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14981         * ob.el (org-babel-src-block-regexp): Babel: code block may have
14982         empty bodies.
14984 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14986         * org-macs.el (org-without-partial-completion): Avoid calling by
14987         name a function unknown to the compiler but explicitly checked by
14988         program logic.
14990 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
14992         * org-mouse.el (org-agenda-earlier): Declaring previously unknown
14993         function.
14994         (org-agenda-later): Declaring previously unknown function.
14995         (org-agenda-mode-map): Declaring previously unknown variable.
14997         * org.el (org-read-date-analyze): Explicitly ignore the return
14998         value of a function.
15000 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15002         * org-agenda.el (org-agenda-mode): Globally replace
15003         buffer-substring-filters with filter-buffer-substring-functions.
15005         * org-indent.el (org-indent-mode): Globally replace
15006         buffer-substring-filters with filter-buffer-substring-functions.
15008 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15010         * org-ascii.el (org-export-as-ascii): Replacing '(λ...) with
15011         #'(λ...).
15013         * org-attach.el: Replacing '(λ...) with #'(λ...).
15014         (org-attach-commit): Replacing '(λ...) with #'(λ...).
15016         * org-exp.el: Replacing '(λ...) with #'(λ...).
15017         (org-export-handle-include-files): Replacing '(λ...) with #'(λ...).
15019         * org-html.el: Replacing '(λ...) with #'(λ...).
15020         (org-export-as-html): Replacing '(λ...) with #'(λ...).
15022         * org-mouse.el: Replacing '(λ...) with #'(λ...).
15023         (org-mouse-popup-global-menu): Replacing '(λ...) with
15024         (org-mode-hook): Replacing '(λ...) with #'(λ...).
15025         (org-agenda-mode-hook): Replacing '(λ...) with #'(λ...).
15027         * org-src.el: Replacing '(λ...) with #'(λ...).
15028         (org-src-mode-configure-edit-buffer): Replacing '(λ...) with #'(λ...).
15030         * org-table.el: Replacing '(λ...) with #'(λ...).
15031         (org-table-fix-formulas-confirm): Replacing '(λ...) with #'(λ...).
15033         * org.el: Replacing '(λ...) with #'(λ...).
15034         (org-confirm-shell-link-function): Replacing '(λ...) with
15035         (org-category): Replacing '(λ...) with #'(λ...).
15037 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15039         * org.el (mailcap-parse-mailcaps): Declaring functions used by
15040         `org-open-file'.
15041         (mailcap-extension-to-mime): Declaring functions used by
15042         `org-open-file'.
15043         (mailcap-mime-info): Declaring functions used by `org-open-file'.
15045 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15047         * org-agenda.el (org-agenda-redo): Replacing call to now-defunct
15048         function `interactive-p'.
15049         (org-agenda-show-1): Replacing call to now-defunct function
15050         `interactive-p'.
15051         (org-agenda-set-tags): Replacing call to now-defunct function `interactive-p'.
15053         * org-ascii.el: Replacing call to now-defunct function
15054         `interactive-p'.
15055         (org-export-as-latin1): Replacing call to now-defunct function
15056         `interactive-p'.
15057         (org-export-as-latin1-to-buffer): Replacing call to now-defunct
15058         function `interactive-p'.
15059         (org-export-as-utf8): Replacing call to now-defunct function
15060         `interactive-p'.
15061         (org-export-as-utf8-to-buffer): Replacing call to now-defunct function
15062         `interactive-p'.
15063         (org-export-region-as-ascii): Replacing call to now-defunct
15064         function `interactive-p'.Replacing call to now-defunct function
15065         `interactive-p'.
15067         * org-docbook.el: Replacing call to now-defunct function
15068         `interactive-p'.
15069         (org-export-region-as-docbook): Replacing call to now-defunct
15070         function `interactive-p'.Replacing call to now-defunct function
15071         `interactive-p'.
15073         * org-html.el: Replacing call to now-defunct function
15074         `interactive-p'.
15075         (org-export-region-as-html): Replacing call to now-defunct
15076         function `interactive-p'.Replacing call to now-defunct function
15077         `interactive-p'.
15079         * org-latex.el: Replacing call to now-defunct function
15080         `interactive-p'.
15081         (org-export-region-as-latex): Replacing call to now-defunct
15082         function `interactive-p'.Replacing call to now-defunct function
15083         `interactive-p'.
15085         * org-macs.el: Replacing call to now-defunct function
15086         `interactive-p'.
15087         (org-called-interactively-p): Replacing call to now-defunct
15088         function `interactive-p'.Replacing call to now-defunct function
15089         `interactive-p'.
15091         * org-table.el: Replacing call to now-defunct function
15092         `interactive-p'.
15093         (org-table-blank-field): Replacing call to now-defunct function
15094         `interactive-p'.
15095         (org-table-current-column): Replacing call to now-defunct function
15096         `interactive-p'.Replacing call to now-defunct function
15097         `interactive-p'.
15098         (org-table-current-dline): Replacing call to now-defunct function
15099         `interactive-p'.Replacing call to now-defunct function
15100         `interactive-p'.
15101         (org-table-sort-lines): Replacing call to now-defunct function
15102         `interactive-p'.
15103         (org-table-sum): Replacing call to now-defunct function
15104         `interactive-p'.
15105         (org-table-rotate-recalc-marks): Replacing call to now-defunct
15106         function `interactive-p'.
15107         (org-table-eval-formula): Replacing call to now-defunct function
15108         `interactive-p'.
15109         (orgtbl-send-table): Replacing call to now-defunct function `interactive-p'.
15111         * org.el: Replacing call to now-defunct function `interactive-p'.
15112         (org-mode): Replacing call to now-defunct function
15113         `interactive-p'.
15114         (org-copy-subtree): Replacing call to now-defunct function
15115         `interactive-p'.
15116         (org-paste-subtree): Replacing call to now-defunct function
15117         `interactive-p'.
15118         (org-store-link): Replacing call to now-defunct function
15119         `interactive-p'.
15120         (org-todo): Replacing call to now-defunct function `interactive-p'.
15121         (org-occur): Replacing call to now-defunct function `interactive-p'.
15123 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15125         * ob-R.el (ess-local-process-name): This variable wasn't known to
15126         be defined.
15128         * ob-lisp.el (org-babel-lisp-dir-fmt): This defcustom now has a
15129         group specified.
15131         * ob-tangle.el (org-bracket-link-regexp): This variable wasn't
15132         known to be defined.
15133         (org-babel-tangle-combine-named-blocks): Roll my own version of a
15134         forbidden common lisp function.
15136         * ob.el (org-babel-sha1-hash): Using a non-deprecated version of
15137         called-interactively.
15139 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15141         * org-latex.el (org-export-latex-tables): Check for the
15142         "multiline" option and set the `floatp' option to true when
15143         multicolumn tables are requested.
15145 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15147         * org-html.el (org-export-as-html, org-html-level-start):
15148         Only convert section number underscores to dashes.
15150 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15152         * org-agenda.el (org-agenda-bulk-action): Fix bug caused by
15153         `days-to-time, converting relative to 1 BC, while the code assumed
15154         it would return a time relative to 1970.
15156 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15158         * ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
15159         inserting newlines between appended code blocks.
15161 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15163         * ob-exp.el: We may no longer need to export names along with code
15164         blocks.
15166 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15168         * org-exp-blocks.el (org-export-blocks-preprocess):
15169         Ensure balanced nested begin/end blocks in block bodies.
15171 2011-07-28  Dan Davison  <dandavison7@gmail.com>
15173         * org-latex.el: Add -shell-escape to pdflatex commands.
15175 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15177         * ob-tangle.el (org-babel-tangle-named-block-combination):
15178         Block combination can now take a number of values.
15179         (org-babel-tangle-combine-named-blocks): More sophisticated block
15180         combination behavior.
15182 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15184         * ob-tangle.el (org-babel-tangle-do-combine-named-blocks):
15185         Switch to turn on the combination of code blocks of the same name.
15186         (org-babel-tangle-combine-named-blocks): Combine blocks of the same
15187         name.
15189 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15191         * ob-ruby.el (xmp): Declaring this function to appease the
15192         compiler.
15193         (org-babel-execute:ruby): "xmp" result option for outputting
15194         annotated source code.
15196 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>  (tiny change)
15198         * org-list.el (org-list-to-latex): The enumerate environment in
15199         latex increments the counter before using it.  Therefore, org-mode
15200         should set the enumeration counter to the desired value minus one.
15202 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>  (tiny change)
15204         * org.el (org-toggle-heading): More comments and fix number of
15205         stars when toggling from list items.
15207 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
15209         * org-taskjuggler.el (org-taskjuggler-clean-effort): Handle any
15210         effort that is accepted by `org-duration-string-to-minutes´.
15212 2011-07-28  Julien Barnier  <julien@nozav.org>
15214         * ob-sh.el (org-babel-sh-evaluate): When sending input to comint,
15215         wait until previous line execution is finished.
15217         * ob-comint.el (org-babel-comint-with-output): When looking for
15218         end-of-evaluation indicator, search forward for the indicator
15219         before searching forward for the prompt.
15221 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15223         * org-entities.el (org-entities): Fix HTML entity for degree.
15225 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15227         * org.el (org-auto-align-tags): Change docstring.
15228         (org-update-parent-todo-statistics): Keep tags aligned even when
15229         statistics cookies are shifting them.
15231         * org-list.el (org-update-checkbox-count): Keep tags aligned even
15232         when statistics cookies are shifting them.
15234 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
15236         * ob.el (org-babel-sha1-hash): Don't modify info argument by
15237         side-effect when sorting result-params list.
15239 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
15241         * ob.el (org-babel-result-regexp): Use non-shy group around
15242         `org-babel-data-names'.
15244 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15246         * org.el (org-insert-link): Set truncate-line in the *Org Link*
15247         buffer and make sure that it really is set there.
15249 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15251         * ob-lisp.el (org-babel-lisp-dir-fmt): Defcustom for use in
15252         changing how/if the current directory is represented to lisp code.
15253         (org-babel-execute:lisp): More general handling of the default
15254         directory value.
15256 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15258         * ob-lisp.el (org-babel-execute:lisp): Setting the value of
15259         *default-pathname-defaults* to either the value of the :dir header
15260         argument or the directory of the containing Org-mode file.
15262 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15264         * ob-lisp.el (org-babel-execute:lisp): No real functional change,
15265         just aesthetic.
15267 2011-07-28  Sébastien Delafond  <sdelafond@gmail.com>  (tiny change)
15269         * org.el (org-mode-flyspell-verify): This is useful when using
15270         flyspell with a non-English dictionary, or if some of your
15271         keywords are in another language.
15273 2011-07-28  David Maus  <dmaus@ictsoc.de>
15275         * org-exp.el (org-export): Use new compatibility function
15276         `org-activate-mark'.
15278         * org-compat.el (org-activate-mark): New function.
15279         Provide `activate-mark' if not present (e.g. Emacs 22).
15281 2011-07-28  David Maus  <dmaus@ictsoc.de>
15283         * org-table.el (org-table-follow-field-mode): Declare variable to
15284         keep byte compiler happy.
15286 2011-07-28  David Maus  <dmaus@ictsoc.de>
15288         * org-footnote.el (org-id-uuid): Declare function, silence byte
15289         compiler.
15291 2011-07-28  David Maus  <dmaus@ictsoc.de>
15293         * org-bibtex.el (org-bibtex-headline): Don't use equalp at
15294         run-time, compare downcased strings.
15296 2011-07-28  David Maus  <dmaus@ictsoc.de>
15298         * org-bibtex.el (org-id-locations): Declare variable to silence
15299         byte compiler.
15301 2011-07-28  David Maus  <dmaus@ictsoc.de>
15303         * org-id.el (org-id-locations): Fix docstring, remove reference to
15304         non-existent option.
15306 2011-07-28  David Maus  <dmaus@ictsoc.de>
15308         * org.el (org-self-insert-command): Use `delete-char' instead of
15309         `delete-backward-char'.
15311         * org-table.el (orgtbl-self-insert-command): Ditto.
15313 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15315         * org-latex.el (org-export-latex-special-chars): Save match data
15316         when checking for table.el table.
15318 2011-07-28  David Maus  <dmaus@ictsoc.de>
15320         * org.el (org-re-property): Move before its first use.
15322 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15324         * org-latex.el (org-export-latex-preprocess):
15325         Add `original-indentation' property to footnotes so they cannot
15326         possibly end a list by being less indented than the item they
15327         belong to.
15329 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15331         * ob-lisp.el (org-babel-expand-body:lisp): No longer wraps biddies
15332         in `progn'.
15333         (org-babel-execute:lisp): Wraps bodies in `progn' as they are passed
15334         to swank.
15336 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15338         * org-clock.el (org-clocktable-write-default): Implement adding
15339         property columns to the clock table.
15341 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15343         * org.el (org-toggle-item): Move parenthesis to correct location.
15345 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15347         * org.el (org-default-priority):
15348         (org-priority-start-cycle-with-default): Improve docstring.
15349         (org-priority): Throw error when priority is out of range.
15351 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15353         * org.el (org-self-insert-command): Catch the case of
15354         `buffer-undo-list' eq t.
15356 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15358         * org.el (org-toggle-heading): Region should be considered as made
15359         of full lines, without the last one if region-end is at bol.
15360         Removed unused variables.  Refactored and commented code.
15362 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15364         * org.el (org-toggle-item): When region includes an headline less
15365         indented than first one, set it as the new reference.
15367 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15369         * org-list.el (org-list-to-subtree): If the list is before first
15370         heading and `org-odd-levels-only' is non-nil, the first item gets
15371         two stars instead of one.
15373         * org.el (org-reduced-level): A level of 0 was reduced to 1 with
15374         `org-odd-levels-only' non-nil.
15376 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15378         * org.el (org-toggle-item): Converting an heading to an item would
15379         sometimes insert unnecessary spaces before it, and unwanted space
15380         with `org-indent-mode' on.  Changing some text into an item
15381         wouldn't always preserve indentation.
15383 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15385         * org-capture.el (org-capture-current-plist): Improve docstring.
15386         (org-capture-put): Add docstring.
15387         (org-capture-get): Add docstring.
15388         (org-capture-member): Add LOCAL argument.  Add docstring.
15389         (org-capture-set-target-location): Store the time received from a
15390         date prompt into the :prompt-time property.
15392 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15394         * org-exp.el (org-export-mark-list-properties): Even if context is
15395         invalid, mark list item with `list-context' property.
15397         * org-list.el (org-list-forbidden-blocks): Add exporters specific
15398         blocks to the list of forbidden blocks.
15400 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15402         * org-list.el (org-sort-list): Function tries to intern
15403         getkey-func before it is defined, so it's always nil.
15405 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15407         * org.el (org-babel-load-languages): Adding ob-awk to the list of
15408         executable languages.
15410 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15412         * org-table.el (org-table-get-field): Make sure the new field
15413         content is at least one space character.
15415 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15417         * org-crypt.el: Check for `daemonp' before using it.
15419 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15421         * ob-sh.el (ob-ref): Uses `ob-ref' to resolve the value of the
15422         :stdin header argument.
15423         (org-babel-execute:sh): Use the :stdin header argument.
15424         (org-babel-sh-var-to-sh): Split the bulk of this function off into a
15425         new sub-function.
15426         (org-babel-sh-var-to-string): New function for converting elisp
15427         values to strings that make sense for parsing with sh.
15428         (org-babel-sh-evaluate): Adding "stdin" option to session and
15429         external evaluation options.
15431 2011-07-28  Roland Kaufmann  <rlndkfmn+orgmode@gmail.com>  (tiny change)
15433         * org-exp.el (org-remove-formatting-on-newlines-in-region):
15434         New function.
15435         (org-export-format-source-code-or-example):
15436         Call `org-remove-formatting-on-newlines-in-region'.
15438 2011-07-28  David Maus  <dmaus@ictsoc.de>
15440         * org.el (org-entry-put): Prevent adding of extra space to value
15441         if property already exists.
15443 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
15445         * org-html.el (org-export-as-html): Don't expand non-data lines of
15446         table.el tables.
15447         (org-html-expand): Remove the (buggy) test for non-data lines
15448         in table.el tables.  The test is now done as part of
15449         org-export-as-html.
15450         (org-format-table-table-html-using-table-generate-source):
15451         Add test for spanning of cells in table.el tables using
15452         table.el's own library routine.  Optionally suppress export of
15453         simple table.el tables.
15454         (org-format-table-html): Remove the (buggy) test for spanned
15455         table.el tables.  The test is now done as part of
15456         org-format-table-table-html-using-table-generate-source.
15458 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15460         * org-latex.el (org-export-latex-special-chars): Do nothing in
15461         table.el tables.
15463 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15465         * org-capture.el (org-capture): Ignore errors when creating a
15466         link.
15468 2011-07-28  Nick Dokos  <nick@dokosmarshall.org>  (tiny change)
15470         * org-exp.el (org-export-define-heading-targets): Use dash instead
15471         of underscore to make labels valid.
15473 2011-07-28  Dan Davison  <dandavison7@gmail.com>
15475         * ob-R.el (org-babel-R-write-object-command): Ensure that all data
15476         is written to the results file before Emacs notices that the file
15477         exists.
15479 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15481         * ob-exp.el (org-babel-exp-code): Remove usage of a macro which is
15482         defined locally on my system, but not globally in Emacs.
15484 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15486         * ob-exp.el (org-babel-exp-do-export): Use `org-babel-exp-code' to
15487         generate code block output.
15488         (org-babel-exp-code): Re-create the code block body for exporting
15489         source code.
15491 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
15493         * org.el (org-read-date): Bury Calendar buffer after using it for
15494         selecting a date.
15496 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15498         * org-list.el (org-list-separating-blank-lines-number):
15499         Fix confusion between point and item beginning.  Now, if no
15500         information is available, truly follow user preference when it
15501         inserts blank lines manually.
15502         (org-list-insert-item): Send correct argument to the preceding
15503         function.
15505 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15507         * ob.el (org-babel-src-block-regexp): Keep the now-mandatory
15508         newline inside of the code block body.
15510 2011-07-28  Sean O'Halpin  <sean.ohalpin@gmail.com>  (tiny change)
15512         * ob.el: Avoid spurious matches to literal.
15514 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15516         * org.el (org-indent-line-function): Don't include #+include
15517         lines.
15519 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15521         * ob-keys.el (org-babel-key-bindings): Adding key sequence for
15522         org-babel-check-src-block.
15524         * ob.el (org-babel-expand-src-block): Fit within 80 cols.
15525         (org-babel-edit-distance): Returns the edit distance of two
15526         strings.
15527         (org-babel-check-src-block): Check a code block for errors.
15529 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
15531         * org-capture.el (org-capture-templates): Fix bug in customization
15532         setup.
15534 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15536         * org-table.el
15537         (org-table-exit-follow-field-mode-when-leaving-table): New option.
15538         (org-table-check-inside-data-field): New optional argument
15539         `noerror'.  When set, the function will only return nil instead of
15540         throwing an error.
15541         (org-table-edit-field): Interpret double prefix argument, and improve
15542         the properties of the editing window.
15543         (org-table-follow-field-mode): New minor mode.
15544         (org-table-follow-fields-with-editor): New function.
15546 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15548         * org-agenda.el (org-agenda-get-todos): Call `org-agenda-skip'
15549         first, then check if timestamps cause exclusion.
15551         * org.el (org-scan-tags): Call `org-agenda-skip' first, then check
15552         if timestamps cause exclusion.
15554 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15556         * org-list.el (org-list-full-item-re): Allow description term to
15557         have a newline character after the colons.
15559 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15561         * org-list.el (org-sort-list): No longer ignore with-case
15562         argument: the function sorted case-sensitively, regardless of
15563         argument.
15565 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15567         * ob-ref.el (org-babel-ref-resolve): Using the new result regexp.
15569         * ob.el (org-babel-data-names): Configurable list of names of
15570         data.
15571         (org-babel-result-regexp): Using new results regexp.
15573 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15575         * org.el (org-special-properties): Add CLOCKSUM to the special
15576         properties.
15578 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
15580         * ob-exp.el (org-babel-exp-in-export-file):
15581         Bind `org-link-search-inhibit-query' to t to inhibit prompts.
15583 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15585         * org-exp.el (org-export-add-options-to-plist): Use the right
15586         match group.
15588 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15590         * org-latex.el (org-export-latex-preprocess): Protect index string.
15592 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15594         * org-latex.el (org-export-latex-preprocess): Pipe index entries
15595         through `org-export-latex-fontify-headline'.
15597 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15599         * org-exp.el (org-export-add-options-to-plist): Fix the option
15600         parser.
15602 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
15604         * org-latex.el (org-export-latex-preprocess): Replace index
15605         entries.
15607 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
15609         * org.el (org-structure-template-alist): Add an easy template for
15610         index (i), and move include file to I from i.
15612 2011-07-28  Matt Lundin  <mdl@imapmail.org>
15614         * org-agenda.el (org-agenda-open-link): Pass entire text of agenda
15615         line to `org-offer-links-in-entry'.
15617 2011-07-28  Matt Lundin  <mdl@imapmail.org>
15619         * org-bibtex.el (org-bibtex-search): New function.
15620         (org-bibtex-export-to-kill-ring): New function.  Export to kill
15621         ring.
15622         (org-bibtex-create-in-current-entry): New function
15623         (org-bibtex-create): Make it easier to add bib fields to an
15624         existing headline.
15625         (org-bibtex-export-arbitrary-fields)
15626         (org-bibtex-treat-headline-as-title): Fix typos
15627         (org-bibtex-fleshout): Don't upcase optional field; remove ":"
15628         from type completion.
15630 2011-07-28  Matt Lundin  <mdl@imapmail.org>
15632         * org-bibtex.el (org-bibtex-treat-headline-as-title):
15633         New defcustom.
15634         (org-bibtex-headline): Only use headline text (not TODO or other
15635         metadata) to generate title field and auto key.
15636         (org-bibtex-fleshout): Allow user to choose whether to treat
15637         headline as title.
15639 2011-07-28  Tom Dye  <tsd@tsdye.com>
15641         * org-bibtex.el: Added crossref field to other fields.
15643 2011-07-28  Tom Dye  <tsd@tsdye.com>
15645         * org-bibtex.el: Add crossref option to incollection.
15647 2011-07-28  Matt Lundin  <mdl@imapmail.org>
15649         * org-bibtex.el (org-bibtex-headline): Don't export TYPE property
15650         as field.
15652 2011-07-28  Matt Lundin  <mdl@imapmail.org>
15654         * org-bibtex.el (org-bibtex-key-property): When storing key in ID,
15655         warn if a duplicate ID is generated.
15657 2011-07-28  Matt Lundin  <mdl@imapmail.org>
15659         * org-bibtex.el (org-bibtex-tags): New variable.
15660         (org-bibtex-tags-are-keywords): New variable.
15661         (org-bibtex-no-export-tags): New variable.
15662         (org-bibtex-headline): Export tags as comma-separated bibtex
15663         keywords.
15664         (org-bibtex-read): Import bibtex keywords field as tags.
15666 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
15668         * org-publish.el (org-publish-find-date): Optimization.
15670 2011-07-28  Tassilo Horn  <tassilo@member.fsf.org>
15672         * org-gnus.el (org-gnus-follow-link): Don't request scan of group
15673         when following link.
15675 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
15677         * org-publish.el (org-publish-project-alist): Document new
15678         :sitemap-sans-extension property.
15679         (org-publish-org-sitemap): Use new `sitemap-sans-extension'
15680         setting.
15682 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15684         * org.el (org-remove-uninherited-tags): Rename from
15685         `org-remove-iniherited-tags'.
15686         (org-scan-tags): Fix typo in function call.
15687         (org-get-tags-at): Fix typo in function call.
15689 2011-07-28  Matt Lundin  <mdl@imapmail.org>
15691         * org.el (org-get-tags-at): Don't include filetags if local is t.
15693 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15695         * ob-clojure.el (org-babel-expand-body:clojure): Qualify pp
15696         dispatch functions, wrap body in `(do )'.
15698 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15700         * org.el (org-fontify-meta-lines-and-blocks): Fix bug which
15701         resulted in the creation of multiple overlays in src blocks.
15703 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15705         * ob-clojure.el (org-babel-execute:clojure): If results are not
15706         readable by lisp, then return them as a string.
15708 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15710         * org-bibtex.el (org-bibtex): Now prompts for a file name.
15712 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15714         * org-bibtex.el (org-bibtex-create): Adding prefix argument which
15715         will result in prompting for optional fields.
15717 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15719         * org-bibtex.el (org-bibtex-headline): Rename flet function `get'
15720         which was causing compile problems.
15721         (org-bibtex-fleshout): Rename flet function `get' which was causing
15722         compile problems.
15723         (org-bibtex-write): Rename flet function `get' which was causing
15724         compile problems.
15726 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
15728         * org-taskjuggler.el (org-taskjuggler-clean-id): Make sure an id
15729         never starts with a number.
15731 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15733         * org-bibtex.el (org-bibtex-export-arbitrary-fields): New option.
15734         (org-bibtex-key-property): New option.
15735         (org-bibtex-put): Make use of new `org-bibtex-key-property'
15736         variable.
15737         (org-bibtex-headline): Make use of new
15738         `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
15739         variables.
15740         (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
15741         variable.
15742         (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
15743         variable.
15744         (org-bibtex-write): Make use of new `org-bibtex-key-property'
15745         variable.
15747 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15749         * org-bibtex.el: Updating Copyright dates, author information,
15750         commentary and history notes.
15751         (org-bibtex-types): List of bibtex types with descriptions and
15752         required and optional fields.
15753         (org-bibtex-fields): List of bibtex fields with descriptions.
15754         (*org-bibtex-entries*): Special variable to hold parsed bibtex
15755         entries.
15756         (org-bibtex-autogen-keys): Custom variable controlling whether
15757         bibtex keys are automatically generated
15758         (org-bibtex-prefix): Custom variable allowing use of optional prefix
15759         for bibtex properties in Org-mode headlines.
15760         (org-bibtex-get): Helper function for accessing bibtex elements of a
15761         property list.
15762         (org-bibtex-put): Helper function for inserting bibtex element into
15763         a property list.
15764         (org-bibtex-headline): Return a bibtex entry of the given headline
15765         as a string.
15766         (org-bibtex-ask): Prompt the user to fill in the value of a bibtex
15767         field.
15768         (org-bibtex-autokey): Generate a bibtex key for the current
15769         headline.
15770         (org-bibtex-fleshout): Fill in missing bibtex properties of the
15771         current headline.
15772         (org-bibtex): Export the current Org-mode buffer to a bibtex buffer.
15773         (org-bibtex-check): Check that all bibtex properties are present in
15774         the current headline.
15775         (org-bibtex-check-all): Check all headlines in the current buffer.
15776         (org-bibtex-create): Create a new bibtex headline at the current
15777         level.
15778         (org-bibtex-read): Read the current bibtex entry from a bibtex file.
15779         (org-bibtex-write): Write the most recently read bibtex entry into
15780         an Org-mode file.
15782 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15784         * org-agenda.el (org-agenda-clock-consistency-checks): Allow to
15785         set properties.
15786         (org-agenda-show-clocking-issues): Handle faces.
15788 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15790         * ob-ditaa.el (org-babel-default-header-args:ditaa): Specify utf8
15791         content by default with "-Dfile.encoding=UTF-8".
15793 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15795         * ob-ditaa.el (org-babel-execute:ditaa): New ":java" header
15796         argument.
15798 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15800         * org-exp.el (org-export-preprocess-string): Mark list end before
15801         expanding macros.  Thus, a macro inside a list and containing
15802         blank lines cannot break the list structure.
15803         (org-export-preprocess-apply-macros): Multi-lines macros get
15804         indented with the same indentation as the first line.  Thus, we
15805         are sure that every line belongs to the same list as the first
15806         line, if such list exists.  Also add comments in code.
15808 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15810         * org-agenda.el (org-agenda-clock-consistency-checks): New option.
15811         (org-agenda-list): Handle display change to clock check.
15812         (org-agenda-get-progress): Show only clock entries if we are doing
15813         the consistency check.
15814         (org-agenda-show-clocking-issues): New function.
15815         (org-agenda-check-clock-gap): New function.
15816         (org-agenda-view-mode-dispatch): Offer consistency check.
15817         (org-agenda-log-mode): Handle switch to clock only display.
15818         (org-agenda-set-mode-name): Show lighter for Clockcheck.
15820         * org.el (org-hh:mm-string-to-minutes): Accept an integer argument
15821         and return it unchanged.
15823 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15825         * org-list.el (org-list-struct): When walking down the list, the
15826         function would not pay attention to drawers or blocks indentation.
15827         Thus, such constructs couldn't consistently end an item or a list.
15828         This patch ensures line indentation is stored (if applicable)
15829         before skipping them.  Also fixed doc-string and comments.
15831 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15833         * org-exp.el (org-export): Add EXPORT_FILE_NAME to the enclosing
15834         tree properties.
15836 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15838         * org-exp.el (org-export): Define a bound for finding enclosing
15839         tree with class/title definition.
15841 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15843         * org-exp.el (org-export): Go to next heading before searching
15844         backward, so make this also work if we are on the headline of the
15845         entry with the property.
15847 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15849         * org.el (org-promote):
15850         (org-demote): Soften the previous change, by only removing the
15851         flyspell function from after-change functions, because that was
15852         the one causing the slowdown - at least much of it.
15854 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15856         * org.el (org-promote, org-demote): Turn off
15857         after-change-functions to speed up the reindentation of text.
15859 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15861         * ob-ocaml.el (org-babel-ocaml-read-list):
15862         Use `org-babel-script-escape'.
15863         (org-babel-ocaml-read-array): Use `org-babel-script-escape'.
15865 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
15867         * org-html.el (org-html-handle-links): Add an alternate for inline
15868         images.
15870 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15872         * org-agenda.el (org-agenda-bulk-action): Do not use the entries
15873         variable before it is defined.
15875 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15877         * org-src.el (org-src-lang-modes): Add a language alias of "C"
15878         to "c".
15880 2011-07-28  Shaun Johnson  <shaun@slugfest.demon.co.uk>  (tiny change)
15882         * ob-tangle.el (org-babel-tangle): Make it work in an indirect
15883         buffer.
15885 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
15887         * org-html.el (org-html-make-link): Correct a bug in coderef link.
15889 2011-07-28  Bernt Hansen  <bernt@norang.ca>
15891         * org-agenda.el (org-agenda-filter-by-tag): Fix variable name
15892         typo.
15894 2011-07-28  Bernt Hansen  <bernt@norang.ca>
15896         * org-agenda.el (org-agenda-get-timestamps): Fix agenda display
15897         when headlines are missing.
15899 2011-07-28  Bastien Guerry  <bzg@gnu.org>
15901         * org-mobile.el (org-mobile-push): Move call to hook, make it the
15902         first thing of the push operation.
15904 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15906         * ob.el (org-babel-params-from-buffer): Now looking for header
15907         arguments in #+Properties: as well as #+Babel:.  Also, we're no
15908         longer caching these results into a file local variable.
15910 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15912         * ob-python.el (org-babel-python-evaluate-external-process):
15913         Allow parsing as a table in the case of ":results output table".
15914         (org-babel-python-evaluate-session): Allow parsing as a table in
15915         the case of ":results output table".
15917 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
15919         * org-agenda.el (org-agenda-bulk-action): Allow bulk scatter in
15920         all possible agenda views.  Use `org-agenda-schedule' instead of
15921         `org-agenda-date-later'.
15923 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
15925         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Now supports
15926         ":results output".
15928 2011-07-28  Julien Danjou  <julien@danjou.info>
15930         * org.el (org-entry-get, org-entry-delete, org-entry-put)
15931         (org-property-values, org-delete-property-globally):
15932         Use `org-re-property'.
15933         (org-re-property): New function allowing to build a regexp to
15934         match a property.
15936 2011-07-28  Julien Danjou  <julien@danjou.info>
15938         * org.el (org-property-values): Enhance docstring.
15940 2011-07-28  Ethan Ligon  <ligon@are.berkeley.edu>  (tiny change)
15942         * org-html.el (org-html-export-list-line): Fix regexp for
15943         detecting description lists to allow "::" marker to be last
15944         visible element at end of line.
15945         * org-docbook.el (org-docbook-export-list-line): Fix regexp for
15946         detecting description lists to allow "::" marker to be last
15947         visible element at end of line.
15949 2011-07-28  Julien Danjou  <julien@danjou.info>
15951         * org-table.el (org-table-cleanup-narrow-column-properties):
15952         Use point-min rather than 1 when moving in the buffer.
15954 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15956         * org-list.el (org-list-in-valid-context-p): Rename from
15957         `org-list-in-valid-block-p'.
15958         (org-at-item-p,org-list-search-generic): Use renamed function.
15960 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15962         * org.el (org-set-font-lock-defaults): Be more strict when
15963         recognizing description items, and do not fontify wrong cases
15964         like: "- term ::description" or "1. term :: description".
15966 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15968         * org-latex.el: Pay attention to end of footnote.  Before closing
15969         the command, ensure that list is properly closed or that last link
15970         is separated from the curly brace.
15972 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
15974         * org.el (org-indent-line-function): Footnote definition must stay
15975         at column 0 to be recognized as such.  Body below can have normal
15976         indentation, so it should ignore its definition when computing
15977         indentation.
15979 2011-07-28  Bastien Guerry  <bzg@gnu.org>
15981         * org-protocol.el (org-protocol-remember, org-protocol-capture):
15982         More appropriate message.
15984 2011-07-28  Bastien Guerry  <bzg@gnu.org>
15986         * org-capture.el (org-capture-clock-keep): New local variable.
15987         (org-capture, org-capture-finalize): Use it and fix a bug when
15988         :clock-keep is set to `t'.
15990 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
15992         * org-exp.el (org-export-preprocess-string): Handle include files
15993         before processing macros.
15995 2011-07-28  Bernt Hansen  <bernt@norang.ca>
15997         * org-agenda.el: Remove obsolete code for adding todo list in
15998         front of the agenda.
16000 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
16002         * org-latex.el (org-export-latex-convert-table.el-table):
16003         Fix format-string for insertion of captions.
16005 2011-07-28  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
16007         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
16008         Fix regexp.
16010 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
16012         * org.el (org-read-date-analyze): Help matching dotted European
16013         dates, like 31. 12. 2007
16015 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16017         * ob-lisp.el (org-babel-execute:lisp): Fix typo.
16019 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16021         * ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
16022         before reading by elisp.
16023         (org-bable-lisp-vector-to-list): Stub of a vector->list function,
16024         should be replaced with a cl-vector->el-vector function.
16026 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16028         * ob-lisp.el (org-babel-execute:lisp): Now using
16029         `org-babel-reassemble-table' to apply the appropriate header
16030         arguments to results.
16032 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16034         * org.el (org-end-of-meta-data-and-drawers): New function.
16036         * org-capture.el (org-capture-place-plain-text): Implement adding
16037         plain text templates to Org nodes.
16039 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16041         * org-beamer.el (org-beamer-environments-extra): Fix docstring.
16043 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
16045         * org-exp.el (org-export-handle-comments): Add the org-protected
16046         property to the replacement string.
16048 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
16050         * org-html.el (org-export-as-html, org-html-level-start):
16051         Fix logic for section number printing when NUM is an integer.
16053 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
16055         * org-latex.el (org-export-latex-special-chars): Fix regexp for
16056         `single' special characters and ellipsis.
16058 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
16060         * org.el (org-point-at-end-of-empty-headline):
16061         Bind `case-fold-search' to nil.
16063 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16065         * org-capture.el (org-capture-fill-template): Resolve new %<...>
16066         template escape.
16067         (org-capture-templates): Document new %<...> template escape.
16069 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16071         * ob.el (org-babel-process-params): Make this function idempotent,
16072         as it will sometimes be called multiple times.
16074 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16076         * org.el (org-ts-regexp-both): Add "]" to class of characters that
16077         should not be matched.
16078         (org-ts-regexp0, org-ts-regexp1): Do not start a class with
16079         "^]-+", because that tries to (not) match characters between "]"
16080         and "+".  Instead, move the "-" to the end of the class where it
16081         causes no harm.
16083 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16085         * ob-R.el (org-babel-edit-prep:R): Associate the appropriate R
16086         process with the edit buffer when :session is specified.
16088 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16090         * ob-tangle.el (org-babel-tangle-collect-blocks): Brought the link
16091         extraction code into line with a newer version of the
16092         `org-store-link' function.
16094 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16096         * ob-lisp.el (org-babel-expand-body:lisp): New body expansion
16097         wrapping the expression in either a let or progn, and possibly a
16098         pretty-print function invocation.
16099         (org-babel-execute:lisp): Greatly simplified method of executing
16100         lisp code blocks.
16102 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16104         * org-list.el: Move `org-update-checkbox-count-maybe' call outside
16105         of ̀save-excursion' to get back to original position.
16107 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16109         * org.el (org-numbered-action-format): New option.
16110         (org-new-numbered-action): New command.
16111         (org-collect-todos-in-subtree): New command.
16113 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16115         * org-exp.el (org-export-with-tasks): New option.
16116         (org-export-plist-vars): Add :tasks property.
16118 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16120         * org-ascii.el (org-export-as-ascii): Pass the :done-tasks
16121         property to the export preprocessor.
16123         * org-docbook.el (org-export-as-docbook): Pass the :done-tasks
16124         property to the export preprocessor.
16126         * org-html.el (org-export-as-html): Pass the :done-tasks property
16127         to the export preprocessor.
16129         * org-latex.el (org-export-as-latex): Pass the :done-tasks
16130         property to the export preprocessor.
16132         * org-exp.el (org-export-with-done-tasks): New option.
16133         (org-export-plist-vars): Add entry for :done-tasks.
16134         (org-export-preprocess-string): Call `org-export-remove-done-tasks'.
16135         (org-export-remove-done-tasks): New function.
16137 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16139         * org-latex.el (org-export-latex-keywords-maybe): Protect # in
16140         tags.
16142 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16144         * org.el (org-find-olp): Use the level of the correct match to
16145         continue search.
16147 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16149         * org-list.el (org-toggle-checkbox): Build value of
16150         org-keyword-time-regexp instead of using it directly, as it's
16151         buffer-local, and function might be called outside Org.
16153 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16155         * org-list.el (org-list-struct,org-in-item-p): Don't assume end of
16156         blocks or drawers necessarily start somewhere.  It it isn't the
16157         case, treat them as normal text.
16159 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16161         * ob-exp.el (org-babel-exp-results): Use code block name when
16162         finding cached results.
16164 2011-07-28  Julien Danjou  <julien@danjou.info>
16166         * org-latex.el (org-export-latex-date-format): Change default date
16167         format to \today.  This has the same result but respects the
16168         language set in the document by default.
16170 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16172         * org-list.el (org-list-checkbox): When called from an headline,
16173         function would normally skip drawers, but not if a SCHEDULED or
16174         DEADLINE keyword is standing before the drawer.  Also avoid
16175         problems if function is called in buffers not is Org mode.
16177 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16179         * org-clock.el (org-clock-report): Change the scope of the
16180         inserted clock report depending on whether the point is within a
16181         subtree (:scope subtree) or not (:scope file).
16183 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
16185         * org-html.el (org-export-as-html): Fix export of footnotes
16186         containing lists, tables, quotes, etc.
16188 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
16190         * org-latex.el (org-export-latex-preprocess): Correctly match
16191         starred command names.
16193 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
16195         * org-html.el (org-export-as-html): Get local value of
16196         org-export-with-section-numbers from the buffer's plist.
16197         Deal specially with the case the resulting value is an integer.
16198         (org-html-level-start): New optional argument of the option plist used
16199         instead of `org-export-with-section-numbers'.  Also deal specially
16200         with the case that the value is an integer.
16202 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
16204         * org-latex.el (org-export-latex-subcontent): Deal specially with
16205         the case that NUM is an integer.
16207 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16209         * org-protocol.el (org-protocol-do-capture): Allow template keys
16210         of two characters.
16211         (org-protocol-default-template-key): Update the docstring to
16212         reflect the change in `org-protocol-do-capture'.
16214 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
16216         * org-taskjuggler.el: Fix a typo in the commentary.
16218 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
16220         * org-taskjuggler.el (org-taskjuggler-open-task): Only emit a
16221         "purge allocations" statement if we are not targeting tj3.
16223 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
16225         * org-taskjuggler.el (org-taskjuggler-assign-resource-ids):
16226         Replace recursive implementation with an iterative one.
16228 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16230         * ob-sh.el (org-babel-sh-var-to-sh): Fix insertion of tabular
16231         data into shell variables.
16233 2011-07-28  David Maus  <dmaus@ictsoc.de>
16235         * org-html.el (org-html-handle-time-stamps): Protected linebreak
16236         element after timestamp markup.
16238 2011-07-28  David Maus  <dmaus@ictsoc.de>
16240         * org-html.el (org-html-handle-links): Don't protect img tag in
16241         link description.
16243 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16245         * org-table.el (org-table-formula-handle-first/last-rc):
16246         Bind `char'.
16248 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16250         * org-list.el (org-in-item-p): Re-build `org-drawer-regexp',
16251         whatever the major mode is.
16253 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16255         * org-inlinetask.el (org-inlinetask-export-templates): Fix default
16256         templates.
16257         (org-inlinetask-export-handler): Ensure contents of inline task,
16258         if any, starts and ends with a newline character.  Refactor and
16259         comment code.
16261 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16263         * org-capture.el (org-datetree-find-date-create): Lower-case for
16264         variable names in `define-function' form.
16266 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16268         * org-table.el (org-table-convert-region): Throw error when
16269         SEPARATOR is smaller than 1.
16271 2011-07-28  Julien Danjou  <julien@danjou.info>
16273         * org-colview.el (org-columns-display-here): Fix heading retrieval
16274         in Org buffers.
16276 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16278         * org-latex.el (org-export-latex-preprocess): Last brace shouldn't
16279         be on the same line as a list end marker.
16281 2011-07-28  Julien Danjou  <julien@danjou.info>
16283         * org.el (org-icompleting-read): Do not use useless lambda.
16285 2011-07-28  Julien Danjou  <julien@danjou.info>
16287         * org-agenda.el (org-format-agenda-item): Fix length computing.
16289 2011-07-28  Julien Danjou  <julien@danjou.info>
16291         * org-agenda.el (org-format-agenda-item): Fix comment and use
16292         `add-text-properties'.
16294 2011-07-28  Julien Danjou  <julien@danjou.info>
16296         * org-agenda.el (org-agenda-highlight-todo): Remove useless
16297         `concat'.
16299 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16301         * org-list.el (org-list-to-generic): Set a default term for
16302         ill-formed description lists.  Do not insert newline characters
16303         unless told to.
16304         (org-list-to-texinfo,org-list-to-html): Apply changes to
16305         `org-list-parse-liste'.
16307 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16309         * org-clock.el (org-clock-clocktable-language-setup): Add a
16310         string.
16311         (org-clocktable-write-default): Use the new localized string
16312         in `org-clock-clocktable-language-setup'.
16314 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16316         * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
16317         (org-taskjuggler-assign-resource-ids): Replace recursive
16318         implementation with an iterative one.
16320 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
16322         * org-taskjuggler.el (org-taskjuggler-components): Escape quotes
16323         in headlines.
16325 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
16327         * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
16328         Compute the leafiness of a node.
16329         (org-taskjuggler-open-task, org-export-as-taskjuggler): Mark a
16330         node as a milestone if it is a leaf and has no effort.
16332 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
16334         * org-taskjuggler.el (org-export-taskjuggler-target-version):
16335         (org-taskjuggler-targeting-tj3-p): Add some minimal infrastructure
16336         to handle export to both tj2 and tj3.
16337         (org-taskjuggler-open-task): Use a different way to purge
16338         allocations for tj2 and tj3.
16340 2011-07-28  Matt Lundin  <mdl@imapmail.org>
16342         * org-footnote.el (org-footnote-auto-label): New random option.
16344         * org-footnote.el (org-footnote-new): Create random footnote
16345         labels with unique ids.
16347 2011-07-28  Matt Lundin  <mdl@imapmail.org>
16349         * org-footnote.el (org-footnote-create-definition): Allow for
16350         footnote sections above the current footnote insertion point.
16352 2011-07-28  Matt Lundin  <mdl@imapmail.org>
16354         * org-footnote.el (org-footnote-create-definition): Don't search
16355         for last footnote when in org-mode file.
16357 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16359         * org-html.el (org-export-as-html): Handle links with
16360         `org-html-handle-links' after we handle special characters
16361         conversions.
16362         (org-html-make-link, org-export-html-format-image):
16363         Don't protect html with @ anymore, as links are now handled after
16364         special characters conversions.
16366 2011-07-28  Julien Danjou  <julien@danjou.info>
16368         * org-agenda.el (org-agenda-get-timestamps):
16369         (org-agenda-get-scheduled): Fix call to `org-format-agenda-item'.
16370         (org-format-agenda-item): Remove no-prefix argument.
16371         (org-agenda-change-all-lines): Call org-format-agenda-item without the
16372         no-prefix argument.
16374 2011-07-28  Julien Danjou  <julien@danjou.info>
16376         * org-agenda.el (org-agenda-highlight-todo): Stop using
16377         prefix-length.
16378         (org-cmp-alpha): Stop using prefix-length.
16379         (org-agenda-open-link): Stop using prefix-length.
16380         (org-agenda-change-all-lines): Stop using prefix-length.
16382         * org-colview.el (org-columns-display-here): Stop using
16383         prefix-length.  Always return claned items.
16385         * org-mobile.el (org-mobile-write-agenda-for-mobile): Stop using
16386         prefix-length.
16388 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16390         * ob-tangle.el (org-babel-tangle-collect-blocks): Don't call
16391         `org-store-link' interactively as it can confuse the setting of
16392         `org-link-to-org-use-id' and cause undue edits to the org-mode
16393         buffer during tangling.
16395 2011-07-28  David Maus  <dmaus@ictsoc.de>
16397         * org-html.el (org-export-html-format-image): Protect <p> element
16398         of image caption.
16400 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16402         * org.el (org-read-date-force-compatible-dates): New option.
16403         (org-read-date, org-read-date-analyze): Check representable date range.
16405 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16407         * org-html.el (org-export-as-html): Fix export of email.
16409 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16411         * ob-tangle.el (org-babel-spec-to-string): Check value of padline
16412         on tangling, no longer use the now-removed variable
16413         `org-babel-tangle-pad-newline'.
16415         * ob.el (org-babel-header-arg-names): Add padline to the list of
16416         header argument names.
16417         (org-babel-default-header-args): Set the default value of padline to
16418         "yes".
16419         (org-babel-merge-params): Cleaned up the merge logic, added padline.
16421 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16423         * ob.el (org-babel-header-arg-names): Adding "shebang" to known
16424         code block header argument names.
16426 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16428         * org-crypt.el: Remove useless TODO in comments.
16430 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16432         * org-html.el (org-export-as-html): The default postamble now only
16433         export a date paragraph if `org-export-time-stamp-file' is
16434         non-nil.
16436 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16438         * org-exp.el (org-export-xml): Remove the defgroup of
16439         org-export-xml.
16441 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16443         * org-html.el (org-export-html-insert-plist-item): Remove.
16444         (org-export-html-preamble): Default to `t'.  Accept functions.
16445         (org-export-html-postamble): Default to `auto'.
16446         Accept functions and distinguish between 'auto (no formatting string)
16447         and `t' (default formatting string).
16448         (org-export-as-html): Handle org-export-html-preamble and
16449         org-export-html-postamble new defaults/allowed values.
16450         Define email and creator-info before using them.
16452 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16454         * org-html.el (org-export-html-protect-char-alist): Fix typo in
16455         custom type definition.
16457 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16459         * ob-exp.el (org-babel-exp-do-export): Now runs for empty :session
16460         arguments.
16462 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16464         * org-list.el (org-list-parse-list): Fix regexp.
16466 2011-07-28  David Maus  <dmaus@ictsoc.de>
16468         * org-html.el (org-export-html-format-image): Protect image
16469         elements.
16471 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16473         * ob-tangle.el (org-babel-tangle-body-hook): Hook for changing the
16474         contents of a code block body on export.
16475         (org-babel-tangle-collect-blocks): Apply
16476         `org-babel-tangle-body-hook' to the collected bodies of code blocks.
16478 2011-07-28  David Maus  <dmaus@ictsoc.de>
16480         * org-html.el (org-html-make-link, org-html-handle-links):
16481         Protect generated XHTML elements.
16482         (org-export-as-html): Expand character entities after creating markup
16483         for links and timestamps.
16485 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16487         * org-html.el (org-export-as-html): Bugfix: insert email
16488         correctly.
16490 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16492         * org-html.el: Bugfix: prevent infinite matching of the `&'
16493         character.
16495 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16497         * org.el (org-fill-paragraph): `fill-forward-paragraph' function
16498         has been introduced with emacs 23.1.
16500 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16502         * org-attach.el: Allow to store a link to the attach-dir location.
16504 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
16506         * org-agenda.el (org-agenda-bulk-action): Allow the user to run a
16507         function.
16509 2011-07-28  Bernt Hansen  <bernt@norang.ca>
16511         * org-clock.el (org-clock-in): Allow clocking in new tasks
16512         inserted before the current clocking task.
16514 2011-07-28  Bernt Hansen  <bernt@norang.ca>
16516         * org-clock.el (org-clock-in): Set default clocking task when
16517         already clocking the task.
16519 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16521         * org.el (org-adaptive-fill-function): When a region is specified
16522         first line of paragraph isn't skipped, so fill-paragraph have to
16523         be computed even if point is at an item.
16525 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16527         * org-list.el (org-list-in-valid-block-p): New function.
16528         (org-at-item-p,org-list-search-generic): Use new function.
16530 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16532         * org.el (org-indent-line-function): Text in both a list and a
16533         valid block is indented with regards to current item, not to block
16534         boundaries.
16536 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
16538         * org-html.el (org-format-org-table-html): Fix anchors in HTML
16539         export (thanks to <aankhen@gmail.com>)
16540         (org-html-protect): Fix a  bug that prevents some target to be
16541         rendered correctly.
16543 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16545         * org.el (org-default-properties): Add EXPORT_TEXT.
16547 2011-07-28  Matt Lundin  <mdl@imapmail.org>
16549         * org-footnote.el (org-footnote-create-definition)
16550         (org-insert-footnote-reference-near-definition): Fix sorting
16551         of footnotes.
16553 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
16555         * org-html.el (org-export-as-html): Bugfix: don't insert closing
16556         HTML tags when exporting body only.
16558 2011-07-28  Jason Dunsmore  <emacs-orgmode@deathroller.dunsmor.com>  (tiny change)
16560         * org.el (org-back-over-empty-lines): Bugfix.
16561         Honor `org-blank-before-new-entry' correctly in various contexts.
16563 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16565         * org-macs.el (org-with-wide-buffer): Bugfix: use `save-excursion'
16566         and `save-restriction'.
16568 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16570         * org-timer.el (org-timer-item): `save-excursion' prevents
16571         `org-list-struct' to get the list structure when point isn't on
16572         the first line of the item.
16574 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16576         * org-capture.el (org-capture-templates): New option
16577         :no-clock-out.
16578         (org-capture): Use the new option.
16580 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16582         * org-list.el (org-update-checkbox-count): Ensure cookies on an
16583         heading are correctly updated when checkboxes are hidden.
16584         It allows, for example, to use C-c C-x C-b on a collapsed tree and
16585         still get the update.
16587 2011-07-28  David Maus  <dmaus@ictsoc.de>
16589         * org-exp.el (org-export-visible): Accept keys for
16590         `org-export-as-html-to-buffer' and `org-export-region-as-html'.
16592 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16594         * org.el (org-duration-string-to-minutes): Don't use
16595         `rx-to-string'.
16597 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
16599         * org.el (org-effort-durations): New variable.
16601         * org.el (org-duration-string-to-minutes): New function.
16603         * org-agenda.el (org-agenda-filter-effort-form)
16604         (org-format-agenda-item): Use it.
16606         * org-clock.el (org-clock-notify-once-if-expired)
16607         (org-clock-modify-effort-estimate, org-clock-get-clock-string): Use it.
16609 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16611         * org-agenda.el (org-agenda-run-series): Rename from
16612         `org-run-agenda-series'.
16614 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16616         * org-capture.el: Don't allow currentfile anymore.
16618 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16620         * org-agenda.el (org-agenda-list): Fix bug: don't rely on
16621         `org-agenda-current-span' when calling `org-agenda-list'.
16623 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16625         * org-capture.el (org-capture-put-target-region-and-position):
16626         New function to store information about the target buffer.
16627         (org-capture-set-target-location): Use it.
16628         (org-capture-finalize): Restore the target buffer in its
16629         possibly narrowed state.  Also restore the cursor position.
16631 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16633         * org-crypt.el (auto-save-default): Make sure entries are
16634         encrypted before auto-saving.
16636 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16638         * org-inlinetask.el (org-inlinetask-promote)
16639         (org-inlinetask-demote): New functions.
16641 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16643         * org.el (org-demote-subtree,org-promote-subtree):
16644         Wrap `org-map-tree' into `org-with-limited-levels' macro, so it avoids
16645         operating on inline tasks.
16647 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16649         * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading'
16650         will move point to a real heading and not an inline task by
16651         wraping function into a `org-with-limited-levels' macro.
16653 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16655         * org-capture.el (org-capture-finalize): New argument clock-out,
16656         to tell whether finalizing the capture process should clock out
16657         the running clock.
16658         (org-capture): Use the new argument.
16660 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16662         * org.el (org-refile-get-targets): Rename from
16663         `org-get-refile-targets'.
16665 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16667         * org-exp.el (org-export-table-remove-empty-lines): New custom
16668         variable.
16669         (org-export-remove-special-table-lines): Use it.
16671 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16673         * org-table.el (org-table-fix-formulas-confirm): New custom
16674         variable.
16675         (org-table-insert-column, org-table-delete-column)
16676         (org-table-move-column, org-table-move-row)
16677         (org-table-insert-row, org-table-kill-row): Use it.
16679 2011-07-28  Tassilo Horn  <tassilo@member.fsf.org>
16681         * org.el (org-refile-get-location): Set and show default value.
16682         (org-goto, org-refile): Adapt calls.
16684 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16686         * org-mobile.el (org-mobile-files-exclude-regexp): New custom
16687         variable.
16688         (org-mobile-files-alist): Use it.
16690 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16692         * org.el (org-todo): Bugfix: use `org-with-wide-buffer' to check
16693         against headings outside of a narrowed buffer.
16695 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16697         * org.el (org-confirm-shell-link-not-regexp)
16698         (org-confirm-elisp-link-not-regexp): New custom variables.
16699         (org-open-at-point): Use the new custom variables.
16701 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
16703         * org-latex.el: Place \title \author \date before
16704         \begin{document}.
16706 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16708         * org-html.el (org-export-html-preamble)
16709         (org-export-html-postamble): Now default to `nil'.
16710         (org-export-as-html): When :html-pre/postamble is nil, fall
16711         back on the default pre/postamble, which depends on the
16712         :author-info, :email-info, :creator-info options.
16714 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16716         * ob-exp.el (org-babel-exp-results): Don't use cached results if
16717         there is no hash.
16719 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16721         * org-table.el (org-table-eval-formula): Treat relative column
16722         refs.
16724 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16726         * org-table.el (org-table-use-standard-references): Change default
16727         to `from'.
16729 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16731         * org.el (org-move-subtree-down): Leave the cursor at the same
16732         column we were at.
16734 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16736         * org-attach.el (org-attach-store-link-p): New variable.
16737         (org-attach-store-link): New function.
16738         (org-attach-attach): When `org-attach-store-link-p' is
16739         non-nil, store a link in `org-stored-links' to a newly
16740         attached file.
16742 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16744         * org-exp.el (org-export-remove-headline-metadata): Bugfix: don't
16745         case-fold-search to avoid mixing TODO keywords with real headline
16746         words.
16748 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16750         * org-table.el (org-table-fedit-finish): Read more general LHS of
16751         formulas.
16752         (org-table-formula-handle-@L): New function to hanle @L references.
16753         (org-table-current-ncol): New variable.
16754         (org-table-line-to-dline): New function.
16755         (org-table-get-stored-formulas): Accept range formulas as matches.
16756         (org-table-get-specials): Compute and store the number of columns.
16757         (org-table-get-range): New optional argument CORNERS-ONLY, to retrieve
16758         only the region marked by the range, not the content.
16759         (org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand
16760         range targets.  Also check for duplicate access to fields.
16761         (org-table-expand-lhs-ranges): New funktion.
16762         (org-table-get-remote-range): Bind `org-table-current-ncol' to protect
16763         the caller's value.
16764         (org-table-edit-formulas): Support highlighting of range targets.
16765         (org-table-field-info): Handle renge formulas.
16767 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16769         * org-html.el (org-export-html-postamble-format)
16770         (org-export-html-preamble-format): Explain how to escape the
16771         `%' character.
16773 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16775         * org-exp-bibtex.el (org-export-bibtex-preprocess):
16776         Use `org-export-current-backend'.
16778 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16780         * ob.el (org-babel-read): Read string variable values wrapped in
16781         double quotes, removing the quotes.
16783 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16785         * ob-exp.el (org-babel-exp-results): Ensure that processed params
16786         are send to org-babel-execute-src-block.
16788 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16790         * org-special-blocks.el
16791         (org-special-blocks-make-special-cookies):
16792         Use `org-export-current-backend'.
16794 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16796         * ob-exp.el (org-babel-exp-in-export-file): Now takes the language
16797         as an argument.
16798         (org-babel-exp-src-block): Explicitly pass language to
16799         `org-babel-exp-in-export-file'.
16800         (org-babel-exp-inline-src-blocks): Remove unused code.
16801         (org-babel-exp-results): Explicitly pass language to
16802         `org-babel-exp-in-export-file'.
16804 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16806         * ob-calc.el (org-babel-execute:calc): Unquote quoted vectors
16807         returned from calc-eval.
16809 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16811         * ob.el (org-babel-read): Pass elisp vectors through to code
16812         blocks.
16814 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16816         * ob.el (org-src-lang-modes): Defvar.
16817         (org-at-item-p): Declare function.
16819         * ob-calc.el (calc-store): Require.
16820         (var-syms): Defvar.
16822         * ob-python.el (py-default-interpreter): Defvar.
16824 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16826         * org-exp-blocks.el (backend): defvar.
16828 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16830         * org-agenda.el (org-agenda-get-scheduled):
16831         (org-agenda-get-timestamps): Bind local variable `show-all'.
16833 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
16835         * ob-ref.el (org-at-item-p): Declare function.
16837         * org-agenda.el (diary-time-regexp): defvar.
16839         * org-archive.el (org-archive-subtree): Bind local variable
16840         `infile-p'.
16842         * org-capture.el (org-capture-insert-template-here): Get template
16843         text from property list, to avoid byte compiler message.
16845         * org-latex.el (org-export-latex-tables): Bind local variable
16846         `width'.
16848         * org-special-blocks.el (org-compat): Add require statement.
16850         * org-table.el (orgtbl-ctrl-c-ctrl-c): Bind local variable
16851         `const-str'.
16853         * org.el (org-eval): Move function here from org-agenda.el.
16855 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16857         * ob.el (org-babel-read-table): Inhibit lisp evaluation of values
16858         when reading from tables.
16859         (org-babel-read-list): Inhibit lisp evaluation of values when
16860         reading from lists.
16861         (org-babel-read): Add optional argument which can be used to inhibit
16862         lisp evaluation of value.
16864 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16866         * ob-table.el (sbe): Ensure that ob-trim is only called on
16867         strings.
16869 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16871         * ob-exp.el (org-babel-exp-results): On export, ensure that the
16872         result hash is resolved in the original org-mode file.
16874 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16876         * org-exp.el (org-export-mark-list-end): Change end marker.
16878         * org-docbook.el (org-export-docbook-list-line): Use new marker.
16880         * org-html.el (org-html-export-list-line): Use new marker.
16882         * org-latex.el (org-export-latex-lists): Use new marker.
16884 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16886         * org-latex.el (org-export-latex-lists): Make sure markers used
16887         for export are taken into account by temporarily setting an
16888         appropriate value for `org-list-ending-method'.
16890 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16892         * org-exp-blocks.el (org-exp-blocks-block-regexp): Wrapping block
16893         regexp into its own variable, also allowing match of empty bodies.
16894         (org-export-blocks-preprocess): Using new regexp variable.
16896 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16898         * ob.el (org-babel-src-block-regexp): Code block regexp now
16899         matches blocks with empty bodies.
16901 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16903         * ob.el (org-babel-script-escape): If script escaped value doesn't
16904         parse cleanly, then return it literally.
16906 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16908         * ob-exp.el (org-babel-exp-src-block): When block will eventually
16909         be evaluated, pre-calculate the hash before noweb expansion, and
16910         expand the parameters before hash calculation.
16911         (org-babel-exp-do-export): Pass pre-calculated hash through to
16912         `org-babel-exp-results'.
16913         (org-babel-exp-results): Compare pre-calculated hash to results hash.
16915 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16917         * ob.el (org-babel-sha1-hash): Sort list values to header
16918         arguments, and sort the words in strings.
16920 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16922         * ob-ref.el (org-babel-ref-index-list): Special handling of hline
16923         rows.
16925 2011-07-28  Julien Danjou  <julien@danjou.info>
16927         * org-macs.el (org-with-point-at): Store evaluated version of
16928         pom.  This fixes a potential bug when using (org-with-point-at
16929         (func) …), where (func) would be evaluated multiple times,
16930         therefore might return different results if a marker was returned
16931         and different each time.
16933 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16935         * org.el (org-open-at-point): If a link to a radio target is the
16936         first, (resp. the last), element of a buffer, function cannot find
16937         the property change required to get its boundaries, and
16938         `buffer-substring' is called with an invalid nil argument.
16940 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16942         * org-table.el (org-table-copy-down): Fix docstring.
16944 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16946         * ob-latex.el (org-babel-execute:latex): Add imagemagick options,
16947         and for file types other than png and PDF it uses imagemagick to
16948         convert a compiled PDF file to the desired file type.
16949         (convert-pdf): Convert a PDF file to a new file type using
16950         imagemagick.
16952 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
16954         * org-capture.el (org-capture-fill-template): Fix bug with the
16955         display of interactive prompt in templates expansion.
16957 2011-07-28  Reiner Steib  <reiner.steib@gmx.de>
16959         * org-clock.el (org-clock-display): Document how to remove subtree
16960         times.
16962 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16964         * org-exp-blocks.el (org-export-blocks-format-comment):
16965         Explicitly append a newline to the body.
16967 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16969         * org-list.el (org-list-insert-item): When computing size of item
16970         being inserted, function has to take into account that indentation
16971         may not only be made of spaces.
16973 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16975         * org-clock.el (org-clock-find-position): If a list was adjacent
16976         to some clocks and a drawer was going to be created, only the
16977         first element of the list would make it into the drawer.
16979 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
16981         * org-list.el (org-toggle-checkbox): Fix bug where top item in
16982         list was omitted when checking boxes.
16984 2011-07-28  Dan Davison  <dandavison7@gmail.com>
16986         * ob-R.el: Don't print result to echo area after evaluation.
16988 2011-07-28  Bastien Guerry  <bzg@gnu.org>
16990         * org-capture.el (org-capture-refile): Fix typo in docstring.
16992 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
16994         * ob-calc.el (org-babel-execute:calc): Call out to new function
16995         for variables resolution.
16996         (ob-calc-maybe-resolve-var): Resolve (possibly recursively)
16997         variables in calc expressions.
16999 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
17001         * ob-C.el (org-babel-tangle-lang-exts): Replace "c++" with "C++".
17002         (org-babel-C++-compiler): Replace "c++" with "C++".
17003         (org-babel-execute:cpp): Replace "c" with "C++".
17004         (org-babel-execute:C++): Replace "c" with "C++".
17005         (org-babel-expand-body:C++): Replace "c" with "C++".
17006         (org-babel-C-execute): Replace "c" with "C++".
17008 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
17010         * ob-ref.el (org-babel-ref-at-ref-p): Only try to read results as
17011         a list if at the *beginning* of a list item.
17013         * ob.el (org-babel-read-result): Only try to read results as a
17014         list if at the *beginning* of a list item.
17016 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17018         * org-list.el (org-cycle-item-indentation): Do not break an
17019         indentation cycle because visibility cycling is requested.
17020         This happens when an item becomes a parent, due to indentation change.
17021         Not considered empty anymore, the function cannot change its
17022         indentation again.
17024 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17026         * org-clock.el (org-clocktable-write-default): Bugfix: falls back
17027         on `org-export-default-language' when no :lang parameter is set.
17029 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
17031         * org-capture.el (org-capture-expand-file): New function.
17032         (org-capture-target-buffer):
17033         (org-capture-set-target-location): Use `org-capture-expand-file'.
17035 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
17037         * ob.el (org-babel-read-list): Reading the value of a list has
17038         been updated to reflect the new structure of org-mode lists in
17039         elisp.
17040         (org-babel-insert-result): Writing code block results to lists has
17041         been updated to reflect the new list structure.
17042         (org-babel-result-end): Remove a previous change to end-of-list
17043         marker detection.
17045 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17047         * org-list.el (org-cycle-item-indentation): Each time the function
17048         moves item back to child position, a white space is added to the
17049         line.
17051 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
17053         * ob.el (org-babel-process-params): Allow elisp code in
17054         specification of results header arguments.
17056 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17058         * org-agenda.el (org-agenda-append-agenda): New command.
17059         (org-agenda-mode-map): New keybinding to this new command.
17061 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17063         * org.el (org-ctrl-c-ctrl-c): Call `org-list-send-list' only when
17064         cursor it at very first item of the list, as specified in the
17065         manual.  Also refactored the list part of the function a bit.
17067 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17069         * org-agenda.el (org-agenda): Set the 'last-args property to nil
17070         when calling `org-agenda'.  Don't kill the local variable
17071         `org-agenda-current-span'.
17072         (org-run-agenda-series): Use the new property 'last-args.
17073         (org-agenda-change-time-span): Use the dynamically set
17074         `org-agenda-overriding-arguments' variable when non-nil.
17076 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
17078         * ob.el (org-babel-result-end): Adjust marker of list end to
17079         changes in the list format.
17081 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17083         * org-list.el (org-toggle-checkbox, org-update-checkbox-count):
17084         No need to wrap `org-entry-get' in `ignore-errors'.
17086 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17088         * org.el (org-toggle-item, org-toggle-heading): Make sure every
17089         sub-item in a list is changed into a sub-heading and sub-headings
17090         are translated into sub-items.  Also ignore inline tasks in the
17091         process.
17093 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17095         * org-exp.el (org-export-select-backend-specific-text):
17096         Add `original-indentation' property when replacing #+begin_backend and
17097         #+backend blocks with their content.  This is needed for lists, as
17098         they must know if the block belonged to them.
17100 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17102         * org-html.el (org-html-export-list-line): Insert a newline
17103         character before ending an item, as anchor could be on a line
17104         going to be deleted, like a drawer ending string.
17106         * org-list.el (org-list-to-html): Same.
17108 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17110         * org.el (org-set-autofill-regexps): Use `org-item-re' in
17111         `paragraph-start' to recognize alphabetical lists.
17112         (org-fill-paragraph): Enforce a pre-computed fill-prefix before
17113         calling `fill-paragraph' when point is in an item.  Also prevent
17114         paragraphs getting merged into an adjacent list upon filling.
17115         (org-adaptive-fill-function): Make sure to determine real
17116         fill-prefix for auto-fill.
17117         (org-auto-fill-function): Use a pre-computed fill-prefix before
17118         calling `do-auto-fill'.
17120         * org-list.el (org-list-item-body-column): New function.
17122 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17124         * org-inlinetask.el (org-inlinetask-at-task-p)
17125         (org-inlinetask-toggle-visibility): New functions.
17127         * org-list.el (org-list-set-item-visibility): New function.
17129         * org.el (org-cycle, org-cycle-internal-local): Separate lists and
17130         inline tasks from headlines.
17131         (org-outline-level): Do not consider lists as headlines.
17132         Cycling visibility is using different tools.
17134 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17136         * org-list.el (org-list-struct): Mark items less indented than top
17137         item of the list, so that they will be modified.
17138         (org-list-struct-apply-struct): Compare struct's indentation with
17139         line's indentation instead of old-struct's.  This is needed
17140         because `org-list-struct' automatically fixes indentation so
17141         changes might not be seen otherwise.
17143         * org.el (org-ctrl-c-ctrl-c): Small refactoring.
17145 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17147         * org-list.el (org-update-checkbox-count): When a part of the
17148         buffer is processed to count checkboxes, lists are read from top
17149         to bottom, but inside lists (in drawers, blocks, or inline tasks)
17150         are skipped.  Thus, cookies cannot be updated.  This patch
17151         enforces reading of such lists if counter is itself in a special
17152         context.
17154 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17156         * org-list.el (org-list-struct-apply-struct): Inline tasks along
17157         with their content must stay at column 0 even if the item is
17158         gaining indentation.  Moreover, fix indentation of text in an
17159         inline task, now it can be in such a task within a list.
17161 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17163         * org-list.el (org-at-item-p): Also verify context is valid.
17164         Otherwise it would recognize valid items where `org-in-item-p'
17165         wouldn't.
17166         (org-in-item-p, org-list-struct-apply-struct): Use shorter version
17167         of org-at-item-p.
17168         (org-cycle-list-bullet): Fix typo.
17169         (org-list-parse-list): Avoid calling `org-at-item-p' two times by
17170         using an appropriate regexp.
17172         * org.el (org-indent-line-function): Use an appropriate regexp
17173         instead of calling `org-at-item-p' two times.
17175 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17177         * org-list.el (org-in-item-p): When point was just after
17178         org-list-end-re, check wouldn't be done for starting line.  So, if
17179         the first line was an item, it wouln't be noticed and function
17180         would return nil.  Simplify and comment code.
17182 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17184         * org.el (org-toggle-item): When used on normal text, ensure every
17185         line in region is included in the new item, regardless of its
17186         original indentation.
17188 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17190         * org-list.el (org-list-struct-apply-struct): If end of list was
17191         at eol, for example, with list inside a block, the last list
17192         wouldn't be shifted.  Thus, the patch ensures no blank lines is
17193         skipped.
17195 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17197         * org.el (org-toggle-item): Now accepts a prefix argument.
17198         When used without argument on normal text, it will make the whole
17199         region one item.  With an argument, it defaults to old behavior:
17200         change each line in region into an item.
17202 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17204         * org.el (org-return): When called from inside an item with the
17205         indent flag, function should keep text moved inside the item.
17206         This allows to use C-j to separate lines in an item: cursor won't
17207         go back to column 0.
17209 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17211         * org-list.el (org-list-struct): When a line has org-example
17212         property, skip the entire block.  This is needed during export,
17213         for example when src blocks in org markup contain lists, and are
17214         returned verbatim because org isn't in the list of interpreted
17215         languages.
17217 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17219         * org-list.el (org-in-item-p): Handle special cases when function
17220         is called with cursor amidst `org-list-end-re' or at an inline
17221         task.
17223 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17225         * ob.el (org-babel-result-end): Apply renaming.
17227         * org-exp.el (org-export-mark-list-properties): Apply renaming.
17229         * org-list.el (org-list-prevs-alist): Rename from
17230         `org-list-struct-prev-alist'.
17231         (org-list-parents-alist): Rename from `org-list-struct-parent-alist'.
17232         (org-list-write-struct): Rename from `org-list-struct-fix-struct'.
17233         (org-list-parse-list, org-sort-list, org-list-indent-item-generic)
17234         (org-toggle-checkbox, org-update-checkbox-count)
17235         (org-cycle-list-bullet, org-list-repair, org-insert-item)
17236         (org-move-item-up, org-move-item-up, org-move-item-down)
17237         (org-next-item, org-previous-item, org-end-of-item-list)
17238         (org-beginning-of-item-list, org-apply-on-list): Apply renaming.
17239         (org-get-bullet): Remove function, as it is not needed anymore.
17241 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17243         * org-list.el (org-list-insert-item-generic): Change arguments.
17244         The function now accepts structure and previous items alist.
17245         This allows to insert an item programmatically more easily.
17246         (org-insert-item): Apply changes to
17247         `org-list-insert-item-generic'.  The function now takes care about
17248         repairing structure and updating checkboxes.
17250         * org-timer.el (org-timer-item): Apply changes to
17251         `org-list-insert-item-generic'.  The function now takes care about
17252         repairing structure.
17254 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17256         * org-list.el (org-list-make-subtree): Function now uses
17257         `org-list-parse-list mechanism'.
17258         (org-list-make-subtrees): Remove function.
17259         (org-list-to-generic): Add a parameter and every parameter can
17260         be a sexp returning a string, for finer control.
17261         (org-list-to-html, org-list-to-latex, org-list-to-texinfo):
17262         Slight modifications to apply changes to `org-list-to-generic'.
17263         (org-list-to-subtree): New function.
17265 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17267         * org.el (org-beginning-of-line): Apply changes to
17268         `org-item-beginning-re' to correct sub-expression reference.
17270 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17272         * org-docbook.el (org-export-docbook-list-line): Even with
17273         alphabetical lists, Org shouldn't enforce a particular list type
17274         to exporters.  This is a job for style files.
17276         * org-html.el (org-html-export-list-line): Ib idem.
17278 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17280         * org-list.el (org-at-item-counter-p): New function.
17281         (org-list-parse-list): Handle counters and list depth.
17282         (org-list-to-generic): A special string is used when an item has a
17283         counter.
17284         (org-list-to-latex): Use new special string for counters.
17285         This fixes the counter bug in LaTeX export, as the enumi counter was
17286         the only one modified.
17288         * org-latex.el (org-export-latex-lists): Use new
17289         `org-list-parse-list' output.
17291 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17293         * org-list.el (org-list-get-list-type): New function.
17294         (org-list-parse-list): Use new function.
17296         * org-html.el (org-html-export-list-line): Use new function.
17298         * org-docbook.el (org-export-docbook-list-line): Use new function.
17300 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17302         * org-list.el (org-alphabetical-lists): New variable
17303         (org-item-re, org-list-full-item, org-cycle-list-bullet)
17304         (org-list-struct-fix-bul, org-list-inc-bullet-maybe):
17305         Reflect introduction of the new variable.
17306         (org-item-beginning-re): Change into a function, so any
17307         modification of `org-alphabetical-lists' will not require
17308         reloading Org.
17309         (org-at-item-p, org-toggle-checkbox, org-update-checkbox-count)
17310         (org-list-parse-list, org-list-send-list): Reflect changes to
17311         `org-item-beginning-re'.
17312         (org-list-use-alpha-bul-p): New function.
17314         * org.el (org-check-for-hidden): Reflect changes to
17315         `org-item-beginning-re'.
17317         * org-capture.el (org-capture-place-item): Reflect changes to
17318         `org-item-beginning-re'.
17320         * org-docbook.el (org-export-docbook-list-line): Handle New type
17321         of items.
17323         * org-exp.el (org-export-mark-list-end)
17324         (org-export-mark-list-properties): Reflect changes to
17325         `org-item-beginning-re'.
17327         * org-html.el (org-html-export-list-line): Handle new type of
17328         items.
17330         * org-latex.el (org-export-latex-lists): Handle new type of items
17331         and reflect changes to `org-item-beginning-re'.
17333         * org-ascii.el (org-export-ascii-preprocess): Handle new counters.
17335 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17337         * org-list.el (org-list-end-re): Remove function and made it a
17338         variable.  There's no need for the overhead of calling the
17339         function every at every line in a list.  User will have to reload
17340         Org if he change value of either `org-list-end-regexp' or
17341         `org-empty-line-terminates-plain-lists'.
17342         (org-in-item-p,org-list-struct,org-list-parse-list): Apply change.
17344         * org-exp.el (org-export-mark-list-end)
17345         (org-export-mark-list-properties): Apply change.
17347         * org-latex.el (org-export-latex-lists): Apply change.
17348         Also prevent items with org-example property to be considered as real
17349         items.
17351 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17353         * org-inlinetask.el (org-inlinetask-export-templates): Slightly
17354         modify templates so environment boundaries don't interfere with
17355         content of task.  Unprotect content of task so it might benefit
17356         from further transformations.  Set original-indentation property to
17357         a high value to ensure that task is always in the last item of the
17358         list.  Also, apply templates later in export process.
17360         * org-list.el (org-list-struct): Fix inline task skipping.
17362 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17364         * org-latex.el (org-export-latex-lists): Search for unprotected
17365         items only, and redefine `org-at-item'.  This change is required
17366         when verbatim lists are inserted during export, usually by Babel.
17368 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17370         * ob.el (org-babel-result-end): End position is end of current
17371         sublist instead of bottom point, as results might be inserted in a
17372         list themselves.
17374 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17376         * org-list.el (org-list-automatic-rules): Remove insert rule.
17377         (org-list-insert-item-generic): Remove code preventing user to
17378         insert another item in a block within a list.  It is because new
17379         list context make it impossible to see if a point in a block is
17380         also in a list.
17382 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17384         * org-exp.el (org-export-preprocess-string): Mark list endings
17385         before babel blocks preprocessing starts, so blank lines that may
17386         be inserted do not break list's structure.  Then, mark list with
17387         special properties required by exporters.  Thus output from babel
17388         can easily be included in lists.
17389         (org-export-mark-list-end): New function.
17390         (org-export-mark-list-properties): New function.
17391         (org-export-mark-lists): Remove function.  It was split into the
17392         two preceding functions.
17394 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17396         * org-list.el (org-update-checkbox-count): Do not recompute every
17397         list before next heading when there are more than one cookie in an
17398         headline.  Moreover, ignore the case where cookie is inserted
17399         neither at an heading nor at an item.
17401 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17403         * org-list.el (org-sort-list): Fix number of arguments to
17404         `org-list-repair', plus make `end-record' go to end of item before
17405         any blank line to keep them from being swallowed in the sorting.
17407 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17409         * org-list.el (org-list-forbidden-blocks): Rename from
17410         `org-list-blocks'.
17411         (org-list-export-context): New variable.
17413 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17415         * org-list.el (org-list-search-generic): Rename form
17416         `org-search-unenclosed-generic' to reflect the new behavior.  Now,
17417         match can only be in a valid context for lists, as determined by
17418         `org-list-context'.
17419         (org-list-search-backward): Rename from
17420         `org-search-backward-unenclosed'.
17421         (org-list-search-forward): Rename from
17422         `org-search-forward-unenclosed'.
17423         (org-toggle-checkbox,org-update-checkbox-count): Use new
17424         functions.
17425         (org-sort-list): Using default regexp search functions as context
17426         is not required in this case.
17428 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17430         * org-exp.el (org-export-mark-lists): New function, replacing
17431         org-export-mark-list-ending.  It adds information as text
17432         properties to every list, before changes done by exporter destruct
17433         them.
17435 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17437         * org-list.el (org-list-get-first-item): New alias for
17438         `org-list-get-list-begin'.
17439         (org-list-get-last-item): New function.
17440         (org-list-get-list-end): Use `org-list-get-last-item'.
17442 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17444         * org.el (org-get-string-indentation): Move in generally useful
17445         functions section, as it wasn't specific to plain lists and that
17446         no code was using it in org-list.el.
17448 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17450         * org.el (org-skip-over-state-notes,org-store-log-note): Use new
17451         accessors.
17453 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17455         * org-list.el (org-list-indent-item-generic): Remove error
17456         messages happening before process.  This belongs to interactive
17457         functions.
17458         (org-indent-item,org-indent-item-tree)
17459         (org-outdent-item,org-outdent-item-tree): Ensure point or region
17460         is correct before computing list structure.  Return an error
17461         message otherwise.
17463 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17465         * org-list.el (org-apply-on-list): Use new structures.
17466         Function is now applied in reverse order so modifications do not change
17467         positions of items in buffer.
17469 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17471         * org-list.el (org-list-parse-list): Rewrite of function to allow
17472         text following a sub-list in the same item.  See docstring for an
17473         example of output.
17474         (org-list-to-generic): Use new parsing function.
17475         (org-list-to-latex,org-list-to-html): Minor change for clearer
17476         export.
17478 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17480         * org-list.el (org-list-has-child-p): Rename from
17481         `org-list-get-child'.  Returning first child is only useful as a
17482         predicate, as we are allowing an item to have more than one
17483         sub-list.
17484         (org-list-indent-item-generic): Use `org-list-has-child-p' instead
17485         of org-list-get-child.
17486         (org-in-item-p): Also return item beginning when list starts at
17487         context beginning.
17488         (org-list-get-parent): Use of `org-list-struct-parent-alist'
17489         helper function is not optional anymore.
17490         (org-list-get-all-items): Shorten code with the help of cl.el.
17491         (org-list-get-children): Now returns all children of item, even if
17492         they do not belong to the same list.  Renamed from
17493         `org-list-get-all-children'.
17494         (org-list-get-list-begin): Function wasn't return value when item
17495         was already the first item of the list at point.
17496         (org-list-get-list-end): Function wasn't return value when item
17497         was already the last item of the list at point.
17498         (org-list-struct-fix-box,org-update-checkbox-count): Now uses
17499         `org-list-get-children'.
17501 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17503         * org.el (org-indent-line-function): Indentation of item's body
17504         starts just after the bullet, not after a checkbox.  Moreover, As
17505         `org-in-item-p' also returns item beginning position when point is
17506         in a list, do not compute it a second time.
17508 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17510         * org.el (org-ctrl-c-ctrl-c): When called at a list item, replace
17511         usage `org-repair-list', forcing another reading of the list, with
17512         only needed subroutines.
17514 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17516         * org-list.el (org-list-separating-blank-lines-number): Use new
17517         accessors.
17518         (org-list-insert-item-generic): Use list structures to insert a
17519         new item.
17520         (org-list-exchange-items): Refactor and comment code.  Now return
17521         new struct instead of modifying it, as list sorting would
17522         sometimes eat first item.
17523         (org-move-item-down,org-move-item-up): Reflect changes to
17524         `org-list-exchange-items'.
17525         (org-insert-item): As `org-in-item-p' also computes item beginning
17526         when applicable, reuse the result.
17528 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17530         * org-list.el (org-list-in-item-p): Unify methods for this
17531         predicate.
17532         (org-list-in-item-p-with-indent): Remove function.
17533         (org-list-ending-between): Remove function.
17534         (org-list-maybe-skip-block): Remove function.
17535         (org-list-in-item-p-with-regexp): Remove function.
17536         (org-list-top-point-with-regexp): Remove function.
17537         (org-list-top-point-with-indent): Remove function.
17538         (org-list-bottom-point-with-indent): Remove function.
17539         (org-list-bottom-point-with-regexp): Remove function.
17540         (org-list-get-item-same-level): Remove function.
17541         (org-list-top-point): Remove function.
17542         (org-list-bottom-point): Remove function.
17543         (org-get-item-beginning): Rename to `org-list-get-item-begin' to
17544         be consistent with naming policy of non-interactive functions.
17545         (org-get-beginning-of-list): Remove function.
17546         (org-beginning-of-item-list): Use new accessors.
17547         (org-get-end-of-list): Remove function.
17548         (org-end-of-list): Use new accessors.
17549         (org-get-end-of-item): Remove function.
17550         (org-end-of-item): Use new accessors.
17551         (org-get-previous-item): Remove function.
17552         (org-previous-item): Use new accessors.
17553         (org-get-next-item): Remove function.
17554         (org-next-item): Use new accessors.
17555         (org-list-get-item-end-before-blank): Use new accessors.
17557 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17559         * org-list.el (org-list-repair): Remove optional argument
17560         FORCE-BULLET.  The job of this interactive function is to
17561         completely fix a list at point.  Changing bullets is a separate
17562         task.  Also removed others optional arguments TOP and BOTTOM to
17563         follow the new structures.
17564         (org-list-indent-item-generic): Remove need for TOP and BOTTOM.
17565         STRUCT is a new required argument.  This avoids computing a list
17566         structure many times when function is called more than once in a
17567         row, for example in `org-cycle-item-indentation'.  Use new
17568         accessors.  Now, also call `org-update-checkbox-count-maybe'.
17569         (org-outdent-item, org-indent-item, org-outdent-item-tree)
17570         (org-indent-item-tree): Remove need for TOP and BOTTOM.
17571         (org-list-insert-item-generic): Reflect changes to `org-list-repair'.
17572         (org-list-exchange-items): Use new accessors.  Now modify struct
17573         to avoid re-reading it later.
17574         (org-move-item-down): Reflect changes to `org-list-repair'.
17575         Use new accessors.
17576         (org-move-item-up): Reflect changes to `org-list-repair'.  Use new
17577         accessors.
17578         (org-cycle-list-bullet): Use new structures.  Also use a shortcut
17579         to `org-list-struct-fix-struct' in order to avoid unnecessary
17580         fixes, like `org-list-struct-fix-box'
17581         (org-sort-list): Use of new structures.  Renamed an internal
17582         function for a little more clarity.
17583         (org-cycle-item-indentation): Remove dependency on
17584         `org-list-repair'.  Use new accessors.
17585         (org-list-get-child): Correct bug when asking for the child of the
17586         last item.
17587         (org-list-exchange-items): Use new accessors.
17589 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17591         * org-list.el (org-list-blocks): New variable.
17592         (org-list-context): New function.
17593         (org-list-full-item-re): New variable.
17594         (org-list-struct-assoc-at-point): Use new variable.
17595         (org-list-struct): Rewrite of function.  Now, list data is
17596         collected by looking at the list line after line.  It reads the
17597         whole list each time because reading only a subtree was not enough
17598         for some operations, like fixing checkboxes.  It also removes the
17599         need to get `org-list-top-point' and `org-list-bottom-point'
17600         first.  An added data is the position of item ending.  This aims
17601         to be able to have list followed by text inside an item.
17602         (org-list-struct-assoc-end): New function.
17603         (org-list-struct-parent-alist): New function.
17604         (org-list-get-parent): New function.
17605         (org-list-get-child): New function.
17606         (org-list-get-next-item): New function.
17607         (org-list-get-prev-item): New function.
17608         (org-list-get-subtree): Use helper function `org-list-struct-prev-alist'.
17609         (org-list-get-all-items): New function.
17610         (org-list-get-all-children): New function.
17611         (org-list-get-top-point): New function.
17612         (org-list-get-bottom-point): New function.
17613         (org-list-get-counter): New function.
17614         (org-list-get-item-end): New function.
17615         (org-list-struct-fix-bul): Rewrite for cleaner code.  Make use of
17616         new accessors.
17617         (org-list-struct-fix-ind): Make use of new accessors.
17618         (org-list-struct-fix-box): New function.
17619         (org-list-struct-fix-checkboxes): Remove function.
17620         (org-list-struct-outdent): Use new accessors.  Use the fact that
17621         there is no longer a virtual item at beginning of structure.
17622         (org-list-struct-indent): Use helper functions
17623         `org-list-struct-prev-alist' and `org-list-struct-parent-alist'.
17624         Also use new accessors.
17625         (org-list-struct-fix-struct): Comment function.  Call directly
17626         `org-list-struct-apply-struct', without removing unchanged items
17627         first.
17628         (org-list-struct-apply-struct): Comment function.  Rewrite using
17629         new accessors.  Use new variable `org-list-full-item-re'.
17630         (org-list-shift-item-indentation): Remove function, now included
17631         in `org-list-struct-apply-struct' because it is too specific.
17633 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17635         * org-list.el (org-toggle-checkbox): Use structures to fix
17636         checkboxes of a list.
17637         (org-update-checkbox-count): Use structures to update cookies.
17639 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17641         * org-list.el (org-list-struct-fix-checkboxes): New function.
17642         (org-checkbox-blocked-p): Remove function.
17644 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17646         * org-list.el (org-list-get-all-items): New function.
17647         (org-list-get-all-children): New function.
17648         (org-list-get-nth): New function.
17649         (org-list-set-nth): New function.
17650         (org-list-get-ind): New function.
17651         (org-list-set-ind): New function.
17652         (org-list-get-bullet): New function.
17653         (org-list-set-bullet): New function.
17654         (org-list-get-checkbox): New function.
17655         (org-list-set-checkbox): New function.
17656         (org-list-struct-fix-bul): Use new accessors.
17657         (org-list-repair): Use new accessors.
17658         (org-list-indent-item-generic): Make use of accessors.
17659         (org-list-get-parent): Rename from `org-list-struct-get-parent'.
17660         (org-list-get-child): Rename from `org-list-struct-get-child'.
17661         (org-list-struct-fix-ind): Make use of accessors.
17662         (org-list-get-next-item): New function.
17663         (org-list-get-subtree): New function.
17665 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
17667         * org-list.el (org-list-struct-assoc-at-point): Add checkbox to
17668         list structure.
17670         * org-list.el (org-list-struct-assoc-at-point): Add checkbox as
17671         value in structure.
17673         * org-list.el (org-list-struct-apply-struct): Also apply
17674         checkboxes.
17676 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17678         * org-latex.el (org-export-latex-content): Bind local variables
17679         for export in the temporary export buffer.
17681 2011-07-28  David Maus  <dmaus@ictsoc.de>
17683         * org-protocol.el (org-protocol-unhex-single-byte-sequence)
17684         (org-protocol-unhex-string, org-protocol-unhex-compound):
17685         Change date of obsolete declaration to 2011-02-17.
17687 2011-07-28  David Maus  <dmaus@ictsoc.de>
17689         * org.el (org-link-escape): Throw error if encoding character in
17690         utf8 fails.
17692 2011-07-28  David Maus  <dmaus@ictsoc.de>
17694         * org-protocol.el (org-protocol-split-data)
17695         (org-protocol-open-source): Use `org-link-unescape' instead of
17696         obsolete unhex string function.
17698 2011-07-28  David Maus  <dmaus@ictsoc.de>
17700         * org.el (org-link-escape, org-link-escape-chars-browser)
17701         (org-link-escape-chars): Always percent escape the percent sign.
17703 2011-07-28  David Maus  <dmaus@ictsoc.de>
17705         * org.el (org-link-unescape): Simpler algorithm for replacing
17706         percent escapes.
17707         (org-link-unescape-compound): Use cond statements instead of nested
17708         if, convert hex string with string-to-number, save match data.
17709         (org-link-unescape-single-byte-sequence): Use mapconcat and
17710         string-to-number for unescaping single byte sequence.
17712 2011-07-28  David Maus  <dmaus@ictsoc.de>
17714         * org.el (org-link-escape): Rename lambda argument.
17716 2011-07-28  David Maus  <dmaus@ictsoc.de>
17718         * org.el (org-link-escape-chars-browser, org-link-escape-chars):
17719         Add percent sign to list of escape chars.
17721 2011-07-28  David Maus  <dmaus@ictsoc.de>
17723         * org-mobile.el (org-mobile-escape-olp): Use new percent escape
17724         character table format.
17726 2011-07-28  David Maus  <dmaus@ictsoc.de>
17728         * org-mobile.el (org-mobile-locate-entry): Remove obsolete
17729         argument in call to org-link-unescape.
17731 2011-07-28  David Maus  <dmaus@ictsoc.de>
17733         * org-protocol.el (org-protocol-unhex-string)
17734         (org-protocol-unhex-compound)
17735         (org-protocol-unhex-single-byte-sequence): Declare obsolete and
17736         alias to respective org-link-unescape-* functions.
17738 2011-07-28  David Maus  <dmaus@ictsoc.de>
17740         * org.el (org-link-unescape, org-link-unescape-compound)
17741         (org-link-unescape-single-byte-sequence): Functions moved and renamed
17742         from org-protocol.el.
17744 2011-07-28  David Maus  <dmaus@ictsoc.de>
17746         * org-macs.el (org-char-to-string): Inline function to properly
17747         decode utf8 characters in Emacs 22.  Moved and renamed from
17748         org-protocol.el.
17750 2011-07-28  David Maus  <dmaus@ictsoc.de>
17752         * org.el (org-link-escape): New optional argument.  Merge user
17753         table with default table.
17755 2011-07-28  David Maus  <dmaus@ictsoc.de>
17757         * org.el (org-link-escape): Fixup doc string.
17759 2011-07-28  David Maus  <dmaus@ictsoc.de>
17761         * org.el (org-link-escape-chars, org-link-escape-chars-browser):
17762         New format of percent escape table.
17763         (org-link-escape): Use new table format.
17765 2011-07-28  David Maus  <dmaus@ictsoc.de>
17767         * org.el (org-link-escape): New Unicode aware percent encoding
17768         algorithm.
17770 2011-07-28  Sebastian Rose  <sebastian_rose@gmx.de>
17772         * org-protocol.el (org-protocol-unhex-single-byte-sequence):
17773         New function.  Decode hex-encoded singly byte sequences.
17774         (org-protocol-unhex-compound): Use new function if decoding sequence
17775         as Unicode character failed.
17777 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17779         * org-html.el (org-export-as-html): Expand the HTML title.
17781 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17783         * org-publish.el (org-publish-cache-ctime-of-src):
17784         Improve docstring.
17785         (org-publish-find-title): New option to explicitly reset the title
17786         in the cache.
17787         (org-publish-format-file-entry): Use this new option.
17789 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17791         * org-exp.el (org-export-preprocess-string): Set the source buffer
17792         and use `org-clone-local-variables' to get local variables from
17793         it.
17795 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17797         * org-exp.el (org-export-format-source-code-or-example):
17798         Allow empty string as second element in minted/listings options.
17800 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17802         * org-exp.el (org-export-format-source-code-or-example):
17803         Support new user-customizable options.
17804         (org-export-latex-custom-lang-environments): Ensure new variable
17805         is defined.
17806         (org-export-latex-listings-options): Ensure new variable is defined.
17807         (org-export-latex-minted-options): Ensure new variable is defined.
17809 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17811         * org-html.el (org-export-as-html): Handle the case when
17812         `org-export-html-validation-link' is nil to keep backward
17813         compatible with the old default value of this variable.
17815 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
17817         * ob.el (org-babel-insert-result): Don't choke if indent is not a
17818         number.
17820 2011-07-28  Christian Moe  <mail@christianmoe.com>  (tiny change)
17822         * org-bbdb.el (org-bbdb-export): When a link description has been
17823         added by `org-export-normalize-links', use path instead (remove
17824         the `bbdb:' prefix).
17826 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17828         * org-ascii.el (org-export-ascii-underline): Put the level's
17829         characters in the right order, as documented by the docstring.
17830         (org-ascii-level-start): Select the right char for underlining
17831         headlines.
17833 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17835         * org-src.el (org-edit-src-code): Allow to edit source code from
17836         modes derived from Org.
17838 2011-07-28  Niels Giesen  <niels.giesen@gmail.com>
17840         * org-clock.el (org-clock-clocktable-language-setup): Add list of
17841         dutch strings.
17843 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17845         * org-beamer.el: Mark frame as fragile when it is using minted for
17846         src block export.
17848 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17850         * org-agenda.el (org-agenda-date-later)
17851         (org-agenda-date-earlier): Enhance docstrings.
17852         (org-agenda-bulk-mark-regexp): Only match against headlines.
17853         Send a message when no entry is marked.
17854         (org-agenda-bulk-action): Fix bug about scattering deadlines.
17855         Send an error when trying to scatter outside an agenda or a
17856         timeline view.  Silently fail when trying to scatter sexp entries.
17858 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17860         * org-clock.el (org-clock-clocktable-language-setup): New custom
17861         variable.
17862         (org-clocktable-defaults): Set the default language.
17863         (org-clocktable-write-default): Use the new variable.
17865 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17867         * ob.el (org-babel-src-block-names): Don't strip text properties
17868         from search hits.
17869         (org-babel-result-names): Don't strip text properties from search
17870         hits.
17872 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17874         * ob-python.el (org-babel-python-evaluate-session): Pass nil as
17875         remove-echo part of META argument to
17876         `org-babel-comint-with-output'.
17878 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17880         * ob.el (org-babel-script-escape): Use `substring' comparison
17881         instead of regexp matching.
17883 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17885         * org-src.el (org-edit-src-code): When generating the code edit
17886         buffer, it is necessary for several variables to inherit their
17887         values from the parent org buffer.  These changes collect all such
17888         variables together into a single association list of
17889         `(variable-name value)' pairs.  In addition, a new variable is
17890         added to the list: `org-edit-src-content-indentation'.  This has
17891         the effect that a buffer local value can be used for that
17892         variable.
17894 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17896         * ob-table.el (sbe): Don't truncate sbe results.
17898 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
17900         * org-exp.el (org-export-add-options-to-plist): Require match to
17901         start at a word-boundary.
17903 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17905         * org-latex.el (org-export-latex-hyperref-format):
17906         Update docstring.
17908 2011-07-28  Tom Dye  <tsd@tsdye.com>
17910         * org.el: Update documentation of `org-add-link-type'.
17912 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17914         * org.el (org-open-at-point): Fix bug when using prefix arg to
17915         construct `org-link-search' call.  Rename prefix arg with a more
17916         generic name, to reflect its diverse uses in this function.
17918 2011-07-28  Rémi Vanicat  <vanicat@debian.org>
17920         * org-icalendar.el (org-icalendar-use-UTC-date-time): Remove.
17921         (org-icalendar-date-time-format): New custom variable.
17922         (org-icalendar-use-UTC-date-timep): New function.
17923         (org-ical-ts-to-string): Use the new variable.
17925 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17927         * org-vm.el (org-vm-store-link): Make sure the buffer is
17928         associated with a file when trying to store an Org link.
17930 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17932         * ob.el (org-babel-params-from-properties): Test for
17933         "header-arg-name" and ":header-arg-name", in that order.
17935 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17937         * org-capture.el (org-capture-templates): Document "currentfile"
17938         for capture template.
17939         (org-capture-templates): Allow to use currentfile for capture
17940         templates.
17941         (org-capture-set-target-location): Handle currentfile as a way to
17942         setting the capture buffer.
17944 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17946         * ob.el (org-babel-params-from-properties): Don't wrap
17947         `org-entry-get' into `condition-case'.
17949 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17951         * org.el (org-entry-get): Don't look for a property drawer if we
17952         are before the first heading in the file.
17953         (org-entry-get-with-inheritance): Don't attempt to move up the
17954         tree if we are before the first heading in the file.  Also,
17955         enclose less of the function in the `save-excursion'.
17957 2011-07-28  Dan Davison  <dandavison7@gmail.com>
17959         * ob.el (org-babel-params-from-buffer): Return desired value
17960         rather than nil from failed re search.
17962 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17964         * org-agenda.el (org-get-entries-from-diary): Put multiline diary
17965         entries on a single line when lines don't start with a diary time.
17967 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17969         * org-html.el (org-export-html-protect-char-alist): New custom
17970         variable to define characters to be HTML protected.
17971         (org-html-protect): Use the new variable.
17973 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17975         * org-info.el (org-info-store-link): Use "#" to separate the info
17976         file and the node.
17977         (org-info-follow-link): Use both "#" to separate the info file and
17978         the node.  Continue to use ":" for backward compatibility.
17980 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17982         * org-icalendar.el (org-icalendar-honor-noexport-tag): New custom
17983         variable.
17984         (org-print-icalendar-entries): Use this new variable to prevent
17985         export of entries with a :noexport: tag.
17987 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17989         * org-exp.el (org-export-initial-scope): New custom variable.
17990         (org-export): Use this new variable.  If there is an active
17991         region, tell it when prompting the user for an export command.
17992         Also change the way the function handles selection of buffer and
17993         subtree export.
17995 2011-07-28  Bastien Guerry  <bzg@gnu.org>
17997         * org-html.el (org-export-html-auto-preamble)
17998         (org-export-html-auto-postamble): Remove.
17999         (org-export-html-preamble, org-export-html-postamble): Turn into
18000         custom variables.  Update the docstrings.
18001         (org-export-html-preamble-format)
18002         (org-export-html-postamble-format): New custom variables.
18003         (org-export-as-html): Use `org-export-html-postamble-format' and
18004         `org-export-html-preamble-format'.
18005         (org-export-html-title-format): Delete.
18007 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18009         * org-exp-blocks.el (org-export-blocks-format-ditaa):
18010         This function is begin deprecated in favor of begin_src blocks.
18011         (org-export-blocks-format-dot): This function is begin deprecated in
18012         favor of begin_src blocks.
18014 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18016         * ob.el (org-babel-header-arg-names): no-expand is now part of the
18017         default header argument names list.
18019 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
18021         * org-publish.el (org-publish-sitemap-date-format)
18022         (org-publish-sitemap-file-entry-format): New custom variables.
18023         (org-publish-projects): Use these variables to format the sitemap
18024         entries.
18026 2011-07-28  Ulf Stegemann  <ulf-news@zeitform.de>
18028         * org-gnus.el (org-gnus-store-link): Allow `org-link' creation
18029         from `message-mode'.
18031 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18033         * org-agenda.el (org-agenda-filter-by-tag): Refresh agenda when
18034         updating the filter while the clock report is following the
18035         filter.
18037 2011-07-28  Julien Danjou  <julien@danjou.info>
18039         * org-agenda.el (org-agenda): Kill all local variables.
18040         This assures we are not keeping buffer variable from an old agenda view
18041         when switching to a new custom agenda.
18043 2011-07-28  Julien Danjou  <julien@danjou.info>
18045         * org-crypt.el (org-encrypt-string): New function.
18046         (org-encrypt-entry): Use org-encrypt-string to encrypt, so we use
18047         cached crypted values.
18048         (org-decrypt-entry): Store crypted text in decrypted text.
18050 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18052         * ob-exp.el (org-babel-exp-lob-one-liners): Only replace the match
18053         if a non-nil result is returned.
18055 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18057         * org-agenda.el (org-agenda-get-day-entries): Compare DATE with
18058         modified today.
18060 2011-07-28  Bastien Guerry  <bzg@gnu.org>
18062         * org.el (org-update-parent-todo-statistics): Fix bug when
18063         updating statistics from the column view.
18065 2011-07-28  Bastien Guerry  <bzg@gnu.org>
18067         * org-agenda.el (org-agenda-bulk-mark-regexp): New command.
18068         (org-agenda-menu): Add the new command to the menu.
18069         (org-agenda-mode-map): Add % as the keybinding for the new
18070         command.
18072 2011-07-28  Bastien Guerry  <bzg@gnu.org>
18074         * org-exp.el (org-export-target-internal-links): Locally turn on
18075         `org-link-search-must-match-exact-headline' to match exact
18076         internal links.
18078 2011-07-28  Julien Danjou  <julien@danjou.info>
18080         * org-faces.el (org-special-keyword): Make it inherited from
18081         `font-lock-keyword-face'.
18083 2011-07-28  Julien Danjou  <julien@danjou.info>
18085         * org-faces.el (org-link): Make `org-link' inherits from `link'
18086         face.
18088 2011-07-28  Bastien Guerry  <bzg@gnu.org>
18090         * org.el (org-narrow-to-block): New function to narrow to block.
18091         Bound this function to `C-x n b'.
18093 2011-07-28  Bastien Guerry  <bzg@gnu.org>
18095         * org.el (org-schedule, org-deadline): Fix bug: take care of
18096         repeating timestamps like ".+1d/3d" or "+1d 10d".
18098 2011-07-28  Bastien Guerry  <bzg@gnu.org>
18100         * org-agenda.el (org-agenda-repeating-timestamp-show-all): Allow
18101         to use a list of TODO keywords as the value of this variable.
18102         The agenda will show repeating stamps for entries matching these TODO
18103         keywords.
18104         (org-agenda-get-timestamps, org-agenda-get-deadlines)
18105         (org-agenda-get-scheduled): Allow the use of a list of keywords in
18106         `org-agenda-repeating-timestamp-show-all'.
18108 2011-07-28  Bastien Guerry  <bzg@gnu.org>
18110         * org-latex.el (org-export-latex-emph-format): Don't use
18111         `org-export-latex-use-verb'.  Remove this variable.
18113 2011-07-28  Jason Dunsmore  <emacs-orgmode@dunsmor.com>  (tiny change)
18115         * org-html.el (org-html-handle-time-stamps): Fix bug when
18116         exporting inactive timestamps.
18118 2011-07-28  Bastien Guerry  <bzg@gnu.org>
18120         * org-archive.el (org-archive-save-context-info): Fix docstring
18121         typo.
18122         (org-archive-subtree-add-inherited-tags): New variable to control
18123         whether inherited tags should be appended to local tags when
18124         archiving subtrees.
18125         (org-archive-subtree): Use the new variable.
18127 2011-07-28  Bastien Guerry  <bzg@gnu.org>
18129         * org-archive.el (org-archive-save-context-info): Fix docstring.
18131 2011-07-28  Julien Danjou  <julien@danjou.info>
18133         * org-crypt.el (org-decrypt-entry): Delete \n on top level
18134         heading.  This avoids a display bug showing the heading outlined
18135         where the text is not since it does not have the outline property.
18136         Restore subtree visibility state after decryption.
18138 2011-07-28  Julien Danjou  <julien@danjou.info>
18140         * org-agenda.el (org-agenda-list): Use `org-agenda-current-span'
18141         as a possible default span if it is set.
18143 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18145         * org-src.el (org-edit-src-persistent-message): Change docstring.
18146         (org-edit-src-code): Get rid of help message in echo area.
18148         * ob.el (org-babel-do-in-edit-buffer): Do not pass 'quietly
18149         argument to org-edit-src-code as this has been removed.
18151 2011-07-28  Bastien Guerry  <bzg@gnu.org>
18153         * org-latex.el (org-export-latex-emphasis-alist):
18154         Use \protectedtexttt for the =...= emphasis and \verb for the ~...~
18155         emphasis.
18156         (org-export-latex-use-verb): Now defaults to t.
18157         (org-export-latex-emph-format): Distinguish between =...= and
18158         ~...~ emphasis.
18160 2011-07-28  Julien Danjou  <julien@danjou.info>
18162         * org.el (org-link-expand-abbrev): Allow any type of character in
18163         link expand.
18165 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18167         * ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
18169 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18171         * ob-ref.el (org-babel-ref-resolve): `save-window-excursion' when
18172         resolving references.
18174 2011-07-28  Bastien Guerry  <bzg@gnu.org>
18176         * org-html.el (org-export-html-html-helper-timestamp): Use <hr/>
18177         instead of <hr> to keep w3c validator happy.
18179 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18181         * ob.el (org-babel-where-is-src-block-head): Detect src block if
18182         point is on a #+header line.
18184 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18186         * ob.el (org-babel-where-is-src-block-head): Skip over intervening
18187         #+header lines when searching for block associated with block name
18188         line.
18190 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18192         * ob.el (org-babel-result-end): Replace call to `org-in-item-p' to
18193         the more specific `org-at-item-p'.
18195 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18197         * org-latex.el (org-latex-default-figure-position): New defcustom
18198         for default placement of latex figures.
18199         (org-export-latex-tables): Positioning tables using the new
18200         defcustom variable.
18201         (org-export-latex-format-image): Positioning images using the new
18202         defcustom variable.
18204 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18206         * ob-ditaa.el (org-babel-execute:ditaa): Throw error when
18207         evaluated and :file header argument is missing.
18209 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18211         * ob-exp.el (org-babel-exp-do-export): Simplify, no longer need
18212         to do anything to export code.
18213         (org-babel-exp-results): No longer returns a replacement for the
18214         code block.
18215         (org-babel-exp-inline-src-blocks): Simplify.
18216         (org-babel-exp-src-block): Remove unnecessary pluralization from
18217         function name.
18219 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18221         * ob-exp.el (org-babel-exp-inline-src-blocks):
18222         Simplify exportation of inline code blocks using normal code block
18223         execution mechanism to insert results.
18224         (org-babel-exp-results): Results exportation mechanism is unified
18225         for both inline and regular code blocks.
18227         * ob.el (org-babel-where-is-src-block-result): Returns the point
18228         after an inline code block for inline code blocks.
18230 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18232         * ob.el (org-babel-insert-result): Special handling of the
18233         position of results of inline code blocks.
18234         (org-babel-examplize-region): Now able to comment inline regions.
18236 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
18238         * org-exp.el (org-export-with-LaTeX-fragments): Fix docstring so
18239         that \\[ a = b \\] is not interpreted as a keybinding by
18240         `substitute-command-keys'.
18242 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18244         * org-latex.el (org-export-as-latex): Process export property list
18245         with `org-export-process-option-filters' early in latex export.
18247 2011-07-28  Julien Danjou  <julien@danjou.info>
18249         * org.el: Remove `org-invisible-p': `outline-invisible-p' is
18250         available in Emacs 22 and in recent XEmacs 21.  Replace in various
18251         files.
18253 2011-07-28  Julien Danjou  <julien@danjou.info>
18255         * org-agenda.el (org-agenda-get-progress): Fix regexp for statep:
18256         it must has \\ at the end of the line.  This avoid matching the
18257         following heading when there's no newline between the logged state
18258         and the next heading.
18260 2011-07-28  Julien Danjou  <julien@danjou.info>
18262         * org-agenda.el (org-format-agenda-item): Simplify time comuting.
18264 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
18266         * org.el (org-current-level, org-store-link, org-mark-subtree):
18267         Use `org-with-limited-levels'.
18269 2011-07-28  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
18271         * org-publish.el (org-publish-get-base-files): Add sitemap file.
18273 2011-07-28  Matt Lundin  <mdl@imapmail.org>
18275         * org-agenda.el (org-agenda-todo-ignore-deadlines): New option.
18276         (org-agenda-todo-ignore-scheduled): New option.
18277         (org-agenda-todo-ignore-timestamp): New option.
18278         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
18279         Allow user to specify custom distance to ignore (future or past).
18280         (org-agenda-todo-custom-ignore-p): New function.
18282 2011-07-28  Matt Lundin  <mdl@imapmail.org>
18284         * org-habit.el (org-habit-parse-todo) Don't parse more days than
18285         needed.
18287 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18289         * ob.el (org-babel-map-inline-src-blocks): Macro for executing
18290         code in each inline code block.
18291         (org-babel-execute-buffer): Executes inline code blocks as well as
18292         regular code blocks.
18294 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18296         * ob.el (org-babel-result-end): Now recognizes "#+begin_org"
18297         blocks for removal.
18299 2011-07-28  Benjamin Drieu  <bdrieu@april.org>  (tiny change)
18301         * org-clock.el (org-clock-before-select-task-hook): New hook.
18302         (org-clock-select-task): Run new hook.
18304 2011-07-28  Julien Danjou  <julien@danjou.info>
18306         * org-agenda.el (org-agenda-get-blocks): Fix time of start/end of
18307         events with range.  This display things like: <2011-01-22 Sat
18308         14:00>--<2011-01-23 Sun 20:00> correctly, with the event starting
18309         at 14:00 and ending at 20:00.
18311 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18313         * ob.el (org-babel-inline-src-block-regexp): Character preceding
18314         "src_" can now be anything as long as it is neither alphanumeric
18315         nor '-'.
18317 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18319         * ob.el (org-babel-merge-params): Docstring typo.
18321 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18323         * ob.el (org-babel-params-from-buffer): Process all #+babel: lines
18324         in the buffer.
18326 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18328         * ob.el (org-babel-get-src-block-info): Alter order of merge
18329         arguments.
18331 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18333         * ob-python.el: Test whether non-nil buffer is #<killed buffer>.
18335 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18337         * ob.el (org-babel-insert-result): Ensure all parts of result
18338         wrappers end in newlines.
18340 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18342         * ob-tangle.el (org-babel-tangle): New :mkdirp header argument
18343         optionally creates parent directories of tangle targets.
18345 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18347         * org-ascii.el (org-ascii-level-start): Catch the case of levels
18348         which do not have an equivalent in the list of underline
18349         characters.
18351 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18353         * ob-sh.el (org-babel-sh-var-quote-fmt): Now possible to customize
18354         the format string used to escape arguments to shell code blocks.
18356 2011-07-28  Julien Danjou  <julien@danjou.info>
18358         * org-agenda.el (org-agenda-reset-view): New function.
18359         (org-agenda-view-mode-dispatch): Bind space to org-agenda-reset-view.
18361 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
18363         * org-exp.el (org-export-handle-include-files): Support :lines
18364         property.
18365         (org-get-file-contents): New argument lines to include specify a
18366         range of lines to include.
18368 2011-07-28  Bastien Guerry  <bzg@gnu.org>
18370         * org.el (org-fast-tag-selection): Fix bug when assigning keys.
18372 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
18374         * org-latex.el (org-export-latex-make-header): Export email in
18375         author line if `org-export-email-info' is non-nil.
18377 2011-07-28  Julien Danjou  <julien@danjou.info>
18379         * org-agenda.el (org-agenda-goto-today): Respect current span.
18381 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18383         * org-complete.el (pcomplete/org-mode/link)
18384         (pcomplete/org-mode/todo, pcomplete/org-mode/prop): Copy list
18385         before uniquifying.
18387 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18389         * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
18390         linking comment type
18391         (org-babel-tangle-comment-links): Returns comment links for the
18392         source code block at point.
18394 2011-07-28  Bastien Guerry  <bzg@gnu.org>
18396         * org.el (org-refile-check-position): Send a more explicit message
18397         on how to clear the cache before refiling again.
18399 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18401         * org-agenda.el (org-agenda-skip-function-global): New option.
18402         (org-agenda-skip-eval): New function.
18403         (org-agenda-skip): Use `org-agenda-skip-eval' and also check for
18404         the global skipping condition.
18406 2011-07-28  David Maus  <dmaus@ictsoc.de>
18408         * org-html.el (org-export-as-html): Handle timestamps after
18409         handling links.
18411 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18413         * ob-tangle.el (org-babel-tangle-jump-to-org): Ever wider searches
18414         until either a matching block is found, or the limits of the file
18415         are reached.
18417 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18419         * ob.el (org-babel-update-block-body): Literal argument to
18420         `replace-match' to allow insertion of text containing '\'.
18422 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18424         * ob-ref.el (org-babel-ref-parse): Allow passing empty strings
18425         into code blocks.
18427 2011-07-28  David Maus  <dmaus@ictsoc.de>
18429         * test-org-table.el
18430         (test-org-table/org-table-convert-refs-to-rc/3)
18431         (test-org-table/org-table-convert-refs-to-rc/2)
18432         (test-org-table/org-table-convert-refs-to-rc/1)
18433         (test-org-table/org-table-convert-refs-to-an/3)
18434         (test-org-table/org-table-convert-refs-to-an/2)
18435         (test-org-table/org-table-convert-refs-to-an/1): Provide tests for
18436         table formular format conversion.
18438 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18440         * org.el (org-sort-entries): Fix sorting with a bold emphasis at
18441         bol.
18443 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18445         * ob.el (org-babel-open-src-block-result): Must collect result
18446         *before* jumping to the result buffer.
18448 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18450         * ob.el (org-babel-src-block-names): Fix bug, wrong match-string
18451         used after update to regexp.
18453 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18455         * ob.el (org-babel-temp-file): Ensure that
18456         `org-babel-temporary-directory' is bound before using.
18457         (org-babel-remove-temporary-directory): Safer error throwing.
18459 2011-07-28  niels giesen  <niels.giesen@gmail.com>
18461         * org-docbook.el (org-export-docbook-finalize-table): Do literal
18462         replacements.
18464 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18466         * ob.el (org-babel-execute-src-block): Uses org-src-lang-modes to
18467         resolve language names for evaluation.
18469 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18471         * org-capture.el (org-capture-templates): Add %f and %F escapes
18472         (org-capture): Add more information to capture property list
18473         (org-capture-fill-template): Handle %f and %F escapes.
18475 2011-07-28  David Maus  <dmaus@ictsoc.de>
18477         * org-publish.el (org-publish-cache-ctime-of-src): Use mtime of
18478         symlink target.
18480 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18482         * org.el (org-occur-next-match): New function.
18483         (org-mode): Set the variable `next-error-function'.
18484         (org-highlight-new-match): Add an `org-type' property to the
18485         overlays.
18487 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18489         * ob-calc.el: No longer require `calc-trail' on XEmacs.
18491 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18493         * org.el (org-modules): Add `org-eshell'.
18495 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18497         * org-special-blocks.el (htmlp, latexp, line): Add defvars for
18498         dynamically scoped variables.
18500         * org.el (org-modules): Move `org-special-blocks' into the core
18501         modules section.
18503 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18505         * org-special-blocks.el: New file.
18507 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18509         * org.el (org-plist-delete): Remove duplicate definition.
18511 2011-07-28  Bernt Hansen  <bernt@norang.ca>
18513         * org-agenda.el (org-agenda-goto): Display invisible entry text.
18515         * org-agenda.el (org-agenda-switch-to): Display invisible entry
18516         text.
18518 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18520         * org.el (org-get-category): New optional argument FORCE-REFRESH.
18521         Automatically refresh if the property is not there.
18522         (org-entry-properties): Remove refresh - this is now done in
18523         org-get-category.
18525         * org-clock.el (org-clock-insert-selection-line):
18526         Let `org-get-category' do the property refresh.
18528         * org-archive.el (org-archive-subtree): Force a refresh of
18529         category properties.
18531 2011-07-28  Julien Danjou  <julien@danjou.info>
18533         * org-icalendar.el (org-print-icalendar-entries): Do not manually
18534         refresh categories.
18536 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18538         * org.el (org-display-inline-images): Check for clear-image-cache
18539         before using it.
18541 2011-07-28  Bernt Hansen  <bernt@norang.ca>
18543         * org.el: Document missing value for org-link-frame-setup.
18545 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18547         * ob-R.el (org-babel-R-write-object-command): Force evaluation of
18548         user code prior to the R exception-handling, so that errors in
18549         user code are unhandled.
18551 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18553         * org-src.el (org-src-font-lock-fontify-block): Test, early on,
18554         that a major-mode function corresponding to the language string
18555         exists.
18557 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
18559         * org-exp.el (org-export-mark-list-ending): Insert additional
18560         newline characters if end-list-marker is at a wrong position.
18562 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18564         * ob.el (org-babel-script-escape): Replace commas with spaces for
18565         better list reading when list items are packed with commas,
18566         e.g. Haskell list output.
18568 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18570         * ob-sass.el (org-babel-execute:sass): Uses ob-eval for better
18571         error reporting.
18573 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18575         * ob.el (org-babel-confirm-evaluate): Fix for the case when
18576         org-confirm-babel-evaluate is a function (used to always ask no
18577         matter what the function returns).
18579 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18581         * ob-R.el: Delete duplicated function.
18583 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18585         * ob.el (org-babel-execute-src-block): Remove unused flet
18586         function.
18588 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18590         * ob-asymptote.el (org-babel-execute:asymptote): Return nil to
18591         signal that the intended content has been written to file.
18593         * ob-ditaa.el (org-babel-execute:ditaa): Return nil to signal that
18594         the intended content has been written to file.
18596         * ob-dot.el (org-babel-execute:dot): Return nil to signal that the
18597         intended content has been written to file.
18599         * ob-gnuplot.el (org-babel-execute:gnuplot): Return nil to signal
18600         that the intended content has been written to file.
18602         * ob-latex.el (org-babel-execute:latex): Return nil to signal that
18603         the intended content has been written to file.
18605         * ob-mscgen.el (org-babel-execute:mscgen): Return nil to signal
18606         that the intended content has been written to file.
18608         * ob-octave.el (org-babel-execute:octave): Return result; not name
18609         of output file.
18611         * ob-plantuml.el (org-babel-execute:plantuml): Return nil to
18612         signal that the intended content has been written to file.
18614         * ob-python.el (org-babel-execute:python): Return result; not name
18615         of output file.
18617         * ob-ruby.el (org-babel-execute:ruby): Return result; not name of
18618         output file.
18620         * ob-sass.el (org-babel-execute:sass): Return nil if result has
18621         been written to file.
18623 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18625         * ob-R.el (org-babel-R-graphical-output-file): New function
18626         returns the name of the output file iff R has been instructed to
18627         send graphical output to file by means of the ":results graphics"
18628         directive.
18629         (org-babel-expand-body:R): Use `org-babel-R-graphical-output-file'
18630         when constructing the R code to evaluate, which may be augmented
18631         with code implementing the writing of graohical output to file.
18632         (org-babel-execute:R): Use `org-babel-R-graphical-output-file' to
18633         determine whether R is taking responsibility for writing output to
18634         file; if so, this is signaled to ob.el by returning a nil result.
18636 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18638         * ob.el (org-babel-format-result): New function to format results
18639         of src block execution.
18640         (org-babel-execute-src-block): Use `org-babel-format-result' when
18641         writing to file.
18642         (org-babel-open-src-block-result): Use `org-babel-format-result'
18643         when displaying results in a buffer.  Name results buffer
18644         differently.
18646 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18648         * ob.el (org-babel-execute-src-block): Avoid calling
18649         `orgtbl-to-generic' on number results.
18651 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18653         * ob.el (org-babel-execute-src-block): Allow specification of
18654         table separator with :sep header argument.
18655         (org-babel-open-src-block-result): Allow specification of table
18656         separator with :sep header argument.
18658 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18660         * ob.el (org-babel-execute-buffer): Wipe error buffer at outset of
18661         executing buffer (note that this handles execute subtree also).
18663 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
18665         * org-inlinetask.el (org-inlinetask-in-task-p): Small refactoring,
18666         do not modify match data either.
18667         (org-inlinetask-goto-end): Small refactoring, remove
18668         case-sensitivity.
18669         (org-inlinetask-goto-beginning): Small refactoring, remove
18670         case-sensitivity.
18672 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18674         * org-capture.el (org-capture-set-target-location):
18675         Use `current-time'.
18677 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18679         * org-capture.el (org-capture-set-target-location):
18680         Use `current-time'.
18682 2011-07-28  Bernt Hansen  <bernt@norang.ca>
18684         * org.el (org-before-first-heading-p): If point is on an org-mode
18685         heading line then we are not before the first heading.
18687 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
18689         * org-timer.el (org-timer-continue-hook): Define the variable
18690         (org-timer-pause-or-continue): Run hook after relative timer is
18691         continued.
18693 2011-07-28  Julien Danjou  <julien@danjou.info>
18695         * org-agenda.el (org-compile-prefix-format): Allow %() expression.
18697 2011-07-28  Julien Danjou  <julien@danjou.info>
18699         * org-capture.el (org-capture-fill-template): Use org-eval.
18701 2011-07-28  Julien Danjou  <julien@danjou.info>
18703         * org-agenda.el (org-eval): New function.
18705 2011-07-28  Dan Davison  <dandavison7@gmail.com>
18707         * ob.el (org-babel-execute-src-block): With :results file, when
18708         :file is not supplied, interpret result as a file link as long as
18709         it is a string.
18711 2011-07-28  David Maus  <dmaus@ictsoc.de>
18713         * org-latex.el (org-export-latex-preprocess): Don't convert link
18714         description parts that look like numeric footnote.
18716 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18718         * org-latex.el (org-export-latex-tables): Allowing specification
18719         of tabular[xy] inner environments through the ATTR_LaTeX line.
18721 2011-07-28  Julien Danjou  <julien@danjou.info>
18723         * org-capture.el (org-capture-fill-template):
18724         Use `org-set-property' directly.
18726 2011-07-28  Julien Danjou  <julien@danjou.info>
18728         * org-agenda.el (org-agenda-prefix-format): Add missing `search'
18729         item in docstring.
18731 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18733         * org-exp.el (org-export-string): Use `format' to construct
18734         function call to allow symbolic or string arguments.
18736 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18738         * org-capture.el (org-capture-place-entry):
18739         (org-capture-insert-template-here): Check tree for validity before
18740         pasting it.
18742 2011-07-28  Julien Danjou  <julien@danjou.info>
18744         * org-gnus.el (org-gnus-store-link): Trim date.
18746 2011-07-28  Julien Danjou  <julien@danjou.info>
18748         * org.el (org-email-link-description): Allow to retrieve email
18749         link date.
18751 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
18753         * org.el (org-make-target-link-regexp): `regexp-quote' target
18754         before replacing whitespace.
18756 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18758         * ob.el (org-babel-expand-noweb-references): Noweb references can
18759         now be resolved from the library of babel.
18761 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18763         * ob.el (org-babel-result-end): No longer leaving trailing new
18764         line after block removal.
18766 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18768         * org-latex.el (org-export-latex-first-lines): Anchor outline
18769         regexp during LaTeX tree export.
18771 2011-07-28  Konrad Hinsen  <konrad.hinsen@fastmail.net>
18773         * ob-python.el (org-babel-python-initiate-session-by-key):
18774         Make sure that py-which-bufname is initialized, as otherwise it will be
18775         overwritten the first time a Python buffer is created.
18777 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18779         * ob-sh.el (org-babel-sh-var-to-sh): Better escaping of variables
18780         with spaces.
18782 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
18784         * ob-org.el (org-babel-execute:org): Padding code block with an
18785         empty title on LaTeX export.
18787 2011-07-28  Matt Lundin  <mdl@imapmail.org>
18789         * org.el (org-entry-properties): Stop scanning for timestamps if a
18790         specific timestamp property (e.g., DEADLINE, SCHEDULED, etc.) is
18791         requested and a match is found.  Also, if a specific timestamp
18792         property is requested, do not push non-relevant timestamps onto
18793         property list.
18795 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18797         * org-agenda.el (org-agenda-add-time-grid-maybe): Show time only
18798         when grid is being made for today.
18800 2011-07-28  Matt Lundin  <mdl@imapmail.org>
18802         * org-agenda.el (org-agenda-get-scheduled): Don't call
18803         `org-is-habit-p' until after checking for
18804         `org-agenda-skip-scheduled-if-done'.
18806 2011-07-28  Achim Gratz  <Stromeko@nexgo.de>
18808         * org.el: Remove spurious linebreak introduced by earlier patch.
18810         * ob.el, ob-ref.el: Remove double fix of the same problem.
18812 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18814         * org-table.el (orgtbl-ctrl-c-ctrl-c): Parse buffer for constants.
18816 2011-07-28  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
18818         * org-html.el (org-export-html-mathjax-template):
18819         Displaymath environment and MathJax.
18821 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
18823         * org-faces.el (org-agenda-current-time): New face.
18825         * org-agenda.el (org-agenda-show-current-time-in-grid):
18826         (org-agenda-current-time-string): New options.
18827         (org-agenda-add-time-grid-maybe): Add current time to time grid.
18829 2011-05-10  Jim Meyering  <meyering@redhat.com>
18831         Fix doubled-word typos.
18832         * org-agenda.el (org-agenda-entry-types): the the -> the
18833         * org-table.el (org-table-get-remote-range): or or -> or
18834         * org-wl.el (org-wl-folder-type): the the -> the
18835         * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
18837 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18839         * org-src.el (org-src-switch-to-buffer):
18840         * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
18841         * org-mouse.el (org-mouse-agenda-type):
18842         * org-freemind.el (org-freemind-node-to-org):
18843         * ob-sql.el (org-babel-execute:sql):
18844         * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
18845         * ob-ref.el (org-babel-ref-resolve): Fix use of case.
18847 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
18849         * Version 23.3 released.
18851 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
18853         * org.el (org-blank-before-new-entry, org-context-in-file-links)
18854         (org-refile-targets, org-log-repeat, org-insert-link)
18855         (org-speed-command-default-hook, org-speed-command-hook)
18856         (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
18857         Fix typos in docstrings.
18858         (org-toggle-pretty-entities): Fix typo in message.
18860 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
18862         * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
18864 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18866         * org-remember.el (org-remember-mode-map):
18867         * org-src.el (org-src-mode-map): Move initialization into declaration.
18869 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18871         * org-remember.el (org-remember-mode):
18872         * org-capture.el (org-capture-mode): Don't run hook redundantly.
18874 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
18876         * org-faces.el (org-link): Inherit from link face.
18877         Suggested by Joakim Verona.
18879 2010-12-11  Tassilo Horn  <tassilo@member.fsf.org>
18881         * org-footnote.el (org-footnote-create-definition): Place
18882         Footnotes section before message-signature-separator also in modes
18883         derived from message-mode.
18885 2010-12-11  Julien Danjou  <julien@danjou.info>
18887         * org.el (org-make-tags-matcher): Remove useless cat-p value.
18889 2010-12-11  Julien Danjou  <julien@danjou.info>
18891         * org.el (org-entry-properties): Enhance docstring.
18893 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
18895         * org-list.el (org-list-top-point-with-indent)
18896         (org-list-bottom-point-with-indent): Pay also attention to
18897         'original-indentation property of text, as blocks are put to
18898         column 0 upon exporting.
18900 2010-12-11  Dan Davison  <dandavison7@gmail.com>
18902         * ob.el (org-babel-remove-temporary-directory): Handle exception
18903         with message informing of failure to remove directory.
18905 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
18907         * ob-clojure.el (org-babel-header-arg-names:clojure): Add
18908         `package' to the list of Clojure header arguments which will be read
18909         from heading properties.
18911 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
18913         * org-inlinetask.el (org-inlinetask-export-templates): Add
18914         Sébastien Vauban's suggestion for LaTeX export in docstring.  This is
18915         not default as it requires an additional LaTeX package: "todonotes".
18917 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
18919         * org-inlinetask.el (org-inlinetask-export-templates): New variable.
18921         * org-inlinetask.el (org-inlinetask-export-handler): Make use of
18922         templates to export inline tasks.
18924 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
18926         * org.el (org-current-level): Ignore inline tasks when getting current
18927         level of entry.
18929 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
18931         * org.el (org-indent-line-function): Ignore drawers inside inline
18932         tasks  if the line to indent isn't inside an inline task itself.
18934 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
18936         * org-inlinetask.el (org-inlinetask-get-task-level): New function.
18938         * org-indent.el (org-indent-add-properties): Find true level of
18939         indentation wrt inline tasks.
18941 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
18943         * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
18945         * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
18947         * org-inlinetask.el (org-inlinetask-goto-end): New function.
18949         * org.el (org-mark-subtree): New command.
18951         * org.el (org-speed-commands-default, org-mode-map): Make use of
18952         new command.
18954 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
18956         * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
18957         from @<span class...> so it can be removed during LaTeX export.
18959 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
18961         * ob.el (org-babel-insert-result): More informative code block
18962         evaluation messages.
18964 2010-12-11  Matt Lundin  <mdl@imapmail.org>
18966         * org.el (org-make-heading-search-string): Optionally limit number
18967         of lines stored in file link search strings.
18968         (org-context-in-file-links): Add option to set to integer specifying
18969         number of lines.
18971 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
18973         * org-capture.el (org-capture-finalize): New prefix argument
18974         STAY-WITH-CAPTURE.
18975         (org-capture-refile): Improve docstring.
18977 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
18979         * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
18980         interaction engine.
18982 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
18984         * org-agenda.el (org-agenda-list):
18985         (org-agenda-goto-today): Use `org-today'.
18987 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
18989         * org-latex.el (org-export-latex-make-header): Swap \begin{document}
18990         and the title/author definitions.
18992 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
18994         * org-macs.el: Better backup definition for
18995         `with-silent-modifications'.
18997 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
18999         * ob-python.el (org-babel-execute:python): Rename "prefix" to
19000         "preamble".
19001         (org-babel-python-evaluate): Rename "prefix" to "preamble".
19002         (org-babel-python-evaluate-external-process): Rename "prefix" to
19003         "preamble".
19005 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19007         * ob.el (org-babel-examplize-region): Check if `end' is a marker
19008         or a point and handle appropriately.
19010 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19012         * ob-sql.el (org-babel-execute:sql): Explicitly set field
19013         separator to \t when importing tabular data.
19015 2010-12-11  Julien Danjou  <julien@danjou.info>
19017         * org-agenda.el (org-agenda-custom-commands-local-options):
19018         Allow org-agenda-span to be a symbol.
19019         (org-agenda-ndays): Make obsolete.
19020         (org-agenda-span): New variable superseding org-agenda-ndays.
19021         (org-agenda-menu): Use org-agenda-current-span.
19022         (org-agenda-current-span): New local variable storing current
19023         span.
19024         (org-agenda-list): Take a span instead of ndays as argument.
19025         This function is now responsible for computing the ndays based
19026         on span.
19027         (org-agenda-ndays-to-span): Return span only if number of days
19028         really matches.
19029         (org-agenda-span-to-ndays): New function.
19030         (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
19031         (org-agenda-goto-today): Use org-agenda-compute-starting-span.
19032         (org-agenda-later): Do not give compute a new span, use the
19033         current one.
19034         (org-agenda-day-view, org-agenda-week-view)
19035         (org-agenda-month-view, org-agenda-year-view): Stop touching
19036         org-agenda-ndays.
19037         (org-agenda-change-time-span): Only compute starting-span.
19038         (org-agenda-compute-starting-span): New function derived from
19039         the old org-agenda-compute-time-span.
19040         (org-agenda-set-mode-name): Compute mode based on
19041         org-agenda-current-span.
19042         (org-agenda-span-name): New function.
19044 2010-12-11  Robert Pluim  <rpluim@gmail.com>  (tiny change)
19046         * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
19048 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19050         * org-clock.el (org-quarter-to-date): Define variables.
19051         (org-clock-special-range): Defin variables.  Use org-floor*.
19052         (org-clocktable-write-default): Define tcol.
19054         * org-compat.el (org-floor*): New function.
19056 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19057             John Wiegley  <jwiegley@gmail.com>
19059         * org-complete.el: New file.
19061 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19063         * org-clock.el (org-clocktable-write-default): Fix the % formula.
19065 2010-12-11  Matt Lundin  <mdl@imapmail.org>
19067         * org-agenda.el (org-format-agenda-item): The value of
19068         org-category is not converted to a string unless it is defined.
19070 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19072         * ob-python.el (org-babel-execute:python): Pass the new "prefix"
19073         header argument through to external evaluation.
19074         (org-babel-python-evaluate): Pass the new "prefix" header argument
19075         through to external evaluation.
19076         (org-babel-python-evaluate-external-process): When specified prepend
19077         "prefix" to the file used in external evaluation.
19079 2010-12-11  Dan Davison  <dandavison7@gmail.com>
19081         * ob-python.el (org-babel-python-evaluate-session): Change python
19082         module name from 'pp' to 'pprint'.
19084 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19086         * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
19087         from R session output, these are often the result of variable
19088         assignments.
19090 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19092         * ob-sql.el (orgtbl-to-csv): Declaring an external function to
19093         fix a compiler warning.
19095 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19097         * ob-eval.el (require): No longer require ob.el to allow
19098         requiring by ob.el.
19100         * ob.el (ob-eval): Require ob-eval.
19102 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19104         * ob.el (org-babel-confirm-evaluate): Show code block's name when
19105         it is available during evaluation query.
19107 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19109         * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
19110         code block.
19111         (org-babel-execute:sql): Use sql specific body expansion function.
19112         (org-babel-sql-expand-vars): Insert variables into a sql code block.
19114 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19116         * ob.el (org-babel-insert-result): Using markers instead of
19117         points for more robust buffer anchors.
19119 2010-12-11  Julien Danjou  <julien@danjou.info>
19121         * org-capture.el: Use org-today.
19123 2010-12-11  Julien Danjou  <julien@danjou.info>
19125         * org-habit.el: Use org-today.
19127 2010-12-11  Julien Danjou  <julien@danjou.info>
19129         * org.el (org-auto-repeat-maybe): Use org-today.
19131 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19133         * org-clock.el (org-day-of-week): New function.
19134         (org-quarter-to-date): New function.
19135         (org-clock-special-range): Implement quarters.
19137 2010-12-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
19139         * org.el (org-complete-tags-always-offer-all-agenda-tags):
19140         Fix docstring.
19142 2010-12-11  Julien Danjou  <julien@danjou.info>
19144         * org-agenda.el (org-format-agenda-item): Convert category to a string
19145         if it is a symbol.  This fixes the following call to
19146         org-agenda-get-category-icon which fails if category is not a string.
19148 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19150         * ob-clojure.el: Updated requirements documentation to mention
19151         the minimum version of Clojure.
19152         (org-babel-expand-body:clojure): Fully qualified function name.
19154 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
19156         * org-latex.el (org-export-latex-lists): Do not add an
19157         unnecessary newline character after a list.
19159         * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
19160         point is just after a non blank line.
19162 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19164         * ob.el (org-babel-examplize-region): Remove old assertion which
19165         no longer applies to the result insertion code.
19167 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19169         * ob-python.el (org-babel-execute:python): Use a :return header
19170         argument for external evaluation in which the code block body need
19171         to be wrapped in a function.
19173 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19175         * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
19176         variable.
19178 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19180         * org.el (org-edit-special): Edit formulas when in TBLMF line.
19182 2010-12-11  Allen S. Rout  <asr@ufl.edu>  (tiny change)
19184         * org-capture.el (org-capture-after-finalize-hook): New hook.
19185         (org-capture-finalize): Run the new hook.
19187 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19189         * ob-clojure.el (org-babel-expand-body:clojure): Support for
19190         pretty printing of Clojure code and data.
19192 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19194         * ob.el (org-babel-insert-result): No longer escape results which
19195         will be wrapped in a block.
19197 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19199         * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
19200         warning and added documentation string.
19202 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19204         * ob-clojure.el (org-babel-execute:clojure): Remade using slime
19205         for all code evaluation.
19207 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19209         * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
19210         the column as well.
19212 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19214         * ob.el (org-babel-confirm-evaluate): More descriptive message
19215         when evaluation is aborted or disabled.
19217 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19219         * ob.el (org-babel-insert-result): Responds to new "wrap" header
19220         argument.
19221         (org-babel-merge-params): Includes new "wrap" header argument in
19222         one of the results header argument exclusive groups.
19224 2010-12-11  David Maus  <dmaus@ictsoc.de>
19226         * org-macs.el (with-silent-modifications): Fix condition for
19227         with-silent-modification.
19229 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19231         * ob.el (org-babel-parse-header-arguments): Stripping trailing
19232         spaces off of header arguments (even the first one).
19234 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19236         * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
19237         single quotes which is the best practice.
19238         (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
19239         more robust parsing of shell output.
19241 2010-12-11  Dan Davison  <dandavison7@gmail.com>
19243         * org.el (org-additional-option-like-keywords): Add more keywords,
19244         and colons to some old ones.
19246 2010-12-11  Dan Davison  <dandavison7@gmail.com>
19248         * ob-eval.el (org-babel-error-buffer-name): Define new variable.
19250 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19252         * ob-python.el (org-babel-python-table-or-string):
19253         Using `org-babel-script-escape' for reading string input from scripting
19254         languages.
19256 2010-12-11  Achim Gratz  <Stromeko@nexgo.de>  (tiny change)
19258         * org-macs.el (org-called-interactively-p): Wrap function call in
19259         with-no-warnings.
19260         (with-silent-modifications): Declare macro for Emacs < 23.2.
19262 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19264         * ob.el (org-babel-parse-header-arguments): Remove addition of
19265         ":" to singleton first header arguments as it was leading to errors.
19267 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19269         * org-latex.el (org-export-latex-make-header): Run the title through
19270         `org-export-latex-fontify-headline'.
19271         (org-export-latex-fontify-headline): Do the protection of math
19272         snippets also here.
19274 2010-12-11  Richard Lawrence  <richard.lawrence@berkeley.edu>
19276         * org-latex.el (org-export-as-latex): Sent the section title
19277         through the preprocessor.
19279 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19281         * org-html.el (org-html-level-start): Mark listified headings
19282         with a custom id.
19284 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19286         * org.el (org-open-at-point): Don't do footnote action if cursor is
19287         on a bracket link.
19289 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19291         * org.el (org-edit-special): Check also for TBLFM line.
19293 2010-12-11  Achim Gratz  <Stromeko@Stromeko.DE>  (tiny change)
19295         * org-clock.el (org-get-clocktable): Previous patch incorrectly
19296         required whitespace in front of #+BEGIN: and #+END:.
19298 2010-12-11  Dan Davison  <dandavison7@gmail.com>
19300         * org-src.el (org-edit-src-code): Allow region to be inherited by
19301         edit buffer when mark is one character beyond end of src block.
19303 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
19305         * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
19306         checking item indentation.
19308 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19310         * ob.el (org-babel-map-src-blocks): Move to earlier in the file
19311         and now autoloading.
19313 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19315         * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
19316         for testing list membership.
19318         * ob.el (org-babel-read-result): Use higher level function for
19319         testing list membership.
19320         (org-babel-result-end): Use higher level function for testing list
19321         membership.
19323 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19325         * ob-sqlite.el (ob-eval): Require ob-eval for external command
19326         execution.
19327         (org-babel-execute:sqlite): No longer uses the init option for
19328         passing commands to sqlite.
19330 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
19332         * org.el (org-indent-line-function): Drawers and blocks have no
19333         influence on indentation of text below.  Also fix indentation
19334         problem with a block at column 0 and add a special case for
19335         literal examples.
19337 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19339         * ob.el (org-babel-map-src-blocks): Ensure that the file argument
19340         is only evaluated once.
19342 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19344         * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
19345         type of data
19346         (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
19348 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19350         * ob-tangle.el (org-babel-load-file): Can be called interactively.
19352 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
19354         * org-table.el (orgtbl-after-send-table-hook): New hook.
19355         (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
19356         table was sent.
19357         (orgtbl-send-table): Return the number of sent tables, or nil if no
19358         sending has happened.
19360 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19362         * org.el (org-get-priority-function): New option.
19363         (org-get-priority): Call `org-get-priority-function' if that
19364         has been set.
19366 2010-12-11  Dan Davison  <dandavison7@gmail.com>
19368         * ob-table.el (org-babel-table-truncate-at-newline): Only add
19369         "..." if there is something after the newline.
19371 2010-12-11  Achim Gratz  <Stromeko@nexgo.de>  (tiny change)
19373         * org-clock.el (org-get-clocktable):
19374         (org-in-clocktable-p):
19375         (org-clocktable-shift):
19376         (org-clocktable-steps): Fix regexp to allow for indented clock tables.
19378 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
19380         * org-exp.el (org-export-handle-include-files): Support :minlevel
19381         property.
19382         (org-get-file-contents): New argument minlevel to demote included
19383         content.
19385 2010-12-11  Noorul Islam  <noorul@noorul.com>
19387         * org-latex.el (org-export-latex-hyperref-format): New option.
19388         (org-export-latex-href-format): Rename the existing variable
19389         `org-export-latex-hyperref-format' as `org-export-latex-href-format'
19390         (org-export-latex-links): Use `org-export-latex-hyperref-format' and
19391         `org-export-latex-href-format'.
19393 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19395         * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
19396         buffer exists before it is used.
19398 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
19400         * org-exp.el (org-export-preprocess-string): Delay code block
19401         processing a bit to allow correct list parsing in the export string.
19403 2010-12-11  Christopher Allan Webber  <cwebber@dustycloud.org>
19405         * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
19406         (org-agenda-time-of-day-to-ampm): New function.
19407         (org-agenda-time-of-day-to-ampm-maybe): New function.
19408         (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
19410 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19412         * org-faces.el (org-cycle-level-faces): New option.
19414         * org.el (org-get-level-face): Honor org-cycle-level-faces.
19416 2010-12-11  Julien Danjou  <julien@danjou.info>
19418         * org-agenda.el (org-agenda-today): New function.
19419         (org-agenda-get-day-face): New function.
19420         (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
19421         (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
19422         (org-todo-list): Use org-agenda-today.
19423         (org-get-all-dates): Use org-agenda-today.
19424         (org-agenda-day-face-function): New variable.
19425         (org-agenda-get-day-face): Use org-agenda-day-face-function.
19427 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19429         * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
19430         in Org.
19432 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19434         * org-html.el (org-export-as-html): Do not treat partially
19435         protected lines as if they were fully protected.
19437 2010-12-11  Dan Davison  <dandavison7@gmail.com>
19439         * org-exp.el (org-export-format-source-code-or-example):
19440         Remove hard-wired configuration of minted export
19441         (org-export-latex-minted-with-line-numbers): Remove variable.
19443 2010-12-11  Bastien Guerry  <bzg@gnu.org>
19445         * org-clock.el (org-dblock-write:clocktable): Fix double
19446         reference to `link' in let construct.
19447         (org-clock-clocktable-formatter): Fix typo in docstring.
19448         (org-clocktable-write-default): Fix typo in docstring.
19450 2010-12-11  David Maus  <dmaus@ictsoc.de>
19452         * org-protocol.el (org-protocol-unhex-string): Normalize percent
19453         escape sequence to upper case letters.
19455 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19457         * ob-lob.el (org-babel-lob-get-info): Include pass-through
19458         header arguments in results variable header argument string.
19460 2010-12-11  David Maus  <dmaus@ictsoc.de>
19462         * org-exp.el (org-export-visible): Limit search for in-buffer options
19463         beginning of first headline.
19465 2010-12-11  David Maus  <dmaus@ictsoc.de>
19467         * org.el (org-open-at-point): Remove stale link handler for news:
19468         links.
19470 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19472         * org-clock.el (org-clocktable-write-default): Better handling of
19473         narrowing.
19475 2010-12-11  Julien Danjou  <julien@danjou.info>
19477         * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
19479 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
19481         * org.el (org-indent-line-function): Simplify code and remove bug that
19482         would insert a tab at the beginning of the line when trying to
19483         indent the item.
19485 2010-12-11  Julien Danjou  <julien@danjou.info>
19487         * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
19489 2010-12-11  Julien Danjou  <julien@danjou.info>
19491         * org-agenda.el (org-agenda-prefix-format): Insert place holder
19492         for icon.
19493         (org-agenda-category-icon-alist): New option.
19494         (org-agenda-get-category-icon): New function.
19495         (org-format-agenda-item): Support for icons.
19496         (org-compile-prefix-format): Support for icons.
19498 2010-12-11  Julien Danjou  <julien@danjou.info>
19500         * org-compat.el: Create defalias for `string-match-p' and
19501         looking-at-p.
19503 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
19505         * ob-calc.el (org-babel-execute:calc): Support for variables --
19506         converts :var variables in calc variables.
19508 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19510         * org.el (org-sparse-tree): Mention [r] in dispatch menu.
19512 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19514         * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
19516 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19518         * org-id.el (org-id-store-link): Test for org-mode before checking
19519         for IDs.
19521 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
19523         * org.el (org-shorten-string): New function.
19525         * org-exp.el (org-export-convert-protected-spaces): New function.
19526         (org-export-preprocess-string):
19527         Call `org-export-convert-protected-spaces' to handle new hard spaces.
19529 2010-12-11  David Maus  <dmaus@ictsoc.de>
19531         * org.el (org-narrow-to-subtree): Check for heading that ends at end
19532         of buffer.
19534 2010-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
19536         * org-capture.el (org-capture-templates): Remove autoload from
19537         defcustom.
19539         * ob-lisp.el (slime): Don't expect slime to be present.
19541 2010-11-11  Dan Davison  <dandavison7@gmail.com>
19543         * ob.el: `copy-sequence' suffices to copy alist; no need for
19544         `copy-tree'.
19546 2010-11-11  Dan Davison  <dandavison7@gmail.com>
19548         * ob.el (org-babel-execute-src-block): If ":results file" is in
19549         effect, then ensure that the value of :file is returned as the
19550         result; don't rely on language files for this.
19552 2010-11-11  Dan Davison  <dandavison7@gmail.com>
19554         * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
19555         structure by side-effects of `sort'.
19557 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
19559         * org-list.el (org-list-bottom-point-with-indent): Do not check
19560         indentation of a non-empty blank line.
19562         * org-list.el (org-sort-list): Sort a list with point anywhere
19563         inside it.
19565 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19567         * ob-calc.el (org-babel-execute:calc): Safer evaluation and
19568         hopefully better error messages.
19570 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19572         * org.el (org-babel-load-languages): Adding calc.
19574 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19576         * ob.el (org-babel-initiate-session): Don't resolve variable
19577         references unless prefix arg is supplied.
19579 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19581         * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
19582         refers to the correct stack.
19584 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19586         * ob-calc.el: Adding the beginnings of support for calc code
19587         blocks.
19589 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19591         * ob-tangle.el (org-babel-update-block-body): Declaring function
19592         for updating code block bodies.
19593         (org-babel-spec-to-string):
19594         (org-babel-detangle): Detangle all tangled and commented code
19595         blocks in the current file back to org.
19596         (org-babel-tangle-jump-to-org): Jump from a tangled and commented
19597         file back to the originating org-mode code block ob-tangle:
19598         detangle changes in code files back to the original org files.
19600 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19602         * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
19603         (org-babel-tangle-comment-format-end): Fix typo.
19605 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19607         * org-exp.el (org-export-format-source-code-or-example):
19608         Use minted for latex source code export if `org-export-latex-listings'
19609         has the value 'minted.
19611         * org-latex.el (org-export-latex-listings): Document special value
19612         'minted.
19614         * org-latex.el (org-export-latex-minted): Delete variable.
19616 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19618         * ob.el (org-babel-get-src-block-info): Retrieve contents of
19619         parentheses, excluding parentheses themselves.
19621 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19623         * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
19624         Fix bug in gnuplot data file assignment using user variables.
19626 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19628         * ob-latex.el (org-babel-execute:latex): Adding new :headers
19629         header argument for latex code blocks.
19631 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19633         * org-capture.el (org-capture-templates): New capture property
19634         `:kill-buffer'.
19635         (org-capture-finalize): Kill target buffer if that is desired.
19636         (org-capture-target-buffer): Remember if we have to make the buffer.
19638 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19640         * org-clock.el (org-dblock-write:clocktable): Fix bug when
19641         computing clock tables.
19643 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19645         * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
19646         to caller even if no table is generated.
19648 2010-11-11  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
19650         * org-agenda.el (org-agenda-get-sexps): Handle lists as return
19651         values from diary entries.
19653         * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
19654         anniversaries.
19656         * org.el (org-diary-sexp-entry): Handle lists as return values
19657         from diary entries.
19659 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19661         * org-capture.el (org-capture-empty-lines-before):
19662         (org-capture-empty-lines-after): Make sure the n=0 does not insert
19663         any newlines.
19665 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19667         * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
19668         message when clojure binary is not found.
19670 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19672         * org-html.el (org-format-table-html): New argument DOCBOOK.
19673         (org-format-org-table-html): New argument DOCBOOK.  When set, use
19674         align instead of class to align table fields.
19676         * org-docbook.el (org-export-as-docbook): Specify the docbook
19677         argument for the table converter.
19679 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19681         * org-macs.el (org-called-interactively-p): New macro.
19683         * org-freemind.el: No longer require 'rx.
19684         (org-freemind): New customization group, use it for all the
19685         variables.
19686         (org-export-as-freemind): Add docstring.
19687         (org-freemind-show): Improve filen naming.
19688         (org-freemind-convert-links-helper): New function.
19689         (org-freemind-bol-helper-base-indent): New variable.
19690         (org-freemind-bol-helper): New function.
19691         (org-freemind-node-css-style): New option.
19692         (org-freemind-node-pattern): New variable.
19693         (org-freemind-from-org-mode): Better docstring.
19695 2010-11-11  David Maus  <dmaus@ictsoc.de>
19697         * ob-haskell.el (org-babel-variable-assignments:haskell):
19698         Don't pass more than two arguments to mapc.
19700 2010-11-11  David Maus  <dmaus@ictsoc.de>
19702         * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
19704 2010-11-11  David Maus  <dmaus@ictsoc.de>
19706         * org-footnote.el (message-signature-separator): Defvar to silence
19707         byte compiler.
19709 2010-11-11  David Maus  <dmaus@ictsoc.de>
19711         * org-exp.el (org-export-string): Fix reference to wrong symbol.
19713 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>
19715         * org.el (org-link-search): Return 'dedicated on successful match
19716         when org-link-search-must-match-exact-headline is set to t.
19718 2010-11-11  Daniel Clemente  <n142857@gmail.com>
19720         * org-html.el (org-html-make-link): Append fragment to file: links
19721         if present.
19723 2010-11-11  Tassilo Horn  <tassilo@member.fsf.org>
19725         * org-footnote.el (org-footnote-create-definition)
19726         (org-footnote-goto-local-insertion-point): Add footnotes before
19727         signature when in message-mode.
19729 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19731         * org.el (org-display-inline-images): Improve regexp.
19733 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19735         * org.el (org-cycle): Make sure resetting to startup visibility
19736         works after another cycle command.
19738 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19740         * org-exp.el (org-export-string): New function org-export-string
19741         can be used to convert a string of test in org-mode markup to a
19742         specified format.
19744 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19746         * org.el (org-display-inline-images): Allow non-ASCII characters
19747         in image file names.  Save match data.
19749 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19751         * org.el (org-auto-repeat-maybe): Fix shifting multiple time
19752         stamps.
19754 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19756         * org-exp.el (org-store-forced-table-alignment):
19757         (org-export-remove-special-table-lines): Allow the "c" cookie for
19758         table alignment.
19760         * org-html.el (org-export-table-header-tags):
19761         (org-export-table-data-tags): Add another %s format for the
19762         alignment.
19763         (org-export-html-table-align-individual-fields): New option.
19764         (org-format-org-table-html): Implement field-by-field alignment
19765         and support centering.
19766         (org-format-table-table-html): Make sure the new table tag formats
19767         don't break this function.
19769         * org-table.el (org-table-cookie-line-p):
19770         (org-table-align): Allow for the <c> cookie.
19772         * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
19774 2010-11-11  David Maus  <dmaus@ictsoc.de>
19776         * org-exp.el (org-export-normalize-links): Skip normalization of
19777         plain links that are part of another link.
19779 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19781         * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
19783 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19785         * org-indent.el (org-indent-add-properties):
19786         Use `with-silent-modifications'.
19787         (org-indent-remove-properties): Use `with-silent-modifications'.
19789 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
19791         * org-table.el (org-table-cookie-line-p): Fix indentation.
19793         * org-exp.el (org-store-forced-table-alignment): New function.
19794         (org-export-preprocess-string):
19795         Call `org-store-forced-table-alignment'.
19797         * org-html.el (org-format-org-table-html): Use stored alignment
19798         information.
19800 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19802         * ob.el (org-babel-execute-src-block): Respects prefix argument
19803         (which forces re-calculation).
19805 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19807         * ob.el (org-babel-execute-src-block): Remove needless param
19808         sorting from ob-execute-src-block, the params are sorted already
19809         by ob-sha1-hash.
19811 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19813         * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
19814         header argument level.
19816 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19818         * ob.el (org-babel-sha1-hash): Consider words in different order
19819         as different input.
19821 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19823         * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
19825 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19827         * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
19828         structure of an Org-mode table (list of lists).
19830 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19832         * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
19833         (reference to unassigned variable `src-lang' and avoid calling
19834         org-babel-get-src-block-info twice.
19836 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19838         * ob.el (org-babel-demarcate-block): Update to reflect the new
19839         info list contents.
19841 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19843         * org-src.el (org-edit-src-code): Supply non-nil argument to
19844         `org-babel-get-src-block-info' to avoid resolving variable
19845         references.
19847 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19849         * ob.el (org-babel-map-src-blocks): Fix minor bug in and
19850         improved efficiency of org-babel-map-src-blocks.
19852 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19854         * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
19855         checks that a code block will actually be tangled before
19856         collecting it's full information (a process which could involve
19857         the execution of other code blocks).
19859 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19861         * ob.el (org-babel-demarcate-block): Use light version of
19862         `org-babel-get-src-block-info'.
19864 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19866         * ob.el (org-babel-sha1-hash): Now handles more complex types in
19867         params.
19869 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19871         * ob.el (org-babel-execute-src-block): Generally using the new
19872         more informative params
19873         (org-babel-process-params): Don't forget the :var portion of
19874         variable assignments.
19876 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19878         * ob-table.el (sbe): Simplify to reflect to var resolution.
19880 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19882         * ob-ref.el (org-babel-ref-resolve): Bringing the referent
19883         arguments back to their params before evaluation.
19885 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
19887         * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
19888         indentation.
19890 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19892         * ob-table.el (sbe): Use `org-babel-process-params params' instead
19893         of `org-babel-expand-variables'.
19895 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19897         * ob-C.el (org-babel-C-execute): Remove call to
19898         org-babel-process-params which should no longer be called from
19899         within a language file.
19901         * ob-R.el (org-babel-execute:R): Remove call to
19902         org-babel-process-params which should no longer be called from
19903         within a language file
19904         (org-babel-R-variable-assignments): Remove call to
19905         org-babel-process-params which should no longer be called from
19906         within a language file.
19908         * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
19909         org-babel-process-params which should no longer be called from
19910         within a language file.
19912         * ob-clojure.el (org-babel-execute:clojure): Remove call to
19913         org-babel-process-params which should no longer be called from
19914         within a language file.
19916         * ob-dot.el (org-babel-execute:dot): Remove call to
19917         org-babel-process-params which should no longer be called from
19918         within a language file.
19920         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
19921         call to org-babel-process-params which should no longer be called
19922         from within a language file
19923         (org-babel-execute:emacs-lisp): Remove call to
19924         org-babel-process-params which should no longer be called from
19925         within a language file.
19927         * ob-haskell.el (org-babel-execute:haskell): Remove call to
19928         org-babel-process-params which should no longer be called from
19929         within a language file.
19931         * ob-js.el (org-babel-execute:js): Remove call to
19932         org-babel-process-params which should no longer be called from
19933         within a language file.
19935         * ob-lisp.el (org-babel-execute:lisp): Remove call to
19936         org-babel-process-params which should no longer be called from
19937         within a language file.
19939         * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
19940         org-babel-process-params which should no longer be called from
19941         within a language file.
19943         * ob-octave.el (org-babel-execute:octave): Remove call to
19944         org-babel-process-params which should no longer be called from
19945         within a language file.
19947         * ob-perl.el (org-babel-execute:perl): Remove call to
19948         org-babel-process-params which should no longer be called from
19949         within a language file.
19951         * ob-python.el (org-babel-execute:python): Remove call to
19952         org-babel-process-params which should no longer be called from
19953         within a language file.
19955         * ob-ruby.el (org-babel-execute:ruby): Remove call to
19956         org-babel-process-params which should no longer be called from
19957         within a language file.
19959         * ob-scheme.el (org-babel-execute:scheme): Remove call to
19960         org-babel-process-params which should no longer be called from
19961         within a language file.
19963         * ob-screen.el (org-babel-execute:screen): Remove call to
19964         org-babel-process-params which should no longer be called from
19965         within a language file
19966         (org-babel-prep-session:screen): Remove call to
19967         org-babel-process-params which should no longer be called from
19968         within a language file.
19970         * ob-sh.el (org-babel-execute:sh): Remove call to
19971         org-babel-process-params which should no longer be called from
19972         within a language file.
19974         * ob-sql.el (org-babel-execute:sql): Remove call to
19975         org-babel-process-params which should no longer be called from
19976         within a language file.
19978         * ob-haskell.el (org-babel-execute:haskell): Remove reference to
19979         processed params.
19981         * ob-clojure.el (org-babel-execute:clojure): Remove reference to
19982         processed params.
19984         * ob-R.el (org-babel-execute:R): Remove reference to processed
19985         params.
19987 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19989         * ob-sql.el (org-babel-execute:sql): Use generic expansion
19990         function
19991         (org-babel-expand-body:sql): Delete function.
19993 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
19995         * ob-sh.el (org-babel-execute:sh): Use generic expansion function
19996         (org-babel-expand-body:sh): Delete function
19997         (org-babel-prep-session:sh): Change name of called function
19998         (org-babel-variable-assignments:sh): Change function name.
20000 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20002         * ob-screen.el (org-babel-execute:screen): Use generic expansion
20003         function
20004         (org-babel-expand-body:screen): Delete function
20005         (org-babel-prep-session:screen): Remove references to processed
20006         params.
20008 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20010         * ob-sass.el (org-babel-execute:sass): Use generic expansion
20011         function
20012         (org-babel-expand-body:sass): Delete function.
20014 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20016         * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
20017         function
20018         (org-babel-prep-session:ruby): Use new variable assignment
20019         function
20020         (org-babel-variable-assignments:ruby): New function
20021         (org-babel-expand-body:ruby): Delete function.
20023 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20025         * ob-python.el (org-babel-execute:python): Use generic expansion
20026         function
20027         (org-babel-prep-session:python): Change name of called function
20028         (org-babel-variable-assignments:python): Change function name
20029         (org-babel-expand-body:python): Delete function.
20031 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20033         * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
20034         (automatically handled by generic version).
20036 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20038         * ob-perl.el (org-babel-execute:perl): Use generic expansion
20039         function
20040         (org-babel-expand-body:perl): Delete function
20041         (org-babel-variable-assignments:perl): New function.
20043 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20045         * ob-org.el (org-babel-expand-body:org): Delete function
20046         (automatically handled by generic version).
20048 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20050         * ob-octave.el (org-babel-execute:octave): Use generic expansion
20051         function
20052         (org-babel-variable-assignments:octave): Change name of function
20053         (org-babel-variable-assignments:matlab): New defalias
20054         (org-babel-prep-session:octave): Change name of function
20055         (org-babel-expand-body:matlab): Delete function
20056         (org-babel-expand-body:octave): Delete function.
20058 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20060         * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
20061         function
20062         (org-babel-variable-assignments:ocaml): New function
20063         (org-babel-expand-body:ocaml): Delete function.
20065 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20067         * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
20068         (automatically handled by generic version).
20070 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20072         * ob-js.el (org-babel-execute:js): Use new variable assignment
20073         function
20074         (org-babel-expand-body:js): Delete function
20075         (org-babel-prep-session:js): Use new variable assignment function
20076         (org-babel-variable-assignments:js): New function.
20078 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20080         * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
20081         function
20082         (org-babel-expand-body:haskell): Delete function
20083         (org-babel-prep-session:haskell): Use variable assignment function
20084         (org-babel-variable-assignments:haskell): New function.
20086 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20088         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
20089         assignment function
20090         (org-babel-prep-session:gnuplot): Use variable assignment function
20091         (org-babel-variable-assignments:gnuplot): New function.
20093 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20095         * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
20096         (automatically handled by generic version).
20098 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20100         * ob-css.el (org-babel-expand-body:css): Delete function
20101         (automatically handled by generic version).
20103 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20105         * ob-asymptote.el (org-babel-execute:asymptote): Use generic
20106         expansion function
20107         (org-babel-expand-body:asymptote): Delete function
20108         (org-babel-variable-assignments:asymptote): New function.
20110 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20112         * ob-R.el (org-babel-expand-body:R): Use new function
20113         `org-babel-variable-assignments:R'; don't trim body.
20114         (org-babel-execute:R): Respond to changes in
20115         `org-babel-expand-body:R'
20116         (org-babel-prep-session:R): Called function is now named
20117         `org-babel-variable-assignments:R'
20118         (org-babel-variable-assignments:R): Receives processed-params as
20119         new optional argument.
20121 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20123         * ob-C.el (org-babel-C-expand): Don't trim body.
20125 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20127         * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
20128         obtaining variable references.
20130 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20132         * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
20133         assignment lines to generic expansion command.
20135 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20137         * ob.el (org-babel-expand-src-block): Supply variable assignment
20138         lines to generic expansion function
20139         (org-babel-expand-body:generic): Prepend body with optional
20140         variable assignment lines.
20142 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20144         * ob-exp.el (org-babel-exp-results): Replaced old function call.
20146 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20148         * ob-lob.el (org-babel-lob-execute): Now expanding variable
20149         references before execution.
20151 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20153         * ob.el (org-babel-execute-src-block): Only sort parameters if
20154         it's required for caching.
20156 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20158         * ob-table.el (sbe): Reworking for better indentation and to
20159         integrate the new variable resolution.
20161 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20163         * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
20164         variables when resolving references.
20166 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20168         * ob.el (org-babel-merge-params): Fix order or precedence for
20169         variables.
20171 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20173         * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
20174         * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
20175         (org-babel-R-variable-assignments):
20176         * ob-asymptote.el (org-babel-expand-body:asymptote)
20177         (org-babel-execute:asymptote):
20178         * ob-clojure.el (org-babel-expand-body:clojure)
20179         (org-babel-execute:clojure):
20180         * ob-css.el (org-babel-expand-body:css):
20181         * ob-ditaa.el (org-babel-expand-body:ditaa):
20182         * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
20183         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
20184         (org-babel-execute:emacs-lisp):
20185         * ob-gnuplot.el (org-babel-expand-body:gnuplot)
20186         * ob-haskell.el (org-babel-expand-body:haskell)
20187         (org-babel-execute:haskell, org-babel-load-session:haskell)
20188         (org-babel-prep-session:haskell):
20189         * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
20190         * ob-latex.el (org-babel-expand-body:latex):
20191         * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
20192         * ob-mscgen.el (org-babel-expand-body:mscgen):
20193         * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
20194         * ob-octave.el (org-babel-expand-body:matlab)
20195         (org-babel-expand-body:octave, org-babel-execute:octave)
20196         (org-babel-octave-variable-assignments):
20197         * ob-org.el (org-babel-expand-body:org):
20198         * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
20199         * ob-plantuml.el (org-babel-expand-body:plantuml):
20200         * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
20201         (org-babel-python-variable-assignments):
20202         * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
20203         * ob-sass.el (org-babel-expand-body:sass):
20204         * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
20205         * ob-screen.el (org-babel-expand-body:screen):
20206         * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
20207         (org-babel-sh-variable-assignments):
20208         * ob-sql.el (org-babel-expand-body:sql):
20209         * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
20210         * ob.el (org-babel-expand-body:generic):
20211         Remove obsoleted optional third argument.
20213 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20215         * ob-clojure.el (org-babel-prep-session:clojure): Purging all
20216         calls to removed org-babel-ref-variables.
20218 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20220         * ob-lob.el (org-babel-lob-ingest): Now returns the count of
20221         ingested code blocks.
20223 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20225         * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
20226         information from within the original export file.
20228 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20230         * ob.el (org-babel-get-src-block-info): Small but crucial fix)
20231         (this should return nil if not match found.
20233 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20235         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
20236         Whitespace (org-babel-execute:emacs-lisp): Whitespace.
20238 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20240         * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
20241         docstring.
20243         * ob-python.el (org-babel-python-variable-assignments):
20244         Provide missing docstring.
20246 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20248         * ob-octave.el (org-babel-expand-body:octave): Refactor: break
20249         variable assignment part out into a separate function
20250         (org-babel-octave-variable-assignments): New function constructing
20251         list of variable assignment statements
20252         (org-babel-prep-session:octave): Use new function
20253         `org-babel-octave-variable-assignments' instead of previous
20254         (incorrect) variable assignment code.
20256 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20258         * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
20259         assignment part out into a separate function
20260         (org-babel-sh-variable-assignments): New function constructing
20261         list of variable assignment statements
20262         (org-babel-prep-session:sh): Use new function
20263         `org-babel-sh-variable-assignments' instead of previous
20264         (incorrect) variable assignment code.
20266 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20268         * ob-python.el (org-babel-expand-body:python): Refactor: break
20269         variable assignment part out into a separate function
20270         (org-babel-python-variable-assignments): New function constructing
20271         list of variable assignment statements
20272         (org-babel-prep-session:python): Use new function
20273         `org-babel-python-variable-assignments' instead of previous
20274         (incorrect) variable assignment code.
20276 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20278         * ob-R.el (org-babel-expand-body:R): Refactor: break variable
20279         assignment part out into a separate function
20280         (org-babel-R-variable-assignments): New function constructing list
20281         of variable assignment statements
20282         (org-babel-prep-session:R): Use new function
20283         `org-babel-R-variable-assignments' instead of previous
20284         (incorrect) variable assignment code.
20286 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20288         * ob.el (org-babel-initiate-session): Better variable names.
20290 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20292         * ob.el (org-number-sequence):
20293         Declared * ob-R.el (org-number-sequence): Declared.
20295 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20297         * ob.el (org-babel-map-src-blocks): Store correct value of
20298         `end-block'.
20300 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20302         * ob.el (org-babel-mark-block): New function to mark the body of a
20303         src block in the style of `mark-defun'.
20305 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20307         * org-compat.el (org-number-sequence): New function.
20309         * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
20311         * ob.el (org-babel-where-is-src-block-result):
20312         Use `org-number-sequence'.
20313         (org-babel-current-buffer-properties): Fix variable definition.
20315         * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
20317         * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
20318         version of `shell-command'.
20320         * org-latex.el (org-export-as-pdf): Use the 2-argument version of
20321         `shell-command'.
20323 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20325         * org-list.el (org-list-search-unenclosed-generic): Replace call
20326         to booleanp.
20328 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20330         * org.el (org-agenda-jump-prefer-future): New option.
20332         * org-agenda.el (org-agenda-goto-date):
20333         Use `org-agenda-jump-prefer-future'.
20335 2010-11-11  Noorul Islam  <noorul@noorul.com>
20337         * org-latex.el (org-export-latex-links): Replaced hard coded
20338         hyperref format with custom variable
20339         `org-export-latex-hyperref-format'.
20341 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20343         * org.el (org-insert-heading): Fix docstring.
20345 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
20347         * org-capture.el (org-capture-place-entry): If the first line is
20348         already a headline, just stay there.
20350 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20352         * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
20353         are non-nil.
20355 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20357         * org-ascii.el (org-ascii-replace-entities): Match an optional {}
20358         after an entity.
20360 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20362         * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
20363         table fields.
20365 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20367         * org.el (org-insert-heading): When on the headline of an inline
20368         task, insert another inline tasks.
20370 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20372         * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
20373         links for blocks that will actually tangle.
20375 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20377         * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
20378         in expanded shell bodies.
20380 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20382         * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
20383         newline characters.
20385 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20387         * ob-sh.el (org-babel-expand-body:sh): Align code.
20389 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20391         * ob.el (org-babel-params-from-properties): Max line with at <=80.
20393 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20395         * org-latex.el (org-export-latex-listings-langs): Clojure is now
20396         recognized as a lisp.
20398 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20400         * ob.el (org-babel-params-from-properties): Use `org-babel-read'
20401         to interpret property as header argument value.
20403 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20405         * ob.el (org-babel-parse-header-arguments): Simplify reading of
20406         header arg value.
20408 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20410         * org-publish.el (org-publish-org-to-ascii):
20411         (org-publish-org-to-latin1):
20412         (org-publish-org-to-utf8): New functions.
20414 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20416         * org.el (org-insert-heading): Skip inline tasks when trying to
20417         insert a new heading after the end of the subtree.
20419 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20421         * org-inlinetask.el (org-inlinetask-min-level): Set customization
20422         type to integer or nil.
20424         * org.el (org-insert-heading): When after an inline task, do not
20425         use level but go back to headline level before the inline task.
20427 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20429         * org-inlinetask.el (org-inlinetask-in-task-p): New function.
20431         * org.el (org-indent-line-function): Fix indentation of inline
20432         tasks.
20434 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20436         * org.el (org-activate-links): Fix customize type.
20438 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20440         * org-latex.el (org-latex-to-pdf-process): Add rubber as another
20441         default option.
20443 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20445         * org-latex.el (org-export-latex-minted): Document pygments
20446         dependency.
20448 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20450         * org-mobile.el (org-mobile-create-index-file): Encrypt the index
20451         file if encryption has been turned on.
20452         (org-mobile-copy-agenda-files): Avoid double encryption of
20453         `mobileorg.org'.
20455 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20457         * org-exp.el (org-export-latex-minted-with-line-numbers):
20458         Ensure that variable is declared.
20460 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20462         * ob-python.el (org-src-preserve-indentation): Fix compiler
20463         warning.
20465 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20467         * org-exp.el (org-export-format-source-code-or-example):
20468         Latex formatting of source code blocks using the minted package
20469         (org-export-plist-vars): Add :latex-minted property
20470         (org-export-latex-minted): Ensure variable is defined
20471         (org-export-latex-minted-langs): Ensure variable is defined.
20473 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20475         * org-src.el (org-edit-src-code): Use `org-region-active-p'.
20477 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20479         * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
20481 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20483         * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
20484         when `org-src-preserve-indentation' is non-nil.
20486 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20488         * ob-lob.el (org-babel-lob-ingest): Provide message stating number
20489         of blocks added to Library of Babel.
20491 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20493         * ob-lob.el (org-babel-lob-ingest): Check for nil source block
20494         name.
20496 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20498         * org-beamer.el (org-beamer-place-default-actions-for-lists):
20499         Fix typo in regexp.
20501 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
20503         * org-list.el (org-toggle-checkbox): Avoid some boundary error
20504         when inserting a checkbox in an empty last item of a list.
20506 2010-11-11  David Maus  <dmaus@ictsoc.de>
20508         * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
20509         Query article number from file is nil by default.
20511 2010-11-11  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
20513         * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
20515 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20517         * org-capture.el (org-capture-place-entry): Move to `beg' before
20518         searching for `%?'.
20520 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20522         * org.el (org-format-latex): Fix mathjax treatment of single
20523         letters in between dollars.
20525 2010-11-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
20527         * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
20528         run.
20530 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20532         * org.el (org-blank-before-new-entry): Improve docstring.
20534 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20536         * org-mobile.el (org-mobile-force-id-on-agenda-items):
20537         Fix docstring.
20538         (org-mobile-write-agenda-for-mobile): Use outline path if we do
20539         not have an ID and are not allowed to make one.
20540         (org-mobile-get-outline-path-link): New function.
20542 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20544         * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
20545         file.
20546         (org-mobile-write-agenda-for-mobile): Use the right name, even if
20547         the file get encrypted.
20548         (org-mobile-move-capture): Only delete tempfile if it does exist.
20550 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20552         * ob.el (org-babel-number-p): Fix documentation string.
20554 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20556         * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
20557         "tangle" as a positive argument for the :noweb header argument
20558         during tangling.
20560 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20562         * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
20563         have links, with tests.
20565 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20567         * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
20568         available.
20569         (org-export-latex-get-error): New function.
20570         (org-export-as-pdf): Give an indication of the errors that
20571         happened during processing.
20573 2010-11-11  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
20575         * org-exp.el (org-export-language-setup): Fix Polish entries.
20577 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20579         * org.el (org-set-tags): Allow comma as a separator when
20580         specifying tags at the completion interface.
20581         (org-tags-completion-function): Allow comma as a separator when
20582         specifying tags at the completion interface.
20584 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20586         * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
20587         export-file if exporting from a buffer which is not visiting a
20588         file.
20590 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20592         * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
20593         name in link construction if there is a heading to follow it.
20595 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20597         * org-html.el (org-export-html-inline-image-extensions): Add "svg"
20598         as an allowed extension.
20600 2010-11-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
20602         * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
20603         with zeros.  Start applying face earlier.
20605 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20607         * ob.el (or): Don't create org-babel-temporary-directory in batch
20608         as it won't be removed by emacs-kill-hook
20609         (org-babel-remove-temporary-directory): Only try to remove this
20610         directory if it exists.
20612 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20614         * ob.el (org-babel-temporary-directory): Fixing byte-compilation
20615         warning in ob.el.
20617 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20619         * ob-tangle.el (org-babel-tangle): Now sharing the file name in
20620         the tangling message.
20622 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20624         * ob.el (org-babel-load-languages): Fixes compiler warning.
20626 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20628         * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
20629         output.
20631 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20633         * org-ascii.el (org-export-as-ascii): Use the correct match group.
20635 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20637         * ob.el (boundp): Uncommenting defvar form for
20638         org-babel-temporary-directory
20639         (org-babel-temp-file): Now using the org-babel-temporary-directory
20640         for holding new babel temporary files
20641         (org-babel-remove-temporary-directory): Removes the babel temp dir
20642         when Emacs shutsdown
20643         (kill-emacs-hook): Now removing the babel temp dir on Emacs
20644         shutdown.
20646 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20648         * org-capture.el (org-capture-fill-template): Initialize history
20649         variable.
20651 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20653         * org-src.el (org-edit-src-code): Don't move point when generating
20654         edit buffer.
20656 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20658         * org-src.el (org-edit-src-code): Deal with point being in
20659         #+end_src line.
20661 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20663         * org-table.el (org-table-current-column): Add interactive to turn
20664         this into a command.
20666 2010-11-11  Bernt Hansen  <bernt@norang.ca>
20668         * org.el (org-insert-heading): Run org-insert-heading-hook when
20669         creating the first heading in a file.
20671 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20673         * org.el (org-startup-with-inline-images): New option.
20674         (org-startup-options): Add new keywords inlineimages and
20675         noinlineimages.
20676         (org-mode): Inline images when this has been configured.
20678 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20680         * ob.el (org-babel-get-src-block-info): Remove optional
20681         HEADER-VARS-ONLY argument; further simplification.
20683 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20685         * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
20686         prompt in ob-confirm-evaluate in some cases.
20688 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20690         * ob.el (org-babel-demarcate-block): Visible region and completion
20691         during language selection.
20693 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20695         * ob.el (org-babel-get-src-block-info): Remove comment.
20697 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20699         * ob.el (org-babel-get-src-block-info): Simplify function.
20701 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20703         * ob.el (org-babel-get-src-block-info): Form info list correctly
20704         when parenthesized arguments are missing.
20706 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20708         * ob-exp.el (org-export-babel-evaluate): Docstring typo
20709         (org-babel-exp-code): Docstring typo.
20711 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20713         * org-mobile.el (org-mobile-encryption-password):
20714         Improve docstring.
20715         (org-mobile-encryption-password-session): New variable.
20716         (org-mobile-encryption-password): New function.
20717         (org-mobile-check-setup):
20718         (org-mobile-encrypt-file):
20719         (org-mobile-decrypt-file): Use the new function.
20721 2010-11-11  David Maus  <dmaus@ictsoc.de>
20723         * org-capture.el (org-capture-place-template): Widen to remove
20724         possible restrictions in target buffer.
20726 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>
20728         * org.el (org-speed-command-hook): Add org-speed-command-hook
20729         (org-babel-speed-command-hook): Hook for Babel's speed commands.
20731 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20733         * ob.el (org-babel-execute-buffer): Re-implement using
20734         `org-babel-map-src-blocks'.
20736 2010-11-11  David Maus  <dmaus@ictsoc.de>
20738         * org-capture.el (org-capture-templates): Update doc string with
20739         new message date related escapes.
20741 2010-11-11  David Maus  <dmaus@ictsoc.de>
20743         * org-wl.el (org-wl-store-link-message): Define properties %:date)
20744         (%:date-timestamp, and %:date-timestamp-inactive.
20746         * org-mew.el (org-mew-store-link): Dto.
20748         * org-mhe.el (org-mhe-store-link): Dto.
20750         * org-rmail.el (org-rmail-store-link): Dto.
20752         * org-vm.el (org-vm-store-link): Dto.
20754 2010-11-11  David Maus  <dmaus@ictsoc.de>
20756         * org-wl.el (org-wl-message-field): Always get literal content of
20757         header fields.
20759 2010-11-11  David Maus  <dmaus@ictsoc.de>
20761         * org-gnus.el (org-gnus-store-link): Define properties
20762         %:date-timestamp and %:date-timestamp-inactive.
20764 2010-11-11  David Maus  <dmaus@ictsoc.de>
20766         * org-gnus.el (org-gnus-store-link): Handle empty date header
20767         field.
20769 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
20771         * org.el (org-speed-command-hook): New.  Hook for installing
20772         additional speed commands.  Use this for enabling speed commands on
20773         src blocks.
20774         (org-speed-command-default-hook): The default hook for
20775         org-speed-command-hook.  Factored out from org-self-insert-command
20776         and mimics existing behavior.
20777         (org-self-insert-command): Modify to use org-speed-command-hook.
20779 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20781         * org-agenda.el (org-search-view): Recover spaces in search words
20782         if they were escaped with \ or inside a regexp.
20784 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20786         * org.el (org-additional-option-like-keywords): Add PROPERTIES to
20787         the list of completable meta line words.
20788         (org-complete): Complete property names after #+PROPERTY.
20790 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20792         * ob-python.el (org-babel-python-evaluate-session): Make temp file
20793         names consistent.
20795 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20797         * ob-clojure.el (org-babel-clojure-evaluate-external-process):
20798         Delete extra format argument.
20800 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20802         * ob-org.el (org-babel-org-export): Typo in docstring.
20804 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20806         * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
20807         variable.
20809 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20811         * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
20813 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20815         * ob.el (org-babel-process-file-name): New function
20816         (org-babel-maybe-remote-file): Delete function.
20818 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20820         * ob-C.el (org-babel-C-execute): Remove unused variable.
20822 2010-11-11  David Maus  <dmaus@ictsoc.de>
20824         * org.el (org-make-link-string): Prevent superfluous colon.
20826 2010-11-11  David Maus  <dmaus@ictsoc.de>
20828         * org.el (org-make-org-heading-search-string): Leave headline
20829         intact.
20831 2010-11-11  David Maus  <dmaus@ictsoc.de>
20833         * org.el (org-make-link-string): Don't escape characters in link
20834         type.
20836 2010-11-11  Bastien Guerry  <bzg@gnu.org>
20838         * org-capture.el (org-capture-templates): Update docstring to
20839         advertise %:org-date.
20841 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20843         * ob-dot.el (org-babel-execute:dot): Automatically specifies
20844         "-T<ext>" based on file name extension.
20846 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20848         * ob-org.el (org-babel-org-export): Raise error on nested export
20849         call.
20851 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20853         * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
20854         output files.
20856 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20858         * ob.el (org-babel-demarcate-block): Better initialization of
20859         stars.
20861 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20863         * org-src.el (org-src-tab-acts-natively): Add customize interface.
20865 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20867         * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
20868         New variable allowing prevention of automatic stripping of leading and
20869         trailing blank lines when exiting edit buffer.
20870         (org-edit-src-exit): Respect value of
20871         `org-src-strip-leading-and-trailing-blank-lines'
20872         (org-src-native-tab-command-maybe):
20873         Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
20874         this function.
20876 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
20878         * org-src.el (org-edit-src-code): If mark was inside code block
20879         then code edit buffer inherits mark with active region.
20881 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20883         * ob.el (org-babel-demarcate-block): Fix compiler warnings.
20885 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20887         * ob.el (org-babel-demarcate-block): Better handling of empty
20888         space around demarcated area.
20890 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20892         * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
20893         this command.
20895 2010-11-11  David Maus  <dmaus@ictsoc.de>
20897         * org-gnus.el (org-gnus-open-nntp): New function.
20899 2010-11-11  David Maus  <dmaus@ictsoc.de>
20901         * org-wl.el (org-wl-open-nntp): New function.
20903 2010-11-11  David Maus  <dmaus@ictsoc.de>
20905         * org-wl.el (org-wl-open): Open message by numeric reference if
20906         article part is not a message id.
20908 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20910         * org-agenda.el (org-agenda-filter-apply): Move cursor to a
20911         visible line.
20913 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20915         * ob.el (org-babel-demarcate-block): Interactive demarcation of
20916         code blocks.
20918         * ob-keys.el (org-babel-key-bindings): Key bindings for block
20919         demarcation.
20921 2010-11-11  Bastien Guerry  <bzg@gnu.org>
20923         * org.el (org-link-types): Add the "message" link type.
20925 2010-11-11  David Maus  <dmaus@ictsoc.de>
20927         * org.el (org-link-types): Add 'message:' link type to default
20928         link types.
20930 2010-11-11  Bastien Guerry  <bzg@gnu.org>
20932         * org-gnus.el (org-gnus-store-link): Add the :date property to
20933         gnus links, allowing the use of %:date in capture templates.
20935 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
20937         * org-list.el (org-cycle-list-bullet): Follow order of bullets
20938         indicated in doc-string.
20940         * org-list.el (org-list-bottom-point-with-indent): List is ended
20941         when a line is less indented that the last item, not the less
20942         indented item.
20944 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
20946         * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
20947         original file before resolving code block parameters to ensure
20948         headline and buffer wide parameters are taken into consideration
20949         when only a narrowed portion of the file is exported.
20951 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20953         * org.el (org-forward-same-level): Fix docstring.
20955 2010-11-11  Sebastian Rose  <sebastian_rose@gmx.de>
20957         * org-publish.el (org-publish-attachment): Put the attachment into
20958         the right directory.
20960 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
20962         * org.el (org-goto-first-child): New command.
20964 2010-11-11  Matt Lundin  <mdl@imapmail.org>
20966         * org-agenda.el (org-prepare-agenda): If the agenda is called from
20967         within the agenda via an elisp link, such as
20968         [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
20969         of the file containing the link, since that buffer is current
20970         during org-prepare agenda (due to a with-current-buffer in
20971         org-agenda-open-link).  An additional test now ensures that the
20972         agenda buffer is in fact current when the buffer is erased and
20973         local variables for the agenda are set.
20975 2010-11-11  David Maus  <dmaus@ictsoc.de>  (tiny change)
20977         * org-exp.el (org-infile-export-plist): Define property macro.
20979 2010-11-11  David Maus  <dmaus@ictsoc.de>
20981         * org-mhe.el (org-mhe-get-header): Remove possible folding white
20982         space in message header field.
20984 2010-11-11  David Maus  <dmaus@ictsoc.de>
20986         * org-feed.el (org-feed): Fix typo in customization group :tag
20987         property.
20989 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
20991         * org-latex.el (org-export-latex-tag-markup): New option.
20992         (org-export-latex-keywords-maybe):
20993         Use `org-export-latex-tag-markup'.
20995 2010-11-11  Rémi Vanicat  <vanicat@debian.org>  (tiny change)
20997         * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
20998         (org-ical-ts-to-string): Use UTC time when requested.
21000 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
21002         * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
21003         from 'file' to 'http'.
21005 2010-11-11  David Maus  <dmaus@ictsoc.de>
21007         * org.el (org-store-log-note): Fix wrong usage
21008         of`org-adapt-indentation'.
21010 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21012         * org.el (org-skip-over-state-notes): Do not compute bottom point
21013         at each item.
21015         * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
21016         instead of moving to each item.
21018 2010-11-11  David Maus  <dmaus@ictsoc.de>
21020         * org-capture.el (org-capture-templates): Small fix in doc string.
21022 2010-11-11  aaa bbb  <dominik@powerbook-g4-12-van-aaa-bbb.local>
21024         * org-archive.el (org-get-local-archive-location):
21025         Use `org-carchive-location' as default.
21027 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21029         * ob-C.el (org): No longer requires org.
21031         * ob-ledger.el (org): No longer requires org.
21033 2010-11-11  David Maus  <dmaus@ictsoc.de>
21035         * org.el (org-priority): Save match data before call to
21036         `read-char-exclusive'.
21038 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21040         * org-list.el (org-list-to-generic): Descriptions labels can be
21041         any suit of symbols, and will end at double colons.
21043 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21045         * org.el (org-indent-line-function): Indent past [@num] and
21046         [@start:num], consistently with what is already done with
21047         checkboxes.
21049 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21051         * org.el (org-store-log-note): Indent new notes to the right
21052         column.  Also take `org-list-two-spaces-after-bullet-regexp' into
21053         consideration when creating the note.
21055 2010-11-11  David Maus  <dmaus@ictsoc.de>
21057         * org-gnus.el (nnimap-group-overview-filename): Declare function
21058         to silence byte compiler.
21060 2010-11-11  David Maus  <dmaus@ictsoc.de>
21062         * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
21063         New customization variable.
21064         (org-gnus-nnimap-cached-article-number): New function.
21065         (org-gnus-follow-link): Try to fetch cached article number of
21066         message-id.
21068 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21070         * ob-org.el (org-babel-org-default-header): Used to insert a dummy
21071         first line into code blocks before export so that the first line
21072         is not interpreted as a title
21073         (org-babel-org-export): Use new dummy code block prefix.
21075 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21077         * ob.el (org-babel-insert-result): No longer throws error when
21078         inserting an empty result.
21080 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21082         * ob-tangle.el: Autoload org-babel-tangle-lang-exts from ob-tangle.
21084 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21086         * ob.el (org-babel-do-in-edit-buffer):
21087         Use `org-babel-where-is-src-block-head' to test for source block at
21088         point.
21090 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21092         * ob-keys.el (org-babel-key-bindings): Adding key-binding for
21093         `org-babel-goto-src-block-head'.
21095         * ob.el (org-babel-goto-src-block-head): Jump to the head of the
21096         current code block.
21098 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21100         * ob.el (org-babel-next-src-block): Now raising more informative
21101         error when no further code blocks can be found.
21102         (org-babel-previous-src-block): Now raising more informative error
21103         when no previous code blocks can be found.
21105 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21107         * org-exp-blocks.el
21108         (org-export-preprocess-after-include-files-hook): Now using this
21109         hook instead of `org-export-preprocess-hook'.
21111 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21113         * ob-plantuml.el (org-babel-execute:plantuml): ????
21115 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21117         * ob-python.el (org-babel-python-evaluate): Refactor as call to
21118         either `org-babel-python-evaluate-external-process' or
21119         `org-babel-python-evaluate-session'.
21120         (org-babel-python-evaluate-external-process): New function to
21121         handle evaluation in external process.
21122         (org-babel-python-evaluate-session): New function to handle
21123         evaluation in emacs inferior process.
21125 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21127         * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
21128         or html respecting :results header arg
21129         (org-babel-org-export): Exports a string of text to an output
21130         format.
21132 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21134         * ob.el (org-babel-insert-result): Remove existing results when
21135         nil results are returned.
21137 2010-11-11  David Maus  <dmaus@ictsoc.de>
21139         * org-ascii.el (org-export-as-ascii): Bind and set link path for
21140         link type specific markup function.
21142 2010-11-11  David Maus  <dmaus@ictsoc.de>
21144         * org-clock.el (notifications-notify): Properly declare function
21145         to silence byte compiler.
21147 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21149         * org-list.el (org-insert-item): Check invisibility of point at a
21150         meaningful location.
21152 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21154         * org-list.el (org-list-insert-item-generic): Updating checkboxes
21155         can modify bottom point of a list, so make it a marker before
21156         calling `org-update-checkbox-count-maybe'.
21158 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21160         * org.el (org-src-fontify-natively): Set to nil by default.
21161         Supply customize interface.
21163 2010-11-11  Bastien Guerry  <bzg@gnu.org>
21165         * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
21166         `org-bracket-link-analytic-regexp++' to match the link type.
21168 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21170         * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
21171         `language'.
21173 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21175         * ob-tangle.el (org-babel-tangle-comment-format-beg):
21176         Format string specifying the link-comment preceding a code block
21177         (org-babel-tangle-comment-format-end): Format string specifying
21178         the link-comment following a code block
21179         (org-babel-tangle-collect-blocks): Storing more information in the
21180         spec of a tangling code block
21181         (org-babel-spec-to-string): Now makes use of customizable
21182         link-comment formats.
21184 2010-11-11  Achim Gratz  <Stromeko@stromeko.net>  (tiny change)
21186         * org.el (org-delete-backward-char): Check for nil overwrite-mode
21187         before inserting spaces.
21189 2010-11-11  David Maus  <dmaus@ictsoc.de>
21191         * org-icalendar.el (org-print-icalendar-entries): Exclude tags
21192         from summary of non-TODO ical entries.
21193         (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
21194         exclude tags from summary of TODO ical entries.
21196 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21198         * ob.el (org-babel-map-src-blocks): Now exposes much information
21199         about the code block in the form of let-bound local variables.
21201 2010-11-11  David Maus  <dmaus@ictsoc.de>
21203         * org-list.el (org-outline-regexp, org-ts-regexp)
21204         (org-ts-regexp-both, org-in-regexps-block-p)
21205         (org-level-increment, org-at-heading-p)
21206         (outline-previous-heading, org-icompleting-read)
21207         (org-time-string-to-seconds): Declare to fix compiler warning.
21209 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21211         * org-list.el (org-toggle-checkbox): Ignore items in drawers when
21212         used from an heading.  Send an error when no item is in region.
21214 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21216         * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
21217         ensure that edit buffer is exited.
21219 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21221         * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
21222         control the amount of extra newlines inserted into tangled code
21223         (org-babel-tangle-collect-blocks): Now conditionally collects
21224         information to be used for "org" style comments
21225         (org-babel-spec-to-string): Now inserts "org" style comments, and
21226         obeys the newline configuration variable when inserting whitespace.
21228 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21230         * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
21231         hook
21232         (org-babel-tangle): Calls new tangle hook.
21234 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
21236         * org-capture.el (org-capture): Compute the length of the correct
21237         string when removing properties.
21239 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21241         * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
21242         names before shell quoting.
21244 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21246         * org-src.el (org-src-tab-indents-natively): New variable
21247         controlling whether language-native TAB action should be performed
21248         (org-src-native-tab-command-maybe): New function to perform
21249         language-native TAB action.
21250         (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
21252 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21254         * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
21255         `org-plantuml-jar-path' before use.
21257 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21259         * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
21260         language major mode buffers during fontification.
21262 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21264         * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
21265         match code blocks with switches and header args.
21266         Call `org-src-font-lock-fontify-block' for automatic fontification of
21267         code in code blocks, controlled by variable
21268         `org-src-fontify-natively'.
21269         (org-src-fontify-natively): New variable.
21271 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21273         * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
21274         inf-ruby.
21276 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
21278         * org-html.el (org-html-make-link): (expand-file-name) removes
21279         one "/" from "///path-to-file", so add one.  Anything other than
21280         'file' type should be exported along with the type.
21282 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
21284         * org.el (org-insert-subheading): Fix compiler warning
21285         (org-insert-todo-subheading): Fix compiler warning.
21287 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
21289         * org-capture.el (org-capture): Remove read-only text properties
21290         from capture text.
21291         (org-capture-set-target-location): Throw an error if file+headline
21292         target does not point into a file which is in Org mode.
21294 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21296         * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
21298 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21300         * org-src.el (org-edit-src-code): Improve docstring.
21302 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21304         * ob.el (org-babel-execute-src-block): Document prefix argument in
21305         docstring.
21307 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21309         * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
21310         org-ditaa-jar-path with expand-file-name.
21312 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21314         * ob.el (org-babel-execute-subtree): Pass prefix arg through to
21315         `org-babel-execute-src-block'.
21317 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21319         * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
21320         [@x] syntax for list numbering.
21322 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21324         * org.el (org-indent-line-function): Indentation of source block
21325         is left to `org-edit-src-exit' and shouldn't be modified by
21326         `org-indent-line-function'.  Indentation of others blocks should be
21327         the same as the #+begin line.
21329 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21331         * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
21332         forms on source blocks in current buffer; restore point in current
21333         buffer.
21335 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21337         * org-list.el (org-list-struct): Accept list boundaries as an
21338         argument in order to avoid computing `org-list-top-point' and
21339         `org-list-bottom-point' twice when indenting.
21341 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21343         * org-list.el (org-list-ending-method): Default value is now
21344         `both', to ensure maximum compatibility before previous
21345         implementation.
21347 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21349         * org-list.el (org-list-in-item-p-with-indent): Test if first line
21350         is the item beginning.
21352         * org-list.el (org-list-top-point-with-indent): Test if first line
21353         is a valid list beginning.
21355 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21357         * org-list.el (org-list-ending-method): New customizable variable
21358         to tell Org Mode how lists end.  See docstring.
21360 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21362         * org-list.el (org-indent-item-tree): Shifting step of top-level
21363         item depends on `org-level-increment'.
21365 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21367         * org.el (org-indent-line-function): Indent first non blank line
21368         after a list according to current heading level.
21370 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21372         * org-docbook.el (org-export-as-docbook): Remove check for
21373         indentation on lines that do not start with a list bullet.
21375         * org-html.el (org-export-as-html): Same thing.
21377 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21379         * org-list.el (org-list-bottom-point): Take into consideration
21380         that bound of search can be before true ending of the list.
21382 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21384         * org-list.el (org-list-struct-apply-struct): No longer shift
21385         item's body twice: one after replacing bullet and one after
21386         changing indentation.
21388 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21390         * org-list.el (org-list-struct-indent): Add code to replace
21391         bullets if needed when indenting.
21393 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21395         * org-list.el (org-list-insert-item-generic): A single item
21396         already counting blank lines in his body should be separated with
21397         the next one by a blank line.  Moreover, if user already provided
21398         blank lines, follow his wishes.
21400 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21402         * org-list.el (org-indent-item-tree): When moving top item of a
21403         *-list to column 0, only the first item had its bullet changed to
21404         -.  It now changes all items of the top-level list, as expected.
21406 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21408         * org-list.el (org-toggle-checkbox): Go to beginning of line
21409         before processing.
21411 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21413         * org-list.el (org-list-struct-apply-struct): Check if ancestor
21414         exists.
21416 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21418         * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
21419         done at each item.
21421 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21423         * org-list.el : Removed unused variable
21424         `org-suppress-item-indentation'.
21426         * org-list.el (org-renumber-ordered-list): Skip item if bullet
21427         number is already good.
21429 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21431         * org-list.el (org-list-automatic-rules): Doc-string reflects this
21432         change.
21434         * org-list.el (org-indent-item-tree): Prevent whole list from
21435         being moved when user is not moving subtree.
21436         Thus `org-cycle-item-indentation' will not allow to move the list.
21438 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21440         * org-list.el (org-indent-item-tree): Remove region code.  It was
21441         prone to errors and undocumented.
21443         * org-list.el (org-item-indent-positions): Better heuristics to
21444         determine what bullet the item will have when demoted.
21446 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21448         * org-list.el (org-list-bullet-string): First check if
21449         `org-list-two-spaces-after-bullet-regexp' isn't nil.
21451 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21453         * org-list.el (org-list-bullet-string): Do not modify match-data.
21455         * org.el (org-toggle-item): Now working again when changing list
21456         items into plain text.  Moreover take into consideration
21457         `org-list-two-spaces-after-bullet-regexp'.
21459 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21461         * org-list.el (org-indent-item-tree): Remove unnecessary bullets
21462         fix, and improved heuristics to determine bullet when indenting.
21464         * org-list.el (org-item-indent-positions): Function now returns
21465         sane results when there are two lists separated with blank lines
21466         only.
21468 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21470         * org-docbook.el (org-export-as-docbook): Use override="num" in
21471         any listitem matching [@start:num].
21473         * org-html.el (org-export-as-html): Use value="num" in any li
21474         matching [@start:num].
21476 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21478         * org.el (org-set-font-lock-defaults): Correct fontification for
21479         checkboxes found after [@start:?].
21481         * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
21482         [@start:?]  when looking at a regex after a bullet.
21484         * org-list.el (org-toggle-checkbox): Correct insertion of
21485         checkboxes when there is already a [@start:?] in the item.
21487         * org-list.el (org-checkbox-blocked-p): Properly check if there's
21488         an unchecked item before.
21490         * org-list.el (org-list-parse-list): Function handles items having
21491         both a counter and a checkbox.
21493 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21495         * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
21496         stores both indentation and bullet when cycle started.
21498 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21500         * org-list.el: `org-at-description-p' renamed to
21501         `org-at-item-description-p', `org-first-list-item-p' renamed to
21502         `org-list-first-item-p', `org-end-of-item-text-before-children'
21503         renamed to `org-end-of-item-or-at-child'.
21505 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21507         * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
21508         of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
21509         before toggling a checkbox.
21511 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21513         * org-list.el (org-list-bullet-string): New function returning
21514         bullet concatenated with an appropriate number of white spaces.
21516         * org-list.el (org-list-insert-item-generic): Insert the right
21517         bullet, with help of `org-list-bullet-string'.
21519         * org-list.el (org-indent-item-tree):
21520         Use `org-list-bullet-string'.
21522         * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
21524         * org-list.el (org-toggle-checkbox): Send an error when
21525         `org-toggle-checkbox' is trying to insert a checkbox at a
21526         description item.
21528         * org-list.el (org-item-re): Modify regexp so it can catch
21529         correct number of white space before item body.
21531         * org-list.el (org-list-at-regexp-after-bullet-p): Take into
21532         consideration new `org-item-re'.
21534 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21536         * org-list.el (org-list-insert-item-generic): The second item in a
21537         list will be separated from its predecessor with the number of
21538         blank lines separating the first item from its parent, if any, or
21539         no blank line.
21541 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21543         * org-list.el (org-indent-item-tree): Fix and reorder every list
21544         and sublist, from parent of list that has moved if indenting, or
21545         from list at point if outdenting.
21547 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21549         * org-list.el (org-indent-item-tree): Try to keep relative
21550         position on line.  It can't if point is in white spaces before
21551         bullet because mixed tabs and spaces make some columns
21552         unattainable.
21554 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21556         * org-list.el (org-cycle-item-indentation): Cycle when the whole
21557         item only contains bullet and maybe a checkbox.  Previously, TAB
21558         would cycle when the first line of the item was blank.
21560 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21562         * org-list.el (org-cycle-item-indentation): Allow a point just
21563         after a description item or a checkboxed item to start cycling.
21565 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21567         * org-list.el (org-cycle-list-bullet):
21568         Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
21569         as valid bullets when cycling.
21571 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21573         * org-list.el (org-cycle-item-indentation): Do return t if and
21574         only if cycling is possible and succeded.
21576 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21578         * org-list.el (org-indent-item-tree): When outdenting a subtree,
21579         the last item shouldn't have a children.
21581 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21583         * org-list.el (org-cycle-item-indentation): Cycling should play
21584         nicely with indent rule in `org-list-automatic-rules'.
21586 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21588         * org-list.el (org-indent-item-tree): If indent rule is activated,
21589         it should be impossible to outdent an item having children without
21590         moving its subtree.  Improved reordering of lists modified by
21591         cycling indentation.
21593 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21595         * org-list.el (org-maybe-renumber-ordered-list): Remove call for
21596         `org-fix-bullet-type' to prevent infinite loop, and some checks
21597         already done in `org-renumber-ordered-list'.
21599         * org-list.el (org-fix-bullet-type): Remove a check and call
21600         directly `org-maybe-renumber-ordered-list'.
21602 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21604         * org-list.el (org-indent-item-tree): It shouldn't be possible to
21605         indent the first item of a sublist (though outdent is possible) as
21606         it would break list's structure.
21608 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21610         * org-list.el (org-list-insert-item-generic): When local search
21611         doesn't help, search the list globally for blank lines.  Moreover,
21612         don't bother with new lists, and add 1 blank line.
21614 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21616         * org-capture.el (org-capture-place-item):
21617         Use `org-search-forward-unenclosed' and
21618         `org-search-backward-unenclosed' and new variable
21619         `org-item-beginning-re'.
21621         * org-list.el (org-item-beginning-re): Regexp matching beginning
21622         of an item.
21624 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21626         * org-list.el (org-cycle-list-bullet): Put back support for
21627         'previous argument.
21629 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21631         * org-list.el (org-in-item-p): Handle case when point is at an
21632         heading.
21634         * org-list.el (org-list-make-subtree): Add protection when used
21635         outside of list.
21637         * org-list.el (org-insert-item): Remove useless hack now
21638         `org-in-item-p' is fixed.
21640         * org-timer.el (org-timer-item): Remove useless hack now
21641         `org-in-item-p' is fixed.
21643 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21645         * org-list.el (org-cycle-list-bullet): Prevent description items
21646         from being numbered.  String argument is also recognized now, as
21647         long as it is a valid bullet.
21649 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21651         * org-list.el (org-indent-item-tree): Moving indentation of top
21652         list item will make the whole list move.
21654         * org-list.el (org-apply-on-list): Function is less sensitive to
21655         changes of indentation.
21657 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21659         * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
21660         of the regexp.
21662         * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
21664         * org-list.el (org-cycle-item-indentation): Allow cycling
21665         description items and checkbox items.
21667         * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
21669         * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
21670         regexp.
21672 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21674         * org-list.el (org-insert-item-internal): Guessing of blank lines
21675         number is made by looking at neighboring items, if any.
21677 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21679         * org-list.el (org-sort-list): Add the possibility to sort timer
21680         lists with the ?t or ?T options.
21682 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21684         * org-list.el (org-search-unenclosed-internal): New function to
21685         handle both `org-search-forward-unenclosed' and
21686         `org-search-backward-unenclosed'.
21688         * org-list.el (org-search-backward-unenclosed): Can send errors
21689         now.  Removed useless usage of COUNT.
21691         * org-list.el (org-search-forward-unenclosed): Can send errors
21692         now.  Removed useless usage of COUNT.
21694         * org-list.el (org-update-checkbox-count):
21695         Use `org-search-forward-unenclosed' and
21696         `org-search-backward-unenclosed' instead of `re-search-forward'
21697         and `re-search-backward'.
21699         * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
21700         and `org-search-backward-unenclosed' instead of
21701         `re-search-forward' and `re-search-backward'.
21703         * org-list.el (org-list-make-subtree):
21704         Use `org-search-forward-unenclosed' and
21705         `org-search-backward-unenclosed' instead of `re-search-forward'
21706         and `re-search-backward'.
21708 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21710         * org-list.el (org-insert-item-internal): Fixes the problem when
21711         point was before the first char of the item's body.
21713 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21715         * org-timer.el (org-timer-item): Refactoring.  Compute timer string
21716         before inserting it in the buffer.
21718         * org-timer.el (org-timer): Add an optional argument to return
21719         timer string instead of inserting it.
21721 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21723         * org-list.el (org-insert-item-internal): New function to handle
21724         positioning and contents of an item being inserted at a specific
21725         pos.  It is not possible anymore to split a term in a description
21726         list or a checkbox when inserting a new item.
21728         * org-list.el (org-insert-item): Refactored by using the new
21729         `org-insert-item-internal' function.
21731         * org-timer.el (org-timer-item): Refactored by using the new
21732         `org-insert-item-internal' function.
21734 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21736         * org-list.el (org-list-bottom-point): Be sure to check real
21737         ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
21739         * org.el (org-cycle-internal-local): Cycle up to end of subtree or
21740         end of item if we are in a list.
21742 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21744         * org-list.el (org-insert-item): Move before any special block in
21745         a list prior to add a new item.
21747         * org-timer.el (org-timer-item): When in a timer list, insert a
21748         new timer item like `org-insert-item'.  If in another list, send an
21749         error.  Otherwise, start a new timer list.
21751 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21753         * org-list.el: Minor refactoring.
21755 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21757         * org-timer.el (org-timer-item): Insert description list item at
21758         the right column.
21760         * org-list.el (org-insert-item): Insert the right number of blank
21761         lines before a relative timer.
21763 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21765         * org-list.el (org-insert-item): Remove restriction on latex
21766         blocks.
21768 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21770         * org-list.el (org-search-backward-unenclosed): Do not stop in
21771         protected places.
21773         * org-list.el (org-search-forward-unenclosed): Do not stop in
21774         protected places.
21776         * org-latex.el (org-export-latex-lists): Use the fact that
21777         org-search-forward do not stop anymore at protected places.
21779 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21781         * org-list.el (org-search-backward-unenclosed): Do not prevent
21782         list items from being inside LaTeX blocks.
21784         * org-list.el (org-search-forward-unenclosed): Do not prevent list
21785         items from being inside LaTeX blocks.
21787 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21789         * org-list.el (org-in-item-p): Do not widen before checking if we
21790         are in item.
21792         * org-list.el (org-list-send-list): We cannot count on
21793         `org-list-top-point' and `org-list-bottom-point' before buffer is
21794         narrowed.  Find bounds of list otherwise.
21796 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21798         * org-list.el (org-list-end-regexp): By default, list ending is
21799         exactly 2 blank lines.
21801 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21803         * org-docbook.el (org-export-as-docbook): When we find an empty
21804         line, we do not need to check for
21805         `org-empty-line-terminates-plain-lists' because we would have
21806         found end-list marker before.
21808         * org-html.el (org-export-as-html): Same.
21810 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21812         * org-list.el (org-insert-item): Simplify count of blank lines to
21813         insert.
21815 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21817         * org-list.el (org-list-end-regexp): New customizable variable to
21818         define what string should end lists.
21820         * org-list.el (org-list-end-re): Function is now aware of
21821         `org-list-end-regexp'.
21823 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21825         * org-html.el (org-export-as-html): Code cleanup.
21827 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21829         * org-docbook.el (org-export-as-docbook): Properly close any open
21830         list when seeing ORG-LIST-END.  Removed any reference to now
21831         unneeded DIDCLOSE variable.
21833 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21835         * org-exp.el (org-export-mark-list-ending): Fix number of blank
21836         lines inserted after a list.
21838         * org-list.el (org-list-parse-list): Fix case when
21839         `org-list-end-re' would have an indentation greater than current
21840         list.
21842 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21844         * org-exp.el (org-export-mark-list-ending): Differentiate between
21845         export backends, and replace `org-list-end-re' by a blank line
21846         upon exporting.
21848 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21850         * org-html.el (org-export-as-html): Delete didclose and everything
21851         related to it, as it is no longer needed.
21853 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21855         * org-html.el (org-export-html-preprocess): Remove unneeded
21856         insertion of list end marker, as it is now handled by
21857         `org-export-mark-list-ending'.
21859         * org-html.el (org-export-as-html): Cleaner termination of lists.
21861         * org-exp.el (org-export-mark-list-ending): New function to insert
21862         specific markers at the end of lists when exporting to a backend
21863         not using `org-list-parse-list'.  This function is called early in
21864         `org-export-preprocess-string', while it is still able to
21865         recognize lists.
21867         * org-latex.el (org-export-latex-lists): Better search for
21868         lists.  It now only finds items not enclosed and not protected.
21870 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21872         * org-list.el: Replaced `re-search-forward' by
21873         `org-search-forward-unenclosed' where it made sense.
21875 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21877         * org-list.el (org-apply-to-list): Now a return value is handed at
21878         each new call of the function applied.
21880         * org-list.el (org-fix-bullet-type): Use the new
21881         `org-apply-to-list' format.
21883         * org-list.el (org-renumber-ordered-list): Use the new
21884         `org-apply-to-list' format.
21886 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21888         * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
21889         correctly used.
21891         * org-list.el (org-search-forward-unenclosed): Better regexp used.
21893         * org-list.el (org-search-backward-unenclosed): Better regexp
21894         used.
21896 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21898         * org-list.el (org-sort-list): End-rec function was ill-defined.
21900 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21902         * org-list.el (org-search-forward-unenclosed): Fix behavior when
21903         last occurrence was enclosed.
21905         * org-list.el (org-search-backward-unenclosed): Fix behavior when
21906         last occurrence was enclosed.
21908 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21910         * org.el (org-in-regexps-block-p): Fix documentation.
21912 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21914         * org-list.el (org-search-backward-unenclosed): Fix block regexp.
21916         * org-list.el (org-search-forward-unenclosed): Fix block regexp.
21918         * org-list.el (org-list-parse-list): Minor fix.
21920 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21922         * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
21923         called with t argument.
21925 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21927         * org-html.el (org-export-html-preprocess):
21928         Replace `org-list-end-re' by a blank line during pre-process.
21930 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21932         * org-list.el (org-list-bottom-point): No need for square brackets
21933         for `skip-chars-backward'.
21935 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21937         * org-html.el: Do not delete space between end of list and
21938         beginning of the following.
21940 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21942         * org-html.el: Preprocess buffer string and add ORG-LIST-END where
21943         needed.  Lists should not end before seeing this.
21945 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21947         * org-html.el: Notice end of lists.
21949 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
21951         * org-list.el (org-list-parse-list): Better handling of
21952         restrictions when function is called on a list with sublists.
21954         * org-list.el (org-list-send-list): Find the true ending of the
21955         list being sent.
21957         * org-list.el (org-list-radio-list-templates): Templates are more
21958         specific to lists.
21960 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21962         * ob-js.el (org-babel-js-eoe): Indicate end of input
21963         (org-babel-execute:js): Support for session evaluation
21964         (org-babel-prep-session:js): Fleshed out definition
21965         (org-babel-js-initiate-session): Can initiate a session using
21966         mozrepl.
21968 2010-11-11  David Maus  <dmaus@ictsoc.de>
21970         * org.el (org-set-regexps-and-options): Protect escape char in
21971         `org-complex-heading-regexp-format'.
21973 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
21975         * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
21976         session-based evaluation
21977         (org-babel-execute:scheme): Now supports session-based evaluation
21978         (org-babel-prep-session:scheme): Now works and defines variables
21979         (org-babel-scheme-initiate-session): Now works using run-scheme
21980         from cmuscheme.
21982 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
21984         * org.el (org-export-latex-default-packages-alist): Remove the
21985         t1enc package - this is already covered by fontenc.
21987 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21989         * ob.el (with-parsed-tramp-file-name): Declared
21990         (org-babel-tramp-localname): Ensure variable name exists locally.
21992 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
21994         * ob.el (org-babel-temp-file): Don't use babel temporary directory
21995         in remote case; use make-temp-file with remote file name so that
21996         temp file is guaranteed not to exist previously on remote machine.
21997         (org-babel-tramp-localname): New function to return local name
21998         portion of possibly remote file specification.
22000 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22002         * ob-R.el (org-babel-R-write-object-command): New unified R
22003         command for writing results to file
22004         (org-babel-R-wrapper-method): Remove variable
22005         (org-babel-R-wrapper-lastvar): Remove variable
22006         (org-babel-R-evaluate-external-process): Use new R command
22007         (org-babel-R-evaluate-session): Use new R command.
22009 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22011         * ob-comint.el
22012         (org-babel-comint-eval-invisibly-and-wait-for-file): New function
22013         to evaluate code invisibly and block until output file exists.
22015         * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
22016         evaluate R code in session for :results value.  Write result to
22017         file invisibly using new function
22018         `org-babel-comint-eval-invisibly-and-wait-for-file'.
22020 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22022         * org-capture.el (org-capture-fill-template): Align tags after
22023         insertion.
22025 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22027         * org-exp.el (org-export-concatenate-multiline-emphasis):
22028         Ignore matches that start in a headline.
22030 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22032         * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
22033         and out-file in shell-quote-argument.
22035 2010-11-11  David Maus  <dmaus@ictsoc.de>
22037         * org-docview.el (org-docview-store-link): Use expanded macro to
22038         get current page.
22039         (doc-view-goto-page, image-mode-window-get): Declare functions for
22040         byte compiler.
22042 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22044         * ob-scheme.el: Very preliminary support for evaluating scheme
22045         code blocks.
22047         * org.el (org-babel-load-languages): Adding scheme.
22049 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22051         * ob.el (require): Remove circular (require 'org).
22053 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22055         * ob-R.el (ess-make-buffer-current): Declared.
22056         (ess-ask-for-ess-directory): Declared.
22057         (ess-local-process-name): Declared.
22058         * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
22060         * ob.el (org-edit-src-code): Fixing arguments.
22061         (org-edit-src-exit): Declared.
22062         (org-outline-overlay-data): Declared.
22063         (org-set-outline-overlay-data): Declared.
22065 2010-11-11  Glenn Morris  <rgm@gnu.org>
22067         * ob.el: Require org when compiling.
22068         (org-save-outline-visibility): Remove macro declaration.
22070         * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
22071         Remove unnecessary/macro declarations.
22073         * org-docview.el: Require doc-view when compiling.
22074         (doc-view-goto-page): Autoload rather than declaring.
22075         (doc-view-current-page): Remove macro declaration.
22077         * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
22078         (org-entry-get, org-table-import): Fix declarations.
22079         (org-match-string-no-properties): Remove declaration.
22081         * ob-sh.el (org-babel-comint-in-buffer)
22082         (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
22083         (org-babel-comint-with-output): Remove unnecessary declarations.
22085         * ob-R.el (orgtbl-to-tsv): Fix declaration.
22087         * org-list.el (org-entry-get): Fix declaration.
22089 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22091         * ob.el (org-babel-remove-temporary-directory): Remove explicit
22092         second argument.
22094 2010-11-11  Magnus Henoch  <magnus.henoch@gmail.com>  (tiny change)
22096         * org-clock.el (org-clocktable-steps): Allow ts and te to be day
22097         numbers.
22099 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22101         * org-macs.el (org-save-outline-visibility): Move from org.el.
22103 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22105         * ob-org.el (org-babel-default-header-args:org): Additional
22106         ":results silent" default header argument for org code blocks.
22108 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22110         * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
22111         which is now an alias to ":eval no".
22113 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22115         * ob.el (org-babel-remove-temporary-directory): The version of
22116         `delete-directory' found in files.el can not be assumed to be
22117         present on all versions, so this copies the recursive behavior of
22118         that command in such a way that all calls to delete-directory will
22119         also work with the built-in internal C implementation of that
22120         function.  This is not overly difficult as all elements of the
22121         directory can be assumed to be files.
22123 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22125         * ob-C.el (org-babel-C-execute): Corrected arguments to
22126         org-babel-temp-file.
22128 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22130         * ob.el (org-babel-temporary-directory): Variable to hold the
22131         value of the Babel temporary directory.
22133 2010-11-11  Aditya Siram  <aditya.siram@gmail.com>
22135         * ob.el (org-babel-load-in-session): Expanding noweb references
22136         when appropriate.
22138 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
22140         * org.el (org-make-link-regexps): Modify regexp of
22141         org-plain-link-re.
22143 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
22145         * org-habit.el (org-habit-parse-todo): Find sr-days only if
22146         scheduled-repeat is non nil.  Use 4th element of the list returned
22147         by (org-heading-components) as habit-entry.  Modify the error
22148         message to be more meaningful.
22150 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22152         * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
22153         ":border" header arguments which both use the "preview" latex
22154         package to fit the resulting PDF image to the figure.
22156 2010-11-11  David Maus  <dmaus@ictsoc.de>
22158         * org-wl.el (org-wl-store-link): Don't try to store link if point
22159         is at end of buffer.
22161 2010-11-11  Harri Kiiskinen  <harkiisk@gmail.com>
22163         * org-publish.el (org-publish-project-alist): Document the new
22164         body-only property.
22165         (org-publish-org-to): Use the body-only property.
22167 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
22169         * org.el (org-store-link): Return link when invoked
22170         non-interactively from an agenda buffer.
22172 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
22174         * org.el (org-store-link): Storing of links to headlines in
22175         indirect buffers was broken.  Fix it.
22177 2010-11-11  Aidan Kehoe  <kehoea@parhasard.net>
22179         * ob-tangle.el (org-babel-tangle): Change the MODE argument to
22180         #'set-file-modes to use integer, not character syntax, avoiding
22181         compile problems with recent XEmacs.
22183 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22185         * org-agenda.el (org-agenda-add-entry-text): Make sure we move
22186         forward even if there is no text to be added.
22188 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22190         * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
22191         tags/property matcher.
22193 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22195         * org-exp.el (org-infile-export-plist): Bind case-fold-search to
22196         t.
22198 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22200         * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
22202 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22204         * org-latex.el (org-export-latex-set-initial-vars):
22205         Bind `case-fold-search' to t around the search for special LaTeX setup.
22207         * org-beamer.el (org-beamer-after-initial-vars):
22208         Bind `case-fold-search' to t around the search for special BEAMER
22209         setup.
22211 2010-11-11  David Maus  <dmaus@ictsoc.de>
22213         * org-agenda.el (org-write-agenda): Delete PostScript file after
22214         creating conversion to PDF.
22216 2010-11-11  David Maus  <dmaus@ictsoc.de>
22218         * org-agenda.el (org-write-agenda): Move require statements to
22219         proper place in evaluated lisp expression.
22221 2010-11-11  David Maus  <dmaus@ictsoc.de>
22223         * org-agenda.el (org-write-agenda): Rename temporary buffer to
22224         remove dependency of `flet' macro.
22226 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22228         * ob-lob.el (org-babel-lob-get-info): Edit docstring.
22230 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22232         * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
22233         from all standard sources when executing #+lob/#+call lines.
22235 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22237         * ob-R.el (org-babel-R-evaluate): Break the two branches into two
22238         separate functions
22239         (org-babel-R-evaluate-external-process): New function to handle
22240         external process evaluation
22241         (org-babel-R-evaluate-session): New function to handle session
22242         evaluation.
22244 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22246         * ob.el (org-babel-initiate-session): New function derived from
22247         previous `org-babel-switch-to-session'
22248         (org-babel-switch-to-session): Refactored to use new
22249         `org-babel-initiate-session'.
22251 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22253         * ob.el (org-babel-switch-to-session): Supply missing "P" argument
22254         to (interactive).
22256 2010-11-11  David Maus  <dmaus@ictsoc.de>
22258         * org-feed.el (org-feed-format-entry): Decode entry according to
22259         its character encoding.
22261 2010-11-11  David Maus  <dmaus@ictsoc.de>  (tiny change)
22263         * org-feed.el (xml-substitute-special): Declare function for byte
22264         compiler.
22265         (org-feed-unescape): Remove.
22266         (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
22267         Use `xml-substitute-special' to unescape XML entities.
22269 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22271         * ob.el (org-babel-switch-to-session): Throw error if block if
22272         :session not in effect for the block.
22274 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22276         * org-table.el (org-table-create-with-table.el): Align table
22277         before converting.
22279 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22281         * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
22282         that org-src buffer is current before attempting exit.
22284 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22286         * org-src.el (ob-comint): Require 'ob-comint
22287         (org-src-babel-info): Define variable.
22289 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22291         * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
22292         in the language major mode edit buffer.
22293         (org-babel-do-key-sequence-in-edit-buffer): New function to call
22294         an arbitrary key sequence in the language major mode edit buffer.
22296         * org-src.el (org-src-switch-to-buffer): Add new allowed value
22297         'switch-invisibly for `org-src-window-setup'.
22299 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22301         * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
22302         is used.
22303         (org-src-do-at-code-block): New macro to evaluate lisp with point
22304         at the start of the Org code block containing the code in this
22305         edit buffer.
22306         (org-src-do-key-sequence-at-code-block): New function to execute
22307         command bound to key at the Org code block containing the code in
22308         this edit buffer.
22310 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22312         * ob-R.el (org-babel-R-associate-session): New function to
22313         associate R code edit buffers with ESS comint session.
22315 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22317         * org-src.el (org-edit-src-code): If at src block, store babel
22318         info as buffer local variable.
22319         (org-src-associate-babel-session): New function to associate code
22320         edit buffer with comint session.  Does nothing unless a
22321         language-specific function named
22322         `org-babel-LANG-associate-session' exists.
22323         (org-src-babel-configure-edit-buffer): New function to be called
22324         in `org-src-mode-hook'.
22325         (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
22326         hook.
22328 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22330         * ob.el (org-babel-switch-to-session-with-code): New function to
22331         generate split frame displaying edit buffer and session.
22333 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22335         * org.el (org-set-tags): Consider org-indent-mode when computing
22336         the tags column.
22338 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22340         * org-compat.el (org-looking-at-p): Only use looking-at-p when
22341         defined.
22343 2010-11-11  David Maus  <dmaus@ictsoc.de>
22345         * org-agenda.el (org-finalize-agenda-entries): Delete excluded
22346         lines directly after call to sorting filter function.
22348 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22350         * org.el (org-complex-heading-regexp-format): Document the
22351         variable.
22352         (org-get-refile-targets): Use `org-complex-heading-regexp-format'
22353         to make the regular expression for matching the headline.
22355 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22357         * org.el (org-refile-check-position): New function.
22358         (org-goto):
22359         (org-refile-get-location): Call `org-refile-check-position'.
22361 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22363         * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
22364         instead of equal to compare symbols.
22366 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22368         * org-agenda.el (org-agenda-before-sorting-filter-function):
22369         New hook function.
22370         (org-finalize-agenda-entries):
22371         Apply `org-agenda-before-sorting-filter-function'.
22373 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22375         * org-latex.el (org-export-latex-first-lines): Do not protect meta
22376         lines that have nothing to do with babel.
22378 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22380         * org-capture.el (org-capture-place-template): Handle the
22381         checkitem case.
22382         (org-capture-place-item): Provide boundaries for the search to
22383         make sure we do not get a match in a different tree.
22385 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22387         * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
22388         argument parser.
22390 2010-11-11  Noorul Islam  <noorul@noorul.com>
22392         * org-latex.el (org-latex-to-pdf-process): Add output-directory
22393         option for the command pdflatex.
22394         (org-export-as-pdf): Respect directory in path of
22395         EXPORT_FILE_NAME.
22397 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22399         * org-exp.el (org-export-with-LaTeX-fragments): New default t,
22400         which now means to use MathJax processing for HTML.  Also allow
22401         new value `dvipng' to force the old image processing.
22402         (org-infile-export-plist): Parse for MATHJAX setup line.
22404         * org-html.el (org-export-html-mathjax-options): New option.
22405         (org-export-html-mathjax-config): New function.
22406         (org-export-html-mathjax-template): New option.
22407         (org-export-html-preprocess): Call the LaTeX snippet processor
22408         with an additional argument to declare special ways of processing.
22409         (org-export-as-html): Bind the dynamical variable
22410         `org-export-have-math'.  Insert the MathJax script template when
22411         it is needed by the document.
22413         * org.el (org-preview-latex-fragment): Call `org-format-latex'
22414         with the additional processing argument.
22415         (org-export-have-math): New variable, for dynamic scoping.
22416         (org-format-latex): Implement specific ways of processing.
22417         New function argument for processing type.
22418         (org-org-menu): Remove the entry to configure LaTeX snippet
22419         processing.
22421 2010-11-11  Bastien Guerry  <bzg@gnu.org>
22423         * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
22424         `org-clock-goto' and `J' for `org-agenda-clock-goto'.  If the
22425         heading currently clocked in is not listed in the agenda, display
22426         this entry in another buffer.  If there is no running clock,
22427         display a help message.
22429 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
22431         * org-latex.el (org-export-latex-tables): Return "" instead of nil
22432         when no label is attached.
22434 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22436         * org-agenda.el (org-agenda-menu-show-match): New option.
22437         (org-agenda-menu-two-column): New option.
22438         (org-agenda-get-restriction-and-command): Implement dispatch menu
22439         without showing the matcher, and with two-column display.
22441 2010-11-11  Bernt Hansen  <bernt@norang.ca>
22443         * org-indent.el (org-indent-mode): Fix grammar for message when
22444         mode is refused.
22446 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22448         * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
22449         no previous result exists.
22451 2010-11-11  Noorul Islam  <noorul@noorul.com>
22453         * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
22454         warning.
22456 2010-11-11  Noorul Islam  <noorul@noorul.com>
22458         * org.el (org-set-visibility-according-to-property): Use backward
22459         search instead of forward, so that top hierarchy gets priority.
22461 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22463         * org-agenda.el (org-timeline): Allow indirect buffer.
22465 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22467         * org-exp.el (org-export-preprocess-after-radio-targets-hook):
22468         (org-export-define-heading-targets-headline-hook): New hooks.
22470         * org.el (org-modules): Add entry for org-wikinodes.el.
22471         (org-font-lock-set-keywords-hook): New hook.
22472         (org-open-at-point-functions): New hook.
22473         (org-find-exact-headling-in-buffer):
22474         (org-find-exact-heading-in-directory): New functions.
22475         (org-mode-flyspell-verify): Better cursor position for checking if
22476         flyspell should ignore a word.
22478 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22480         * org-indent.el (org-indent-remove-properties):
22481         (org-indent-add-properties): Make sure changing these properties
22482         does not trigger modification hooks.
22484 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22486         * org.el (org-link-search-must-match-exact-headline): New option.
22487         (org-link-search-inhibit-query): New variable.
22488         (org-link-search): Search for exact headline match in Org files.
22490 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22492         * ob.el (org-babel-execute-src-block-maybe): Remove check for
22493         `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
22494         function `org-babel-execute-safely-maybe'.
22496 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22498         * ob.el (org-babel-load-in-session): Set directory in case :dir
22499         arg is in effect.
22501 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22503         * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
22504         errors when we're not under of a headline.
22506 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22508         * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
22509         write delimited text instead of save -ascii
22510         (org-babel-octave-import-elisp-from-file): Specify that data
22511         written to file is tab-delimited.
22513 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22515         * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
22516         tab-delimited.
22518 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22520         * ob.el (org-babel-import-elisp-from-file): Allow separator to be
22521         specified.
22523 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22525         * ob-python.el (org-babel-python-table-or-string): Fix recognition
22526         of lists and tuples.
22528 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22530         * ob-octave.el (org-babel-octave-evaluate-external-process):
22531         Allow remote files.
22533 2010-11-11  Juan Pechiar  <pechiar@computer.org>
22535         * ob-octave.el (org-babel-octave-evaluate-external-process):
22536         Use `org-babel-octave-import-elisp-from-file' instead of
22537         `org-babel-eval-read-file'.
22538         (org-babel-octave-var-to-octave): Separate matrix rows with ';',
22539         and use '%s' as format specifier instead of '%S'.
22541 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22543         * ob-octave.el: Only (require 'matlab) when necessary.
22544         (org-babel-octave-initiate-session): (require) octave-inf or matlab
22545         as appropriate.
22546         (org-babel-execute:matlab): Remove (require).
22547         (org-babel-prep-session:matlab): Remove (require).
22548         (org-babel-matlab-initiate-session): Remove (require).
22550 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
22552         * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
22553         list.
22555 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22557         * ob-python.el (org-babel-python-table-or-string): Can now handle
22558         VERY long result lines.
22560 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
22562         * org-latex.el (org-export-latex-tables): Add label if any.
22564         * org-latex.el (org-export-latex-convert-table.el-table):
22565         Fix little mistake when inserting label.
22567 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
22569         * org.el (org-cycle-internal-local): Remove an unnecessary call
22570         to `org-back-to-heading' that was preventing point to stay at its
22571         column when cycling visibility.
22573 2010-11-11  Noorul Islam  <noorul@noorul.com>
22575         * org-capture.el (org-capture-finalize): Make messages consistent.
22577 2010-11-11  Noorul Islam  <noorul@noorul.com>
22579         * org-gnus.el: Suppress compiler warning by declaring outside
22580         function nnimap-retrieve-headers-from-file.
22582 2010-11-11  Noorul Islam  <noorul@noorul.com>
22584         * org-colview.el Use org-beamer-select-environment instead of
22585         org-beamer-set-environment-tag.
22587 2010-11-11  Matt Lundin  <mdl@imapmail.org>
22589         * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
22590         that the value of org-last-inserted-timestamp includes time range.
22592 2010-11-11  David Maus  <dmaus@ictsoc.de>
22594         * org-wl.el (org-wl-store-link-message): Provide link property for
22595         message-id without angle brackets.
22597 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22599         * ob-R.el (org-babel-R-evaluate): Improve prompt-stripping regexp.
22601 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22603         * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
22604         file ensuing that the latest changes on disk are represented.
22606 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22608         * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
22609         arguments w/o quotes.
22611 2010-11-11  Bernt Hansen  <bernt@norang.ca>
22613         * org-capture.el (org-capture-finalize): Fix clock in of
22614         interrupted task during capture finalize.
22616 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22618         * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
22619         session output.
22621 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22623         * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
22624         expression for matching main function.
22626 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22628         * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
22629         regexp -- it wasn't matching lob lines w/o indices.
22631 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22633         * org-exp.el (org-export-latex-listings-w-names): Fix compiler
22634         warning in org-exp.el.
22636 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22638         * org-publish.el (org-publish-file): Better error message if
22639         base-directory or publishing-directory are not defined.
22641 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22643         * org-colview.el (org-columns-display-here): Use overlays to
22644         overrule line prefix properties during column view.
22646 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22648         * org-agenda.el (org-agenda-filter-preset): Document the
22649         limitation for the filter preset - it can only be used for an
22650         entire agenda view, not in an individual block in a block agenda.
22652 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22654         * ob-table.el (sbe): Now able to accept range references from
22655         tables.
22657 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22659         * ob.el (org-babel-pick-name): If colnames or rownames contain a
22660         list of names, then use those directly.
22662 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22664         * org-exp.el (org-export-format-source-code-or-example):
22665         Escape underscores in code block names on latex listings export.
22667 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22669         * ob-tangle.el (org-babel-with-temp-filebuffer):
22670         Use find-file-noselect to avoid excess buffer movement.
22672 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22674         * org-html.el (org-html-should-inline-p): Only inline images if
22675         they should be.
22677 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22679         * org-id.el (org-id-store-link): Autoload.
22681         * org.el ("org-id"): Autoload `org-id-store-link'.
22683 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22685         * org-html.el (org-html-should-inline-p): Only inline images if
22686         they should be.
22688 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
22690         * org-icalendar.el (org-icalendar-alarm-time): New option.
22692         * org-icalendar.el (org-print-icalendar-entries): Timed events are
22693         exported with alarm events, a.k.a. reminders.
22695 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22697         * org-capture.el (org-capture-target-buffer): Throw an error if we
22698         have no target file.
22699         (org-capture-select-template): Use a default template if the user
22700         has not specified any.
22702 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22704         * org.el (org-modules): Add entry for org-velocity.
22706 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22708         * ob-lob.el (org-babel-lob-execute): Changing indentation to
22709         improve line length.
22711 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22713         * org-exp.el (org-export-handle-table-metalines): Choose a better
22714         position for checking protectedness.
22716 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
22718         * org-table.el (org-table-convert-region): Don't continue csv
22719         importation which the point catches the end, this fixes an
22720         infinite loop which was caused by the (point) never catching up
22721         with the "end" marker.
22723 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22725         * org-macs.el (org-string-nw-p): New function.
22727         * org-capture.el (org-capture-import-remember-templates):
22728         Interpret an empty string as request to use
22729         `org-default-notes-file'.
22730         (org-capture-target-buffer): If the FILE is not a (non-empty)
22731         string, use `org-default-notes-file'.
22733 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
22735         * org-capture.el (org-capture-templates): Fix customize type.
22737 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
22739         * org.el (org-refile-targets):
22740         * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
22742 2010-08-19  Glenn Morris  <rgm@gnu.org>
22744         * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
22745         (org-save-outline-visibility): Move to org-macs.
22746         * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
22747         (org-save-outline-visibility): Move here from org.el.
22748         (show-all): Autoload it.
22749         * ob.el: Don't require org when compiling.
22751 2010-08-18  Glenn Morris  <rgm@gnu.org>
22753         * ob.el: Require org when compiling.
22754         (org-save-outline-visibility): Remove macro declaration.
22755         * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
22756         Remove unnecessary/macro declarations.
22757         * org-docview.el: Require doc-view when compiling.
22758         (doc-view-goto-page): Autoload rather than declaring.
22759         (doc-view-current-page): Remove macro declaration.
22761 2010-08-17  Glenn Morris  <rgm@gnu.org>
22763         * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
22764         (org-entry-get, org-table-import): Fix declarations.
22765         (org-match-string-no-properties): Remove unnecessary declaration.
22766         * ob-sh.el (org-babel-comint-in-buffer)
22767         (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
22768         (org-babel-comint-with-output): Remove unnecessary declarations.
22769         * ob-R.el (orgtbl-to-tsv): Fix declaration.
22770         * org-list.el (org-entry-get): Fix declaration.
22772 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22774         * ob-C.el: New file.
22775         * ob-R.el: New file.
22776         * ob-asymptote.el: New file.
22777         * ob-clojure.el: New file.
22778         * ob-comint.el: New file.
22779         * ob-css.el: New file.
22780         * ob-ditaa.el: New file.
22781         * ob-dot.el: New file.
22782         * ob-emacs-lisp.el: New file.
22783         * ob-eval.el: New file.
22784         * ob-exp.el: New file.
22785         * ob-gnuplot.el: New file.
22786         * ob-haskell.el: New file.
22787         * ob-keys.el: New file.
22788         * ob-latex.el: New file.
22789         * ob-lob.el: New file.
22790         * ob-matlab.el: New file.
22791         * ob-mscgen.el: New file.
22792         * ob-ocaml.el: New file.
22793         * ob-octave.el: New file.
22794         * ob-perl.el: New file.
22795         * ob-python.el: New file.
22796         * ob-ref.el: New file.
22797         * ob-ruby.el: New file.
22798         * ob-sass.el: New file.
22799         * ob-screen.el: New file.
22800         * ob-sh.el: New file.
22801         * ob-sql.el: New file.
22802         * ob-sqlite.el: New file.
22803         * ob-table.el: New file.
22804         * ob-tangle.el: New file.
22805         * ob.el: New file.
22807 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22809         * org-mks.el: New file.
22810         * org-capture.el: New file.
22812 2010-07-19  Christian Egli  <christian.egli@sbszh.ch>
22814         * org-taskjuggler.el: New file.
22816 2010-07-19  Matt Lundin  <mdl@imapmail.org>
22818         * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
22819         in org-agenda-text-search-extra-files.
22821 2010-07-19  David Maus  <dmaus@ictsoc.de>
22823         * org-list.el (org-list-send-list): Locally bind variable `txt'.
22825 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22827         * org.el (org-reload): Now also reloading babel files.
22829 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22831         * org-capture.el (org-capture-set-plist): Make sure txt is a string
22832         before calling `string-match'.
22833         (org-capture-templates): Fix customization type.
22835 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22837         * org-latex.el (org-export-latex-preprocess): Make a special case
22838         for \nbsp.
22839         (org-latex-entities): Remove the entry for \nbsp.
22840         (org-latex-entities-exceptions): Variable removed.
22842 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22844         * org-capture.el (org-capture-refile): Do not try to manipulate
22845         bookmark list.
22847         * org.el (org-refile): Use the correct bookmark here.
22849 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22851         * org-list.el (org-list-send-list): Parse list from its true beginning.
22853         * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
22855 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22857         * org.el (org-insert-link): Correctly determine if we should use
22858         a relative path.
22860 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
22862         * org-list.el (org-list-radio-list-templates): Fix templates.
22864 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
22866         * org-list.el (org-list-send-list): Regexp defining the start of
22867         a radio list is now on par with the one used for radio tables.
22869 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22871         * org-entities.el (org-entities-help): Add a headline for
22872         the user-defined entities.
22874 2010-07-19  Dirk-Jan C. Binnema  <djcb.bulk@gmail.com>  (tiny change)
22876         * org-agenda.el (org-agenda-action): Document capture key and add it
22877         to the prompt.
22879 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22881         * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
22883 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22885         * org-latex.el (org-export-latex-first-lines): Do not mark
22886         meta lines for removal.  Do not remove BABEL config lines during export.
22888 2010-07-19  David Maus  <dmaus@ictsoc.de>
22890         * org-capture.el (org-capture): Check if
22891         `org-capture-link-is-already-stored' is bound before evaluating.
22893 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22895         * org.el: Add autoload for org-babel-do-load-languages.
22897 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22899         * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
22901 2010-07-19  David Maus  <dmaus@ictsoc.de>
22903         * org-feed.el: Change indentation to match coding style
22904         guideline.
22906 2010-07-19  David Maus  <dmaus@ictsoc.de>
22908         * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
22909         library if necessary.
22911 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22913         * org-beamer.el (org-beamer-amend-header): Standardize the
22914         header cookie for the beamer extra stuff.
22916 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22918         * org-beamer.el (org-beamer-amend-header): Put extra header
22919         last in header.
22921 2010-07-19  David Maus  <dmaus@ictsoc.de>
22923         * org-exp-blocks.el (org-export-blocks-format-ditaa)
22924         (org-export-blocks-format-dot): Remove text properties of body before
22925         calculating cache hash.
22927 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22929         * org-latex.el (org-export-latex-tabular-environment): New option.
22930         (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
22932 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22934         * org-compat.el (org-version-check): New function.
22936         * org-indent.el (org-indent-mode): Check for exact emacs version.
22938 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22940         * org-capture.el (org-capture-templates): Allow the template
22941         to come from a file or function call.
22942         (org-capture-place-entry): Get the template from file or function.
22944 2010-07-19  David Maus  <dmaus@ictsoc.de>
22946         * org-agenda.el (org-agenda-bulk-action): Don't create marker for
22947         position if target is entire file.
22949 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22951         * org.el (org-autoload): Autoload a few more org-table functions.
22953 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22955         * org.el (org-babel-load-languages): Add ob-mscgen.
22957 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22959         * org-latex.el (org-export-latex-tables): Format string now
22960         matches options.
22962 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22964         * org.el (org-babel-load-languages): This variable controls which
22965         languages will be loaded by org-babel.  It is customizable through
22966         the customize interface.
22968 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
22970         * org-latex.el (org-export-latex-format-image): Update number of
22971         arguments to allow for an optional short-name.
22973 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22975         * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
22977 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22979         * org-capture.el (org-capture-set-target-location):
22980         Store exact positions for file+regexp and file+function targets.
22981         (org-capture-place-entry, org-capture-place-item)
22982         (org-capture-place-table-line, org-capture-place-plain-text):
22983         Respect exact positions.
22984         (org-capture-finalize): Make sure we are at the beginning of a line
22985         when fixing the empty lines after the entry.
22987 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22989         * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
22990         (org-entry-get): Pass `literal-nil' into
22991         `org-entry-get-with-inheritance'.
22992         (org-todo): React to nil values of the LOGGING property.
22994 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
22996         * org.el (org-default-notes-file): Update docstring.
22998 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23000         * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
23002 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
23004         * org-exp.el (org-export-attach-captions-and-attributes):
23005         Add a shortname attribute to caption strings under the symbol name
23006         org-caption-shortn.
23008 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23010         * org.el (org-switchb): Rename from `org-iswitchb'.
23011         Improve docstring.
23012         (org-iswitchb): New alias.
23013         (org-ido-switchb): Make alias point to `org-switchb'.
23015 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23017         * org-capture.el (org-capture-fill-template):
23018         Respect time-of-day preference in template prompt.
23020 2010-07-19  David Maus  <dmaus@ictsoc.de>
23022         * org-feed.el (org-feed-unescape): Remove superfluous lambda.
23024 2010-07-19  David Maus  <dmaus@ictsoc.de>
23026         * org-wl.el (org-wl-disable-folder-check): New customization
23027         variable.
23028         (org-wl-open): Disable folder check depending on
23029         `org-wl-disable-folder-check'.
23031 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23033         * org-capture.el (org-capture-set-target-location):
23034         Fix file+function interpretation.
23036 2010-07-19  David Maus  <dmaus@ictsoc.de>
23038         * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
23039         content.
23041 2010-07-19  David Maus  <dmaus@ictsoc.de>
23043         * org-feed.el (xml-entity-alist): Declare variable
23044         `xml-entity-alist' for byte compiler.
23046 2010-07-19  David Maus  <dmaus@ictsoc.de>
23048         * org-feed.el (org-feed-unescape): New function.
23049         Unescape protected entities.
23050         (org-feed-parse-atom-entry): Use function for atom:content
23051         type text and html.
23053 2010-07-19  David Maus  <dmaus@ictsoc.de>
23055         * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
23056         element names.
23058 2010-07-19  Bernt Hansen  <bernt@norang.ca>
23060         * org.el (org-time-string-to-absolute): Ignore cyclic repeater
23061         when displaying items on todays agenda date.
23063 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23065         * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
23066         value of EXTRA.
23068 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23070         * org-publish.el (org-publish-initialize-cache):
23071         Make timestamp directory, the entire path to it.
23073 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23075         * org-exp.el (org-export-handle-comments): Make sure to check
23076         for protection in the comment line, and not in the line after it.
23078 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23080         * org-html.el (org-export-html-preprocess): Call org-format-latex,
23081         possibly with a protect-only argument.
23083         * org.el (org-format-latex): New argument PROTECT-ONLY.
23085 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
23087         * org-exp.el (org-export-handle-table-metalines): This function
23088         removes table specific meta-lines, now that we aren't wiping
23089         everything that looks remotely like a comment at the end of the
23090         export process we have to be sure to catch all of the specific lines
23091         in org-exp.el.
23093 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
23095         * org-exp.el (org-export-select-backend-specific-text): Properly
23096         get rid of #+Backend and #+ATTR_Backend specifics to backends not
23097         matching the one we're exporting to.
23099 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
23101         * org-table.el (orgtbl-to-generic): Add the :remove-newlines
23102         option which will strip newline characters from the text of table
23103         cells and replace then with "\n".
23105 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23107         * org.el (org-confirm-shell-link-function)
23108         (org-confirm-elisp-link-function): Limit the values that can be set by
23109         file variables.
23111 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23113         * org.el (org-compute-latex-and-specials-regexp): Deal with
23114         string elements by discarding them.
23116 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23118         * org.el (org-iswitchb): Make sure to use at least iswitchb.
23120 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23122         * org-capture.el (org-capture-position-for-last-stored)
23123         (org-capture-bookmark-last-stored-position): New functions.
23124         (org-capture-place-table-line): Better error catching.
23125         (org-capture-place-item, org-capture-place-entry)
23126         (org-capture-place-plain-text):
23127         Call `org-capture-position-for-last-stored'.
23128         (org-capture-finalize): Just call
23129         `org-capture-bookmark-last-stored-position'.
23131 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
23133         * org-exp.el (org-export-mark-blockquote-verse-center):
23134         Fix small bug, now grabbing match data before overwritten by looking-at
23135         this fixes a problem with remainders of #+end_quote lines appearing
23136         in exported output.
23138 2010-07-19  David Maus  <dmaus@ictsoc.de>
23140         * org.el (org-link-frame-setup): Add customization option for
23141         Wanderlust.
23143 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
23145         * org-latex.el (org-export-latex-fixed-width): Now check
23146         org-example rather than org-protected on verbatim export, because by
23147         default all ": " prefixed lines are marked protected.
23149 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
23151         * org-latex.el (org-export-latex-fixed-width): Check for
23152         protection before wrapping ": " lines as verbatim.
23154 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
23156         * org-exp.el (org-export-handle-comments): Check for protection
23157         before removing comments.
23159 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23161         * org-entities.el (org-entities): Restructure the list.
23162         (org-entities-help): Turn the help output into a buffer
23163         in Org-mode, so that it becomes easier to find a symbol
23164         in the structure.
23165         (org-entities-create-table): Deal with new structure.
23167 2010-07-19  David Maus  <dmaus@ictsoc.de>
23169         * org-agenda.el (org-write-agenda): Use backquotes to expand
23170         `flet' at compile time.
23172 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23174         * org.el (org-entry-properties): Make sure that standard property
23175         names are used even if the user has customized time keywords.
23177 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23179         * org-macs.el (org-not-nil): Return the value if not interpreted
23180         as nil.
23182         * org.el (org-entry-get)
23183         (org-entry-get-with-inheritance): Interpret the value "nil"
23184         as nil for properties.
23186 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23188         * org.el (org-switch-to-buffer-other-window): Return the buffer.
23190 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23192         * org-macs.el (org-not-nil): New function.
23194         * org.el (org-block-todo-from-children-or-siblings-or-parent):
23195         Use `org-not-nil' to interpret a property value of nil.
23197 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23199         * org.el (org-truely-invisible-p): New function.
23200         (org-beginning-of-line): Use `org-truely-invisible-p'.
23202 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23204         * org-agenda.el (org-agenda-get-timestamps): No errors
23205         while getting TODO state.
23206         (org-agenda-highlight-todo): No error when no keyword has
23207         been matched.
23209 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23211         * org.el (org-timestamp-change): New optional argument UPDOWN.
23212         Use this to identify calls from org-timestamp-up/down, so that we can
23213         skip by rounding minutes in this case.
23214         (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
23215         (org-timestamp-down-day): Call org-timestamp-change with the
23216         updown argument.
23218 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23220         * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
23222         * org-capture.el: New file.
23224         * org-compat.el (org-get-x-clipboard): Function moved here from
23225         remember.el.
23227         * org-mks.el: New file.
23229         * org.el (org-set-regexps-and-options): Allow statistic cookies as
23230         part of complex headlines.
23231         (org-find-olp): New argument THIS-BUFFER.  When set, assume that the
23232         OLP does not contain a file name.
23234 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23236         * org.el (org-mode): Set `comment-start' instead of changing the
23237         syntax of the `#' character.
23239 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23241         * org-exp.el (org-export-format-source-code-or-example): Mark examples
23242         by a property.
23244         * org-html.el (org-export-html-close-lists-maybe): Check if raw
23245         HTML stuff was actually made from an example.
23247 2010-07-19  Bastien Guerry  <bzg@gnu.org>
23249         * org-latex.el: Items are no longer skipped when their first line
23250         ends on a protected element.
23252         * org-list.el: Protected environments looking like lists are not
23253         exported anymore.
23255 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
23257         * org-exp-blocks.el (org-export-blocks-preprocess):
23258         Cleanup trailing newline after block.
23260 2010-07-19  Bastien Guerry  <bzg@gnu.org>
23262         * org-exp.el: Comment regexp now matches documentation.  No more
23263         protection check when deleting comments before export.
23265 2010-07-19  Bastien Guerry  <bzg@gnu.org>
23267         * org-exp.el (org-export-preprocess-string):
23268         Now using `org-export-handle-include-files-recurse' to resolve
23269         included files.
23271 2010-07-19  Bastien Guerry  <bzg@gnu.org>
23273         * org-agenda.el (org-agenda-get-deadlines)
23274         (org-agenda-get-scheduled):
23275         * org.el (org-time-string-to-seconds):
23276         For deadline and scheduled agenda display ignore the cyclic repeater
23277         when calculating how many days late the task is.  If you have a weekly
23278         task and miss the date the agenda view will show more than a week late
23279         now instead of resetting on the cyclic repeating date.  This makes it
23280         much more obvious when you missed a repeating task after the repeater.
23282 2010-07-19  Bastien Guerry  <bzg@gnu.org>
23284         * org-exp.el (org-export-mark-blockquote-verse-center):
23285         Consider environments that end at eob.
23287 2010-07-19  Mikael Fornius  <mfo@abc.se>
23289         * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
23290         with face `org-special-keyword'.  Make property keys as :LAST_REPEAT:
23291         display correctly.
23293 2010-07-19  Mikael Fornius  <mfo@abc.se>
23295         * org.el (org-at-property-p): Use save-match-data macro instead of let.
23297 2010-07-19  Mikael Fornius  <mfo@abc.se>
23299         * org.el (test): Remove unused test function.
23301 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
23303         * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
23305 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
23307         * org-exp-blocks.el (org-export-blocks-postblock-hook):
23308         Add documentation to and turn into a defcustom.
23310 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
23312         * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
23313         instead of to nil we avoid errors when :prefix1 is defined, but
23314         prefix is not.
23316 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
23318         * org-latex.el (org-export-latex-preprocess): Environments coming
23319         from latex backend specific instructions (#+LaTeX) are already
23320         protected and won't be treated as normal environments.
23322 2010-07-19  Bastien Guerry  <bzg@gnu.org>
23324         * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
23326 2010-07-19  Bastien Guerry  <bzg@gnu.org>
23328         * org-timer.el (org-timer-set-timer): Use a prefix argument.
23329         See the docstring of the function.
23331 2010-07-19  Bastien Guerry  <bzg@gnu.org>
23333         * org-timer.el (org-timer-set-timer): Fix bug about canceling
23334         timers.
23336 2010-07-19  David Maus  <dmaus@ictsoc.de>
23338         * org-w3m.el (org-w3m-copy-for-org-mode)
23339         (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
23340         Get text property directly, not using macro `w3m-anchor'.
23342 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23344         * org.el (org-emph-re): Document the match groups.
23346 2010-07-19  Bernt Hansen  <bernt@norang.ca>
23348         * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
23349         t before calling `org-clock-out', so that that function can
23350         know its call context.
23352 2010-07-19  Bastien Guerry  <bzg@gnu.org>
23354         * org-timer.el (org-timer-default-timer): New variable.
23355         (org-timer-set-timer): Use the new variable.  Also offer the
23356         possibility to replace the current timer by a new one.
23358 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23360         * org.el (org-kill-note-or-show-branches): Hide subtree before
23361         exposing the headings.
23363 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23365         * org.el (org-add-planning-info): Remove the empty line also
23366         if there is no whitespace at all in there.
23368         * org-table.el (org-table-align): Fix alignment of strings
23369         with invisible characters.
23371 2010-07-19  David Maus  <dmaus@ictsoc.de>
23373         * org.el (org-refile-cache-get): Return empty list of targets
23374         when cache was cleared.
23375         (org-clone-subtree-with-time-shift): Maybe create ID property
23376         in cloned subtrees.
23377         (org-clone-delete-id): New customization variable.
23378         (org-clone-subtree-with-time-shift): Use customization
23379         variable `org-clone-delete-id'.
23380         (org-clone-subtree-with-time-shift): Remove empty property
23381         drawer in cloned subtrees.
23383 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23385         * org.el (org-refile-use-cache): New option.
23386         (org-refile-cache, org-refile-markers): New variable.
23387         (org-refile-marker, org-refile-cache-clear)
23388         (org-refile-cache-check-set, org-refile-cache-put)
23389         (org-refile-cache-get): New function.
23390         (org-get-refile-targets): Use the refile cache.
23392         * org-clock.el (org-clock-sum): Don't include running clock if
23393         the time block is wrong.
23395 2010-07-19  John Wiegley  <jwiegley@gmail.com>
23397         * org-clock.el (org-clock-clock-in, org-clock-in):
23398         Add parameter `start-time'.
23399         (org-clock-resolve-clock): Add parameter `clock-out-time'.
23400         If set, and resolve-to is a past time, then the clock out
23401         event occurs at `clock-out-time' rather than at `resolve-to'.
23402         In this case, `resolve-to' becomes the clock in time.
23403         (org-clock-jump-to-current-clock): Create new global command
23404         to reveal the current clock.
23405         (org-clock-resolve): Add new commands g/G and j/J, and a
23406         help window describing all commands and their meaning.
23407         (org-clock-resolve-expert): New customization variable.
23408         (org-find-open-clocks): Fix a bug that caused discovered
23409         clocks not to match up with the currently active clock.
23410         (org-resolve-clocks): Change the argument
23411         `also-non-dangling-p' to `only-dangling-p', since due to a bug
23412         this was the default behavior all along.
23414 2010-07-19  David Maus  <dmaus@ictsoc.de>
23416         * org-id.el (org-id-uuid): New function.  Return string with
23417         random (version 4) UUID.
23418         (org-id-method): Make 'uuid the new default value.
23419         (org-id-new): Use `org-id-uuid' if call to uuidgen program
23420         does not return a UUID.
23422 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23424         * org-latex.el (org-export-latex-format-image): Add support
23425         for multicolumn figures in LaTeX.
23427 2010-07-19  David Maus  <dmaus@ictsoc.de>
23429         * org.el (org-clone-subtree-with-time-shift): Remove ID
23430         property of original subtree in cloned subtrees.
23432 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23434         * org-exp.el (org-export-format-source-code-or-example):
23435         XEmacs compatibility.
23437         * org-latex.el (org-export-latex-tables): Accept comma in
23438         align string.
23440         * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
23441         (org-export-docbook-xslt-proc-command): Fix docstring.
23442         (org-export-docbook-xsl-fo-proc-command): Fix docstring.
23443         (org-export-as-docbook-pdf):
23444         Improve formatting of the xslt command.
23446         * org-exp.el (org-infile-export-plist): Check for XSLT setting.
23448         * org.el (org-file-contents): Improve error message.
23449         (org-set-regexps-and-options): Remove spaces at both ends.
23451 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23453         * org-docbook.el (org-export-as-docbook-pdf):
23454         Improve formatting of the xslt command.
23456 2010-07-19  Sebastian Rose  <sebastian_rose@gmx.de>
23458         * org-publish.el (org-publish-cache): Use one big hashmap for
23459         each project defined in `org-publish-project-alist'.
23460         (initialize-files-alist): Function removed.
23461         (org-publish-validate-link): Function removed.
23462         (org-publish-get-base-files): Add variable `sitemap-requested'
23463         to avoid sorting where possible.
23464         (org-publish-get-files): Function removed.
23465         (org-publish-get-project-from-filename): Make independent of
23466         file list.
23467         (org-publish-file): New argument NO-CACHE.
23469 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23471         * org.el (org-beginning-of-defun, org-end-of-defun):
23472         New functions.
23473         (org-mode): Install the `org-beginning-of-defun' and
23474         `org-end-of-defun' functions.
23475         (org-pretty-entities): New option.
23476         (org-toggle-pretty-entities): New command.
23477         (org-fontify-entities): New function.
23478         (org-startup-options): New keywords for pretty entities.
23479         (org-set-font-lock-defaults): Call the pretty entities
23480         function.
23482         * org-latex.el (org-export-latex-keywords-maybe): Protect the
23483         TODO markup.
23485 2010-07-19  Mikael Fornius  <mfo@abc.se>
23487         * org-habit.el (org-habit-build-graph): Help-echo date when
23488         mouse is over stars.
23490 2010-07-19  Jan Böcker  <jan.boecker@jboecker.de>
23492         * org.el (org-file-apps): Improve docstring to reflect
23493         grouping matches.
23495 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23497         * org.el (org-set-startup-visibility): Fix empty line display.
23499         * org-latex.el (org-export-latex-links): Use the formatting
23500         function of the link type, if it is available.
23502         * org-table.el (org-table-get-remote-range): Return to
23503         original buffer when retrieving remote reference.
23505         * org.el (org-display-inline-images): Do the entire buffer,
23506         not just the narrowed region.  Clear the cache.
23507         (org-display-inline-images): Match mode file paths.
23509 2010-07-19  David Maus  <dmaus@ictsoc.de>
23511         * org-wl.el (org-wl-store-link-folder): Don't throw error when
23512         called on WL folder group.
23514 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23516         * org.el (org-replace-escapes): Make sure the cdr is not nil.
23517         (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
23518         (org-mode): Revert comment syntax changes.
23520 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23522         * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
23523         keywords, and `C-c / T' for a specific one.
23525 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23527         * org.el (org-mode): Fix comment syntax settings.
23529         * org-src.el (org-edit-src-allow-write-back-p):
23530         Define variable.
23532         * org.el (org-inline-image-overlays): New variable.
23533         (org-toggle-inline-images, org-display-inline-images)
23534         (org-remove-inline-images): New commands.
23535         (org-mode-map): Define a key for `org-toggle-inline-images'.
23537 2010-07-19  David Maus  <dmaus@ictsoc.de>
23539         * org-wl.el (org-wl-message-field): New function.
23540         Return content of header field in message entity.
23541         (org-wl-store-link): Call `org-wl-store-link-folder' or
23542         `org-wl-store-link-message' depending on major-mode.
23543         (org-wl-store-link-folder): New function.  Store link to
23544         Wanderlust folder.
23545         (org-wl-store-link-message): New function.  Store link to
23546         Wanderlust message.
23547         (org-wl-store-link-message): Store link to message while
23548         visiting message.
23549         (org-wl-open): Don't try to jump to message when opening a
23550         folder link.
23552 2010-07-19  David Maus  <dmaus@ictsoc.de>
23554         * org.el (org-replace-escapes): Avoid infinite loop when
23555         replace string contains escape sequence it replaces.
23557 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23559         * org-crypt.el (org-crypt-key-for-heading): Use symmetric
23560         encryption when now key is set.
23562 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23564         * org-table.el (org-table-recalculate-buffer-tables)
23565         (org-table-iterate-buffer-tables): New commands.
23567         * org.el (org-check-for-hidden): When there is a region, skip
23568         the check.
23570 2010-07-19  Dan Davison  <davison@stats.ox.ac.uk>
23572         * org-src.el (org-edit-src-code): allow-write-back-p had
23573         erroneously been omitted from let binding.
23575 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23577         * org-agenda.el (org-sorting-choice): New sorting type alpha.
23578         (org-cmp-alpha): New defsubst.
23579         (org-em): New defsubst.
23580         (org-entries-lessp): Only compute needed comparisons.
23582 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23584         * org-html.el (org-format-org-table-html): Test all columns
23585         for number content.
23587 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23589         * org-latex.el (org-export-latex-treat-sub-super-char):
23590         Make sure parenthesis matching is consistent.
23592         * org-table.el (org-table-colgroup-line-p)
23593         (org-table-cookie-line-p): New functions.
23595         * org-exp.el (org-table-clean-before-export): Better tests for
23596         colgroup and cookie lines.
23598 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23600         * org-agenda.el (org-agenda-goto): Push a mark before changing
23601         the position.
23603         * org-footnote.el (org-footnote): New group.
23604         (org-footnote-section)
23605         (org-footnote-tag-for-non-org-mode-files): Fix typos.
23607         * org-list.el (org-end-of-item-text-before-children): Also do
23608         the right thing at the end of a file.
23610         * org.el (org-set-packages-alist, org-get-packages-alist):
23611         New function.
23612         (org-export-latex-default-packages-alist)
23613         (org-export-latex-packages-alist): Add extra flag to
23614         each package, indicating if it should be used for snippets.
23615         (org-create-formula-image): Add the snippet argument.
23616         (org-splice-latex-header): New argument SNIPPET-P, pass it
23617         through to `org-latex-packages-to-string'.
23618         (org-latex-packages-to-string): New argument SNIPPET-P.
23620         * org-latex.el (org-export-latex-make-header): Add the snippet
23621         argument.
23623         * org-docbook.el (org-export-as-docbook): Implement ordered
23624         lists starting at some offset.
23626 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23628         * org.el (org-link-types, org-open-at-point): Add doi links.
23630         * org-ascii.el (org-export-ascii-preprocess): Remove list
23631         startcounter cookies.
23633         * org-list.el (org-renumber-ordered-list): Respect counter
23634         start values.
23636         * org-latex.el (org-export-latex-lists): Accept ordered list
23637         item offset cookie.
23639         * org-html.el (org-export-as-html): Accept ordered list
23640         item offset cookie.
23642         * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
23643         which messes up alignment of tags.
23645 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23647         * org-clock.el (org-clock-cancel, org-clock-out): Make sure
23648         the modeline display is removed.
23650         * org-exp.el (org-export-format-drawer-function):
23651         Fix docstring.
23653         * org-agenda.el (org-agenda-refile): New optional argument
23654         NO-UPDATE.
23655         (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
23656         is set.
23657         (org-agenda-bulk-action): Call the refile command with updates
23658         suppressed - but arrange for `org-agenda-redo' to be called at
23659         the end.
23661         * org.el (org-mode): Make table mapping quiet.
23662         (org-table-map-tables): New optional argument QUIETLY.
23664         * org-ascii.el (org-export-ascii-preprocess): Make table
23665         mapping quiet.
23667         * org-html.el (org-export-as-html, org-html-level-start):
23668         Change XHTML IDs to not use dots.
23670         * org-exp.el (org-export-define-heading-targets):
23671         Change XHTML IDs to not use dots.
23673         * org-docbook.el (org-export-docbook-level-start):
23674         Change XHTML IDs to not use dots.
23676         * org-latex.el (org-export-as-latex): Make sure that the
23677         result buffer is in latex-mode.
23679         * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
23680         (org-shiftleft-final-hook, org-shiftright-final-hook):
23681         New hooks.
23683 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23685         * org-table.el (org-table-justify-field-maybe): Make sure that
23686         inserting a value does not turn a line into a hline.
23688 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23690         * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
23691         (org-clock-sum): Add property to selected headlines.
23692         (org-dblock-write:clocktable): Make tags matcher.
23694         * org.el (org-set-autofill-regexps): XEmacs compatibility.
23696         * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
23697         in latex class definitions.
23699         * org.el (org-shiftup-hook, org-shiftdown-hook)
23700         (org-shiftleft-hook, org-shiftright-hook): New hooks.
23702         * org-entities.el (org-entities): Use \land and \lor for logical
23703         operators.
23705         * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
23706         indentation commands.
23707         (org-hidden-tree-error): New defsubst.
23708         (org-metaleft, org-metaright): Check for hidden stuff and throw an
23709         error.
23710         (org-check-for-hidden): New function.
23712         * org-list.el (org-item-re): New function.
23713         (org-at-item-p): Use `org-item-re'.
23714         (org-end-of-item-text-before-children): New function.
23715         (org-outdent-item, org-indent-item): Arrange for leaving the
23716         subtree alone.
23717         (org-outdent-item-tree, org-indent-item-tree): New argument
23718         NO-SUBTREE.
23719         (org-indent-item-tree): Use `org-end-of-item-text-before-children'
23720         to find the end for processing while ignoring the subtree.
23722         * org-publish.el (org-publish-sitemap-sort-alphabetically)
23723         (org-publish-sitemap-sort-folders)
23724         (org-publish-sitemap-sort-ignore-case): New options.
23726 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23728         * org-publish.el (org-publish-compare-directory-files): Fix sorting.
23730         * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
23732         * org-publish.el (org-publish-project-alist): Update docstring.
23733         (org-publish-file-title-cache): New variable.
23734         (org-publish-initialize-files-alist):
23735         Initialize `org-publish-initialize-files-alist' to nil.
23736         (org-publish-sort-directory-files): New function.
23737         (org-publish-projects): Access the new properties.
23738         (org-publish-find-title): Use the file title cache.
23739         (org-publish-find-title): Build the file title cache.
23740         (org-publish-get-base-files-1): Sort files.
23741         (org-publish-aux-preprocess): Do not throw an error when before
23742         the first headline.  Allow an empty target, meaning to link just
23743         to the file.
23744         (org-publish-index-generate-theindex.inc): Check if there is
23745         actually a target and only then add it to the link.
23746         (org-publish-projects): Fix a remaining issue with the last commit.
23748         * org-html.el (org-export-as-html): Treat verse as open/close
23749         paragraph.
23750         (org-export-html-close-lists-maybe): Allow to splice raw HTML into
23751         and out of lists.
23753 2010-07-19  Dan Davison  <davison@stats.ox.ac.uk>
23755         * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
23756         be used in a read-only mode.
23757         (org-edit-src-code): Different message in read-only mode.
23759 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23761         * org-src.el (org-edit-src-find-region-and-lang): Test for
23762         table.el as late as possible.
23764         * org-colview.el: Make sure this file is never loaded into XEmacs.
23766         * org-agenda.el (org-highlight, org-unhighlight): Use direct
23767         overlay calls.
23769         * org.el (org-key): Apply the translations defined in
23770         `org-xemacs-key-equivalents'.
23772         * org-mouse.el (org-mode-hook): Use `org-defkey'.
23774         * org-compat.el (org-xemacs-key-equivalents): New constant.
23776 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23778         * org-inlinetask.el (org-inlinetask-defaut-state): New option.
23779         (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
23780         Obey `org-odd-levels-only'.
23782         * org-compat.el (org-find-overlays): Use overlays-in/at.
23784         * org.el (org-remove-empty-overlays-at)
23785         (org-outline-overlay-data, org-hide-block-toggle)
23786         (org-format-latex, org-context): Use overlays-in/at.
23788         * org-src.el (org-edit-src-exit): Use overlays-in/at.
23790         * org-agenda.el (org-agenda-mark-clocking-task)
23791         (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
23792         (org-agenda-entry-text-hide)
23793         (org-agenda-fix-tags-filter-overlays-at)
23794         (org-agenda-bulk-remove-overlays): Use overlays-in/at.
23796         * org-compat.el (org-overlays-at): Function removed.
23797         (org-overlays-in): Function removed.
23799 2010-07-19  Bastien Guerry  <bzg@gnu.org>
23801         * org-clock.el (org-clock-set-current): Just return the headline
23802         itself, strip the TODO keyword, the priority cookie and the tags.
23804 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23806         * org-compat.el (org-xemacs-without-invisibility): New macro.
23807         (org-xemacs-without-invisibility): New macro.
23808         (org-indent-to-column, org-indent-line-to, org-move-to-column):
23809         Redefine using the macro `org-xemacs-without-invisibility'.
23811         * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
23813         * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
23815         * org-compat.el (org-make-overlay, org-delete-overlay)
23816         (org-overlay-start, org-overlay-end, org-overlay-put)
23817         (org-overlay-get, org-overlay-move, org-overlay-buffer):
23818         Functions removed.
23819         (org-add-to-invisibility-spec): Function removed.
23821         * org-html.el (org-export-as-html-and-open): Add argument to
23822         kill-buffer.
23824         * org-habit.el (require): `calendar' is now required already by
23825         org.el on top level.
23827         * org-clock.el (require): `calendar' is now required already by
23828         org.el on top level.
23830         * org-agenda.el (require, org-timeline, org-agenda-list)
23831         (org-todo-list, org-agenda-to-appt): `calendar' is now required
23832         already by org.el on top level.
23834         * org.el (org-export-latex-fix-inputenc): Declare function.
23836         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
23837         variables.
23839         * org.el (calendar): Require calendar now on top level in org.el
23840         and define aliases to new variables when needed.
23841         (org-read-date, org-goto-calendar): Do not bind obsolete
23842         variables.
23844         * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
23845         compilation warning, add comment that this cannot be done with
23846         `with-current-buffer'.
23848         * org-wl.el (org-wl-open): Use `with-current-buffer'.
23850         * org.el (overlay, org-remove-empty-overlays-at)
23851         (org-outline-overlay-data, org-set-outline-overlay-data)
23852         (org-show-block-all, org-hide-block-toggle)
23853         (org-highlight-new-match, org-remove-occur-highlights)
23854         (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
23855         (org-read-date, org-read-date-display, org-eval-in-calendar)
23856         (org-format-latex, org-context)
23857         (org-speedbar-restriction-lock-overlay)
23858         (org-speedbar-set-agenda-restriction): Use the normal overlay API.
23860         * org-table.el (org-table-add-rectangle-overlay)
23861         (org-table-remove-rectangle-highlight)
23862         (org-table-overlay-coordinates)
23863         (org-table-toggle-coordinate-overlays): Use the normal overlay
23864         API.
23866         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
23867         (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
23868         normal overlay API.
23870         * org-colview.el (org-columns-new-overlay)
23871         (org-columns-display-here, org-columns-remove-overlays)
23872         (org-columns-edit-value, org-columns-next-allowed-value)
23873         (org-columns-update): Use the normal overlay API.
23875         * org-clock.el (org-clock-out, org-clock-cancel)
23876         (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
23877         overlay API.
23879         * org-agenda.el (org-agenda-mark-filtered-text)
23880         (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
23881         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
23882         (org-agenda-entry-text-hide)
23883         (org-agenda-restriction-lock-overlay)
23884         (org-agenda-set-restriction-lock)
23885         (org-agenda-filter-by-tag-hide-line)
23886         (org-agenda-fix-tags-filter-overlays-at)
23887         (org-agenda-filter-by-tag-show-all, org-hl)
23888         (org-agenda-goto-calendar, org-agenda-bulk-mark)
23889         (org-agenda-bulk-remove-overlays): Use the normal overlay API.
23891         * org-freemind.el (org-freemind-from-org-mode-node)
23892         (org-freemind-from-org-mode)
23893         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
23894         Use interactive-p instead of called-interactively, because this is
23895         backward compatible with older Emacsen I still support..
23897 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23899         * org-exp.el (org-export-define-heading-targets): Fix bug in
23900         regexp finding ID and CUSTOM_ID properties.
23902 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23904         * org-footnote.el (org-footnote-goto-previous-reference):
23905         Rename from `org-footnote-goto-next-reference'.
23907         * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
23908         org-log-repeat is non-nil, or if there is clocking data in the
23909         entry.
23911         * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
23913 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23915         * org.el (org-align-all-tags): New command.
23917 2010-07-19  David Maus  <dmaus@ictsoc.de>
23919         * org-wl.el (org-wl-link-remove-filter): New customizable
23920         variable.  If non-nil, filter conditions are stripped when storing
23921         link to message in filter folder.
23922         (org-wl-shimbun-prefer-web-links): New customizable variable.
23923         If non-nil, links to shimbun messages are created as web links to
23924         message source.
23925         (org-wl-nntp-prefer-web-links): New customizable variable.
23926         If non-nil, links to nntp message are created as web links to gmane
23927         or googlegroups.
23928         (org-wl-namazu-default-index): New customizable variable.
23929         Directory of namazu search index that should be used as default
23930         when opening a link in a search folder.
23931         (org-wl-folder-types): New constant.  Wanderlust folder type
23932         indicators.
23933         (org-wl-folder-type): New function.  Return type of Wanderlust
23934         folder.
23935         (org-wl-store-link): Create web links for shimbun or nntp messages
23936         and strip filter conditions depending on customizable variables.
23937         (org-wl-open): Open namazu search folder for message when called
23938         with prefix.
23940 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23942         * org.el (org-remove-if, org-remove-if-not): New functions.
23943         (org-open-file): Use internal remove-if functions.
23945 2010-07-19  Jan Böcker  <jan.boecker@jboecker.de>
23947         * org.el (org-file-apps-entry-match-against-dlink-p): New function.
23948         (org-file-apps-ex): Remove variable.
23949         (org-open-file): Integrate org-file-apps-ex functionality back
23950         into org-file-apps, and decide whether to match a regexp against
23951         the link or the filename using org-file-apps-entry-uses-grouping-p.
23953 2010-07-19  Jan Böcker  <jan.boecker@jboecker.de>
23955         * org.el (org-file-apps-ex): New variable.
23956         (org-open-file): Before considering org-file-apps, first match the
23957         regexps from org-file-apps-ex against the whole link.
23958         See docstring of org-file-apps-ex.
23960 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23962         * org.el (org-export-latex-default-packages-alist):
23963         Remove microtype package.
23964         (org-todo-repeat-to-state): New variable.
23965         (org-auto-repeat-maybe): Allow user-selected target states.
23966         (org-default-properties): Add the new property REPEAT_TO_STATE.
23968 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
23970         * org-mobile.el (org-mobile-check-setup): Make sure that there is
23971         a binary to compute checksums.
23973 2010-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
23975         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
23976         variables.
23978         * org.el (calendar): Require calendar now on top level in org.el
23979         and define aliases to new variables when needed.
23980         (org-read-date, org-goto-calendar): Do not bind obsolete
23981         variables.
23983 2010-06-22  Glenn Morris  <rgm@gnu.org>
23985         * org-entities.el: Add explicit utf-8 coding cookie to file with
23986         utf-8 characters.
23988 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23990         * org.el (org-file-complete-link): Avoid (expand-file-name ".").
23992 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
23994         * Version 23.2 released.
23996 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23998         * org-table.el (orgtbl-setup):
23999         * org-agenda.el (org-agenda-entry-text-mode): Simplify.
24001 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24003         * org-table.el (orgtbl-mode): Use define-minor-mode.
24005 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24007         * org.el (org-insert-link): Find the link buffer on visible frames.
24008         (org-export-latex-default-packages-alist): Hyperref must be loaded
24009         late.
24010         (org-open-file): More care with the new matching for file links.
24012 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24014         * org-latex.el (org-export-latex-preprocess): Do not yet protect
24015         defined entities - these will be taken care of later.
24016         (org-export-latex-special-chars): Post-process entity replacement.
24017         (org-export-latex-fontify-headline): Do not yet protect defined
24018         entities - these will be taken care of later.
24019         (org-export-latex-tables, org-export-latex-links): Format the
24020         caption properly.
24022         * org-entities.el (org-entities-user): Fix typo.
24024         * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
24026         * org-entities.el (org-entities-user): Improve docstring.
24028 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24030         * org-entities.el (org-macs): Require org-macs, to be sure that we
24031         have `declare-function' defined.
24033 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24035         * org-latex.el (org-export-latex-classes): Update docstring.
24037         * org.el (org-format-latex-header): Add cookies to the header.
24038         (org-splice-latex-header): Implement placement according to cookies.
24040 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24042         * org-publish.el (org-publish-aux-preprocess): Control case
24043         sensitivity.
24045 2010-04-10  Bastien Guerry  <bzg@gnu.org>
24047         * org.el (org-splice-latex-header): Fix typo.
24049 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24051         * org-latex.el (org-export-latex-make-header):
24052         Use `org-splice-latex-header' to build the header.
24053         (org-export-latex-classes): Update docstring.
24055         * org.el (org-splice-latex-header): New function.
24056         (org-create-formula-image): Use `org-splice-latex-header' to build
24057         the header.
24059         * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
24061 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24063         * org.el (org-export-latex-packages-alist)
24064         (org-export-latex-default-packages-alist): Fix docstring to
24065         reflect the expected structure.
24067         * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
24068         (org-export-docbook-finalize-table): Make use of label for tables.
24070 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24072         * org-attach.el (org-attach-commit): Split on newlines.
24074         * org.el (org-export-latex-default-packages-alist): Use list
24075         instead of cons for the entries.
24077 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24079         * org-entities.el (org-entity-get-representation): Catch the case
24080         that there is not entry in the list.
24082         * org-mobile.el (org-mobile-use-encryption)
24083         (org-mobile-encryption-tempfile, org-mobile-encryption-password):
24084         New options.
24085         (org-mobile-check-setup): CHeck the encryption setup.
24086         (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
24087         (org-mobile-create-sumo-agenda): Use encryption code.
24088         (org-mobile-encrypt-and-move): New function.
24089         (org-mobile-encrypt-file, org-mobile-decrypt-file):
24090         New functions.
24091         (org-mobile-move-capture): Decrypt the capture file.
24093         * org.el (org-entities): Require the new file.
24094         (org-export-latex-default-packages-alist): New variable.
24095         (org-complete): Use new entity code for completion.
24096         (org-create-formula-image): Use the new packages variable.
24098         * org-latex.el (org-export-latex-classes): Remove the standard
24099         packages from the class headers.
24100         (org-export-latex-make-header): Use the new package variable.
24101         (org-export-latex-special-chars): Better regexp for entities, to
24102         support entity name that contain numbers.
24103         (org-export-latex-treat-backslash-char): Use the new entity code.
24105         * org-html.el (org-html-do-expand): Use the new entity code.
24107         * org-exp.el (org-export): Add the new export commands.
24108         (org-html-entities): Constant removed.
24109         (org-export-visible): Add the new export commands.
24111         * org-docbook.el (org-docbook-do-expand): Use new entity code.
24113         * org-ascii.el (org-export-ascii-entities): New variable.
24114         (org-export-as-latin1, org-export-as-latin1-to-buffer)
24115         (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
24116         (org-export-as-encoding): New function.
24117         (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
24118         (org-ascii-replace-entities): New function.
24120 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24121             Ulf Stegemann  <ulf@zeitform.de>
24123         * org-entities.el: New file.
24125 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24127         * org-html.el (org-html-level-start): Catch the case that target
24128         might be nil.
24130 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
24132         * org.el (org-appearance): Change Customize group variable name
24133         from org-font-lock to org-appearance, and change tag from "Org
24134         Font Lock" to "Org Appearance".
24135         (org-odd-levels-only): Change Customize group variable name.
24136         (org-level-color-stars-only): Change Customize group variable name.
24137         (org-hide-leading-stars): Change Customize group variable name.
24138         (org-hidden-keywords): Change Customize group variable name.
24139         (org-fontify-done-headline): Change Customize group variable name.
24140         (org-fontify-emphasized-text): Change Customize group variable name.
24141         (org-fontify-whole-heading-line): Change Customize group variable name.
24142         (org-highlight-latex-fragments-and-specials): Change Customize
24143         group variable name.
24144         (org-hide-emphasis-markers): Change Customize group variable name.
24145         (org-emphasis-alist): Change Customize group variable name.
24146         (org-emphasis-regexp-components): Change Customize group variable
24147         name.
24148         (org-modules): Remove mention of org-R.
24150         * org-faces.el (org-faces): Change Customize group variable name.
24152 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24154         * org-agenda.el (org-diary-last-run-time): New variable.
24155         (org-diary): Prepare agenda buffers only if last call was some
24156         time ago.
24158         * org-html.el (org-export-html-preprocess): Replace \ref macros
24159         with a link.
24160         (org-format-org-table-html): Add the label as an anchor.
24162         * org-docbook.el (org-export-docbook-format-image): Do some
24163         formatting on captions.
24165         * org-latex.el (org-export-latex-tables, org-export-latex-links):
24166         Do some formatting on captions.
24168         * org-html.el (org-export-html-format-image)
24169         (org-format-org-table-html): Do some formatting on captions.
24171 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
24173         * org.el (org-hidden-keywords): New customizable variable.  This is
24174         a list of symbols specifying which of the special keywords #+DATE,
24175         #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
24176         (org-fontify-meta-lines-and-blocks): Changes to font-lock code
24177         implementing new faces and hiding behavior.
24179         * org-faces.el (org-document-title): New face for #+TITLE lines.
24180         (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
24181         (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
24182         keywords.
24184 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24186         * org-publish.el (org-publish-sanitize-plist): New function to
24187         rename "index" properties to "sitemap".  Do this renaming
24188         globally.
24189         (org-publish-with-aux-preprocess-maybe): New macro.
24190         (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
24191         macro.
24192         (org-publish-aux-preprocess)
24193         (org-publish-index-generate-theindex.inc): New function.
24195 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24197         * org-table.el (org-table-align): Interpret <N> at fixed width,
24198         not as maximum width.
24200 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24202         * org-exp.el (org-export-author-info, org-export-email-info):
24203         Fix docstrings.
24205         * org-beamer.el (org-beamer-select-environment): Rename from
24206         `org-beamer-set-environment-tag'.  Improve docstring.
24208         * org-freemind.el (org-freemind-write-mm-buffer): Fix another
24209         problem with odd levels.
24211         * org-ascii.el (org-export-as-ascii): Export email only if the
24212         author wants it.
24214         * org-docbook.el (org-export-as-docbook): Export email only if the
24215         author wants it.
24217         * org-html.el (org-export-as-html): Export email only if the
24218         author wants it.
24220         * org-exp.el (org-export-email-info): New option.
24221         (org-export-plist-vars): Add entry for `org-export-email'.
24223 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24225         * org-table.el (org-table-goto-line): Fix typo.
24227 2010-04-10  Mikael Fornius  <mfo@abc.se>
24229         * org.el (org-agenda-files): Typo.
24230         (org-read-agenda-file-list): Add optional argument to help
24231         `org-store-new-agenda-file-list' to remember un-expanded file
24232         names.  Expand file names relative to `org-directory'.
24233         (org-store-new-agenda-file-list): Keep un-expanded file names when
24234         saving, if available.
24235         (org-agenda-files): Update documentation.
24237 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24239         * org-ascii.el (org-export-as-ascii): Catch the case of exporting
24240         a buffer with no file name attached.
24242         * org.el (org-log-refile): New option.
24243         (org-log-note-headings): Add a heading for refiling.
24244         (org-startup-options): Add keywords for logging of the refile
24245         action.
24246         (org-refile): Add logging action.
24247         (org-add-log-note): Allow for refiling action.
24249         * org-agenda.el (org-agenda-bulk-action): Make sure
24250         `org-log-refile' is not `note' during a bulk action.
24252 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24254         * org.el (org-map-dblocks): Use save-excursion to remember the
24255         position.
24257         * org-attach.el (org-attach-commit): Remove dependence on xargs.
24258         (org-attach-delete-one): Commit after deleting a file.
24260         * org-latex.el (org-export-latex-fontify): Do not mistake table.el
24261         borders for strike-through emphasis.
24263         * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
24264         handling of odd levels.
24266         * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
24267         and `future' values.
24268         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
24269         Handle `past' and `future' values.
24271         * org.el (org-read-agenda-file-list): Interpret file names
24272         relative to org-directory and allow environment variables and
24273         "~".
24275         * org-latex.el (org-export-latex-special-chars): Allow a
24276         parenthesis before an exponent or subscript.
24278 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
24280         * org-src.el (org-edit-src-exit): When returning from code edit
24281         buffer, if code block is hidden, leave point at start of
24282         #+begin_src line.
24284 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24286         * org.el (org-insert-heading): Do not remove all spaces if the
24287         headline is empty.
24289         * org-indent.el (org-indent): Fix group name.
24291 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24293         * org-table.el (org-table-goto-column): Fix forcing a non-existing
24294         column.
24295         (org-table-get, org-table-put, org-table-goto-line)
24296         (org-table-current-line): New functions.
24298 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
24300         * org.el (org-open-file): Allow regular expressions in
24301         org-file-apps to capture link parameters using groups.  In a
24302         command string to be executed, the parameters can be referenced
24303         using %1, %2, etc.  Lisp forms can access them using
24304         (match-string n link).
24305         (org-apps-regexp-alist): Adopt the created regexp, as this is now
24306         matched against a file: link instead of the file name.
24308 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24310         * org-crypt.el (org-reveal-start-hook): Add a decryption function
24311         to this hook.
24312         (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
24313         Add docstrings.
24315         * org.el (org-point-at-end-of-empty-headline)
24316         (org-level-increment, org-get-previous-line-level): New function.
24317         (org-cycle-level): Rewritten to be independent of when this
24318         function is called.
24319         (org-in-regexps-block-p): New function.
24320         (org-reveal-start-hook): New hook.
24321         (org-reveal): Run new hook.
24323 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24325         * org-latex.el (org-export-latex-keywords): Start a new paragraph
24326         after time keywords, do not add "\newline".
24328         * org-html.el (org-export-as-html): Avoid double # in href.
24330         * org.el (org-refile-get-location): Catch an invalid target
24331         specification.
24333 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24335         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
24336         Make sure the behavior regarding to extracting time is
24337         consistent.
24339 2010-04-10  Stephen Eglen  <stephen@gnu.org>
24341         * org-agenda.el (org-agenda-insert-diary-extract-time):
24342         New variable.
24343         (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
24344         variable rather than `org-agenda-search-headline-for-time'.
24346 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24348         * org-list.el (org-fix-bullet-type): Improve cursor positioning.
24350 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24352         * org.el (org-adaptive-fill-regexp-backup): New variable.
24353         (org-set-autofill-regexps): Store a backup of
24354         `adaptive-fill-regexp'.
24355         (org-adaptive-fill-function): Fix filling of comments and ordered
24356         lists.  If there is no other match, till try adaptive fill.
24358 2010-04-10  John Wiegley  <jwiegley@gmail.com>
24360         * org-agenda.el (org-agenda-include-deadlines): Add new
24361         customization variable to determine whether unscheduled tasks
24362         should appear in the agenda solely because of their deadline.
24363         Default to true, which was the previous behavior (it just wasn't
24364         configurable).
24365         (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
24366         the agenda to show/hide deadline tasks.
24367         (org-agenda-menu): Add menu option for show/hide deadlines.
24368         (org-agenda-list): Make the agenda list sensitive to the value of
24369         `org-agenda-include-deadlines'.
24370         (org-agenda-toggle-deadlines): New function to toggle the value of
24371         `org-agenda-include-deadlines' and repaint the modeline
24372         indicators.
24373         (org-agenda-set-mode-name): Show "Deadlines" in the agenda
24374         modeline if deadline tasks are being displayed.
24376 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24378         * org-table.el (org-table-eval-formula): Replace $# and @# by
24379         current column and row number.
24381 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24383         * org.el (org-set-property, org-delete-property): Go back to
24384         prompting for the property.
24386         * org-latex.el (org-export-latex-make-header): Fully process
24387         author line.
24388         (org-export-latex-fontify-headline): Allow several arguments, not
24389         just one.
24390         (org-export-latex-fix-inputenc): Catch the error when
24391         `latexenc-coding-system-to-inputenc' is not defined.
24393         * org-agenda.el (org-agenda-skip-if-todo): New function.
24394         (org-agenda-skip-if): Add conditions for TODO keywords.
24395         (org-agenda-skip-if): Document the new todo conditions.
24397 2010-04-10  Mikael Fornius  <mfo@abc.se>
24399         * org.el (org-at-property-p): Check if we are inside a property
24400         drawer not just any drawer.
24401         (org-set-property, org-delete-property): When cursor is on a
24402         property key value pair do not prompt for property name instead
24403         use name at cursor.
24404         (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
24405         on the first line of a property drawer.
24406         (org-property-end-re): Spell check.
24408 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24410         * org-exp.el (org-export-attach-captions-and-attributes): Add the
24411         properties to the entire table, in case the first line is
24412         removed.
24414         * org-archive.el (org-archive-reversed-order): New option.
24415         (org-archive-subtree, org-archive-to-archive-sibling): Use the new
24416         option `org-archive-reversed-order'.
24418 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24420         * org-agenda.el (org-agenda-entry-types): New variable.
24421         (org-agenda-list): Use `org-agenda-entry-types'.
24422         (org-agenda-custom-commands-local-options): Support for setting
24423         `org-agenda-entry-types' as an option.
24424         (org-diary): Shift some documentation from here to the variable
24425         `org-agenda-entry-types'.
24427 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24429         * org-latex.el (org-export-latex-make-header): Apply macros in
24430         author field.
24432         * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
24433         (org-clock-select-task, org-clock-notify-once-if-expired)
24434         (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
24435         (org-clock-out-if-current, org-clock-save): Use the new functions.
24437 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24439         * org-docbook.el (org-export-as-docbook): Remove unnecessary
24440         newline.
24441         (org-export-as-docbook): Remove unnecessary newline.
24442         (org-export-as-docbook): Fix problem with double footnote
24443         reference in one place.
24445         * org-exp.el (org-export-format-source-code-or-example):
24446         Remove unnecessary newline.
24448         * org.el (org-deadline, org-schedule): Allow rescheduling entries
24449         with repeaters.
24451         * org-table.el (org-table-convert-refs-to-rc): Better way to catch
24452         function calls that look like references.
24454         * org.el (org-open-at-point): Get link abbreviations from
24455         reference buffer.
24457 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24459         * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
24460         as a reference.
24462 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24464         * org.el (org-link-unescape): Solve issue with lower-case escapes.
24466 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24468         * org-latex.el (org-export-latex-classes):
24469         Add \usepackage{latexsym} to all classes.
24471 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24473         * org-html.el (org-export-as-html): Do not allow protected lines
24474         into the table of contents.
24476         * org-latex.el (org-export-latex-special-chars): Find subsequent
24477         occurrences of special characters.
24478         (org-export-latex-tables): Do not convert table-like stuff that is
24479         protected.
24481 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24483         * org-list.el (org-toggle-checkbox): No errors when updating
24484         checkbox count fails because there is no heading.
24486 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24488         * org-clock.el (org-clock-report-include-clocking-task):
24489         New option.
24490         (org-clock-sum): Add the current clocking task.
24492 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24494         * org.el (org-cycle): Print a message when in a table.el table.
24495         (org-edit-special): Recognize the table.el context.
24496         (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
24498         * org-src.el (org-at-table.el-p): Declare.
24499         (org-edit-src-code): Handle a special case for table.el editing.
24500         (org-edit-src-find-region-and-lang): Recognize the table.el
24501         context.
24503         * org-latex.el (org-export-latex-tables): Convert table.el
24504         tables.
24505         (org-export-latex-convert-table.el-table): New function.
24507         * org-html.el (org-html-expand): Fix table.el export.
24509         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
24510         headings.
24512         * org-id.el (org-id-find-id-file): Fix bug when there is no hash
24513         table for the id locations.
24515         * org.el (org-read-date-analyze): Match American-style dates, like
24516         5/30 or 5/13/7.  Make sure cal-iso.el is loaded.  Don't force he
24517         current year when reading ISO and American dates.
24519 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24521         * org.el (org-face-from-face-or-color): New function.
24522         (org-get-todo-face, org-font-lock-add-priority-faces)
24523         (org-get-tag-face): Use `org-face-from-face-or-color'.
24525         * org-faces.el (org-todo-keyword-faces, org-priority-faces):
24526         Allow simple colors as values.
24527         (org-faces-easy-properties): New option.
24529         * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
24530         restricted, as an agenda mode.
24531         (org-agenda-fontify-priorities): Allow simple colors as values.
24533 2010-04-10  Bastien Guerry  <bzg@gnu.org>
24535         * org-timer.el (org-timer-current-timer): Rename from
24536         `org-timer-last-timer'.
24537         (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
24538         (org-timer-cancel-timer, org-timer-show-remaining-time)
24539         (org-timer-set-timer): Update to use only one timer.
24541         * org.el (org-set-property): Remove useless space in the prompt.
24543 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24545         * org-html.el (org-export-html-style-default): Add a default style
24546         for textareas.
24548         * org-exp.el (org-export-format-source-code-or-example):
24549         Fix textarea tag.
24551 2010-04-10  Bastien Guerry  <bzg@gnu.org>
24553         * org-clock.el (org-clock-current-task): New variable to store
24554         last clocked in task.
24555         (org-clock-set-current, org-clock-delete-current): New functions.
24557 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24559         * org-remember.el (org-remember-apply-template): Extend comment.
24560         (org-remember-handler): Implement clock sibling filing.
24562 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24564         * org-publish.el (org-publish-all, org-publish-current-file)
24565         (org-publish-current-project): When called with prefix argument
24566         FORCE, also rebuild the validation file list.
24568         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
24569         section headings.
24571 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24573         * org-html.el (org-export-as-html-and-open): Kill product buffer
24574         if the user wants that.
24576         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
24577         if the user wants that.
24579         * org-exp.el (org-export-kill-product-buffer-when-displayed):
24580         New option.
24582         * org-agenda.el (org-batch-agenda-csv): Use the time property
24583         instead of the `time-of-day' property.
24585 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24587         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
24588         (org-timer-pause-hook, org-timer-set-hook)
24589         (org-timer-cancel-hook): New hooks.
24590         (org-timer-start): Run `org-timer-start-hook'.
24591         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
24592         (org-timer-stop): Run `org-timer-stop-hook'.
24593         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
24595 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24597         * org.el (org-reveal): Double prefix arg shows the subtree of the
24598         parent.
24600 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24602         * org-agenda.el (org-search-view): Fix bug with searching full
24603         words in headlines in search view.
24604         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
24605         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
24606         scheduled (if the user configures it so.
24608 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24610         * org.el (org-hide-archived-subtrees): Don't jump to end of
24611         subtree if the match was not in a headline.
24612         (org-inside-latex-macro-p): Allow more complex arguments.
24613         (org-emphasize): Protect against use at end of buffer.
24615 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24617         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
24618         text properties.
24620 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24622         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
24623         values.
24624         (org-agenda-todo-ignore-scheduled)
24625         (org-agenda-todo-ignore-deadlines): More control with different
24626         allowed values.
24627         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
24628         Honor the new option settings.
24630 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24632         * org.el (org-get-location): Make sure the selection buffer is
24633         shown in the current frame.
24635         * org-ascii.el (org-export-ascii-table-widen-columns):
24636         New option.
24637         (org-export-ascii-preprocess): Realign tables to remove narrowing
24638         if `org-export-ascii-table-widen-columns' is set.
24640         * org-table.el (org-table-do-narrow): New variable.
24641         (org-table-align): Narrow only if `org-table-do-narrow' is t.
24643         * org.el (org-deadline, org-schedule): Allow updating if the
24644         relevant time stamp does not have a repeater, i.e. do not require
24645         that no time stamp has a repeater.
24647         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
24648         new white space before the tags.
24650         * org-latex.el (org-export-as-latex): Do nit require the buffer to
24651         be visiting a file when only exporting to a buffer or string.
24652         (org-export-latex-fix-inputenc): Only save the buffer is there is
24653         a file name attached to it.
24655 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
24657         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
24659 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24661         * org.el (org-fontify-meta-lines-and-blocks):
24662         Honor `org-fontify-quote-and-verse-blocks'.
24664         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
24666 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24668         * org.el (org-open-at-point): Also check for text property
24669         org-linked-text before offering collected links.
24671 2010-04-10  Stephen Eglen  <stephen@gnu.org>
24673         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
24674         Optionally extract time specification from text and add to the
24675         timestamp.
24677 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24679         * org-exp.el (org-html-entities): Fix typo.
24681         * org-latex.el (org-export-latex-make-header): Use \providecommand
24682         to make sure the \alert macro is defined.
24684         * org.el (org-format-latex-signal-error)
24685         (org-create-formula-image): Use `org-format-latex-signal-error'.
24687 2010-04-10  Stephen Eglen  <stephen@gnu.org>
24689         * org.el (org-store-link): For dired buffers, use
24690         default-directory as link name if dired-get-filename returns
24691         nil.
24693 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24695         * org-exp.el (org-export-concatenate-multiline-links): The for
24696         protectedness at beginning of match.
24698         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
24699         AUTO as a coding system, instead default to utf8.
24701 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24703         * org.el (org-block-todo-from-children-or-siblings-or-parent)
24704         (org-block-todo-from-checkboxes): Respect the local variable
24705         value when deciding if blocking should be active.
24707         * org-latex.el (org-export-latex-make-header): Define the align
24708         macro if it is not yet defined.
24710         * org-agenda.el (org-agenda-insert-diary-make-new-entry):
24711         Call `org-insert-heading' with the INVISIBLE-OK argument.
24713         * org-mac-message.el (org-mac-message-insert-flagged):
24714         Call `org-insert-heading' with the INVISIBLE-OK argument.
24716         * org.el (org-insert-heading): New argument INVISIBLE-OK.
24718         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
24719         prompt message.
24721         * org-html.el (org-html-level-start): Use the
24722         `html-container-class' text property to set an additional class
24723         for an outline container.
24725         * org-exp.el (org-export-remember-html-container-classes):
24726         New function.
24727         (org-export-preprocess-string):
24728         Call `org-export-remember-html-container-classes'.
24730         * org.el (org-cycle): Mention level cycling in the docstring.
24731         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
24733         * org-remember.el (org-remember-apply-template): Do file insertion
24734         first.
24736 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24738         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
24739         problem with mis-aligned graphs when showing habits.
24741 2010-04-10  Mikael Fornius  <mfo@abc.se>
24743         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
24744         when assigning.  Begin using numerical characters when all in name
24745         is used up.  This is to spare alphanumeric characters for better
24746         match with other keywords.
24748 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24750         * org-exp.el (org-export-preprocess-hook): Improve documentation.
24752         * org-latex.el (org-export-latex-preprocess): More consistent
24753         conversion and protection of the words LaTeX and TeX.
24754         (org-export-latex-fontify-headline, org-export-latex-preprocess):
24755         Allow angle brackets in commands, for beamer.
24757 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24759         * org-clock.el (org-clock-in): Improve the look of the clock line
24760         by formatting links.
24762 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24764         * org-latex.el (org-export-latex-classes): Use AUTO as the place
24765         holder string for the coding system.  And improve the
24766         documentation.
24767         (org-export-latex-fix-inputenc): Only modify the coding system if
24768         it is given by the placeholder AUTO.
24770 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24772         * org-clock.el (org-task-overrun-text): New option.
24773         (org-task-overrun, org-clock-update-period): New variables.
24774         (org-clock-get-clock-string, org-clock-update-mode-line):
24775         Mark overrun clock.
24776         (org-clock-notify-once-if-expired): Check if clock is overrun.
24778         * org-faces.el: New face `org-mode-line-clock-overrun'.
24780 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
24782         * org.el (org-narrow-to-subtree): Position the end of the narrowed
24783         region before the line with the next heading, to prevent the user
24784         from prepending text to the next headline.
24786 2010-04-10  Stephen Eglen  <stephen@gnu.org>
24788         * org-agenda.el (org-get-time-of-day):
24789         Use org-agenda-time-leading-zero to allow leading zero (rather than
24790         space) for times.
24792 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24794         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
24795         org-datetree.el is loaded.
24797         * org-datetree.el: Autoload `org-datetree-find-day-create'.
24799         * org-latex.el (org-export-latex-hyperref-format): New option.
24800         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
24802 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24804         * org-ctags.el (org-ctags-enable): Change order of functions.
24805         (org-ctags-create-tags): Add wildcard to file name expansion.
24807 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24809         * org.el (org-entry-properties): Fix some important bugs.
24811 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24813         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
24814         the table is not explicitly given.
24816 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24818         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
24819         as value.
24820         (org-clock-out-if-current): Work with the new list value of
24821         `org-clock-out-when-done'.
24822         (org-clock-out, org-clock-out-if-current): Avoid circular logic
24823         between clocking out and state changes.
24825         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
24827         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
24828         accident protect a character that is before a backslash.
24830 2010-04-10  Paul Sexton  <eeeickythump@gmail.com>
24832         * org-ctags.el: New file.
24834 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24836         * org-agenda.el (org-diary-class):
24837         Use `org-order-calendar-date-args'.
24839         * org.el (org-order-calendar-date-args): New function.
24841         * org-exp.el (org-export-target-internal-links): Check for
24842         protectedness after the first bracket.
24844         * org.el (org-entry-properties): Don't match wrong-case TODO
24845         keywords.
24847         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
24848         Document that ARG is passed through to remove the date.
24849         (org-agenda-bulk-action): Accept prefix arg and pass it on.
24850         Do not read a date when the user has given a `C-u' prefix.
24852 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24854         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
24855         tags are hidden.
24857 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24859         * org-latex.el (org-export-latex-fix-inputenc): New function.
24860         (org-export-latex-inputenc-alist): New option.
24862         * org-exp.el (org-export): New key SPC to publish enclosing
24863         subtree.
24865 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24867         * org-indent.el (org-indent-add-properties): Catch case when there
24868         is no headline in the buffer.
24870 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24872         * org-exp.el (org-html-entities): Add checkmark symbol.
24874         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
24875         verbatim code for ASCII export.
24877         * org.el (org-update-statistics-cookies): Also see checkboxes in
24878         ordered lists.
24880 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24882         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
24883         key.
24885         * org-beamer.el (org-beamer-amend-header): Change the location
24886         where `org-beamer-header-extra' is inserted.
24888         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
24889         just for computing this regexp.
24891 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24893         * org-beamer.el (org-beamer-frame-default-options): New option.
24894         (org-beamer-sectioning): Use default options if the user does not
24895         have defined any.
24896         (org-beamer-fix-toc): Put a frame around the table of contents.
24898         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
24899         Make sure case-folding works well when processing comment stuff.
24901         * org-latex.el (org-export-latex-after-save-hook): New hook.
24902         (org-export-as-latex): Run the new hook.
24904 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24906         * org-beamer.el (org-beamer-environments-default): Add the note
24907         environments.
24908         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
24909         lines and collect and combine the content.
24910         (org-beamer-after-initial-vars): Check for note tags and make sure
24911         they will be seen like a property.
24913         * org.el (org-offer-links-in-entry): Fix bug when there is a
24914         single link.
24916         * org-exp.el (org-export): Make sure the mark is activated, also
24917         when `transient-mark-mode' is off.
24919         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
24920         (org-agenda-search-view-search-words-only): Obsolete variable, is
24921         now an alias for `org-agenda-search-view-always-boolean'.
24922         (org-agenda-search-view-force-full-words): New option.
24923         (org-search-view): Improve docstring, and implement a better logic
24924         for Boolean and phrase searches.
24925         (org-agenda-last-search-view-search-was-boolean): New variable.
24926         (org-agenda-manipulate-query): Consider the type of the last
24927         search when modifying the search string.
24929 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24931         * org-latex.el (org-export-as-latex): Do the first letbind in the
24932         right moment.
24934         * org-agenda.el (org-get-entries-from-diary): Add the new face to
24935         these entries.
24937         * org-faces.el (org-agenda-diary): New face.
24939         * org.el (org-make-link-regexps): Allow regexp-special characters
24940         in link types.
24941         (org-open-file): When in-emacs is `system', also force system
24942         opening, like when the value was `(16)'.
24943         (org-update-statistics-cookies): Handle entries without children.
24945         * org-exp.el
24946         (org-export-preprocess-before-normalizing-links-hook): New hook.
24947         (org-export-preprocess-string): Run the new hook.
24949         * org.el (org-offer-links-in-entry): Make RET open all links.
24951         * org-html.el (org-export-as-html): Remove any leftover display
24952         properties in the html file.
24954         * org-wl.el (org-wl-store-link): Work-around for format bug with
24955         text properties.
24957         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
24958         invisibility while adding the graphs.
24960 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24962         * org-remember.el (org-select-remember-template): Use C letter to
24963         customize remember templates.
24965         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
24966         Move cursor to next visible line.
24968 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24970         * org-beamer.el (org-beamer-sectioning): Leave columns environment
24971         by specifying 0 or 1 for column width.
24972         (org-beamer-column-widths): Make 0 stand for 0.0.
24974 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
24976         * org-exp.el (org-export-mark-radio-links): Don't match inside
24977         <<target>>.
24979         * org.el (org-format-latex-header-extra): New variable.
24980         (org-format-latex): Set org-format-latex-header-extra from
24981         in-buffer stuff.
24982         (org-format-latex): Add org-format-latex-header-extra to the
24983         variables on which image creation depends.
24984         (org-create-formula-image): Add the header stuff from in-buffer
24985         settings.
24986         (org-read-date-analyze): Base the analysis for future preference
24987         on NOW, not on the default date.
24989         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
24990         for TODO keyword in inline tasks.
24992         * org.el (org-log-note-headings): New headings for removing
24993         deadline or scheduling date.
24994         (org-deadline, org-schedule): Arrange for logging when removing a
24995         date.
24996         (org-add-log-note): Handle deadline and scheduling removal.
24998 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25000         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
25002 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25004         * org-agenda.el (org-diary-class): New function.
25006 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25008         * org-latex.el (org-export-latex-preprocess): Do process the text
25009         of a radio target.
25011 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25013         * org.el (org-entry-properties): Add TIMESTAMP properties back
25014         in.
25016 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25018         * org.el (org-all-time-keywords): New variable.
25019         (org-set-regexps-and-options): Set `org-all-time-keywords'.
25020         (org-entry-blocked-p): New function.
25021         (org-special-properties): Add BLOCKED as a new special property.
25022         (org-entry-properties): New optional argument SPECIFIC, only parse
25023         for this property when it is specified.
25024         (org-entry-get): Pass a SPECIFIC argument to
25025         `org-entry-properties'.
25027         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
25029 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25031         * org-latex.el (org-export-latex-tables): No forced line end if
25032         there is no caption.
25034 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25036         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
25037         package.
25039         * org-latex.el (org-export-latex-tables): Only add a caption when
25040         macro is in longtable environments if one has been defined.
25042         * org-html.el (org-export-as-html): Only take title from buffer if
25043         not exporting body-only.
25045         * org-latex.el (org-export-latex-preprocess): Better version of
25046         the regular expression for protecting LaTeX macros.
25047         (org-export-latex-preprocess): Start searching for macros to
25048         protect from beginning of buffer.
25050         * org-exp.el (org-export-target-internal-links): Check for
25051         protectedness earlier in the string.
25053         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
25054         case sensitively.
25056         * org-id.el (org-id-store-link): Match TODO keywords case
25057         sensitively.
25059         * org.el (org-heading-components, org-get-outline-path)
25060         (org-display-outline-path): Match TODO keywords case sensitively.
25062         * org-latex.el (org-export-as-latex): Ignore read-only
25063         properties.
25065         * org-exp.el (org-export-preprocess-string): Remove any
25066         `read-only' properties.
25068         * org-agenda.el (org-agenda-inactive-leader): New option.
25069         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
25070         (org-tags-view): Prompt for matcher if MATCH is an empty string.
25071         (org-todo-list): Prompt for matcher if ARG is an empty string.
25073 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25075         * org.el (org-open-link-functions): New hook.
25076         (org-open-at-point): Run `org-open-link-functions'.
25078 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25080         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
25081         stamps as well.
25083         * org.el (org-inhibit-startup-visibility-stuff): New variable.
25084         (org-mode): Don't do startup visibility if inhibited.
25085         (org-outline-overlay-data, org-set-outline-overlay-data):
25086         New functions.
25087         (org-save-outline-visibility): New macro.
25088         (org-log-note-headings): Document that one should not change the
25089         `state' note format.
25091 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25093         * org.el (org-make-link-regexps): Capture link path into a group.
25095 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25097         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
25098         the options plist.
25100 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25102         * org.el (org-startup-with-beamer-mode): New option.
25103         (org-property-changed-functions)
25104         (org-property-allowed-value-functions): New hooks.
25105         (org-entry-put, org-property-get-allowed-values): Run the new
25106         hooks.
25107         (org-property-next-allowed-value): Run the new hooks.
25109         * org-exp.el (org-export-select-backend-specific-text): Add the
25110         special beamer tags.
25112         * org-beamer.el: New file.
25114         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
25115         (org-export-as-latex):
25116         Run `org-export-latex-after-initial-vars-hook'.
25117         (org-export-latex-format-toc-function)
25118         (org-export-latex-make-header):
25119         Call `org-export-latex-format-toc-function'.
25121         * org.el (org-fill-template): Make template searches case sensitive.
25123         * org-exp.el (org-export): Use "1" as a sign to export only the
25124         subtree.
25126         * org-colview.el (org-columns-edit-value):
25127         Use org-unrestricted property.
25129         * org.el (org-compute-property-at-point): Set org-unrestricted
25130         text property if the list contains ":ETC".
25131         (org-insert-property-drawer):
25132         Use org-unrestricted property.
25134         * org-exp.el
25135         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
25136         (org-export-preprocess-string):
25137         Run `org-export-preprocess-before-selecting-backend-code-hook'.
25139         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
25141         * org-latex.el (org-export-region-as-latex):
25142         Run `org-export-first-hook'.
25144         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
25146         * org-docbook.el (org-export-as-docbook):
25147         Run `org-export-first-hook'.
25149         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
25151         * org-exp.el (org-export-first-hook): New hook.
25153 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25155         * org-list.el (org-previous-item): Exit at the beginning of the
25156         buffer.
25158         * org-id.el (org-id-locations-save): Only write the id locations
25159         if any are defined.
25161         * org-archive.el (org-archive-all-done): Make this work in a file
25162         with org-odd-levels-only set.
25164         * org.el (org-get-refile-targets): Catch the case when a buffer
25165         has no file.
25167         * org-latex.el (org-export-as-latex): Cleanup forced line ends
25168         where they are not needed.
25169         (org-export-latex-subcontent): Remove unnecessary newlines.
25171 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25173         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
25174         (org-export-latex-fontify): Fix regexp bug that takes special
25175         care of protecting the right boundary characters in emphasis
25176         matches.
25177         (org-export-latex-preprocess): Allow multiple arguments to latex
25178         macros.
25180         * org.el (org-make-link-regexps): Use John Gruber's regexp for
25181         urls.
25183         * org-macs.el (org-re): Interpret :punct: in regexps.
25185         * org-exp.el (org-export-replace-src-segments-and-examples):
25186         Also take the final newline after the END line.
25188         * org.el (org-clean-visibility-after-subtree-move): Only fix
25189         entries that are not entirely invisible already.
25190         (org-insert-link): Respect org-link-file-path-type for
25191         "docview:" links in addition to "file:" links.
25193 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25195         * org-exp.el (org-export-format-source-code-or-example):
25196         Avoid additional extra white lines in LaTeX.
25198         * org-list.el (org-list-parse-list): Leave empty lines after the
25199         list, don't consider them as part of the list.
25201         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
25202         searches.
25204         * org-clock.el (org-clock-select-task): Convert integer to
25205         character for XEmacs.
25207 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25209         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
25210         compatible.
25212 2010-04-10  Tassilo Horn  <tassilo@member.fsf.org>
25214         * org.el (org-complete-tags-always-offer-all-agenda-tags):
25215         New variable.
25216         (org-set-tags): Use it.
25218 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25220         * org-list.el (org-empty-line-terminates-plain-lists):
25221         Update docstring.
25223         * org.el (org-format-latex): Fix link creation for processed latex
25224         snippets.
25226 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25228         * org-footnote.el (org-footnote-normalize): Protect replacement
25229         text.
25231         * org.el (org-inside-latex-macro-p): Save match data.
25233 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
25235         * org-docview.el: New file.
25237 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25239         * org-latex.el (org-export-latex-class-options): New variable.
25240         (org-export-latex-set-initial-vars): Use the class options.
25242         * org.el (org-forward-same-level): Stop at headings that start
25243         with an invisible character.
25244         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
25246 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25248         * org-footnote.el (org-footnote-normalize): Don't take optional
25249         arguments in LaTeX macros as footnotes.
25251         * org.el (org-inside-latex-macro-p): New function.
25253         * org-latex.el (org-latex-to-pdf-process): Change customization
25254         group to `org-export-pdf'.
25256         * org-agenda.el (org-agenda-get-blocks): Look at time string also
25257         on days after the first one.
25259         * org.el (org-insert-heading): Also check for item before assuming
25260         before-first-heading condition.
25262         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
25263         (org-export-pdf-logfiles): New option.
25264         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
25265         (org-export-pdf-logfiles): Fix customization type.
25267         * org.el (org-insert-link): Improve error message when there is no
25268         default link to select with RET.
25270         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
25271         parameter list.
25273 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25275         * org-latex.el (org-export-latex-parse-global)
25276         (org-export-latex-parse-content)
25277         (org-export-latex-parse-subcontent):
25278         Use `org-re-search-forward-unprotected'.
25279         (org-export-as-pdf): Remove log files produced by XeTeX.
25281         * org-macs.el (org-re-search-forward-unprotected): New function.
25283 2010-04-10  James TD Smith  <ahktenzero@mohorovi.cc>
25285         * org-colview.el (org-agenda-colview-summarize): Sort out some
25286         confusion between properties and titles, which resulted in
25287         agenda summaries not working if a title was set for a column.
25289 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25291         * org-mobile.el (org-mobile-agendas): New option.
25292         (org-mobile-sumo-agenda-command): Select the right agendas.
25294         * org-latex.el (org-export-latex-format-image): Preserve the
25295         original-indentation property.
25297 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25299         * org-clock.el (org-clock-insert-selection-line): Catch error when
25300         an old tasks no longer exists.
25302         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
25303         (org-export-as-pdf): Don't remove the old PDF file before making
25304         the new one.
25306         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
25307         (org-mouse-context-menu): Use `org-looking-back'.
25309         * org.el (org-cycle-level): Use `org-looking-back'.
25311         * org-list.el (org-cycle-item-indentation):
25312         Use `org-looking-back'.
25314         * org-compat.el (org-looking-back): New function.
25316         * org.el (org-insert-heading): Catch before-first-headline when
25317         inserting a headline.
25319 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25321         * org-latex.el (org-export-latex-format-image): Indent figure
25322         environment, so that it does not interrupt plain list.
25324         * org.el (org-open-at-point): Allow long link descriptions.
25326 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
25328         * org-html.el (org-export-as-html): Remove empty lines at the
25329         beginning of the exported text.
25331 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
25333         * org.el (org): Remove from hypermedia group.
25335 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
25337         * Branch for 23.2.
25339 2010-02-15  Chong Yidong  <cyd@stupidchicken.com>
25341         * org-freemind.el (org-freemind-from-org-mode-node)
25342         (org-freemind-from-org-mode)
25343         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
25344         Pass arg to called-interactively-p.
25346 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
25348         * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
25349         Fix typos in docstrings.
25351 2010-01-01  Juanma Barranquero  <lekktu@gmail.com>
25353         * org.el (org-get-outline-path, org-speed-command-help):
25354         Fix typos in error messages.
25356 2009-12-14  Juri Linkov  <juri@jurta.org>
25358         * org-html.el (org-export-html-style-include-default):
25359         Put `safe-local-variable booleanp' on
25360         `org-export-html-style-include-default' instead of mistakenly
25361         duplicate `org-export-html-style'.
25363 2009-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
25365         * org-agenda.el (org-agenda-diary-entry-in-org-file):
25366         Rebuild agenda after adding new entry.
25368         * org-datetree.el (org-datetree-find-day-create): Fix regular
25369         expression.
25371         * org.el (org-display-outline-path): Use a format specifier for
25372         message, to avoid problems with heading containing `%'.
25374         * org-agenda.el (org-agenda-hide-tags-regexp): New option.
25375         (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
25376         (org-agenda-fix-displayed-tags): New function.
25377         (org-agenda-do-context-action): Just call
25378         `org-display-outline-path', without piping the result through
25379         `message'.
25381         * org-latex.el (org-export-latex-preprocess): Protect secondary
25382         footnote references.
25384         * org-indent.el (org-indent-initialize): Avoid empty strings as
25385         line prefixes.
25387         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
25388         hat checking for the mark does not throw an error.
25389         (org-agenda-diary-entry-in-org-file): Catch the case that there is
25390         not `day' text property in the cursor line.
25392         * org.el (org-sort-entries-or-items): Make sure that the final
25393         entry has a newline before doing the sorting.
25395         * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
25396         property at the beginning of the line.
25398         * org.el (org-make-link-string): Don't allow a description with
25399         only white space.
25401         * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
25402         (org-agenda-insert-diary-as-top-level): New function.
25403         (org-agenda-add-entry-to-org-agenda-diary-file):
25404         Call `org-agenda-insert-diary-as-top-level'.
25406         * org.el (org-occur-in-agenda-files): Make sure none of the
25407         buffers is narrowed.
25408         (org-activate-plain-links): Add the face property here.
25409         (org-set-font-lock-defaults): Do not add the face to plain links,
25410         the activator function does this.
25412         * org-habit.el (org-is-habit-p): Add doc string.
25414         * org-archive.el (org-archive-subtree-default-with-confirmation):
25415         Autoload.
25417         * org-latex.el (org-export-latex-fontify): Fix regexp to make char
25418         after match optional (happens at the end of a line...).
25420         * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
25421         for special blocks.
25423         * org-faces.el (org-copy-face): Set lisp indentation.
25424         (org-quote, org-verse): New faces.
25426         * org-agenda.el (org-agenda-remove-date): Remove variable.
25428         * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
25430         * org-html.el (org-export-as-html): Move the home/up link into
25431         the content div.
25433         * org.el (org-export-latex-packages-alist): Option definition
25434         moved here from org-latex.el.
25436         * org-html.el (org-export-html-home/up-format): Add an ID to the
25437         up/home div.
25439         * org-wl.el (org-wl-store-link): Handle the case that
25440         `wl-use-petname' is set.
25442         * org.el (org-set-effort): Improve prompt.
25443         (org-get-outline-path): Widen to get full path.
25444         (org-compact-display-after-subtree-move): Function removed.
25446 2009-11-20  Eric Schulte  <schulte.eric@gmail.com>
25448         * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
25449         hash keys to cache and re-use images generated by the
25450         org-exp-blocks interface to ditaa and dot.
25452         * org.el (org-format-latex): Latex images are now saved to files
25453         named by the sha1 hash of the latex source text avoiding
25454         regeneration of identical images.
25456 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
25458         * org-latex.el (org-export-as-latex): Add the :drawers property.
25460 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
25462         * org.el (org-speed-commands-user): Allow documentation headlines.
25463         (org-speed-commands-default): Organize the value of this constant
25464         with descriptive headlines.
25465         (org-print-speed-command): Output the headlines.
25467 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
25469         * org-agenda.el (org-agenda-show-outline-path): New option.
25470         (org-agenda-do-context-action): New function.
25471         (org-agenda-next-line, org-agenda-previous-line):
25472         Use `org-agenda-do-context-action'.
25474         * org.el (org-use-speed-commands): Allow function value.
25475         (org-speed-commands-default): Make headline motion safe, so that
25476         these commands always end on a headline.
25477         (org-speed-commands-default): New key `v' for `org-agenda'.
25478         (org-speed-move-safe): New function.
25479         (org-self-insert-command): Use the function value of
25480         `org-use-speed-commands'.
25481         (org-get-outline-path): Improve docstring.
25482         (org-format-outline-path): New function.
25483         (org-display-outline-path): New function.
25485 2009-11-15  John Wiegley  <jwiegley@gmail.com>
25487         * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
25488         a string, use that to find the LOGBOOK drawer.
25490 2009-11-15  Glenn Morris  <rgm@gnu.org>
25492         * org-agenda.el (org-datetree-find-date-create)
25493         (org-habit-get-priority):
25494         * org.el (org-format-agenda-item): Fix declarations.
25496 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25498         * org.el (org-clone-subtree-with-time-shift): Make it work at the
25499         end of the buffer.
25501         * org-mobile.el (org-mobile-write-checksums): Specify coding
25502         system.
25503         (org-mobile-timestamp-buffer): Keep local variable/mode line at
25504         beginning of buffer.
25506         * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
25508         * org.el (org-block-todo-from-children-or-siblings-or-parent)
25509         (org-block-todo-from-checkboxes): Do not block changes to a nil
25510         TODO state.
25512 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
25514         * org-habit.el (org-habit-parse-todo): Indicate which habit is
25515         wrongly set up in the error messages.
25517         * org-colview.el (org-columns-display-here): Don't try to
25518         calculate values if the underlying property is not set.
25519         (org-columns-string-to-number): Convert age strings back into
25520         fractional days.
25521         (org-agenda-colview-summarize): Handle extended summary types
25522         properly.
25524 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25526         * org-exp.el (org-export-format-drawer-function): New variable.
25527         (org-export-format-drawer): New function.
25528         (org-export-preprocess-string): Pass the backend as a parameter to
25529         `org-export-remove-or-extract-drawers'.
25530         (org-export-remove-or-extract-drawers): New parameter BACKEND.
25532         * org-protocol.el (org-protocol-char-to-string): New defsubst.
25534 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25536         * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
25537         message when no block is selected.
25539         * org-latex.el (org-export-latex-links): Check for protectedness
25540         in the last matched character, not after the match.
25542         * org-datetree.el (org-datetree-find-date-create):
25543         Respect restriction when KEEP-RESTRICTION is set.
25544         (org-datetree-file-entry-under): New function.
25545         (org-datetree-cleanup): New command.
25547 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
25549         * org-src.el (org-edit-src-code): New optional argument context
25550         allows calling functions to avoid altering the saved window
25551         configuration.
25552         (org-edit-src-exit): Do not restore window configuration when this
25553         function is used in the context of saving the edit buffer.
25555 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25557         * org-clock.el (org-clock-out, org-clock-cancel): Revert to
25558         instances to switching to with-current-buffer, because these seem
25559         to cause problems - no idea why.
25561         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
25562         Require diary-lib for (diary-date-display-form).
25564 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25566         * org.el (org-log-reschedule, org-log-redeadline): New options.
25567         (org-log-note-headings): Add templates for rescheduling and
25568         deadline changing.
25569         (org-startup-options): Add in-buffer settings for logging changing
25570         schedule and deadline time stamps.
25571         (org-deadline, org-schedule): Check for existing date and arrange
25572         for logging if the user requests it.
25573         (org-add-log-note): Prepare proper note buffers for rescheduling
25574         and deadline changes.
25576 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25578         * org-agenda.el (org-agenda-diary-entry-in-org-file)
25579         (org-agenda-add-entry-to-org-agenda-diary-file)
25580         (org-agenda-insert-diary-make-new-entry): New functions.
25581         (org-agenda-diary-entry):
25582         Call `org-agenda-diary-entry-in-org-file' when appropriate.
25584         * org.el (org-calendar-insert-diary-entry-key): New option.
25585         (org-agenda-diary-file): New option.
25586         ("calendar"): Install our insertion function in the calendar.
25588         * org-remember.el (org-datetree): Require.
25589         (org-remember-templates): Add new positioning option.
25590         (org-remember-reference-date): New variable.
25591         (org-remember-apply-template): Store the reference date in a local
25592         variable.
25593         (org-remember-handler): Implement date tree positioning of entries.
25595         * org-datetree.el: New file.
25597         * org-latex.el (org-export-latex-preprocess): Protect targets in
25598         verbatim emphasis.
25600         * org-html.el (org-export-as-html): Protect targets in verbatim
25601         emphasis.
25603         * org-docbook.el (org-export-as-docbook): Protect targets in
25604         verbatim emphasis.
25606 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25608         * org-clock.el (org-show-notification): Handle messages that
25609         contain a percent character.
25611         * org-remember.el (org-remember-apply-template): Turn of partial
25612         completion.
25614         * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
25615         (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
25617         * org.el (org-indent-mode): Define variable already in org.el.
25618         (org-unfontify-region): Remove line-prefix and wrap-prefix
25619         properties only if org-indent-mode is active.
25621 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25623         * org-icalendar.el (org-print-icalendar-entries): Save match data
25624         around call to verify function.
25625         (org-print-icalendar-entries): Add a call to the verification
25626         function.
25628         * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
25629         save-restrivtion' form.
25631 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
25633         * org-exp.el (org-export-format-source-code-or-example):
25634         Restrict scope of preserve-indentp to the let binding.
25635         (org-src): Require org-src, since org-src-preserve-indentation is used.
25637 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25639         * org-timer.el (org-timer-set-timer): Set variables
25640         org-timer-timer[123] correctly.
25642         * org-mobile.el (org-mobile-files-alist): Make it work when
25643         `agenda-archives' is included in
25644         `org-agenda-text-search-extra-files'.
25645         (org-mobile-push): Restore agenda after mobile push.
25647 2009-11-13  John Wiegley  <jwiegley@gmail.com>
25649         * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
25650         way the amount of idle time is presented in the minibuffer.
25652 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25654         * org-icalendar.el (org-print-icalendar-entries):
25655         Use org-icalendar-verify-function only if non-nil.
25657         * org.el (org-refile): Refile to clock only if the prefix arg is
25658         2.
25659         (org-sparse-tree): Fix docstring to be in line with prompt.
25660         (org-update-parent-todo-statistics):
25661         Call `org-after-todo-statistics-hook' on each level.
25663 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25665         * org-remember.el (org-remember-apply-template): Make sure the
25666         buffer exists.
25668 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25670         * org.el (org-tab-ind-state): New variable.
25671         (org-cycle-level): New function.
25672         (org-cycle-level-after-item/entry-creation): New option.
25673         (org-flag-subtree): New function.
25674         (org-hide-archived-subtrees): Call `org-flag-subtree'.
25675         (org-set-effort): Indexed access.
25677         * org-list.el (org-cycle-item-indentation): New function.
25679         * org.el (org-refile): Make prefix argument 2 refile to current
25680         clock.
25681         (org-priority): Interpret action `remove' as call to remove the
25682         priority cookie.
25684         * org-remember.el (org-remember-apply-template): Don't depend on
25685         buffer name being like file name.
25687 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25689         * org-clock.el (org-clock-play-sound): Expand file in
25690         org-clock-sound, to allow ~ for home.
25692         * org-remember.el (org-remember-handler):
25693         Set text-before-node-creation even if this already looks like a node,
25694         because the string might be needed on non-org-mode target files.
25696         * org-agenda.el (org-agenda-open-link): Make this work in agenda
25697         clocktables.
25698         (org-agenda-switch-to): Follow a link at point if
25699         org-return-follows-link' is set and there is nothing else to do in
25700         this line.
25702 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
25704         * org-exp-blocks.el: Modify split separator regexp to avoid empty
25705         strings.
25707 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
25709         * org-colview.el (org-columns-new): Make this work with the new
25710         operators.
25711         (org-columns-store-format): Make this work with the new operators.
25713 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25715         * org-src.el (org-src-preserve-indentation): Document that this
25716         variable is also used during export.
25718         * org-exp.el (org-export-format-source-code-or-example):
25719         Preserve indentation if a block has a -i option, or if
25720         `org-src-preserve-indentation' is set.
25722         * org-exp-blocks.el (org-export-blocks-preprocess):
25723         Preserve indentation if a block has a -i option, or if
25724         `org-src-preserve-indentation' is set.
25726 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25728         * org.el (org-mode-map): Define the new archiving keys.
25729         (org-speed-commands-default): Define an archiving key in the speed
25730         command map.
25731         (org-org-menu): Improve the menu structure concerning archiving.
25733         * org-archive.el (org-archive-subtree-default-with-confirmation):
25734         New command.
25736         * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
25737         (org-agenda-menu): Add the new archiving commands to the menu.
25738         (org-agenda-archive-default)
25739         (org-agenda-archive-default-with-confirmation): New commands.
25740         (org-agenda-archive, org-agenda-archive-to-archive-sibling):
25741         Just call `org-agenda-archive-with'.
25742         (org-agenda-archive-with): New function.
25744         * org-table.el (org-table-convert-region): Inert spaces around "|"
25745         to avoid line beginnings like "|-1" which will be mistaken as
25746         hlines.
25748 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25750         * org.el (org-offer-links-in-entry): Return nil if there are no
25751         links, t if a link has been selected.
25752         (org-open-at-point): Open attachment directory when called in the
25753         headline and there are no links in the entry body.
25754         (org-speed-commands-default): Add "o" for open-at-point as a speed
25755         command.
25757         * org-attach.el (org-attach-reveal): Optional prefix arg
25758         IF-EXISTS, which avoids creating the attachment directory if it
25759         does not yet exist.
25761         * org-agenda.el (org-agenda, org-run-agenda-series):
25762         Evaluate MATCH.
25764 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25766         * org.el ("abbrev"): Work with abbrev tables only after they have
25767         been loaded.
25769         * org-list.el (org-list-send-list): Fix bug related to match
25770         data.
25772         * org-latex.el (org-export-latex-fontify): Apply verbatim
25773         emphasis.
25774         (org-export-latex-make-header): Insert \obeylines if line breaks
25775         should be preserved.
25777         * org-exp.el (org-export-protect-verbatim): Add an
25778         `org-verbatim-emph' property to such text.
25780 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25782         * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
25783         (org-print-icalendar-entries): Skip entries where the timestamp is
25784         not a deadline and not scheduled, if the user requests that.
25786         * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
25787         before an opening quote.
25789         * org-archive.el (org-archive-subtree): Keep archive after
25790         archiving something.
25792         * org-id.el (org-id-update-id-locations): Add archive files if
25793         that is required by `org-id-extra-files'.
25795 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25797         * org-src.el (org-src-window-setup): New option.
25798         (org-src-switch-to-buffer): New function.
25799         (org-edit-src-exit): Add optional argument CONTEXT and use it to
25800         restore window configuration.
25801         (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
25802         Call `org-src-switch-to-buffer'.
25804         * org.el (org-default-properties): Add STYLE property.
25805         (org-files-list): Use the function call to get the files.
25806         (org-additional-option-like-keywords): Add SETUPFILE to completion
25807         list.
25809 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25811         * org-table.el (org-table-convert-region): Correctly interpret
25812         quoting in csv import.
25814         * org.el (org-icompleting-read): Make iswitchb completion work
25815         with lists and tables.
25817         * org-agenda.el (org-agenda-add-entry-text): Never add entry text
25818         while pushing the mobile agenda.
25820 2009-11-13  John Wiegley  <jwiegley@gmail.com>
25822         * org-clock.el (org-clock-auto-clock-resolution): Now takes three
25823         values: nil, t and `when-no-clock-is-running'.
25824         (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
25825         whether or not to resolve Org buffers on clock in.
25827 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
25829         * org-colview.el (org-format-time-period): Function to format
25830         times in fractional days for display.
25831         (org-columns-display-here): Add support for showing a calculated
25832         value in place of the property.
25833         (org-columns): Set `org-columns-time' to the current time so time
25834         difference calculations will work.
25835         (org-columns-time): Use to store the current time when column view
25836         is displayed, so all time differences will use the same reference
25837         point.
25838         (org-columns-compile-map): There is now an extra position in each
25839         entry specifying the function to use to calculate the displayed
25840         value for the non-calculated properties in the column.
25841         (org-columns-compute-all): Set `org-columns-time' to the current
25842         time so time difference calculations will work.
25843         (org-columns-compute): Handle column operators where the values
25844         used are calculated from the underlying property.
25845         (org-columns-number-to-string): Handle the 'age' column format.
25846         (org-columns-string-to-number): Correct the function name (was
25847         org-column...).  Add support for the 'age' column format.
25848         (org-columns-compile-format): Support the additional parameter in
25849         org-columns-compile-map.
25851 2009-11-13  Bastien Guerry  <bzg@gnu.org>
25853         * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
25854         variable.
25856 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25858         * org-clock.el (org-clock-has-been-used): New variable.
25859         (org-clock-in): Set `org-clock-has-been-used'.
25860         (org-clock-save): Save only if clock data has been used or created
25861         during this session.
25863 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25865         * org-clock.el (org-clock-persist): New value, to store only the
25866         clock history.
25867         (org-clock-save): Don't save the clock if only the history should
25868         be stored.
25869         (org-clock-load): Turn off John Wiegley's auto resolving mechanism
25870         when restoring a saved clock.
25872 2009-11-13  John Wiegley  <jwiegley@gmail.com>
25874         * org-clock.el (org-clock-display, org-clock-put-overlay):
25875         Use `org-time-clock-use-fractional'.
25877         * org.el (org-time-clocksum-use-fractional)
25878         (org-time-clocksum-fractional-format): Two new customizable
25879         variables which allow the user to select fractional times (1.25
25880         instead of 1:25) in the `org-clock-display' report.
25882 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25884         * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
25885         New option.
25887         * org.el (org-tag-alist): Fix customization type.
25889 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25891         * org-mobile.el (org-mobile-update-checksum-for-capture-file):
25892         Make sure the regexp search can fail without throwing an error.
25893         (org-mobile-apply): Save the inbox buffer after removing
25894         successfully applied changes.
25896 2009-11-13  John Wiegley  <jwiegley@gmail.com>
25898         * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
25899         time is reported after the user comes back (but before they
25900         resolve time).
25902         * org.el (org-get-repeat): Change so that this function can be
25903         called with either `org-scheduled-string' or
25904         `org-deadline-string'.
25906         * org-clock.el (org-clock-auto-clock-resolution): Rename from
25907         `org-clock-disable-clock-resolution', since negatives don't sound
25908         good in customization variables.
25909         (org-clock-in): Don't use the auto-resolution logic if the user is
25910         clocking into a different task while an active clock is running.
25911         This then allows the default behavior of clocking out of the open
25912         task and then into the new task.
25914         * org.el (org-modules): Made this variable more consistent, since
25915         it was referring to Org, OrgMode and Org-mode, whereas the docs
25916         for the variable always refer to Org-mode.
25918 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
25920         * org.el (org-repeat-re): The changed org-repeat-re no longer
25921         matched simple +2d type repeaters.  Fix it so it does.
25923 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25925         * org-latex.el (org-export-latex-preprocess): Protect the vspace
25926         macro in the VERSE environment.
25928 2009-11-13  John Wiegley  <jwiegley@gmail.com>
25930         * org-habit.el (org-habit-get-priority): A new function that
25931         determines the relative priority of a habit, based on how long
25932         past its scheduled date it is, and how near the deadline is.
25934         * org-agenda.el (org-agenda-get-scheduled): Set habit priority
25935         using `org-habit-get-priority'.
25937         * org-habit.el (org-habit-build-graph): Start displaying colors
25938         from the first scheduled date, if that date is earlier than the
25939         first completion date.
25941         * org-habit.el: Changed all "color" variables to faces, and made
25942         them appropriate for light and dark backgrounds.
25944         * org-habit.el (org-habit-duration-to-days): Made this function
25945         more general.
25946         (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
25948         * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
25949         habits, since they don't use DEADLINE anymore.
25951         * org.el (org-repeat-re, org-display-custom-time)
25952         (org-timestamp-change): Extend to support the new ".+N/N"
25953         syntax, used for habits.
25955         * org-clock.el (org-clock-resolve-clock): Fix an incorrect
25956         variable reference.
25958         * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
25959         modeline when habits are being displayed (if that module is being
25960         loaded).
25962 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
25964         * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
25965         idle time using the xscreensaver extension.
25966         (org-user-idle-seconds): Use X11 idle time if available.
25968 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25970         * org-agenda.el (org-agenda-next-line): New command.
25971         (org-agenda-previous-line): New commands.
25972         (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
25973         New commands.
25974         (org-agenda-follow-mode): Do the follow immediately if the mode is
25975         turned on here.
25976         (previous-line, next-line): Replace keys with the corresponding
25977         org functions.
25978         (org-agenda-mode-map): Bind backspace and delete to the scrolling
25979         command.
25981         * org.el (org-icompleting-read): Turn off partial completion mode
25982         for the duration of this completion round.
25984         * org-latex.el (org-export-latex-fontify-headline): Protect TeX
25985         macros in author lines and similar stuff.
25987         * org.el (org-file-tags): Fix docstring.
25988         (org-get-buffer-tags): Add the #+FILETAGS tags.
25989         ("ecb"): Make ecb show context after jumping into an Org file.
25991 2009-11-13  John Wiegley  <johnw@newartisans.com>
25993         * org-agenda.el (org-finalize-agenda): Draw habit consistency
25994         graphs after everything else in the buffer has been setup.
25996 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
25998         * org-mobile.el (org-mobile-apply): Count success and failure.
26000         * org.el (org-indent-line-function): Fix regexp replace problem.
26002 2009-11-13  John Wiegley  <johnw@newartisans.com>
26004         * org-clock.el (org-clock-disable-clock-resolution):
26005         New customization variable that disable automatic clock resolution on
26006         clock in.
26007         (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
26008         not automatically resolve anything.  This is does not affect
26009         idle-time resolution, however, if `org-clock-idle-time' is set.
26011 2009-11-13  John Wiegley  <johnw@newartisans.com>
26013         * org-habit.el: New file, which implements code to build a "habit
26014         consistency graph".
26016         * org-agenda.el (org-agenda-get-deadlines)
26017         (org-agenda-get-scheduled): Display consistency graphs when
26018         outputting habits into the agenda.  The graphs are always relative
26019         to the current time.
26020         (org-format-agenda-item): Add new parameter `habitp', which
26021         indicates whether we are formatting a habit or not.  Do not
26022         display "extra" leading information if habitp is true.
26024         * org.el (org-repeat-re): Improve regexp to include .+ and ++
26025         leaders for repeat strings.
26026         (org-get-repeat): Now takes a string parameter `tagline', so the
26027         caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
26029 2009-11-13  John Wiegley  <johnw@newartisans.com>
26031         * org-agenda.el (org-agenda-auto-exclude-function):
26032         New customization variable for allowing the user to create an "auto
26033         exclusion" filter for doing context-aware auto tag filtering.
26034         (org-agenda-filter-by-tag): Changes to support the use of
26035         `org-agenda-auto-exclude-function'.  See the new manual addition.
26037 2009-11-13  John Wiegley  <johnw@newartisans.com>
26039         * org.el (org-files-list): Don't attempt to return a file name for
26040         Org buffers which have no associated file.
26042         * org-agenda.el (org-agenda-do-action): Fix a typo.
26044 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
26046         * org-mobile.el (org-mobile-locate-entry): Interpret files
26047         relative to org-directory.
26048         (org-mobile-inbox-for-pull): Document the best location for this
26049         file.
26050         (org-mobile-check-setup): Verify `org-directory'.
26051         (org-mobile-create-index-file): Sort the files to be listed in
26052         index.org.
26054 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
26056         * org.el (org-fast-tag-selection): Add a way to display a
26057         description for a tag group.  This is done by adding a string to
26058         either the startgroup or endgroup cell.
26060 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
26062         * org-clock.el (org-clock-resolve, org-resolve-clocks)
26063         (org-emacs-idle-seconds): Use `org-float-time' instead of
26064         `time-to-seconds'.
26066 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
26068         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
26069         type.
26071         * org.el (org-pre-cycle-hook): Document that `empty' can also be
26072         the value of ARG when doing local cycling.
26074 2009-11-13  John Wiegley  <johnw@newartisans.com>
26076         * org-clock.el (org-clock-resolve-clock): If keeping or
26077         subtracting time results in a clock out at a time in the past, and
26078         if the resolution occurred due to idleness or invoking `M-x
26079         org-resolve-clocks', remember that past moment in time.  On the
26080         next clock in, the user will be prompted to see if they want to
26081         back-date their new clock to then.
26082         (org-clock-resolve): Do not jump the user to the location of a
26083         dangling clock if the resolution is occurring due to an idle
26084         timeout.  In that case there is typically only one dangling clock,
26085         the active one, and there is no value gained by shuffling their
26086         windows around to show it to them.  Being prompted to resolve an
26087         idle clock should be as inobtrusive as possible.
26088         (org-resolve-clocks-if-idle): New function that resolves only the
26089         currently active clock if the user has exceeded the time returned
26090         by `org-user-idle-seconds', based on the value of
26091         `org-clock-idle-time'.
26092         (org-clock-in): If, after resolving clocks, (???)
26093         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
26095         * org-clock.el (org-clock-resolve-clock): New function that
26096         resolves a clock to a specific time, closing or resuming as need
26097         be, and possibly even starting a new clock.
26098         (org-clock-resolve): New function used by `org-resolve-clocks'
26099         that sets up for the call to `org-clock-resolve-clock'.
26100         It determines the time to resolve to based on a single-character
26101         selection from the user to either keep time, subtract away time or
26102         cancel the clock.
26103         (org-resolve-clocks): New user command which resolves dangling
26104         clocks -- that is, open but not active -- anywhere in the file
26105         list returned by `org-files-list'.
26106         (org-clock-in): Automatically resolve dangling clocks whenever a
26107         user clocks in.
26108         (org-clock-cancel): If the user cancels the solely clock in a
26109         LOGBOOK, remove the empty drawer.
26111         * org-clock.el (org-clock-idle-time): New user customizable option
26112         for detecting whether the user has left a clock idle.  Note: it is
26113         only used in this commit to test whether it's worthwhile to check
26114         OS X to get the Mac user's current idle time.  If the Emacs idle
26115         time is less than the value, the user hasn't been away long enough
26116         to be worth checking (a more expensive test than just getting
26117         Emacs idle time).
26118         (org-user-idle-seconds, org-mac-idle-seconds)
26119         (org-emacs-idle-seconds): This three functions, in conjunction
26120         with the user customization variable `org-clock-idle-time', return
26121         the number of seconds (as a floating point) that the user has been
26122         away from their Emacs (or, if running on OS X, their computer).
26124         * org-clock.el (org-find-open-clocks): New function that returns a
26125         list of all open clocks in the given FILE.  Note that each clock
26126         it returns is a cons cell of the format (MARKER . START-TIME).
26127         This "clock" value is used by several of the new clock module
26128         utility functions.
26129         (org-is-active-clock): New inline function which tests whether the
26130         given clock value is the same as the currently active clock.
26131         Returns non-nil if this is the case.
26132         (org-with-clock-position): New macro that evaluates FORMS with
26133         point in the buffer and at the position of the given clock.
26134         Changes to the current clock are global.
26135         (org-with-clock): New macro that evaluates FORMS with point in the
26136         buffer and at the position of the given clock.  However, changes
26137         to the current clock are local and have no effect on the user's
26138         active clock.  This allows, for example, far any clock to be
26139         canceled without canceling the active clock.
26140         (org-clock-clock-in): New inline function that switches the active
26141         clock to the given clock.  If either the argument RESUME, or the
26142         global `org-clock-in-resume', are non-nil, it will resume a clock
26143         that was previously left open.
26144         (org-clock-clock-out): New inline function that clocks out the
26145         given clock value without affecting the currently active clock.
26146         (org-clock-clock-cancel): New inline function that cancels the
26147         given clock value without affecting the currently active clock.
26149         * org-clock.el (org-clock-in): Before creating
26150         `org-clock-mode-line-timer', check to make sure an older timer is
26151         not currently running.
26152         (org-clock-out): Accept new third parameter `at-time', which
26153         permits a clock to be clocked out at a specific time.  Note that
26154         no attempt is made to verify that the clock out time is later than
26155         the clock in time.
26157         * org.el (org-files-list): New utility function for returning a
26158         list of all open org-mode buffers, plus all files used to build
26159         the agenda buffer.  Note that not all the files will necessarily
26160         be visited by a buffer at time of call.
26161         (org-entry-beginning-position): Like the function
26162         `line-beginning-position', this inline function returns the
26163         beginning position of the current heading/entry.
26164         (org-entry-end-position): Like the function `line-end-position',
26165         this inline function returns the end position of the current
26166         heading/entry.
26168 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
26170         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
26171         a header line.
26173 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
26175         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
26177 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
26179         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
26180         entries that have no tags.
26181         (org-agenda-search-view): New customize group.
26182         (org-agenda-search-view-search-words-only): New option.
26183         (org-search-view): Implement substring search.
26185 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
26187         * org.el (org-outline-level): Add doc string.
26189 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
26191         * org-inlinetask.el (org-inlinetask-export): Re-introduce
26192         variable.
26193         (org-inlinetask-export-handler): Only export inline task if the
26194         user option calls for it.
26196 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
26198         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
26199         END if present.
26201 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
26203         * org-latex.el (org-export-latex-tables): Don't format in
26204         protected regions.
26206 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
26208         * org-src.el (org-edit-src-code)
26209         (org-edit-src-find-region-and-lang, org-edit-src-exit):
26210         Handle macro editing.
26212         * org-agenda.el (org-prefix-category-max-length): New variable.
26213         (org-format-agenda-item): Use `org-prefix-category-max-length'.
26214         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
26216 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
26218         * org-mobile.el (org-mobile-create-index-file): Improve the
26219         listing of tags and todo keywords.
26221         * org-latex.el (org-export-latex-format-image): New function.
26222         (org-export-latex-links): Use `org-export-latex-format-image'.
26224 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
26226         * org-inlinetask.el (org-inlinetask-get-current-indentation)
26227         (org-inlinetask-remove-terminator): New functions.
26228         (org-inlinetask-export-handler): Terminate the description list.
26230         * org-exp.el (org-export-select-backend-specific-text): Remove the
26231         region markers.
26233         * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
26234         tasks without content.
26236         * org-clock.el: Make sure the clock-in target position does not
26237         move to a different node by widening the buffer.
26239         * org-html.el (org-export-html-format-image): Wrap image into
26240         figure div only when there is a caption.
26242         * org-archive.el (org-archive-mark-done): Change default value to
26243         nil.
26245 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
26247         * org.el (org-context): Call `bobp', not `eobp'.
26249         * org-clock.el (org-clock-cancel): Remove quotes from marker
26250         variables.
26252         * org.el (org-read-date-prefer-future): New allowed value `time'.
26253         (org-read-date-analyze): Shift day to tomorrow depending on time
26254         entered and value of `org-read-date-prefer-future'.
26256 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
26258         * org.el (org-version, org-get-refile-targets, org-refile)
26259         (org-store-log-note, org-diary-to-ical-string)
26260         (org-speedbar-set-agenda-restriction):
26261         * org-publish.el (org-publish-find-title):
26262         * org-plot.el (org-plot/gnuplot):
26263         * org-mouse.el (org-mouse-do-remotely):
26264         * org-mobile.el (org-mobile-move-capture):
26265         * org-mac-message.el (org-mac-message-insert-flagged):
26266         * org-latex.el (org-replace-region-by-latex):
26267         * org-docbook.el (org-replace-region-by-docbook):
26268         * org-clock.el (org-clock-out, org-clock-cancel):
26269         * org-bibtex.el (org-execute-file-search-in-bibtex):
26270         Use with-current-buffer.
26272 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
26274         * org.el (org-directory, org-map-entries):
26275         * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
26277 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26279         * org.el (org-set-tags-to): New command.
26281         * org-latex.el (org-export-latex-set-initial-vars): Also check in
26282         the plist.
26284         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
26285         keyword.
26287         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
26289 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26291         * org-inlinetask.el (org-inlinetask-export): Option removed.
26292         (org-inlinetask-export-handler): Better export.
26294         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
26295         (org-export-as-xoxo): Run the new hook.
26297         * org-html.el (org-export-html-final-hook): New hook.
26298         (org-export-as-html): Run the new hook.
26300         * org-docbook.el (org-export-docbook-final-hook): New hook.
26301         (org-export-as-docbook): Run the new hook.
26303         * org-ascii.el (org-export-ascii-final-hook): New hook.
26304         (org-export-as-ascii): Run the new hook.
26306         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
26307         space character as the character before the ^/_.
26308         (org-export-latex-final-hook): New hook.
26309         (org-export-as-latex): Run `org-export-latex-final-hook'.
26311 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26313         * org-macs.el (org-if-unprotected-at): Fix docstring.
26315         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
26316         text in the prefix (if category is a link).
26318         * org-latex.el (org-export-latex-preprocess): Deal properly with
26319         empty lines in verse environments.
26321         * org.el (org-format-latex-header): Inline fullpage.sty.
26323         * org-footnote.el (org-footnote-create-definition): Reveal context
26324         to add a new footnote definition.
26326         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
26327         org-table-recalculate when cursor is in TBLFM line.
26329         * org-list.el (org-renumber-ordered-list): Fix cursor position
26330         when bullet length has changed.
26332 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26334         * org.el (org-format-latex): Mention `org-format-latex-options' in
26335         the docstring.
26337 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26339         * org.el (org-agenda-get): New function.
26341         * org-agenda.el (org-agenda-post-command-hook): No longer move
26342         point away from end of line.
26343         (org-agenda-add-entry-text, org-agenda-collect-markers)
26344         (org-finalize-agenda, org-agenda-mark-clocking-task)
26345         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
26346         (org-agenda-entry-text-show, org-agenda-highlight-todo)
26347         (org-agenda-compare-effort, org-agenda-filter-apply)
26348         (org-agenda-later, org-agenda-change-time-span)
26349         (org-agenda-post-command-hook, org-agenda-show-priority)
26350         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
26351         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
26352         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
26353         (org-agenda-open-link, org-agenda-copy-local-variable)
26354         (org-agenda-switch-to, org-agenda-check-no-diary)
26355         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
26356         (org-agenda-add-note, org-agenda-change-all-lines)
26357         (org-agenda-priority, org-agenda-set-tags)
26358         (org-agenda-set-property, org-agenda-set-effort)
26359         (org-agenda-toggle-archive-tag, org-agenda-date-later)
26360         (org-agenda-show-new-time, org-agenda-date-prompt)
26361         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
26362         (org-agenda-clock-in, org-agenda-bulk-mark)
26363         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
26364         Use `org-get-at-bol'.
26366         * org-colview.el (org-columns-display-here)
26367         (org-columns-edit-allowed, org-agenda-columns):
26368         Use `org-get-at-bol'.
26370 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26372         * org.el (org-special-ctrl-a/e): Improve documentation and
26373         customize type.
26374         (org-end-of-line): Don't jump to after the ellipsis.
26375         (org-mode-map): Bind <home> and <end> as well.
26377 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26379         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
26380         space after #+ as comments.
26381         (org-open-at-point): Run `org-follow-link-hook' always.
26383         * org-latex.el (org-export-latex-emph-format): Use better commands
26384         to insert special characters in verbatim snippets.
26386 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26388         * org-faces.el (org-copy-face): New function.  Use it to create
26389         various faces formerly created by using `copy-face'.
26391         * org-agenda.el (org-prepare-agenda): Don't officially mark this
26392         window dedicated.
26393         (org-agenda-quit): Kill the frame containing the agenda window if
26394         that frame was created for the agenda.
26396 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26398         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
26399         stamp in the agenda.
26401 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26403         * org-agenda.el (org-prepare-agenda):
26404         Reset `org-drawers-for-agenda'.
26405         (org-prepare-agenda): Uniquify list of drawers.
26407         * org.el (org-complex-heading-regexp-format): New variable.
26408         (org-set-regexps-and-options):
26409         Define `org-complex-heading-regexp-format'.
26410         (org-drawers-for-agenda): New variable.
26411         (org-map-entries): Bind `org-drawers-for-agenda'.
26412         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
26414         * org-remember.el (org-go-to-remember-target)
26415         (org-remember-handler): Use `org-complex-heading-regexp-format'.
26417 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26419         * org-agenda.el (org-agenda-highlight-todo): Fix text property
26420         problem.
26422         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
26423         always with `invisible-ok'.
26424         (org-store-link): No error when there is nothing to link to in the
26425         agenda.
26427         * org-list.el (org-update-checkbox-count): Insert changed cookie
26428         before the old, to avoid problems with invisibility at the end of
26429         the line.
26430         (org-update-checkbox-count): Insert changed cookie before the old,
26431         to avoid problems with invisibility at the end of the line.
26433         * org.el (org-sort-entries-or-items): Include the final newline.
26434         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
26435         lines for fontification.
26436         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
26437         (org-prepare-dblock): Store the current indentation of the BEGIN
26438         line.
26439         (org-update-dblock): Apply the indentation of the begin line to
26440         the rest of the block.
26441         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
26442         (org-startup-folded): New allowed value `showeverything'.
26443         (org-startup-options): Add STARTUP keyword `showeverything'.
26444         (org-set-startup-visibility): Respect value `showeverything' in
26445         org-startup-folded.
26447 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26449         * org.el (org-closest-date): Fix issue with past preference.
26451         * org-archive.el (org-archive-set-tag)
26452         (org-archive-subtree-default): New commands.
26454         * org-clock.el (org-clock-clocktable-default-properties):
26455         New option.
26456         (org-clock-report):
26457         Use `org-clock-clocktable-default-properties'.
26459 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26461         * org.el (org-iswitchb-completing-read): Fix typo.
26463         * org-crypt.el: New file.
26465         * org.el: Add an entry for org-crypt.
26467 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26469         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
26470         consistency.
26471         (org-batch-store-agenda-views): New function.
26472         (org-agenda-title-append): Define variable.
26473         (org-write-agenda): New export to Org files.
26474         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
26475         (org-agenda): Allow to keep the restricted file list if a special
26476         variable is bound to t.
26477         (org-agenda): Define a special agenda view for working on flagged
26478         entries.
26479         (org-agenda-get-restriction-and-command): List the new agenda
26480         view.
26481         (org-agenda-show-the-flagging-note): New command.
26482         (org-agenda-mode-map): New key `?' for looking at the flagging
26483         note.
26485         * org.el (org-autoload): Autoload org-mobile.el.
26486         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
26488         * org-mobile.el: New file.
26490         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
26492 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26494         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
26495         statements.
26496         (org-table-get-remote-range): Match indented #+TBLNAME
26497         statements.
26499         * org.el (org-convert-to-odd-levels)
26500         (org-convert-to-oddeven-levels): Work also correctly if the file
26501         is in outline-mode.
26503 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26505         * org.el (org-store-link): When in agenda buffer, link to
26506         referenced entry.
26507         (org-add-planning-info): Remove spaces at eol.
26509         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
26510         property.
26512 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26514         * org-latex.el (org-export-latex-first-lines): Fix problem with
26515         LaTeX export of first line and selected subtree.
26517         * org.el (org-shifttab): Interpret arg differently when using only
26518         odd levels.
26520 2009-10-01  Bastien Guerry  <bzg@gnu.org>
26522         * org.el (org-check-agenda-file): Use a more explicit message.
26524 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26526         * org-exp.el (org-export-remove-special-table-lines): Don't remove
26527         normal lines.
26529 2009-10-01  Bastien Guerry  <bzg@gnu.org>
26531         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
26532         prompt in the temporary window.
26534         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
26535         prefix for marked entries in the agenda view.
26537 2009-10-01  Andreas Burtzlaff  <andy13@gmx.net>  (tiny change)
26539         * org.el (outline-end-of-subtree): Bugfix: advise this function in
26540         a way that prevents any trailing character from being displayed.
26542 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26544         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
26545         menu.
26547         * org-exp.el (org-export-remove-special-table-lines): Remove bad
26548         slow regexp match.
26550 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26552         * org-latex.el (org-export-latex-preprocess): Do not protect in
26553         the LaTeX header.
26555         * org-src.el (org-edit-src-save): Save window setup while saving.
26556         (org-edit-src-code): Use new buffer name construction scheme.
26558 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26560         * org-agenda.el (org-agenda-entry-text-exclude-regexps):
26561         New variable.
26562         (org-agenda-entry-text-cleanup-hook): New hook.
26563         (org-agenda-get-some-entry-text): Remove matches of
26564         `org-agenda-entry-text-exclude-regexps' and run the hook
26565         `org-agenda-entry-text-cleanup-hook'.
26567         * org.el (org-offer-links-in-entry): New argument ZERO to
26568         implement a link with index zero.
26569         (org-cycle-show-empty-lines): Not keep empty line under header
26570         hidden.
26571         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
26572         to nil for special completion.
26573         (org-store-link): Don't error before the first heading.
26575         * org-agenda.el (org-agenda-open-link): Pass the prefix to
26576         `org-offer-links-in-entry'.
26578 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
26580         * org-agenda.el (org-agenda-quit): Provide the window argument for
26581         `window-dedicated-p', Emacs 22 needs it.
26582         (org-format-agenda-item): If the category is a link, arrange for
26583         invisible text to replaced with spaces.
26584         (org-compile-prefix-format): Add the extra space.
26585         (org-prefix-category-length): New variable.
26587         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
26588         references from TOC lines.
26590         * org.el (org-selected-window): New variable.
26592         * org-table.el (org-table-edit-formulas): Remember the selected
26593         window.
26594         (org-table-fedit-finish, org-table-fedit-abort): Select the window
26595         that was originally selected.
26597         * org-exp.el (org-export-preprocess-apply-macros): Scan the
26598         expansion of a macro for more macro definitions.
26600         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
26601         invisibility overlay starts on the newline.
26603 2009-10-01  Glenn Morris  <rgm@gnu.org>
26605         * org-agenda.el (calendar-check-holidays):
26606         * org-exp.el (org-agenda-skip):
26607         * org-list.el (outline-back-to-heading):
26608         * org-wl.el (wl-summary-goto-folder-subr):
26609         * org.el (iswitchb-mode, remember, remember-buffer-desc)
26610         (remember-finalize, remember-save-after-remembering, remember-register)
26611         (remember-buffer, remember-handler-functions)
26612         (remember-annotation-functions): Remove unused declarations.
26614         * org.el (iswitchb-read-buffer): Fix declaration.
26616 2009-09-30  Glenn Morris  <rgm@gnu.org>
26618         * org-compat.el (w32-focus-frame):
26619         * org-exp-blocks.el (R):
26620         * org-exp.el (htmlize-buffer):
26621         * org-protocol.el (server-edit):
26622         * org-table.el (org-format-org-table-html):
26623         * org.el (org-indent-mode): Fix declarations.
26625         * org-colview.el (org-columns-uncompile-format): Avoid assignment to
26626         free variable `fun'.
26628 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
26630         * org-agenda.el (org-agenda-restore-windows-after-quit):
26631         Fix typo in docstring.
26633 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
26635         * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
26636         (org-shiftselect-error, org-ctrl-c-ctrl-c):
26637         * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
26638         * org-attach.el (org-attach-check-absolute-path):
26639         * org-docbook.el (org-export-as-docbook):
26640         * org-html.el (org-export-as-html):
26641         * org-id.el (org-id-update-id-locations):
26642         * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
26643         Fix typos in error messages.
26645 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
26647         * org-ascii.el: Require CL for the `loop' macro.
26649 2009-09-05  Carsten Dominik  <dominik@u016822.science.uva.nl>
26651         * org-gnus.el (require): Wrap (require gnus-sum) into
26652         eval-when-compile.
26654 2009-09-03  Carsten Dominik  <dominik@u016822.science.uva.nl>
26656         * org-protocol.el (org-protocol-store-link)
26657         (org-protocol-remember, org-protocol-open-source): Remove autoload
26658         cookies again.
26660         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
26661         referencing the start of the line.
26663         * org-gnus.el: Remove unnecessary declare-function forms.
26664         (gnus-sum): Always require gnus-sum.
26666 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26668         * org-protocol.el (org-protocol-store-link)
26669         (org-protocol-remember, org-protocol-open-source): Add autoloads.
26671         * org-compat.el (org-float-time): New function.
26673         * org.el (org-clock-update-time-maybe)
26674         (org-sort-entries-or-items, org-do-sort)
26675         (org-evaluate-time-range, org-time-string-to-seconds)
26676         (org-closed-in-range): Use `org-float-time'.
26678         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
26679         (org-timer-seconds): Use `org-float-time'.
26681         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
26682         (org-clock-sum, org-dblock-write:clocktable)
26683         (org-clocktable-steps): Use `org-float-time'.
26685         * org-agenda.el (org-agenda-last-marker-time)
26686         (org-agenda-new-marker, org-diary): Use `org-float-time'.
26688         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
26689         function.
26691         * org-exp.el (org-get-file-contents): Only protect lines that
26692         really need it.
26694         * org-html.el (require): Require cl for compilation.
26696         * org.el: Avoid using `default-major-mode'.
26698         * org-plot.el (require): Require CL only at compile time.
26700         * org-exp.el (require): Require CL only at compile time.
26702         * org-agenda.el (org-agenda-quit): When the agenda window is
26703         dedicated, remove other windows before exiting, so that the frame
26704         really will be killed.
26706         * org-exp.el (org-export-handle-include-files): Reset START and
26707         END for each loop cycle.
26709 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26711         * org.el (org-eval-in-calendar):
26712         Use `org-select-frame-set-input-focus'.
26714         * org-compat.el (org-select-frame-set-input-focus): New function.
26716         * org.el (org-update-statistics-cookies): New function.
26717         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
26719 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26721         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
26722         after the local variables are set.
26724         * org-latex.el (org-export-latex-protect-amp): New function.
26725         (org-export-latex-links): Protect link ampersands in tables.
26727         * org-exp.el (org-export-select-backend-specific-text): Match in
26728         two steps, to avoid regexp problems.
26730         * org.el (org-offer-links-in-entry): Improve working with many and
26731         duplicate links.
26733         * org-agenda.el (org-agenda-show-1): Make more consistent with
26734         normal cycling.
26735         (org-agenda-cycle-show): Make more consistent with normal cycling.
26737         * org-gnus.el (org-gnus-store-link): Restore the linking to a
26738         website.
26740 2009-09-02  Bastien Guerry  <bzg@gnu.org>
26742         * org-latex.el (org-export-latex-first-lines): Bugfix.
26744 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26746         * org-clock.el (org-clock-modify-effort-estimate): Emit message
26747         about new effort.
26749         * org.el (org-set-effort): New function.
26750         (org-mode-map): New key for effort setting command.
26752         * org-agenda.el (org-agenda): Keep window setup when calling
26753         agenda from within agenda window.
26754         (org-agenda-mode-map): New keys for effort setting commands.
26755         (org-agenda-menu): Add effort setting commands to menu.
26756         (org-agenda-set-property, org-agenda-set-effort): New functions.
26758         * org-latex.el (org-export-latex-tables):
26759         Fix `org-table-last-alignment' and `org-table-last-column-widths' if
26760         the first column has been removed.
26762 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26764         * org.el (org-remove-timestamp-with-keyword): Only remove in
26765         entry, not in subtree.
26767         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
26768         emacs lisp.
26770         * org.el (org-open-at-point): When on headline, offer all strings
26771         in entry.
26773         * org-remember.el (org-remember-templates): Documentation fix.
26775         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
26776         `org-get-last-sibling' instead of the outline versions of these
26777         functions.
26778         (org-get-last-sibling): New function.
26779         (org-refile): Use `org-get-next-sibling' instead of the outline
26780         version of this function.
26781         (org-clean-visibility-after-subtree-move):
26782         Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
26783         outline versions of these functions.
26785 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26787         * org-agenda.el (org-prepare-agenda): When creating a new frame
26788         for the agenda, make the window dedicated.
26790         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
26792         * org-table.el (org-table-align): Change the order of reinsertion
26793         and deletion, to avoid problems with overlays following the table.
26795         * org.el (org-parse-time-string): Better error message.
26796         (org-show-subtree): Use org-end-of-subtree.
26798         * org-macs.el (org-goto-line): New defsubst.
26800         * org.el (org-open-file, org-change-tag-in-region)
26801         (org-fast-tag-show-exit): Don't use `goto-line'.
26803         * org-table.el (org-table-align, org-table-insert-column)
26804         (org-table-delete-column, org-table-move-column)
26805         (org-table-sort-lines, org-table-copy-region)
26806         (org-table-paste-rectangle, org-table-wrap-region)
26807         (org-table-get-specials, org-table-rotate-recalc-marks)
26808         (org-table-get-range, org-table-recalculate)
26809         (org-table-edit-formulas, org-table-fedit-convert-buffer)
26810         (org-table-show-reference, org-table-highlight-rectangle):
26811         Don't use `goto-line'.
26813         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
26814         (org-edit-src-exit): Don't use `goto-line'.
26816         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
26818         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
26819         Don't use `goto-line'.
26821         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
26823         * org-colview.el (org-columns, org-columns-redo)
26824         (org-agenda-columns): Don't use `goto-line'.
26826         * org-agenda.el (org-agenda-mode): Force visual line motion off.
26827         (org-agenda-add-entry-text-maxlines): Improve docstring.
26828         (org-agenda-start-with-entry-text-mode): New option.
26829         (org-agenda-entry-text-maxlines): New option.
26830         (org-agenda-entry-text-mode): New variable.
26831         (org-agenda-mode): Set initial value of
26832         `org-agenda-entry-text-mode'.
26833         (org-agenda-mode-map): Add the `E' key.
26834         (org-agenda-menu): Add entry text mode to the menu.
26835         (org-agenda-get-some-entry-text): Fix line count bug.
26836         (org-finalize-agenda): Apply entry text mode if appropriate.
26837         (org-agenda-entry-text-show-here): New function.
26838         (org-agenda-entry-text-show): New function.
26839         (org-agenda-entry-text-hide): New function.
26840         (org-agenda-view-mode-dispatch): Add entry text mode to the view
26841         key menu.
26842         (org-agenda-entry-text-mode): New command.
26843         (org-agenda-set-mode-name): Add entry text mode to the mode line
26844         string.
26845         (org-agenda-undo, org-agenda-get-restriction-and-command)
26846         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
26847         `goto-line'.
26849 2009-09-02  Bernt Hansen  <bernt@norang.ca>
26851         * org-clock.el (org-notify): Bugfix.
26853 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26855         * org-agenda.el (org-agenda-open-link): Handle multiple links and
26856         check for after-string.
26858         * org-gnus.el (org-gnus-store-link): Simplify.
26860         * org.el (org-latex-regexps): Don't add extra empty lines for
26861         display formulas.
26863 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26865         * org-agenda.el (org-agenda-get-some-entry-text): New function.
26866         (org-agenda-add-entry-text):
26867         Use `org-agenda-get-some-entry-text'.
26869         * org.el (org-cycle-separator-lines): Update docstring.
26870         (org-cycle-show-empty-lines): Handle negative values for
26871         `org-cycle-show-empty-lines'.
26873         * org-exp.el (org-export-protect-sub-super): New function.
26874         (org-export-normalize-links): Protect the url of plain links from
26875         supscript and superscript processing.
26877         * org-remember.el (org-remember-escaped-%): New function.
26878         (org-remember-apply-template): Use `org-remember-escaped-%' to
26879         detect escaped % signs.
26881 2009-09-02  Bastien Guerry  <bzg@gnu.org>
26883         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
26884         sound when showing the notification.
26886         * org-clock.el (org-notify): New function.
26887         (org-clock-notify-once-if-expired): Use `org-notify'.
26889         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
26890         and `gnus-article-mode' separately.
26891         (gnus-summary-article-header): Fix the declare-function.
26893 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26895         * org-exp.el (org-export-format-source-code-or-example):
26896         Translate language.
26898         * org-src.el (org-src-lang-modes): New variable.
26899         (org-edit-src-code): Translate language.
26901         * org-exp.el (org-export-format-source-code-or-example): Deal wit
26902         the new structure of the `org-export-latex-listings-langs'
26903         variable.
26905         * org-latex.el (org-export-latex-listings-langs): Change structure
26906         of the variable from plist to alist.
26908 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26910         * org.el (org-in-commented-line): New function.
26912 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26914         * org.el (org-hide-block-toggle): Make folded blocks searchable.
26916 2009-09-02  Friedrich Delgado Friedrichs  <friedel@nomaden.org>  (tiny change)
26918         * org.el (org-flag-drawer): More useful error.
26920 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26922         * org-remember.el (org-remember-apply-template):
26923         Use org-icompleting-read.
26925         * org-publish.el (org-publish): Use org-icompleting-read.
26927         * org-colview.el (org-columns-edit-value, org-columns-new)
26928         (org-insert-columns-dblock): Use org-icompleting-read.
26930         * org-attach.el (org-attach-delete-one, org-attach-open):
26931         Use org-icompleting-read.
26933 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26935         * org.el (org-hierarchical-todo-statistics): Improve docstring.
26936         (org-version): Return the version text.
26937         (org-org-menu): Add a menu entry for the new bug reporter.
26938         (org-submit-bug-report): New command.
26940         * org-list.el (org-hierarchical-checkbox-statistics):
26941         Improve docstring.
26943         * org.el (org-emphasis-regexp-components): Add "`" to set of
26944         pre-emphasis characters.
26946         * org-latex.el (org-export-latex-classes): Always include the soul
26947         package.
26948         (org-export-latex-emphasis-alist): Use \st for strikethough.
26950         * org-exp-blocks.el (org-export-blocks-preprocess):
26951         Use `indent-code-rigidly' to indent.
26953         * org-agenda.el (org-agenda-get-restriction-and-command):
26954         Remove properties only if MATCH really is a string.
26956 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26958         * org-latex.el (org-export-latex-packages-alist):
26959         Fix customization type.
26961         * org.el (org-create-formula-image): Also use
26962         `org-export-latex-packages-alist'.
26964         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
26965         (org-export-as-html): Format footnotes correctly.
26967 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26969         * org.el (org-fast-tag-selection): Avoid text properties on tags
26970         in the alist.
26972         * org-agenda.el (org-agenda-get-restriction-and-command):
26973         Avoid text properties on the match element.
26975 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26977         * org.el (org-set-regexps-and-options): Make sure the list of done
26978         keywords is not invalid.
26980         * org-exp.el (org-export-interpolate-newlines): New function.
26982 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26984         * org.el (org-format-latex): Avoid nested overlays.
26986         * org-latex.el (org-export-latex-listings-langs): Add a few more
26987         languages.
26989         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
26990         ignore newlines and space before the first macro argument.
26992         * org-latex.el (org-export-latex-tables): Remove save-excursion
26993         around `org-table-align'.
26995 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
26997         * org.el (org-export-html-special-string-regexps):
26998         Definition moved into org.el.
27000         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
27001         in macro calls.
27003 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
27005         * org-latex.el (org-export-latex-listings)
27006         (org-export-latex-listings-langs): New options.
27008         * org-exp.el (org-export-format-source-code-or-example):
27009         Use listing package if requested by the user.
27011 2009-09-02  Bastien Guerry  <bzg@gnu.org>
27013         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
27014         command before actually switching to a buffer.
27016 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
27018         * org-exp.el (org-get-file-contents): Only quote org lines when
27019         the markup is src or example.
27021         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
27022         New option.
27023         (org-agenda-get-day-entries): Remember deadline results and pass
27024         them on into the function getting the scheduling information.
27025         (org-agenda-get-scheduled): Accept deadline results as parameters
27026         and maybe skip some entries.
27027         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
27029         * org.el (org-insert-heading): When respecting content, do not
27030         convert current line to headline.
27032         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
27033         Also cheeeeeck the hd marker.
27034         (org-clock-in): Also set the hd marker.
27035         (org-clock-out): Also set the hd marker.
27036         (org-clock-cancel): Reset markers.
27038         * org.el (org-clock-hd-marker): New marker.
27040         * org-faces.el (org-agenda-clocking): New face.
27042         * org-agenda.el (org-agenda-mark-clocking-task): New function.
27043         (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
27045         * org.el (org-modules): Add org-track.el.
27047         * org-agenda.el (org-agenda-bulk-marked-p): New function.
27048         (org-agenda-bulk-mark, org-agenda-bulk-unmark):
27049         Use `org-agenda-bulk-marked-p'.
27050         (org-agenda-bulk-toggle): New command.
27052 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
27054         * org.el (org-move-subtree-down): Hide subtree if it was folded,
27055         not just the body.
27057         * org-remember.el (org-remember-finalize): Avoid buffer-modified
27058         messages.
27060 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
27062         * org-html.el (org-export-as-html):
27063         * org-docbook.el (org-export-as-docbook):
27064         Use (default-value 'major-mode) instead of default-major-mode.
27066 2009-08-08  Carsten Dominik  <carsten.dominik@gmail.com>
27068         * org-docbook.el: Add arch-tag.
27070         * org-exp-blocks.el: Add arch-tag.
27072         * org-id.el: Add arch-tag.
27074         * org-indent.el: Add arch-tag.
27076         * org-inlinetask.el: Add arch-tag.
27078         * org-protocol.el: Add arch-tag.
27080 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27082         * org.el (org-create-formula-image): Remove the -E option for
27083         dvipng.
27085         * org-exp.el (org-default-export-plist): Respect #+BIND.
27086         (org-export-confirm-letbind): New function.
27088         * org.el (org-paste-subtree): Test the kill ring entry if it is
27089         going to be used.
27090         (org-copy-subtree): Use `org-forward-same-level'.
27091         (org-forward-same-level): Respect the `invisibe-ok' arg for
27092         back-to-heading.
27094 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27096         * org.el (org-table-map-tables): Make sure cursor is back at table
27097         beginning after funcall.
27099         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
27100         handled before children, and do not error if an entry is not
27101         found, probably because it hase been remove when the parent was
27102         archived or refiled.
27104         * org.el (org-ido-completing-read): Accept straight lists for
27105         completion as well as alists.
27107         * org-timer.el (org-timer-cancel-timers): Rename from
27108         `org-timer-cancel-timers'.
27110         * org.el (org-cycle-internal-local): Fix problem with finding next
27111         invisible line.
27113 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27115         * org-list.el (org-list-send-list):
27116         Call `org-list-goto-true-beginning' instead of
27117         `org-list-find-true-beginning', which does not exist.
27119         * org-timer.el (org-timer-reset-timers): Use `mapc'.
27120         (org-timer-set-timer): Do not assign to heading.
27122         * org-id.el (org-id-open): Quote function name.
27124         * org-macs.el (org-unmodified): Turn off recording undo
27125         information while running inside the macro.
27127         * org-table.el (org-table-export): Also work in file-less
27128         buffers.
27130         * org.el (org-startup-indented): New option.
27131         (org-startup-options): Add new options indent and noindent.
27132         (org-unfontify-region): Remove line-prefix and wrap-prefix
27133         properties.
27134         (org-after-demote-entry-hook, org-after-promote-entry-hook):
27135         New hooks.
27136         (org-promote, org-demote): Run the new hooks.
27138         * org-table.el (org-table-align): Replace leading \n as well.
27140         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
27141         and `line-wrap' text properties.
27143         * org-compat.el (org-kill-new): New function.
27145         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
27146         `line-wrap' text properties.
27148         * org-indent.el: New file.
27150 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27152         * org.el (org-provide-todo-statistics): Tweak docstring.
27154         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
27156 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27158         * org-exp.el (org-export-as-org): Insert the "-source" string
27159         before the extension.
27161         * org.el (org-read-date): Make sure the calendar is in the current
27162         frame.
27163         (org-set-emph-re): Remove the ? from the post-match.
27164         (org-emphasis-regexp-components): Add backslash to the
27165         postmatch class.
27166         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
27167         optional so that also lines at the end of the buffers will still
27168         be matched as headlines.
27170         * org-table.el (org-table-error-on-row-ref-crossing-hline):
27171         Variable made obsolete.
27172         (org-table-relative-ref-may-cross-hline): New option.
27173         (org-table-find-row-type): Honow the new option
27174         `org-table-relative-ref-may-cross-hline'.
27176 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27178         * org-table.el (org-table-cut-region, org-table-copy-region):
27179         Work on single field if no active region.
27181 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27183         * org-latex.el (org-export-latex-make-header): Only insert title
27184         if one is defined.
27186         * org.el (org-make-options-regexp): Allow empty values.
27188 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27190         * org.el (org-cycle-internal-local): Improve version of finding
27191         next visible line.
27192         (org-cycle-hide-drawers): Only hide drawers if this is really
27193         necessary.
27194         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
27195         org-version of this function in Org-mode.  We use advice to
27196         implement this change, so that future changes to this function in
27197         outline.el wil be handled properly.
27198         (org-forward-same-level, org-backward-same-level): New commands.
27200 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27202         * org.el (org-remove-empty-overlays-at)
27203         (org-clean-visibility-after-subtree-move): New functions.
27204         (org-move-subtree-down): Simplify cleanup of display.
27206 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27208         * org-mac-message.el (org-mac-message-get-links): Improve
27209         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
27210         "s".  Fix the return value.
27211         (org-mac-message-insert-flagged): Simplify.
27213         * org.el (org-refile-get-location): Tamper with refile history o
27214         that history contains compete matches instead of the entered
27215         string.
27217 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27219         * org.el (org-store-link): Never store a link to an inline task.
27221         * org-footnote.el (org-footnote-goto-local-insertion-point):
27222         Skip inline tasks when positioning footnotes.
27224         * org.el (org-refile): Remove the END line when archiving an
27225         inline task that does have an END line.
27227         * org-archive.el (org-archive-subtree): Remove the END line when
27228         archiving an inline task that does have an END line.
27230         * org-macs.el (org-with-limited-levels): New macro.
27231         (org-get-limited-outline-regexp): New function.
27233         * org-exp.el (org-export-format-source-code-or-example): Fix bug
27234         that did not enumerate first line.
27235         (org-export-mark-radio-links): Skip matches in links.
27237 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27239         * org.el (org-activate-plain-links): Make single-match.
27240         (org-adapt-indentation): Fix docstring.
27242         * org-macs.el (org-unmodified): Turn of modification hooks while
27243         running this macro.
27245 2009-08-06  Bastien Guerry  <bzg@gnu.org>
27247         * org.el (org-adapt-indentation): Slightly improve the docstring.
27248         (org-occur): Sends an error when the user inputs an empty string.
27249         (org-priority): Bugfix: the tag alignement should happen within
27250         save-excursion.
27252 2009-08-06  Bastien Guerry  <bzg@gnu.org>
27254         * org.el (org-make-link-regexps): Don't exclude parentheses from
27255         `org-plain-link-re'.
27256         (org-cycle-internal-local): When locally cycling, switch directly
27257         from CHILDREN to FOLDED if there is no subtree.
27258         (org-cycle): Update the docstring to document the new behavior of
27259         `org-cycle-internal-local'.
27261 2009-08-06  Nicolas Goaziou  <n.goaziou@neuf.fr>  (tiny change)
27263         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
27264         an abbreviated format for days.
27266 2009-08-06  Bastien Guerry  <bzg@gnu.org>
27268         * org-protocol.el (org-protocol-default-template-key):
27269         New option.
27271         * org.el (org-refile): Bugfix: save-excursion before reading the
27272         refile target, otherwise cursor moves might confuse `org-refile'.
27274         * org.el (org-toggle-heading): Bugfix: correctly convert list
27275         items before the first headline.
27277         * org.el (org-provide-todo-statistics): Allow a list of TODO
27278         keywords to compute statistics against headlines containing a
27279         keyword from this list.
27280         (org-update-parent-todo-statistics): Possibly use the new allowed
27281         value of `org-provide-todo-statistics'.
27283 2009-08-06  Bastien Guerry  <bzg@gnu.org>
27285         * org-timer.el: Add autoload cookie.
27287         * org.el (org-occur-link-in-agenda-files): New function.
27289         * org-timer.el (org-timer-last-timer): New variable.
27291         * org-agenda.el (org-agenda-mode-map): New key for
27292         org-timer-set-timer called from the agenda.
27294         * org.el (org-mode-map): New key for org-timer-set-timer.
27296         * org-timer.el (org-timer-reset-timers)
27297         (org-timer-show-remaining-time, org-timer-set-timer):
27298         New functions.
27300         * org-clock.el (org-show-notification): Update the docstring.
27302         * org.el (org-provide-todo-statistics): Allow new value
27303         'all-headlines for this option, which includes entries with no
27304         TODO keywords in the todo statistics.
27305         (org-update-parent-todo-statistics): Possibly use the new
27306         'all-headline value from `org-provide-todo-statistics'.
27308 2009-08-06  Bastien Guerry  <bzg@gnu.org>
27310         * org-clock.el (org-dblock-write:clocktable): Add a new option
27311         :timestamp which allows display of timestamps in clock reports.
27313         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
27314         list to a subtree, preserving the structure of the list.
27315         (org-set-emph-re): Make the last element optional in the regexp.
27316         This regexp now matches an emphasized string at the end of a line.
27318         * org-list.el (org-list-goto-true-beginning)
27319         (org-list-make-subtree, org-list-make-subtrees): New functions.
27321         * org.el (org-eval-in-calendar): Select the right frame.
27322         (org-save-frame-excursion): Remove this macro.
27324 2009-08-06  Bastien Guerry  <bzg@gnu.org>
27326         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
27327         trying to find the beginning of a list.
27329         * org-exp.el (org-get-file-contents): Use a new argument: markup.
27330         When present, tell org-get-file-contents not to protect org-like
27331         lines.
27333         * org-id.el (org-id-uuid-program): New option to set the name of
27334         the uuidgen program.
27335         (org-id-method): Use `org-id-uuid-program'.
27336         (org-id-new): Use `org-id-uuid-program'.
27338 2009-08-06  Bastien Guerry  <bzg@gnu.org>
27340         * org-exp.el (org-export-number-lines): Allow whitespace in code
27341         references.  Allow the -r switch to remove the references in the
27342         source code even when the lines are not numbered: the labels can
27343         be explicit enough.
27345         * org.el (org-fontify-whole-heading-line): New option.
27346         (org-set-font-lock-defaults): Use the new option.
27348         * org-clock.el (org-show-notification-handler): New option.
27349         (org-show-notification): Use the new option.
27351 2009-08-06  Bastien Guerry  <bzg@gnu.org>
27353         * org.el (org-eval-in-calendar): Fix a bug about calendar
27354         navigation when `calendar-setup' value is 'calendar-only.
27356 2009-08-06  Bastien Guerry  <bzg@gnu.org>
27358         * org.el (orgstruct++-mode): Fix typo in docstring.
27359         (org-insert-link): Clean up: (or (...)) => (...)
27360         (org-insert-link): Use TAB for stored links completion.
27362 2009-08-06  Bastien Guerry  <bzg@gnu.org>
27364         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
27365         building the list of targets.
27367         * org-remember.el (org-remember-delete-empty-lines-at-end):
27368         New option.
27369         (org-remember-handler): Use the new option.
27371 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
27373         * org.el (org-tags-sort-function): New option for sorting tags.
27374         (org-set-tags): Use the new option to sort tags.
27376         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
27377         premature deletion of the data when using org-plot in a script.
27379 2009-08-06  Bastien Guerry  <bzg@gnu.org>
27381         * org-clock.el (org-clock-in-prepare-hook): New hook.
27382         (org-clock-in): Use this new hook.
27384 2009-08-06  Bastien Guerry  <bzg@gnu.org>
27386         * org.el (org-special-ctrl-a/e): Explicitly bind the value
27387         'reversed for this option to the "true line boundary first"
27388         behavior.
27389         (org-tags-match-list-sublevels): Document the 'indented value for
27390         this variable.
27392         * org-latex.el (org-export-latex-first-lines): Fix problem with
27393         publishing the region.
27395         * org-exp.el (org-export-format-source-code-or-example):
27396         Fix bad line numbering when exporting examples in HTML.
27398 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
27400         * org-colview.el (org-format-time-period): Formats a time in
27401         fractional days as days, hours, mins, seconds.
27402         (org-columns-display-here): Add special handling for SINCE and
27403         SINCE_IA to format for display.
27405         * org.el (org-time-since): Add a function to get the time since an
27406         org timestamp.
27407         (org-entry-properties): Add two new special properties: SINCE and
27408         SINCE_IA.  These give the time since any active or inactive
27409         timestamp in an entry.
27410         (org-special-properties): Add SINCE, SINCE_IA.
27411         (org-tags-sort-function): Add custom declaration for tags
27412         sorting function.
27413         (org-set-tags): Sort tags if org-tags-sort-function is set.
27415 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27417         * org-clock.el (org-clock-goto): Find hidden headlines as well.
27419         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
27421         * org-plot.el (org-plot/add-options-to-plist): Add timeind
27422         option.
27424 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27426         * org-publish.el (org-publish-remove-all-timestamps): New function.
27427         (org-publish-all): Remove all timestamp files if `org-publish-all'
27428         is called with a prefix argument.
27430         * org-list.el (org-indent-item): Fix typo.
27431         (org-item-indent-positions): Normalize ordered bullet.
27433 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27435         * org-macs.el (org-set-local): Make a local variable, do not make
27436         the variable buffer-local!
27438         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
27440         * org-exp.el (org-infile-export-plist): Read BIND lines.
27441         (org-install-letbind): New function.
27442         (org-export-as-org, org-export-preprocess-string):
27443         Call `org-install-letbind'.
27445         * org-list.el (org-list-demote-modify-bullet): New option.
27446         (org-first-list-item-p): Save point.
27447         (org-fix-bullet-type): New optional argument FORCE-BULLET.
27448         (org-indent-item): Honor `org-list-demote-modify-bullet'.
27449         (org-item-indent-positions): Return bullet types along with
27450         indentation.
27452 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27454         * org.el (org-show-entry): Hide drawers.
27456 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27458         * org-footnote.el (org-footnote-auto-adjust): New option.
27459         (org-footnote-auto-adjust-maybe): New function.
27460         (org-footnote-new, org-footnote-delete):
27461         Call `org-footnote-auto-adjust-maybe'.
27463         * org.el (org-startup-options): Add new footnote-related
27464         keywords.
27466         * org-publish.el (org-publish-timestamp-filename): Additional
27467         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
27468         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
27469         TRUE-PUB-DIR.  Pass them through to
27470         `org-publish-timestamp-filename'.
27471         (org-publish-update-timestamp): Additional arguments PUB-DIR and
27472         PUB-FUNC, which are included in the hash.
27473         (org-publish-file): Delay timestamp test until the publishing
27474         function is known.
27476 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27478         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
27479         setting the deadline.
27481         * org.el (org-read-date-final-answer): New variable.
27482         (org-read-date): Store the final answer string, including the date
27483         from the calendar, for reuse by agenda bulk commands.
27485         * org-publish.el (org-publish-attachment): Fix publishing of
27486         attachments.
27488         * org-latex.el (org-export-latex-quotation-marks): Fix export of
27489         quotation makrs in parenthesis.
27490         (org-remove-initial-hash): New function.
27491         (org-export-latex-preprocess): Fix bug with infinite loop if
27492         environment is not properly closed.
27494         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
27495         when indented.
27497         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
27498         highlight also when indented.
27500 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27502         * org-footnote.el (org-footnote-renumber-fn:N): New command.
27503         (org-footnote-action): Offer renumbering.
27505         * org.el (org-cycle): Honor the `integrate' value of
27506         org-cycle-include-plain-lists'.
27508         * org-list.el (org-cycle-include-plain-lists): New allowed value
27509         `internal'.  Improve the docstring.
27511         * org.el (org-set-autofill-regexps): Improve the paragraph-start
27512         regexp to work better with LaTeX commands.
27514 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27516         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
27517         and eps extensions.
27519 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27521         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
27522         loaded.
27524         * org.el (org-map-entries): No longer force
27525         `org-tags-match-list-sublevels' to t during a todo-only tags
27526         search.
27528 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27530         * org-latex.el (org-export-latex-low-levels): Allow user-defined
27531         environment.
27532         (org-export-latex-subcontent): Handle user-defined environment.
27534         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
27535         the View dispatcher.
27537         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
27538         `make-overlay'.
27540         * org-latex.el (org-export-as-pdf): Protect match data during call
27541         to shell-quote-argument.
27543         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
27544         (org-agenda-view-mode-dispatch): New function.
27546 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27548         * org-agenda.el (org-agenda-mode): Reset list of marks.
27549         (org-agenda-mode-map): Define new keys for refile and bulk action.
27550         (org-agenda-menu): Add menu itesm for refile and bulk action.
27551         (org-agenda-refile): New function.
27552         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
27553         (org-agenda-marked-entries): New variable.
27554         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
27555         (org-agenda-remove-all-bulk-action-marks)
27556         (org-agenda-bulk-action): New functions/commands.
27558 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27560         * org-exp.el (org-get-file-contents): Protect org-like lines in
27561         included files.
27562         (org-export-format-source-code-or-example): Remove newlines.
27564         * org-latex.el (org-export-latex-links): Check for no-description
27565         marking.
27567         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
27568         argument separator back to comma.
27569         (org-export-normalize-links): Mark links without description.
27571 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27573         * org-exp.el (org-infile-export-plist): Fix bug in macro
27574         processing.
27576         * org-agenda.el (org-agenda-clock-out): Update line after clocking
27577         out.
27578         (org-agenda-highlight-todo): Fix bug with highlighting.
27580 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27582         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
27583         new alignment strings.
27585         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
27586         command list.
27587         (org-table-align): Check for forced align type.
27589         * org.el (org-self-insert-command): Add yas/expand to command
27590         list.
27592         * org-clock.el (org-clock-in-hook): New hook.
27593         (org-clock-in): Run `org-clock-in-hook.
27594         (org-clock-out-hook): New hook.
27595         (org-clock-out): Run `org-clock-out-hook.
27596         (org-clock-cancel-hook): New hook.
27597         (org-clock-cancel): Run `org-clock-cancel-hook.
27598         (org-clock-goto-hook): New hook.
27599         (org-clock-goto): Run `org-clock-goto-hook.
27601 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27603         * org.el (org-store-link): Better default description for link to
27604         Org-mode headline.
27606         * org-exp.el (org-export-generic): Autoload the generic exporter
27607         function.
27608         (org-export): Implement the `g' key for the generic exporter.
27610 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27612         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
27613         and for zbacktab'.
27615         * org-exp.el (org-infile-export-plist): Get macros also from
27616         #+SETUPFILE.
27618 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27620         * org-colview.el (org-columns-capture-view): Protect vertical bars
27621         in column values.
27622         (org-columns-capture-view): Exclude comment and archived trees.
27624         * org.el (org-quote-vert): New function.
27626         * org-latex.el (org-export-latex-verbatim-wrap): New option.
27628         * org-exp.el (org-export-format-source-code-or-example):
27629         Use `org-export-latex-verbatim-wrap'.
27631         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
27632         time stamps.
27634 2009-08-06  Eric Schulte  <schulte.eric@gmail.com>
27636         * org-exp-blocks.el: New file.
27638 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27640         * org-remember.el (org-remember-templates): Allow the headline
27641         element to be a function.
27642         (org-remember-apply-template): If the headline is a function, call
27643         it to get the true function.
27645         * org-clock.el (org-clock-menu): New function.
27646         (org-clock-update-mode-line): Update help string.
27647         (org-clock-modify-effort-estimate): New function.
27648         (org-clock-mark-default-task): New function.
27650         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
27651         minutes as input.
27652         (org-org-menu): Add new clocking stuff.
27653         (org-clock-is-active): New function.
27655 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27657         * org.el (org-open-non-existing-files): Improve docstring.
27659 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27661         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
27662         New option.
27663         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
27665         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
27667         * org-list.el (org-get-checkbox-statistics-face): Use the new
27668         faces.
27670         * org-faces.el (org-checkbox-statistics-todo)
27671         (org-checkbox-statistics-done): New faces.
27673 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27675         * org-latex.el (org-export-latex-use-verb): New variable.
27676         (org-export-latex-emph-format): Prefer \texttt over \verb when
27677         org-export-latex-use-verb is set.
27679 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27681         * org-remember.el (org-remember-handler): Abort remember if the
27682         buffer is empty.
27684         * org-exp.el (org-export-format-source-code-or-example):
27685         Run `org-src-mode-hook'.
27687 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27689         * org.el (org-indent-line-function): Fix indentation of +#end lines.
27691 2009-08-06  Tassilo Horn  <tassilo@member.fsf.org>
27693         * org-gnus.el (org-gnus-store-link): Require message.el in
27694         org-gnus-store-link.
27696 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27698         * org-src.el: New file, split out of org.el.
27700         * org-macs.el (org-replace-match-keep-properties): New function.
27702         * org-exp.el (org-export-mark-blockquote-verse-center):
27703         Better preprocessing of center and quote and verse blocks.
27705         * org-list.el (org-list-end): Respect the stored "original"
27706         indentation when determining the end of the list.
27708         * org-exp.el (org-export-replace-src-segments-and-examples):
27709         Remember indentation correctly.
27711 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27713         * org-clock.el (org-clock-update-mode-line): Apply face
27714         org-mode-line-clock.
27716         * org-faces.el (org-mode-line-clock): New face.
27718 2009-08-06  Tassilo Horn  <tassilo@member.fsf.org>
27720         * org-gnus.el (org-gnus-store-link): Fix bug where
27721         `org-gnus-store-link' used wrong subject when called in an article
27722         buffer.  Patch provided by fengli AT gmail DOT com.
27724 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27726         * org-exp.el (org-export-format-source-code-or-example):
27727         Remember the original indentation of source code snippets and examples.
27729         * org-latex.el (org-export-as-latex): Relocate the table of
27730         contents.
27732         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
27734         * org-agenda.el (org-run-agenda-series): Scope global options also
27735         when creating the agenda buffer.
27737 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27739         * org.el (org-adapt-indentation): Improve documentation.
27740         (org-insert-property-drawer): Respect org-adapt-indentation when
27741         inserting the drawer.
27742         (org-remove-flyspell-overlays-in): New function.
27743         (org-do-emphasis-faces, org-activate-plain-links)
27744         (org-activate-code, org-fontify-meta-lines-and-blocks)
27745         (org-activate-angle-links, org-activate-footnote-links)
27746         (org-activate-bracket-links, org-activate-dates)
27747         (org-activate-target-links, org-activate-tags): Remove flyspell
27748         overlays.
27750 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27752         * org.el (org-edit-src-save): New function.
27754         * org-clock.el (org-clock-out-switch-to-state): New option.
27755         (org-clock-out): Honor `org-clock-out-switch-to-state'.
27757         * org-compat.el (org-compatible-face): Improve macro.
27759         * org.el (org-global-properties-fixed): Add default for
27760         CLOCK_MODELINE_TOTAL.
27762         * org-clock.el (org-clock-sum): Accept lists and strings as tstart
27763         and tend.
27764         (org-clock-sum-current-item): Optional argument TSTART, pass it to
27765         org-clock-sum.
27766         (org-clock-get-sum-start): New function.
27768         * org.el (org-startup-options): New keywords blockhide and
27769         blockshow.
27770         (org-mode): Add new invisibility spec.
27771         (org-set-startup-visibility): Hide block on startup if so
27772         desired.
27773         (org-hide-block-startup): New option.
27774         (org-block-regexp): New constant.
27775         (org-hide-block-overlays): New variable.
27776         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
27777         (org-show-block-all, org-hide-block-toggle-maybe)
27778         (org-hide-block-toggle): New functions.
27779         (org-edit-src-exit): Do not quote lines starting with # and no +
27780         behind it.
27781         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
27782         entry.
27784 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27786         * org.el (org-buffer-property-keys): Add Effort property for
27787         completion.
27789 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27791         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
27792         when retrieving total clocked time in the subtree.
27794         * org.el (org-quoting-blocks): New variable.
27796 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27798         * org-table.el (org-table-store-formulas)
27799         (org-table-get-stored-formulas, org-table-fix-formulas)
27800         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
27801         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
27803         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
27804         Allow indented #+TBLFM line.
27806         * org-footnote.el (org-footnote-goto-local-insertion-point):
27807         Allow indented #+TBLFM line.
27809         * org-colview.el (org-dblock-write:columnview): Allow indented
27810         #+TBLFM line.
27812         * org-clock.el (org-dblock-write:clocktable): Allow indented
27813         #+TBLFM line.
27815 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27817         * org-exp.el (org-export-format-source-code-or-example):
27818         Make editing indented blocks work correctly.
27820         * org.el (org-edit-src-nindent): New variable.
27821         (org-edit-src-code, org-edit-fixed-width-region)
27822         (org-edit-src-find-region-and-lang, org-edit-src-exit):
27823         Make editing indented blocks work correctly.
27825 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27827         * org-exp.el (org-export-replace-src-segments-and-examples):
27828         Find indented blocks.
27829         (org-export-format-source-code-or-example): Fix indentation of
27830         blocks.
27831         (org-export-remove-indentation): New function.
27832         (org-export-select-backend-specific-text): Allow backend-specific
27833         code to be indented.
27834         (org-export-mark-blockquote-verse-center): Allow markers to be
27835         indented.
27837         * org.el (org-fontify-meta-lines): New function.
27838         (org-set-font-lock-defaults): Call the new fontification
27839         function.
27841         * org-faces.el (org-meta-line): New face.
27842         (org-block): New face.
27844 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27846         * org.el (org-treat-insert-todo-heading-as-state-change)
27847         (org-treat-S-cursor-todo-selection-as-state-change):
27848         New variables.
27849         (org-insert-todo-heading):
27850         Honor `org-treat-insert-todo-heading-as-state-change'.
27851         (org-shiftright, org-shiftleft):
27852         Honor `org-treat-S-cursor-todo-selection-as-state-change'.
27853         (org-inhibit-logging): New variable.
27855 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27857         * org-agenda.el (org-remove-subtree-entries-from-agenda):
27858         Reduce range for marker position checking.
27860         * org-latex.el (org-export-latex-first-lines): Fix bug when
27861         exporting a region.
27863 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27865         * org-exp.el (org-export-push-to-kill-ring): Protect using
27866         x-set-selection, because that does not always work.
27868         * org-agenda.el (org-agenda-list): Apply the new face
27869         `org-agenda-date-today'.
27871         * org-faces.el (org-agenda-date-today): New face.
27873 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27875         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
27876         creating appointments.
27878         * org-latex.el (org-export-latex-low-levels): Fix customization
27879         type.
27881         * org.el (org-priority, org-shiftup, org-shiftdown):
27882         Disable priority commands.
27884         * org-agenda.el (org-agenda-priority): Disable priority commands.
27886         * org.el (org-enable-priority-commands): New option.
27888         * org-colview.el (org-columns-compute)
27889         (org-columns-number-to-string): Fix problems with empty fields.
27891         * org-exp.el (org-export-push-to-kill-ring): New function.
27892         (org-export-copy-to-kill-ring): New option.
27894         * org-latex.el (org-export-as-latex):
27895         Call `org-export-push-to-kill-ring'.
27897         * org-exp.el (org-export-show-temporary-export-buffer):
27898         New option.
27900         * org-latex.el (org-export-as-latex):
27901         Use `org-export-show-temporary-export-buffer'.
27903         * org-exp.el (org-export-show-temporary-export-buffer):
27904         New option.
27905         (org-export-push-to-kill-ring): New function.
27907         * org-colview.el (org-columns-compile-map): New variable.
27908         (org-columns-new, org-columns-compute)
27909         (org-columns-number-to-string, org-columns-uncompile-format)
27910         (org-columns-compile-format): Implement new operators.
27912 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27914         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
27916         * org-list.el (org-update-checkbox-count): Make property
27917         dependent.
27919         * org.el (org-hierarchical-todo-statistics): New option.
27920         (org-update-parent-todo-statistics): Modify to handle recursive
27921         statistics.
27923 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27925         * org-publish.el (org-publish): Make this function behave
27926         correctly in interactive use when called with a prefix argument.
27928         * org.el (org-todo-statistics-hook): New hook.
27929         (org-update-parent-todo-statistics): Use new hook.
27930         (org-log-into-drawer): New function.
27931         (org-add-log-setup): Use the new `org-log-into-drawer' function to
27932         determine if we should be logging into a drawer.
27933         (org-log-into-drawer): Update docstring.
27934         (org-default-properties): Add LOG_INTO_DRAWER as a property.
27936         * org-list.el (org-checkbox-statistics-hook): New hook.
27937         (org-update-checkbox-count-maybe): Use new hook.
27939 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27941         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
27942         better buffer-generating mechanism.
27943         (org-edit-src-find-buffer): New function.
27945         * org-icalendar.el (org-print-icalendar-entries): Don't check for
27946         archive tag, this is already done by `org-agenda-skip'.
27947         data while constructing lost of tags.
27949 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27951         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
27952         as argument separator in macros.
27954 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27956         * org.el (org-after-sorting-entries-or-items-hook): New hook.
27957         (org-sort-entries-or-items): Run the new hook.
27958         (org-after-refile-insert-hook): New hook.
27959         (org-refile): Run `org-after-refile-insert-hook'.
27961         * org-agenda.el (org-agenda-get-progress): Never take time of day
27962         from headline when displaying progress.
27964         * org-latex.el (org-export-latex-complex-heading-re): New variable.
27965         (org-export-as-latex): Force the correct regexp in the
27966         preprocessor buffer.
27967         (org-export-latex-set-initial-vars):
27968         Set `org-export-latex-complex-heading-re'.
27970         * org-agenda.el (org-agenda-start-with-log-mode): New option.
27971         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
27973 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27975         * org-latex.el (org-export-latex-tables-centered): New option.
27976         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
27978         * org-exp.el (org-export-as-org): New command.
27979         (org-export-as-org): New command.
27981         * org-publish.el (org-publish-org-to-org): New function.
27983 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27985         * org.el (org-yank): Just call `org-yank-generic'.
27986         (org-yank-generic): New function, containing the formaer
27987         functionality of `org-yank'.
27989         * org-latex.el (org-export-latex-not-done-keywords)
27990         (org-export-latex-done-keywords): New variables.
27991         (org-export-latex-todo-keyword-markup): New option.
27992         (org-export-latex-set-initial-vars): Remember the TODO keywords.
27993         (org-export-latex-keywords-maybe): Apply the TODO markup.
27995 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
27997         * org-exp.el (org-infile-export-plist): Add more default macros.
27998         (org-export-preprocess-apply-macros): Process macro arguments.
28000 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28002         * org-icalendar.el (org-icalendar-include-todo): New allowed value
28003         `unblocked'.
28004         (org-print-icalendar-entries): Respect the new value of
28005         `org-icalendar-include-todo'.
28007         * org.el (org-link-try-special-completion)
28008         (org-file-complete-link): New functions.
28009         (org-insert-link): Add special completion support for some link
28010         types.
28012         * org-bbdb.el (org-bbdb-complete-link): New function.
28014 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28016         * org-list.el (org-update-checkbox-count): Allow recursive
28017         statistics.
28018         (org-hierarchical-checkbox-statistics): New option.
28020         * org.el (org-cycle): Remove erraneous space character.
28022         * org-icalendar.el (org-icalendar-timezone): Initialize from
28023         environment.
28025 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28027         * org.el (org-autoload): Fix autoloading of ascii export
28028         functions.
28029         (org-modules): Add org-special-blocks.
28031 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28033         * org-icalendar.el (org-start-icalendar-file): Use the new option.
28034         (org-ical-timezone): New option.
28036         * org-exp.el (org-export-get-coderef-format): Use the description
28037         is present.
28039         * org.el (org-sort-entries-or-items): Improve docstring, and make
28040         better implementation for time sorting.
28042 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28044         * org.el (org-edit-src-persistent-message): New option.
28045         (org-edit-src-code, org-edit-fixed-width-region): Use the new
28046         option.
28048         * org-clock.el (org-clock-insert-selection-line): Fix prefious
28049         patch.
28051         * org.el (org-edit-src-code, org-edit-fixed-width-region):
28052         Use separate buffer instead of indirect buffer to edit source code.
28053         (org-edit-src-exit): Make this function work with the new setup.
28055         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
28056         are properly fontified before shown in the selection menu.
28058         * org.el (org-fontify-like-in-org-mode): New function.
28060         * org-latex.el (org-export-latex-links): Use the property list to
28061         retrieve the default image attributes.
28063         * org-exp.el (org-export-plist-vars): Add a new option.
28065 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28067         * org-exp.el (org-export, org-export-visible): Support ASCII
28068         export to buffer.
28069         (org-export-normalize-links): Do not protect the description if it
28070         is explicitly given.
28072         * org-list.el (org-reset-checkbox-state-subtree): Move here from
28073         org-checklist.el.
28074         (org-reset-checkbox-state-subtree):
28075         Call `org-reset-checkbox-state-subtree'.
28077         * org-remember.el (org-select-remember-template): For the
28078         selection of a valid template.
28080         * org-latex.el (org-export-region-as-latex): Supply the
28081         force-no-subtree argument.
28082         (org-export-as-latex): Provide better limits when exporting the
28083         first line.  When exporting to string, we still want the first
28084         lines.
28085         (org-export-latex-first-lines): New argument END, to force the end
28086         of the region.
28087         (org-export-region-as-latex): Use the property list.
28088         (org-export-as-latex): ????
28090 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28092         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
28093         (org-export-latex-preprocess): Run the new hook.
28095         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
28096         (org-export-preprocess-string): Run the new hook.
28098 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28100         * org-macs.el (org-check-external-command): New defsubst.
28102         * org.el (org-mode-map): New key for reload.
28103         (org-format-latex): Better error message when external programs
28104         are not available.
28106         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
28108         * org.el (org-sort-entries-or-items): Explicit sorting function
28109         for priorities, needed for XEmacs compatibility.
28111         * org-remember.el (org-remember-apply-template): Improve auto-save
28112         behavior.
28114 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28116         * org-latex.el (org-export-latex-preprocess): Also protect
28117         environments ending in a star.
28119         * org-list.el (org-at-item-p): Fix regular expression.
28121 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28123         * org.el (org-end-of-subtree): Improve speed.
28125         * org-agenda.el (org-agenda-get-timestamps)
28126         (org-agenda-get-progress, org-agenda-get-deadlines)
28127         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
28128         in particular, wait as long as possible to collect the tags.
28129         (org-stuck-projects): Improve docstring.
28131         * org.el (org-store-link): No errors when getting custom id before
28132         first headline.
28133         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
28135 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28137         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
28139         * org-protocol.el: Remove dependency on url.el.
28140         (org-protocol-unhex-compound, org-protocol-open-source):
28141         Remove dependency on url.el.
28143         * org-latex.el (org-export-as-pdf):
28144         Use `org-latex-to-pdf-process'.
28146 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28148         * org-latex.el (org-latex-to-pdf-process): New option.
28150         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
28151         New option.
28152         (org-agenda-get-timestamps):
28153         Honor `org-agenda-skip-additional-timestamps-same-entry'.
28155         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
28156         (org-clock-goto): Find recent task only if
28157         `org-clock-goto-may-find-recent-task' allows it.
28159         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
28160         drawers, and drawers that are missing the :END: line.
28162 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28164         * org-clock.el (org-clock-goto): Go to recently clocked task if no
28165         clock is running.
28167 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28169         * org.el (org-update-parent-todo-statistics): Check for
28170         STATISTICS_FROM property.
28172         * org-list.el (org-update-checkbox-count): Check for
28173         STATISTICS_FROM property.
28175         * org.el (org-tab-first-hook)
28176         (org-tab-after-check-for-table-hook)
28177         (org-tab-after-check-for-cycling-hook): New hooks.
28178         (org-cycle-internal-global, org-cycle-internal-local):
28179         New functions, split out from `org-cycle'.
28180         (org-cycle): Call the new hooks.
28182 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28184         * org-exp.el (org-export-preprocess-string): Reset the list of
28185         preferred targets for each run of the preprocessor.
28187         * org.el (org-refile-target-verify-function):
28188         Improve documentation.
28189         (org-get-refile-targets): Respect point being moved by the
28190         verification function.
28192         * org-latex.el (org-export-latex-timestamp-keyword-markup):
28193         New option.
28194         (org-export-latex-keywords): Use new option.
28196         * org.el (org-rear-nonsticky-at): New defsubst.
28197         (org-activate-plain-links, org-activate-angle-links)
28198         (org-activate-footnote-links, org-activate-bracket-links)
28199         (org-activate-dates, org-activate-target-links)
28200         (org-activate-tags): Place the rear-nonsticky properties at the
28201         correct location.
28203 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28205         * org-protocol.el (server-edit): Declare `server-edit'.
28206         (org-protocol-unhex-string, org-protocol-unhex-compound):
28207         New functions.
28208         (org-protocol-check-filename-for-protocol): Call `server-edit'.
28210         * org.el (org-default-properties): New default properteis for
28211         completion.
28213         * org-exp.el (org-export-add-subtree-options): Add new properties
28214         for subtree export.
28216 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28218         * org-id.el (org-id-get-with-outline-path-completion): Turn off
28219         org-refile-target-verify-function for the duration of the command.
28221         * org.el (org-link-to-org-use-id): New possible value
28222         `create-if-interactive-and-no-custom-id'.
28223         (org-store-link): Use custom IDs.
28224         (org-link-search): Find custom ID properties from #link.
28225         (org-default-properties): Add CUSTOM_ID for property completion.
28226         (org-refile-target-verify-function): New option.
28227         (org-goto): Turn off org-refile-target-verify-function
28228         for the duration of the command.
28230 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28232         * org-exp.el (org-export-preferred-target-alist): New variable.
28233         (org-export-define-heading-targets): Find the new CUSTOM_ID
28234         property.
28235         (org-export-target-internal-links): Target the custom ids when
28236         possible.
28238         * org-latex.el (org-export-latex-preprocess): Better regexp for
28239         matching latex macros with arguments.
28241 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28243         * org-remember.el (org-remember-handler): Allow filing to non-org
28244         files.
28246 2009-08-06  Magnus Henoch  <magnus.henoch@gmail.com>
28248         * org-table.el (org-table-fix-formulas): Do not change references
28249         to remote tables.
28250         (org-table-get-remote-range): Convert standard coordinates to RC
28251         format.
28253         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
28255 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28257         * org-compat.el (org-sha1-string): Function removed.
28259         * org.el (org-refile-allow-creating-parent-nodes): New option.
28260         (org-refile-get-location): New argument NEW-NODES.
28261         (org-refile): Call `org-refile-get-location' with the new
28262         argument.
28263         (org-refile-get-location): Arrange for adding a new child.
28264         (org-refile-new-child): New function.
28266         * org-clock.el: Fix a number of docstrings.
28267         (org-clock-find-position): New argument
28268         FIND-UNCLOSED to make the function find an unclosed clock in the
28269         entry.
28270         (org-clock-in): Call `org-clock-find-position' with the new
28271         argument if we might be resuming a clock.
28273 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28275         * org-latex.el (org-export-latex-display-custom-times): New variable.
28276         (org-export-latex-timestamp-markup): New option.
28277         (org-export-latex-set-initial-vars): Remember the local value of
28278         `org-display-custom-times'.
28279         (org-export-latex-content): Process time stamps.
28280         (org-export-latex-time-stamps): New function.
28282         * org-macs.el (org-maybe-intangible): Add intangible property
28283         again to invisible text.
28285 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28287         * org-exp.el (org-default-export-plist): Handle undefined
28288         variables.
28290 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28292         * org.el (org-sort-entries-or-items): Match TODO keywords
28293         case-sensitively, when sorting.
28294         (org-priority): Do not match TODO keywords with wrong case.
28296 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28298         * org.el (org-todo): Honor the NOBLOCKING property.
28300         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
28301         NOBLOCKING property.
28303         * org.el (org-scan-tags): Fix bug in tag scanner.
28305 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28307         * org.el (org-modules): Mark obsolete packages.
28309         * org-html.el: New file, split out from org-exp.el.
28311         * org-icalendar.el: New file, split out from org-exp.el.
28313         * org-xoxo.el: New file, split out from org-exp.el.
28315         * org-ascii.el: New file, split out from org-exp.el.
28317 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28319         * org-compat.el (org-find-library-name): New function.
28321         * org.el (org-pre-cycle-hook): New hook.
28322         (org-cycle): Call the new hook in appropriate places.
28323         (org-reload): Only reload files that have been loaded before.
28325 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28327         * org.el (org-set-font-lock-defaults): Enforxe space or line end
28328         after todo keyword.
28329         (org-todo): When changing TODO state, do matching
28330         case-sensitively.
28331         (org-map-continue-from): New variable.
28332         (org-scan-tags): Respect values in `org-map-continue-from'.
28333         (org-reload): Make XEmacs compatible.
28335 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28337         * org-protocol.el (org-protocol-flatten-greedy): New function.
28338         (org-protocol-flatten): New function.
28340         * org.el (org-open-link-from-string): Pass reference buffer to
28341         `org-open-at-point'.
28342         (org-open-at-point): New optional argument `reference-buffer'.
28344 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28346         * org.el (org-scan-tags): Make tag scan find headline in first
28347         line, 2nd attempt.
28348         (org-get-refile-targets): Add the naked file name.
28349         (org-refile): Store as top-level entry when only file name was
28350         given.
28352         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
28354         * org.el (org-block-todo-from-children-or-siblings-or-parent):
28355         Rename from org-block-todo-from-children-or-siblings, and
28356         enhanced to look for the parent's status as well.
28358         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
28359         (org-agenda-get-progress): Add first notes line to log entry if so
28360         desired.
28362 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28364         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
28365         (org-agenda-cleanup-fancy-diary): Call the new hook.
28367         * org-remember.el (org-remember-apply-template): Take the default
28368         for the annotation from the :annotation property.
28370         * org-mac-message.el (org-mac-message-get-link): Remove the
28371         quotes.
28372         (org-mac-message-get-link): Return the result.
28374 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28376         * org.el (org-refile-get-location): Add file name only if not
28377         already included in outline path.
28379         * org-faces.el (org-n-level-faces): Fix customization type from
28380         number to integer.
28382         * org-exp.el (org-export-headline-levels): Fix customization type
28383         from number to integer.
28385         * org-agenda.el (org-agenda-confirm-kill)
28386         (org-agenda-custom-commands-local-options)
28387         (org-timeline-show-empty-dates, org-agenda-ndays)
28388         (org-agenda-start-on-weekday, org-scheduled-past-days):
28389         Fix customization type from number to integer.
28391 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28393         * org-protocol.el: Declare some functions.
28395         * org-agenda.el (org-agenda-compare-effort):
28396         Honor `org-sort-agenda-noeffort-is-high'.
28397         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
28398         (org-agenda-compare-effort): Implement the "?" operator for
28399         finding entries without effort setting.
28401         * org.el (org-extract-attributes-from-string): New function.
28403         * org-exp.el (org-export-splice-attributes): New function.
28405 2009-08-06  Bastien Guerry  <bzg@gnu.org>
28406         Daniel M German  <dmg@uvic.org>
28407         Sebastian Rose  <sebastian_rose@gmx.de>
28408         Ross Patterson  <me@rpatterson.net>
28410         * org-protocol.el: New file.
28412 2009-08-06  Baoqiu Cui  <cbaoqiu@yahoo.com>
28414         * org-docbook.el: New file.
28416 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28418         * org-mouse.el: XEmacs compatibility fixes.
28420         * org.el (org-modules): Add org-inlinetasks.el.
28421         (org-cycle): Implement limiting level on cycling.
28422         (org-move-subtree-down): Fix bug with swapping subtrees at end of
28423         buffer.
28425         * org-inlinetask.el: New file.
28427         * org.el (org-emphasis-regexp-components): Allow braces in
28428         emphasis pre and post match.
28430         * org-footnote.el (org-footnote-normalize): When only sorting, do
28431         not insert inline notes at the end.
28433         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
28435 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28437         * org.el (org-reftex-citation): New command.
28439 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28441         * org-agenda.el (org-agenda-cmp-user-defined): New option.
28442         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
28443         sorting options.
28444         (org-entries-lessp): Apply the new sorting option.
28446         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
28447         blocker code, when an older sibling has children.
28449         * org-mac-message.el (org-mac-message-get-link): Improve getting
28450         links from multiple selected messages.
28452 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28454         * org-remember.el (org-remember-finalize): Do not set buffer file
28455         name to nil.
28456         (org-remember-handler): Mark buffer as unmodified.
28457         (org-remember-handler): Delete backup file and show message about
28458         remaining backup files.
28459         (org-remember-auto-remove-backup-files): New option.
28461         * org.el (org-store-link): Use buffer name as link description in
28462         w3-mode buffers.
28463         (org-ido-switchb): Fix argument bug for completion.
28465         * org-remember.el (org-remember-apply-template): Set local
28466         variable `auto-save-visited-file-name' instead of global one.
28468 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28470         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
28471         (org-agenda-get-todos): Mark file tags as inherited.
28472         (org-agenda-list): Always search diary lines for a time.
28474 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28476         * org-feed.el: New file.
28478         * org-exp.el (org-export-as-html): Close local lists depending on
28479         indentation, also when starting a table.
28481         * org-remember.el (org-remember-backup-directory)
28482         (org-remember-backup-name): New internal variable.
28484 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28486         * org-clock.el (org-clock-out-if-current): Make buffer detection
28487         work in indirect buffers as well.
28489         * org.el (org-emphasis-regexp-components): Add the exxclamation
28490         mark to the post-emphasis characters.
28492 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28494         * org.el (org-read-date-minibiffer-septup-hook): New hook.
28495         (org-read-date): Run the new hook.
28497         * org-mac-message.el (org-mac-flagged-mail): New group.
28498         (org-mac-mail-account): New variable.
28499         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
28500         New commands.
28502         * org-remember.el (org-remember-backup-directory): New variable.
28503         (org-remember-apply-template): Write file to backup directory.
28505 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28507         * org-mouse.el (org-mouse-todo-menu): New function.
28508         (org-mouse-todo-keywords): Function removed.
28509         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
28511         * org-table.el (org-table-beginning-of-field)
28512         (org-table-end-of-field): New commands.
28513         (org-table-previous-field, org-table-beginning-of-field):
28514         Better error messages.
28515         (orgtbl-setup): Include `M-a' and `M-e'.
28517         * org.el (org-backward-sentence, org-forward-sentence):
28518         New commands.
28520         * org-colview.el (org-colview-initial-truncate-line-value):
28521         New variable.
28522         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
28523         (org-columns): Remember the value of `truncate-lines'.
28525         * org.el (org-columns-skip-arrchived-trees): New option.
28527         * org-agenda.el (org-agenda-export-html-style): Define color for
28528         org-agenda-done face.
28529         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
28530         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
28532         * org.el (org-scan-tags): Use the new face.
28534         * org-faces.el (org-agenda-done): New face.
28536         * org.el (org-scan-tags): Test the value org
28537         `org-tags-match-list-sublevels'.
28538         (org-tags-match-list-sublevels): New allowed value: indented.
28540         * org-latex.el (org-export-latex-make-header): Apply macros
28541         in header.
28543         * org-exp.el (org-export-apply-macros-in-string): New function.
28545         * org-latex.el (org-export-latex-list-parameters): Fix bug
28546         with the definition of a checked box.
28548         * org-clock.el (org-clock-find-position): Fix drawer indentations.
28550         * org-latex.el (org-export-latex-low-levels): More options
28551         for how to process lower levels in LaTeX.
28552         (org-export-latex-subcontent): Better treatment for lists as a
28553         means of publishing lower levels.
28555 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28557         * org.el (org-set-font-lock-defaults): Use new checkbox face.
28559         * org-faces.el (org-checkbox): New face.
28561         * org-exp.el (org-export-html-preprocess): Only create LaTeX
28562         fragement images if there is an export file.
28564 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28566         * org-agenda.el (org-stuck-projects): Document that the subtree of
28567         projects that are not stuck will now be searched for stuck
28568         sub-projects.
28569         (org-agenda-skip-entry-when-regexp-matches)
28570         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
28571         (org-agenda-list-stuck-projects):
28572         Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
28574         * org-latex.el (org-export-latex-preprocess):
28575         Improve export of verses.
28577         * org-exp.el (org-export-as-html): Implement centering as a div
28578         rather than a paragraph.  Do a better job with line-end in verse
28579         environments.
28581 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28583         * org.el (org-open-at-point): Fix tags searches by mouse click.
28585 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28587         * org-latex.el (org-export-latex-preprocess): Implement the
28588         centering markup.
28590         * org-exp.el (org-export-mark-blockquote-verse-center):
28591         Rename from `org-export-mark-blockquote-and-verse'.
28592         (org-export-as-html): Implement the centering markup.
28594         * org-latex.el (org-export-latex-tables): Fix vertical
28595         lines in tables.
28597 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28599         * org.el (org-read-date-history): New variable.
28600         (org-read-date): Use new history variable.
28601         (org-toggle-heading): Fix bug when used before first headline.
28602         (org-store-log-note): Remove drawer if empty while note is
28603         aborted.
28604         (org-remove-empty-drawer-at): New function.
28605         (org-check-after-date): New command.
28606         (org-sparse-tree): New sparse tree command "a".
28608         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
28610 2009-08-06  Bastien Guerry  <bzg@gnu.org>
28612         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
28613         column and a space, not only a column.
28615 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28617         * org-latex.el (org-export-latex-emphasis-alist):
28618         Better defaults for verbose emphasis.
28619         (org-export-latex-emph-format): New function.
28620         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
28622         * org-agenda.el (org-agenda-menu): Add new commands to menu.
28623         (org-agenda-do-date-later, org-agenda-do-date-earlier)
28624         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
28625         (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
28626         New commands.
28628         * org.el (org-timestamp-change): Move end-time along with start
28629         time.
28631 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28633         * org-exp.el (org-export-target-internal-links)
28634         (org-export-as-html): Protect links specified as #name.
28636 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28638         * org.el (org-clone-subtree-with-time-shift): New command.
28640         * org-latex.el (org-export-latex-special-chars)
28641         (org-export-latex-treat-sub-super-char): Fix subscript export.
28643         * org-exp.el (org-create-multibrace-regexp): Do not add
28644         backslashes to the class.
28646 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28648         * org-colview.el (org-columns-map): Better functions for moving up
28649         and down a row, even if `truncate-line' is nil.
28651         * org.el (org-insert-todo-heading): Make sure the keyword is
28652         inserted at the correct position.
28654         * org-publish.el (org-publish-project-alist)
28655         (org-publish-projects, org-publish-org-index): Change default anme
28656         for the index of file names to "sitemap.org".
28658         * org-latex.el (org-export-latex-tables):
28659         Use `org-split-string', for Emacs 21 compatibility.
28661 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28663         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
28665 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28667         * org-exp.el (org-export-page-description)
28668         (org-export-page-keywords): New variables.
28669         (org-export-plist-vars): Add entries for :keywords and
28670         :description.
28671         (org-infile-export-plist): Parse for new keywords.
28672         (org-get-current-options): Add new keywords.
28673         (org-export-as-html): Publish description and keywords.
28675         * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
28676         New option.
28677         (org-agenda-add-entry-text):
28678         Honor `org-agenda-add-entry-text-descriptive-links'.
28680         * org-latex.el (org-export-latex-preprocess): Make all
28681         external preprocess functions use a PARAMETER arg.
28683         * org-exp.el (org-export-preprocess-string)
28684         (org-export-select-backend-specific-text)
28685         (org-export-format-source-code-or-example)
28686         (org-format-org-table-html): Support docbook export.
28687         (org-export-preprocess-string): Make all external preprocess
28688         functions use a PARAMETER arg.
28690 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28692         * org-exp.el (org-export-html-style-include-scripts): New option.
28693         (org-export-plist-vars): Add new option
28694         `org-export-html-style-include-scripts'.
28695         (org-export-as-html): Honor new option
28696         `org-export-html-style-include-scripts'.
28697         (org-export-html-scripts, org-export-html-style-default):
28698         Fix xml issues with the Safari browser.
28700 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28702         * org-publish.el (org-publish-attachment): Only copy file when the
28703         directories differ.
28705 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28707         * org-clock.el (org-clocktable-steps): Use inactive time stamps
28708         for clocktable steps.
28710         * org.el (org-additional-option-like-keywords): Add two more
28711         keywords.
28713 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28715         * org-exp.el (org-export-format-source-code-or-example):
28716         Mark temporary buffer unmodified, so that it will be killed even if
28717         mode like message mode has decided to assign a file name.
28719         * org.el (org-scan-tags): Improve tag inheritance.
28720         (org-scan-tags, org-make-tags-matcher): Make tag comparison
28721         case-sensitive.
28722         (org-scan-tags): Use the internal tags list instead of creating it
28723         from scratch.
28724         (org-trust-scanner-tags, org-scanner-tags): New variables.
28725         (org-scan-tags): Set `org-scanner-tags'.
28726         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
28727         (org-map-entries): Document the possible speedup using scanner
28728         tags.
28730 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28732         * org.el (org-add-planning-info): Fix bug with looking for keyword
28733         only at column 0.
28735         * org-agenda.el (org-agenda-custom-commands-local-options):
28736         Add option for tags filter preset.
28737         (org-prepare-agenda): Store filter preset as a property on the
28738         filter variable.
28739         (org-finalize-agenda): Call the filter, if there is a preset.
28740         (org-agenda-filter-by-tag): Filter again after clearing the
28741         filter, when there still is a preset.
28742         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
28743         Include the preset filter.
28744         (org-agenda-redo): Apply the filter again, also the preset filter.
28746         * org-exp.el (org-export-as-html): Use IDs in the correct way.
28748         * org.el (org-uuidgen-p): New function.
28750         * org-agenda.el (org-agenda-fontify-priorities): New default value
28751         `cookies'.
28752         (org-agenda-fontify-priorities): Rename from
28753         org-fontify-priorities.
28755         * org.el (org-set-font-lock-defaults):
28756         Call `org-font-lock-add-priority-faces'.
28757         (org-font-lock-add-priority-faces): New function.
28759         * org-faces.el (org-set-tag-faces): New option.
28760         (org-priority-faces): New variable.
28762         * org-exp.el (org-export-as-html): Add a "content" div around the
28763         entire content of the body tag.
28764         (org-export-html-get-bibliography): New function.
28765         (org-export-html-validation-link): New variable.
28766         (org-export-as-html): Add validation link to exported page.
28768         * org.el (org-match-sparse-tree): Rename from
28769         `org-tags-sparse-tree'.
28770         (org-tags-sparse-tree): New alias.
28772 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28774         * org.el (org-get-valid-level): Catch the case where the level
28775         change is nil.
28777         * org-clock.el (org-clock-find-position): Better indentation of
28778         new clock drawers.
28780 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28782         * org-agenda.el (org-agenda-quit): Delete window only when the
28783         frame-setup was not `current-window'.
28785         * org.el (org-tag-persistent-alist): New option.
28786         (org-startup-options): Add keyword `noptag'.
28787         (org-fast-todo-selection): Handle :newline correctly.
28788         (org-set-tags): Handle :newline correctly.
28789         (org-fast-tag-selection): Handle :newline correctly.
28791 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28793         * org-exp.el (org-export-as-ascii): Reverse link buffer before
28794         outputting it.
28795         (org-export-ascii-push-links): Fix bug with pussing links into the
28796         export buffer.
28798 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28800         * org-archive.el (org-archive-subtree): Do not add 1 to level if
28801         pasting at top level.
28803         * org-bbdb.el: Improve documentation.
28805 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28807         * org-list.el (org-insert-item): Only consider insert empty lines
28808         is `org-empty-line-terminates-plain-lists' is not nil.
28810         * org.el (org-blank-before-new-entry): Mention the dependence on
28811         `org-empty-line-terminates-plain-lists' in the docstring.
28813         * org-publish.el (org-publish-get-project-from-filename):
28814         New optional argument UP.  Only find the top project if UP is set.
28815         (org-publish-current-project): Find the top encloding project.
28817         * org-agenda.el (org-agenda-before-write-hook)
28818         (org-agenda-add-entry-text-maxlines): New options.
28819         (org-write-agenda): Run the new hook in the temporary buffer.
28820         (org-agenda-add-entry-text): New function.
28821         (org-write-agenda): Implement PDF export, using ps2pdf.
28823         * org.el (org-global-properties-fixed, org-global-properties):
28824         Improve documentation string.
28826         * org-exp.el (org-export-ascii-links-to-notes): New option.
28827         (org-export-as-ascii): Handle links better.
28828         (org-export-ascii-wrap, org-export-ascii-push-links):
28829         New functions.
28831 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28833         * org-agenda.el (org-agenda): Make prefix arg optional.
28834         (org-agenda-search-headline-for-time): New option.
28835         (org-format-agenda-item):
28836         Honor `org-agenda-search-headline-for-time'.
28838         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
28839         characters.
28841         * org.el (org-self-insert-cluster-for-undo): New option.
28842         (org-self-insert-command): Cluster undo for 20 characters.
28843         (org-self-insert-command-undo-counter): New variable.
28845 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28847         * org-exp.el (org-export-as-html): Fix problem with closing colone
28848         example.
28850 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28852         * org-latex.el (org-export-as-latex)
28853         (org-export-latex-first-lines): Avoid modification flag when
28854         adding or removing text properties.
28855         (org-export-latex-fontify): Catch error when org-emph-alist has
28856         entries that are not defined for LaTeX export.
28858         * org-export-latex.el: Rename to org-latex.el.
28860         * org-latex.el: Rename from org-export-latex.el.
28862         * org.el (orgstruct++-mode): New function.
28863         (turn-on-orgstruct++): Call `orgstruct++-mode'.
28864         (org-context-p): Allow detecting item context after the first line
28865         of an item.
28866         (orgstruct-make-binding): Detect if item-body context should be
28867         seen.
28868         (orgstruct-is-++): New variable.
28869         (org-add-planning-info): Catch the case when there is no planning
28870         info yet and the call does not want to add anything, only maybe
28871         tries to remove something.
28872         (org-special-ctrl-a/e): All value to be a cons cell with separate
28873         settings for `C-a' and `C-e'.
28874         (org-beginning-of-line, org-end-of-line): Honor separate values
28875         for `C-a' and `C-e'.
28877 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
28879         * org.el (org-reload): New command.
28881 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
28883         * org-gnus.el (org-gnus-store-link): Fix bug where
28884         org-gnus-store-link used wrong subject when called in an article
28885         buffer.  Patch provided by fengli AT gmail DOT com.
28887 2009-03-13  D. Goel  <deego3@gmail.com>
28889         * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
28890         replace ls by (values-list ls).
28892 2009-02-20  Carsten Dominik  <dominik@science.uva.nl>
28894         * org-remember.el (org-remember-apply-template): Turn off ido for
28895         this completion.
28897         * org.el (org-priority): Also find invisible headings, for remote
28898         editing.
28899         (org-completing-read-no-ido): New function.
28900         (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
28902         * org-colview.el (org-columns-edit-value): No special treatment of
28903         prefix arg.
28905 2009-02-19  Carsten Dominik  <dominik@science.uva.nl>
28907         * org.el (org-block-todo-from-children-or-siblings):
28908         Use `org-up-heading-all' so that this will work correctly with hidden
28909         property drawers and entries.
28910         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
28911         falling back to normal, default command.
28912         (org-get-location): Temporarily turn off special behavior.
28914 2009-02-13  Glenn Morris  <rgm@gnu.org>
28916         * org-rmail.el (rmail-show-message): Restore argument list to the
28917         declaration now that this functions behaves in Emacs 23 as in 22.
28919 2009-02-12  Glenn Morris  <rgm@gnu.org>
28921         * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
28923 2009-02-12  Joachim Reiter  <Reiter.Joachim@web.de>  (tiny change)
28925         * org-footnote.el (org-footnote-action): Fix doc typo.
28927 2009-02-06  Carsten Dominik  <dominik@science.uva.nl>
28929         * org-exp.el (org-export-preprocess-string): Fix bug with skipping
28930         text before first headline.
28931         (org-export-remove-or-extract-drawers): Fix regular expression for
28932         extracting drawers.
28934         * org.el (org-format-latex): Stop LaTeX fragment processing in
28935         protected examples.
28937 2009-02-05  Glenn Morris  <rgm@gnu.org>
28939         * org-rmail.el (rmail-show-message): Update declaration.
28940         (rmail-buffer, rmail-view-buffer): Declare.
28941         (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
28943 2009-02-04  Carsten Dominik  <dominik@science.uva.nl>
28945         * org.el (org-return-follows-link): Revert setting
28946         `org-return-follows-link' to t by default.
28948 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
28950         * org.el (org-cycle-global-at-bob): Fix typo.
28952         * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
28954 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
28956         * org.el (org-mode): Make dependence stuff work more reliably.
28957         (org-update-parent-todo-statistics): Fix bug with updating
28958         statistics cookie.
28959         (org-yank-adjusted-subtrees, org-return-follows-link)
28960         (org-use-fast-todo-selection, org-tags-column): New default
28961         setting for variables.
28963         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
28964         ~ as verbatim delimiters, to avoid table bug.
28965         (org-export-latex-classes): Remove the a4paper option from the
28966         default styles.
28968         * org-exp.el (org-export-html-format-image): New argument
28969         PAR-OPEN, to fix XHTM validation bug.
28970         (org-export-as-html): Pass par-open to
28971         `org-export-html-format-image'.
28972         (org-export-html-footnotes-section): Use a more consistent id for
28973         footnotes.
28975         * org-agenda.el (org-agenda-sorting-strategy)
28976         (org-agenda-tags-column): New default setting for variables, based
28977         on a poll what typical uses use.
28978         (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
28979         setting the blocked tag.
28981 2009-01-31  Carsten Dominik  <dominik@science.uva.nl>
28983         * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
28984         only checking for blocks.
28986         * org-exp.el (org-export-html-footnotes-section): Make the div id
28987         consistent.
28989         * org-export-latex.el (org-export-latex-classes):
28990         Remove paper size option from LaTeX classes.
28992 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
28994         * org.el (org-enforce-todo-checkbox-dependencies): New option.
28995         (org-block-todo-from-checkboxes): New function.
28996         (org-todo): Make triple prefix arg circumvent blocking.
28998 2009-01-30  Glenn Morris  <rgm@gnu.org>
29000         * org-list.el (org-empty-line-terminates-plain-lists)
29001         (org-toggle-checkbox): Doc fixes.
29003         * org-table.el (org-table-clean-before-export): Fix declaration.
29005 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
29007         * org-timer.el (org-timer): Provide the timer feature.
29009         * org.el (org-require-autoloaded-modules): Add a few more files to
29010         the list of autoloaded modules.
29012         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
29014         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
29015         drawers that are unprotected.
29016         (org-export-html-format-image): Make sure inlined LaTeX fragment
29017         images remain inlined.
29019         * org.el (org-toggle-ordered-property): New function.
29020         (org-mode-map): Add a key for `org-toggle-ordered-property'.
29021         (org-org-menu): Add menu entries for TODO dependencies.
29023         * org.el (org-default-properties): Add ORDERED to the default
29024         properties, to get completion support for it.
29026         * org-list.el (org-update-checkbox-count): Update more than one cookie.
29028         * org.el (org-update-parent-todo-statistics): Update more than one
29029         cookie.
29031 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
29033         * org-agenda.el (org-agenda-get-todos): Start search from correct
29034         position.
29036         * org.el (org-fast-todo-selection): Make sure TODO selection does
29037         not change buffer position.
29039         * org-list.el (org-toggle-checkbox): Implement adding or removing
29040         checkboxes from line or region when called with a prefix
29041         argument.
29043         * org-rmail.el (org-rmail-store-link): Protect the call to
29044         `rmail-narrow-to-non-pruned-header'.
29046         * org-clock.el (org-clock-special-range): Fix week display in
29047         clock tables.
29049         * org-exp.el (org-get-current-options): Fix bug when in indirect
29050         buffer.
29052         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
29053         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
29054         (org-agenda-dim-blocked-tasks): New function.
29056         * org.el (org-enforce-todo-dependencies): New option.
29057         (org-block-todo-from-children-or-siblings): New function.
29059         * org-faces.el (org-agenda-dimmed-todo-face): New face.
29061 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
29063         * org.el (org-todo): Return correct state type even if the blocker
29064         throws an error.
29065         (org-modifier-cursor-error): Rename from
29066         `org-shiftcursor-error'.
29067         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
29068         (org-shiftmetadown): Call `org-modifier-cursor-error'.
29070         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
29071         to get real errors from the blocker hook.
29073         * org.el (org-shiftselect-error, org-call-for-shift-select):
29074         New functions.
29075         (org-set-visibility-according-to-property): Turn off the setting
29076         of `org-show-entry-below', to avoid overruling a FOLDED visibility
29077         property.
29079         * org.el (org-support-shift-select): New option.
29080         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
29081         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
29082         selection outside contexts.
29084         * org-list.el (org-at-item-bullet-p): New function.
29086         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
29087         variables.
29089         * org-footnote.el (org-footnote-normalize): Remove unnecessary
29090         variable.
29091         (org-insert-footnote-reference-near-definition):
29092         Remove unnecessary let form.
29094 2009-01-26  Carsten Dominik  <dominik@science.uva.nl>
29096         * org-export-latex.el (org-export-as-latex):
29097         Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
29098         (org-export-latex-first-lines): New parameter OPT-PLIST.
29100         * org.el (org-yank): Tell `delete-selection-mode' about
29101         `org-yank'.
29103         * org-faces.el (org-clock-overlay): Fix face definition.
29105         * org-export-latex.el (org-export-latex-first-lines):
29106         Pass timestamp and footnote parameters to the preprocessor.
29108         * org-exp.el (org-export-remove-timestamps): Do not remove time
29109         stamps inside tables.
29111 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29113         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
29115         * org.el (org-agenda-tags-todo-honor-ignore-options):
29116         Declare variable.
29118         * org-table.el (org-table-insert-hline): Fix typo in function call
29119         to `backward-char'.
29121         * org-exp.el (org-export-as-html): Remove the initial space from
29122         colon examples.
29124         * org.el (org-scan-tags):
29125         Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
29127         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
29128         New customization groups.
29129         (org-agenda-tags-todo-honor-ignore-options): New option.
29130         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
29131         New function.
29132         (org-agenda-get-todos):
29133         Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
29135 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29137         * org-exp.el (org-export-format-source-code-or-example):
29138         Escape HTML characters also in examples that anre not treated with
29139         htmlize.  Also, just switch to EXAMPLE processing if we do not
29140         have a good version of htmlize.
29142         * org-rmail.el: Fix copyright notice.
29144         * org.el (org-activate-footnote-links): Improve footnote link
29145         highlighting.
29147         * org-footnote.el (org-footnote-normalize): Fix finding the end of
29148         a footnote definition at the end of the file.
29150         * org-table.el (org-table-get-specials): Add an imagined hline at
29151         the end of the table.  This can be useful for references that want
29152         to go to the end of the table.  Also fix bug when computing last
29153         row constants, in tables that do not start right at the right
29154         margin.
29155         (org-table-eval-formula): Match and replace remove references.
29156         (org-table-formula-substitute-names): Make sure that names inside
29157         a "remote" call are left alone, the will be replaced later when
29158         the remote call is handled.
29159         (org-table-convert-refs-to-rc): Do not convert things that might
29160         look like a reference, but are really part of an ID or namei n a
29161         remote reference.
29162         (org-table-get-remote-range): New function.
29164 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29166         * org-faces.el (org-clock-overlay): Fix bug in face definition.
29168         * org-clock.el (org-clock-put-overlay): Use new face instead of
29169         `secondary-selection'.
29171         * org-faces.el (org-clock-overlay): New face.
29173 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29175         * org-exp.el (org-get-current-options): Include the option for
29176         publishing time stamps.
29178         * org.el (org-toggle-heading): Rename from
29179         `org-toggel-region-headings'.
29180         No longer needs a region defined, but will use it if there is one.
29181         (org-ctrl-c-star): Simplify, relying more on the internal
29182         workings of `org-toggle-heading'.
29183         (org-toggle-item): Rename from `org-toggle-region-items'.
29184         No longer needs a region defined, but will use it if there is one.
29185         (org-ctrl-c-minus): Simplify, relying more on the inernal
29186         workings of `org-toggle-item'.
29188         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
29189         environment detection.  Also, do real changes only in unprotected
29190         places.
29192 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29194         * org-export-latex.el (org-export-latex-quotation-marks):
29195         Use `org-if-unprotected-1'.
29196         (org-export-latex-set-initial-vars): Check for class definition in
29197         property.
29199         * org-macs.el (org-if-unprotected-1): New macro.
29201 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29203         * org-compat.el (org-count-lines): New function.
29205         * org-exp.el (org-export-format-source-code-or-example):
29206         Handle switches related to text areas.
29208         * org.el (org-activate-footnote-links): Don't allow match inside a
29209         link.
29211         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
29213         * org-export-latex.el (org-export-latex-links): Keep a relative
29214         path relative also after export.
29216         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
29218         * org.el (org-make-tags-matcher): Never use IDO for completing the
29219         tags matcher match string.
29220         (org-completing-read): Also remove the special biding for "?".
29222         * org-attach.el (org-attach-allow-inheritance): New option.
29223         (org-attach-inherited): New variable.
29224         (org-attach-dir): Handle properties related to the attachment
29225         directory.
29226         (org-attach-check-absolute-path): New function.
29227         (org-attach-set-directory, org-attach-set-inherit): New commands.
29228         (org-attach): Accommodate the new commands in the dispatcher.
29230 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29232         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
29233         `window-full-width-p'.
29235         * org-exp.el (org-export-as-html): Only check for images files
29236         that really can be inlined.
29238         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
29239         list of extensions to be a parameter.
29241         * org-exp.el (org-export-html-inline-image-extensions):
29242         New variable.
29244         * org-agenda.el (org-prepare-agenda):
29245         Use `org-agenda-block-separator'.
29246         (org-agenda-block-separator): New option.
29248 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29250         * org-export-latex.el (org-export-latex-tables):
29251         Call `org-table-clean-before-export' with the new optional argument.
29253         * org-exp.el (org-table-clean-before-export): New optional
29254         parameter MAYBE-QUOTED, allows for quoted characters like \# in
29255         first column.
29257 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29259         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
29260         histograms.
29262         * org-colview.el (org-colview-construct-allowed-dates):
29263         Better error catching when a date/time property does not have allowed
29264         values defined.
29266 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29268         * org.el (org-map-entries): Restore point and restriction after
29269         `org-map-entries'.
29271 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29273         * org.el (org-time=, org-time<, org-time<=, org-time>)
29274         (org-time>=, org-time<>): Make sure both values are dates.
29276 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29278         * org-archive.el (org-extract-archive-heading): Allow %s for file
29279         name also in achive location heading.
29281 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29283         * org-archive.el (org-add-archive-files): Uniquify the list before
29284         returning it.
29286 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29288         * org-compat.el (org-fit-window-to-buffer):
29289         Use `window-full-width-p'.
29291         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
29292         space after the colon in short examples.
29294         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
29295         enforce a space after the colon.  However, we also allow lines
29296         that are *only* a colon.
29297         (org-export-as-html): Enforce the space after the colon in short
29298         examples.
29299         (org-export-preprocess-string): Do the colon example protection
29300         earlier.
29301         (org-export-remove-timestamps): Do not check for protection at the
29302         end of the line.
29304 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29306         * org.el (org-format-latex-options): Add new matcher for single
29307         letters between dollars.
29308         (org-get-header): Function removed.
29309         (org-heading-components): New function.
29311         * org-exp.el (org-export-define-heading-targets): Record ID's also
29312         as alternative targets.
29313         (org-export-as-html): Interpret "id:" links to other files by
29314         preserving the relative path.
29316         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
29317         is nil.
29319         * org-exp.el (org-export-normalize-links): Protect the main link,
29320         to avoid special character processing.
29322         * org-export-latex.el (org-export-latex-special-keyword-regexp):
29323         New variable.
29324         (org-export-latex-special-string-regexps): Variable removed.
29325         (org-export-latex-keywords): Use the new regexp.
29327         * org-exp.el (org-export-handle-include-files): Fetch switches and
29328         put them into the BEGIN statement.
29330         * org-timer.el (org-timer-mode-line-string): New variable.
29332         * org-clock.el (org-clock-mode-line-map): Rename from
29333         `org-clock-mode-map'.
29334         (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
29335         (org-clock-update-mode-line): Rename from `org-update-mode-line'.
29336         (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
29337         (org-clock-remove-overlays): Rename from
29338         `org-remove-clock-overlays'.
29340         * org-timer.el (org-timer-pause-or-continue): Implement stopping
29341         and mode line display.
29342         (org-timer-stop): New command.
29343         (org-timer-seconds): Return correct time when timer is paused.
29344         (org-timer-mode-line-timer): New variable.
29345         (org-timer-set-mode-line, org-timer-update-mode-line):
29346         New functions.
29348         * org.el (org-insert-heading): Handle new value `auto' for
29349         `org-blank-before-new-entry'.
29350         (org-org-menu): Add new items for timer functions.
29352         * org-list.el (org-insert-item): Handle new value `auto' for
29353         `org-blank-before-new-entry'.
29355         * org.el (org-blank-before-new-entry): New value `auto', made
29356         default.
29358 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29360         * org-exp.el (org-export-normalize-links): If the link is also
29361         used as the description, protect the description.
29363 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29365         * org.el (org-closest-date): Fix bug with yearly repeats, in
29366         combination with preference of the past as it is used for deadline
29367         and scheduling search.
29369         * org-exp.el (org-html-handle-time-stamps): No longer check for
29370         the `org-export-with-timestamps' option, because the preprocesser
29371         has taken care of this already.
29373         * org.el (org-entry-properties): Catch the case when this is
29374         called in a non-org-mode file.
29376         * org-export-latex.el (org-export-latex-remove-from-headlines):
29377         Variable made obsolete, also LaTeX export now uses the standard
29378         variables.
29379         (org-export-as-latex): Add the timestamps parameter to the
29380         preprocessor parameter list.
29381         (org-export-latex-content): Export the remaining keywords without
29382         considering to remove them.
29383         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
29384         Use bold font instead of tt font for the keywords.
29385         (org-export-latex-fontify-headline): Format headlines, assuming
29386         that all keywords still present should be published.
29387         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
29388         publish what ever remains of the time stamps.
29389         (org-export-latex-list-parameters): New option.
29390         (org-export-latex-lists): Pass additional parameters to the list
29391         converter.
29393         * org-exp.el (org-export-preprocess-string): Remove clock lines
29394         and timestamps already in the preprocesor.
29395         (org-export-remove-timestamps, org-export-remove-clock-lines):
29396         New functions.
29397         (org-export-as-ascii, org-export-as-html): Add the timestamps
29398         parameter to the preprocessor parameter list.
29400         * org-list.el (org-list-parse-list): Parse for checkboxes.
29401         (org-list-to-generic): Introduce and handle new parameters :cbon
29402         and :cboff.
29403         (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
29404         Add optional parameter PARAMS.
29406         * org-export-latex.el (org-export-latex-special-chars):
29407         Fix problems with interpreting dollar signs.
29408         (org-inside-latex-math-p): New function.
29409         (org-export-latex-preprocess): Protect all the math fragments.
29411         * org.el (org-latex-regexps): Allow a dash after a dollar.
29413         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
29414         mark after copying.
29416         * org-agenda.el (org-run-agenda-series): Have series options set
29417         when finalizing the agenda.
29419         * org-exp.el (org-export-format-source-code-or-example):
29420         Protect the converted examples.
29422         * org.el (org-set-regexps-and-options): Fix the regexp
29423         `org-complex-heading-regexp'.
29425 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29427         * org.el (org-edit-src-get-label-format): New function.
29428         (org-coderef-label-format): New option.
29429         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
29430         a label format specification and make sure it is used in the edit
29431         buffer.
29432         (org-edit-src-get-label-format): New function.
29433         (org-store-link): Handle new coderef formats.
29434         (org-link-search): Handle new coderef formats.
29436         * org-footnote.el (org-footnote-create-definition)
29437         (org-footnote-goto-local-insertion-point): Make footnote insertion
29438         work correctly when the "Footnotes" headline is the last line in
29439         the buffer.
29441         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
29442         the location.
29444 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29446         * org-w3m.el (org-w3m): New customization group.
29447         (org-w3m-deactivate-mark): New option.
29448         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
29449         option say not to.
29451 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29453         * org.el (org-set-font-lock-defaults): Trigger footnote
29454         fontification.
29455         (org-activate-footnote-links): New function.
29456         (org-activate-links): New entry `footnote'.
29458         * org-faces.el (org-footnote): New face.
29460 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29462         * org-macs.el (org-re): Handle the [:word:] class.
29464         * org-exp.el (org-export-preprocess-string):
29465         Call `org-export-protect-colon-examples'.
29466         (org-export-protect-colon-examples): Rename from
29467         `org-export-protect-examples', and scope limited to lines starting
29468         with a colon.
29470 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29472         * org-exp.el (org-export-preprocess-string): Move the preprocess
29473         hook to after turning on Org-mode.
29474         (org-export-preprocess-after-include-files-hook)
29475         (org-export-preprocess-after-tree-selection-hook)
29476         (org-export-preprocess-before-backend-specifics-hook)
29477         (org-export-preprocess-final-hook): New hooks.
29478         (org-export-preprocess-string): Run the new hooks.
29480         * org.el (org-ctrl-c-minus): Fix indentation for new items.
29482         * org-footnote.el: New file.
29484         * org.el (org-footnote): Require footnote code.
29485         (org-startup-options): Add new footnote options.
29486         (org-mode-map): New keybindig for footnotes.
29487         (org-ctrl-c-ctrl-c): Add function at footnotes.
29488         (org-org-menu): New menu entries for footnotes.
29490         * org-export-latex.el (org-export-as-latex): Pass footnote
29491         variable to preprocessor.
29492         (org-export-latex-preprocess): Treat multiple references to a
29493         footnote.
29495         * org-exp.el (org-export-preprocess-string):
29496         Call `org-footnote-normalize'.
29497         (org-export-as-ascii, org-export-as-html): Pass footnote variable
29498         to preprocessor.
29499         (org-export-as-html): Treat multiple references to a footnote.
29501 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
29503         * org-export-latex.el (org-export-latex-links): Handle coderef
29504         links.
29506         * org.el (org-bracket-link-analytic-regexp++): New variable.
29507         (org-make-link-regexps):
29508         Initialize `org-bracket-link-analytic-regexp++'.
29509         (org-store-link): Implement special case in edit-src buffer.
29510         (org-insert-link): No use of ide to insert stored links.
29511         (org-link-search): Implement special case for coderefs.
29513         * org-exp.el (org-export-html-scripts): New constant.
29514         (org-export-html-style-default): Add a new style for highlighted
29515         code.
29516         (org-export-code-refs): New variable.
29517         (org-export-preprocess-string): Initialize `org-export-code-refs'.
29518         Call `org-export-replace-src-segments-and-examples'
29519         No longer call `org-export-protect-examples'.
29520         (org-export-target-internal-links): Take care of coderef targets.
29521         (org-export-last-code-line-counter-value): New variable.
29522         (org-export-replace-src-segments-and-examples): Rename from
29523         `org-export-replace-src-segments', and modified.
29524         (org-export-format-source-code-or-example): Rename from
29525         `org-export-format-source-code'.
29526         (org-export-number-lines): New function.
29527         (org-export-as-ascii, org-export-as-html): Handle coderef links.
29529 2009-01-23  Glenn Morris  <rgm@gnu.org>
29531         * org-rmail.el (rmail-narrow-to-non-pruned-header):
29532         Remove declaration of deleted function.
29534 2009-01-16  Glenn Morris  <rgm@gnu.org>
29536         * org-mouse.el (org-mouse-show-context-menu):
29537         Use mouse-menu-major-mode-map, if defined, rather than the obsolete
29538         mouse-major-mode-menu.
29540 2008-12-23  Carsten Dominik  <dominik@science.uva.nl>
29542         * org-remember.el (org-remember-handler): Safer way to get a new
29543         buffer accessing the target file.
29545         * org.el (org-refile-get-location): Handle case of current buffer
29546         not having a file associated with it.
29548 2008-12-22  Carsten Dominik  <dominik@science.uva.nl>
29550         * org-table.el (org-table-get-formula): Only ask to overwrite
29551         field formula if there really is one.
29553 2008-12-21  Carsten Dominik  <dominik@science.uva.nl>
29555         * org-export-latex.el (org-export-latex-make-header): Double the
29556         commenting % in the time stamp format.
29557         (org-export-latex-special-chars): Handle case where there is no
29558         match group 3.
29560 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
29562         * org.el (org-get-refile-targets, org-refile-get-location):
29563         Use expanded file name to improve comparison.
29565 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
29567         * org.el (org-scan-tags): Rescan for tags, to get the correct
29568         upcase/downcase stuff.  This slows things down for now, but it
29569         works.
29570         (org-mode): Make sure the tag-faces regexp is initialized.
29572         * org-export-latex.el (org-export-latex-links): Fix bug with
29573         undefined label.
29575         * org-table.el (org-table-get-specials):
29576         Set `org-table-current-last-data-line'.
29577         (org-table-current-last-data-line): New variable.
29578         (org-table-insert-column, org-table-delete-column)
29579         (org-table-move-column, org-table-fix-formulas):
29580         Call `org-table-fix-formulas' a second time to fix the $LR references.
29581         (org-table-get-specials): Add the $LR references to the tables.
29582         (org-table-get-formula): Do not offer last-row names as LHS of
29583         formulas.
29585         * org.el (org-store-link): Capture link description from
29586         `org-id-store-link'.
29588         * org-exp.el (org-export-html-format-image): Add the / to the end
29589         of the <img> tag.
29590         (org-export-format-source-code): Surround example by empty lines,
29591         to make sure it will not be inside a paragraph.
29593         * org.el (org-ido-switchb): New function.
29595 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
29597         * org-agenda.el (org-agenda-show): New prefix argument
29598         FULL-ENTRY.
29600         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
29601         argument.
29603 2008-12-20  Glenn Morris  <rgm@gnu.org>
29605         * org.el (org-org-menu): Fix some more menu entries.
29607 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
29609         * org-table.el (org-table-get-specials): Revert introduction of @0
29610         as reference of the last table row, because of conflicts.
29612         * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
29613         argument, get the current tags directly.
29614         (org-agenda-set-tags): Leave getting current tags to
29615         `org-agenda-change-all-lines'.
29617 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
29619         * org.el (org-org-menu): Do not quote the set-tags command.
29621 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
29623         * Fix typos in comments and docstrings throughout Org-mode.
29625         * org.el (org-get-outline-path): Fix bug if level is not given.
29627         * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
29629 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
29631         * org.el (org-refile): Avoid refiling to within the region to be
29632         refiled.
29634         * org-export-latex.el (org-export-latex-special-chars):
29635         Replace special characters also in tables.
29637         * org-agenda.el (org-agenda-change-all-lines): New argument
29638         FORCE-TAGS.
29639         (org-agenda-set-tags): Get the new tags and pass them to
29640         `org-format-agenda-item'.
29642 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
29644         * org-export-latex.el (org-export-latex-classes): Add longable as
29645         a default package to all classes.
29646         (org-export-latex-tables): Handle the longtable attribute and the
29647         align attribute.
29649         * org-table.el (orgtbl-to-generic): Handle tables that start with
29650         a hline.
29652         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
29653         \verb for colde-like snippets.
29654         (org-export-as-latex): Fix issues with region export.
29656         * org.el (org-up-heading-safe): Speed up function by using a
29657         direct regexp search.
29658         (org-olpa): New variable.
29659         (org-get-outline-path): Speed-up path constructions in cases where
29660         this is possible because the entire hierarchy is scanned anyway.
29661         (org-refile-get-location): Don't compare the truenames of files,
29662         this is too slow.
29663         (org-goto-max-level): New option.
29664         (org-goto): Use `org-goto-max-level'.
29666 2008-12-16  Tassilo Horn  <tassilo@member.fsf.org>
29668         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
29669         Strip angle brackets from message-ids in the former and don't do
29670         it in the latter.
29671         (org-gnus-follow-link): Open summary reliable, even if the last
29672         messages were deleted, and handle empty groups, too.
29674 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
29676         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
29677         instead of \texttt for the =...= and ~===~ emphasis environments.
29678         (org-export-as-latex): Remove any old :org-license-to-kill text
29679         properties.
29680         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
29681         (org-export-latex-make-header): Add some hard space after the
29682         table of contents.
29683         (org-export-latex-first-lines): Accept RBEG argument.
29684         Mark exported text so that it will be excuded in further steps.
29686         * org-table.el (org-table-get-specials): Make @0 reference the
29687         last line in a table.
29688         (org-table-recalculate): Improve docstring.
29690 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
29692         * org.el (org-log-done): Fix docstring.
29694 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
29696         * org-exp.el (org-export-html-format-image): Fix bugs.
29698         * org-export-latex.el (org-export-latex-tables)
29699         (org-export-latex-links): Implement attribute, label, and caption
29700         handling.
29702         * org-exp.el (org-export-html-style-default): Add style
29703         definitions for the figure div.
29704         (org-export-preprocess-string, org-export-as-html):
29705         Implement attribute, label, and caption handling.
29706         (org-export-attach-captions-and-attributes): New function.
29707         (org-export-html-format-image): New function.
29708         (org-format-org-table-html): Implement attribute, label, and
29709         caption handling.
29711         * org.el (org-find-text-property-in-string): New function.
29712         (org-extract-attributes): Use the property org-attr instead of
29713         org-attrobutes, because this property is now set with the #+ATTR
29714         lines.
29716 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
29718         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
29719         the case that FROM is nil.
29721         * org.el (org-before-first-heading-p): New function.
29723 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
29725         * org-exp.el (org-export-as-html): Do not add a space before
29726         enforces line breaks.
29727         (org-export-as-html): Close paragraph before blockquote and verse
29728         tags.
29730 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
29732         * org-id.el (org-id-locations-file): Wrap file name with
29733         `convert-standard-filename'.
29734         (org-id-files): New variable.
29735         (org-id-use-hash): New option.
29736         (org-id-update-id-locations): Also search in all files current
29737         listed in `org-id-files'.  Convert the resulting alist to a hash
29738         if the user customation says so.
29739         (org-id-locations-save): Handle he case if `org-id-locations' is a
29740         hash.
29741         (org-id-locations-load): Convert the alist to a hash.
29742         (org-id-add-location): Handle the hast case.
29743         (kill-emacs-hook): Make sure id locations are saved when Emacs is
29744         exited.
29745         (org-id-hash-to-alist, org-id-alist-to-hash)
29746         (org-id-paste-tracker): New functions.
29748 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
29750         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
29751         bindings of calendar variables.
29753         * org-table.el (org-table-find-row-type): Rename from
29754         `org-find-row-type'.
29755         (org-table-rewrite-old-row-references): Rename from
29756         `org-rewrite-old-row-references'.
29757         (org-table-shift-refpart): Rename from `org-shift-refpart'.
29758         (org-table-cleanup-narrow-column-properties): Rename from
29759         `org-cleanup-narrow-column-properties'.
29761 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
29763         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
29764         for better error messages.
29765         (org-table-get-descriptor-line): Supply the new arguments to
29766         `org-find-row-type'.
29767         (org-table-error-on-row-ref-crossing-hline): New option.
29769         * org.el (org-target-link-regexp): Make buffer-local.
29770         (org-move-subtree-down): Fix bug with trees at beginning of
29771         buffer.
29773 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
29775         * org-faces.el (org-set-tag-faces): New function.
29776         (org-tags-special-faces-re): New variable.
29778         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
29780         * org-faces.el (org-tag-faces): New option.
29781         (org-tag): Mention `org-tag-faces' in the docstring.
29783 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
29785         * org-exp.el (org-export-html-style-default): Implement new
29786         quoting.
29788         * org-jsinfo.el (org-infojs-template): Implement new quoting.
29790         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
29791         command to the `w3m-minor-mode-map'.
29793         * org-archive.el (org-archive-to-archive-sibling):
29794         Protect `this-command' to avoid appending kills during archiving.
29796         * org-exp.el (org-export-with-priority): New variable.
29797         (org-export-add-options-to-plist): Use `org-export-plist-vars'
29798         instead of internal list of strings and properties.
29799         (org-print-icalendar-entries): Retrieve the location property with
29800         inheritance.
29802 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
29804         * org-exp.el (org-export-with-todo-keywords): New option.
29805         (org-export-plist-vars): Include also the keys for the #+OPTIONS
29806         line.
29807         (org-default-export-plist, org-export-add-options-to-plist)
29808         (org-export-as-ascii, org-export-as-html): Use the new structure
29809         of `org-export-plist-vars'.
29811         * org.el (org-map-entries): Return all values.
29813 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
29815         * org.el (org-matcher-time): Recognize more special values.
29817         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
29819 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
29821         * org.el (org-tags-exclude-from-inheritance): New option.
29822         (org-tag-inherit-p, org-remove-uniherited-tags):
29823         Respect `org-tags-exclude-from-inheritance'.
29825         * org-agenda.el (org-agenda-show-inherited-tags): New option.
29826         (org-format-agenda-item): Add inherited tags to the agenda line
29827         string, and make sure that properties are kept when downcasing the
29828         tags list.
29829         (org-agenda-add-inherited-tags): New function.
29830         (org-downcase-keep-props): New function.
29832         * org.el (org-scan-tags): Mark inherited tags with a text
29833         property.
29834         (org-get-tags-at): Mark inherited tags with a text property.
29835         (org-add-prop-inherited): New function.
29837         * org-agenda.el (org-agenda-add-inherited-tags): New function.
29838         (org-agenda-show-inherited-tags): New option.
29840 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
29842         * org.el (org-modules): Add org-w3m to the default modules.
29844         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
29845         orgtbl-mode.
29846         (orgtabl-create-or-convert-from-region): New command.
29848         * org-exp.el (org-export-as-ascii): Remove the handling of
29849         targets.
29850         (org-export-ascii-preprocess): Handle targets already in this
29851         function.
29853 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
29855         * org-timer.el (org-timer-start-time): Define this variable.
29856         (org-timer-item): Make argument optional.
29858         * org-list.el (org-insert-item): Automatically insert a timer item
29859         if the current list is a timer list.
29861         * org-timer.el: New file.
29863         * org-publish.el (org-publish-org-index): Only exclude the index
29864         file in the main directory from being added to the site-map.
29865         (org-publish-get-project-from-filename): If the current project is
29866         a component, start publishing from the parent project.
29868 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
29870         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
29872         * org-publish.el (org-publish-org-index): Improve removal of
29873         temporary buffers.
29875 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
29877         * org-agenda.el (org-get-closed): Re-apply changes
29878         accidentially overwritten by last commit to Emacs.
29880         * org.el (org-outline-path-complete-in-steps): New option.
29881         (org-refile-get-location):
29882         Honor `org-outline-path-complete-in-steps'.
29883         (org-agenda-change-all-lines, org-tags-sparse-tree)
29884         (org-time-string-to-absolute, org-small-year-to-year)
29885         (org-link-escape): Re-apply changes accidentially overwritten
29886         by last commit to Emacs.
29888 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
29890         * org-clock.el (org-dblock-write:clocktable): Make sure the
29891         clocktable sees the first line.
29892         (org-clock-in): Warn if the clock cannot be resumed.
29894 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
29896         * org.el (org-open-at-point): Fix mixup about interactive and
29897         non-interactive elisp links.
29899 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
29901         * org-exp.el (org-export-preprocess-string): Allow one comment
29902         line before the first headline to always be included.  This is
29903         to not miss a commented target.
29905         * org-mouse.el (org-mouse-insert-item):
29906         Call `org-indent-to-column' instead of `indent-to', for XEmacs
29907         compatibility.
29909         * org.el (org-refile-targets): Fix customize definition so
29910         that it works also in XEmacs.
29911         (org-fixup-indentation): Call `org-indent-to-column' instead
29912         of `indent-to', for XEmacs compatibility.
29914 2008-11-23  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
29916         * org-mew.el (org-mew-store-link): Get the correct case folder
29917         for refiled messages.
29919 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
29921         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
29922         line break indicators.
29924         * org.el (org-ido-completing-read): Remove the "i:" prefix for
29925         ido-completion propts.
29927 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
29929         * org-remember.el (org-remember-apply-template):
29930         Use `org-substring-no-properties'.
29932         * org-compat.el (org-substring-no-properties): New function.
29934         * org-remember.el (org-remember-apply-template):
29935         Use `org-substring-no-properties' for compatibility.
29937         * org-list.el (org-list-two-spaces-after-bullet-regexp):
29938         New option.
29939         (org-fix-bullet-type):
29940         Respect `org-list-two-spaces-after-bullet-regexp'.
29942         * org-clock.el (org-clock-load): Clean up the code.
29944         * org.el (org-adaptive-fill-function): Allow two spaces after
29945         "1." as a list bullet.
29947 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
29949         * org-clock.el (org-clock-save, org-clock-load): Check for
29950         live buffers, existing files, and buffer file names to ensure
29951         consistent information.
29952         (org-clock-persist): Make `clock' a special value of this
29953         variable, and improve docstring.
29955         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
29956         (org-get-string-indentation): Adapt indentation when the bullet
29957         width changes.
29959 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
29961         * org-remember.el (org-remember-finalize): Make interactive.
29962         (org-remember-kill): New command.
29963         (org-remember-finish-immediately): Call `org-remember-finalize'
29964         directly.
29965         (org-remember-finalize): Make `org-remember-finalize' an interactive
29966         function.
29968 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
29970         * org-remember.el (org-remember-apply-template): No ido completion
29971         for free prompts in remember templates.
29972         (org-remember-before-finalize-hook): New hook.
29973         (org-remember-mode): New minor mode.
29974         (org-remember-apply-template): Turn on `org-remember-mode'.
29976         * org-remember.el (org-remember-apply-template): Fix the way how
29977         the list of allowed properties is retrieved from the target file.
29979         * org.el (org-insert-link): Improve file link matching.
29981 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
29983         * org-colview.el (org-columns-display-here): New argument
29984         DATELINE, to trigger using the new face.
29985         (org-agenda-colview-summarize): Call `org-columns-display-here'
29986         with the new argument.
29988         * org-faces.el (org-agenda-column-dateline): New face.
29990         * org-publish.el (org-publish-org-index): Use index-title at page
29991         title, not as section.
29993         * org-exp.el (org-export-html-format-desc): Respect the
29994         org-protect property.
29995         (org-export-as-html): Protect image specifiers that are in the
29996         description part of a link.
29998         * org.el (org-sort-entries-or-items, org-completing-read)
29999         (org-refile-get-location, org-olpath-completing-read, org-todo)
30000         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
30001         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
30002         (org-set-property, org-delete-property)
30003         (org-delete-property-globally): Use `org-ido-completing-read'.
30005         * org-remember.el (org-remember-apply-template):
30006         Use `org-ido-completing-read'.
30008         * org-publish.el (org-publish): Use `org-ido-completing-read'.
30010         * org-colview.el (org-columns-edit-value, org-columns-new)
30011         (org-insert-columns-dblock): Use `org-ido-completing-read'.
30013         * org-attach.el (org-attach-delete-one, org-attach-open):
30014         Use `org-ido-completing-read'.
30016         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
30017         Use `org-ido-completing-read'.
30019         * org.el (org-time-today): New function.
30020         (org-matcher-time): Use `org-time-today'.  Add special treatment
30021         for "<tomorrow>" and "<yesterday>".
30022         (org-ido-completing-read): New function.
30023         (org-completion-use-ido): New option.
30025         * org-exp.el (org-export-format-source-code): Fix bug in require
30026         htmlize code.
30027         (org-export-target-internal-links): Fix bug in search for text
30028         property.
30030 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
30032         * org-export-latex.el (org-export-latex-subcontent):
30033         Interpret target aliases as additional labels.
30035         * org-exp.el (org-export-target-aliases): New variable.
30036         (org-export-preprocess-string)
30037         (org-export-handle-invisible-targets): Fill the alias alist.
30038         (org-export-as-html): Remove the &nbsp; from the anchor, and also
30039         assign an id.
30040         (org-html-level-start): Insert the target aliases as additional
30041         anchors.
30043         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
30044         picture area.
30046 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
30048         * org.el (org-open-at-mouse): Ensure correct link abbreviations
30049         when following a link with the mouse from the agenda.
30051         * org-exp.el (org-export-as-html): Avoid lone </div> when no
30052         headlines are created.
30054 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
30056         * org.el (org-link-translation-function): New option.
30057         (org-open-at-point): Call `org-link-translation-function' if
30058         non-nil.
30059         (org-translate-link): New function.
30060         (org-translate-link-from-planner): New function.
30061         (org-open-at-point): Allow interactive commands in elisp links.
30063         * org-exp.el (org-icalendar-cleanup-string): Restore the old
30064         iCalendar quoting.  The new one seems to caus problems with
30065         applications.
30067         * org.el (org-yank): Set `this-command' to `yank', so that
30068         `yank-pop' will work.
30070 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
30072         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
30073         compliance as far as quoting is concerned.
30075         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
30076         hexified version of the tag.
30078         * org-vm.el (org-vm-follow-link): Require `vm-search'.
30080         * org.el (org-up-heading-safe, org-forward-same-level):
30081         Always call `org-back-to-heading' instead of `outline-back-to-heading'.
30082         (org-back-to-heading): New wrapper around outline-back-to-heading,
30083         with a useful error message telling where the error happened.
30085         * org-list.el (org-update-checkbox-count): Always call
30086         `org-back-to-heading' instead of `outline-back-to-heading'.
30088         * org-exp.el (org-export-as-html): Make sure that each <img> tag
30089         has an `alt' attribute, to ensure XHTML validation.
30091 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
30093         * org-publish.el (org-publish-attachment): Allow publishing to
30094         overwrite attachment files.
30096         * org-agenda.el (org-agenda-timerange-leaders): New option.
30097         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
30099         * org.el (org-edit-src-exit): Untabify ASCII image before
30100         returning.
30102 2008-11-19  Glenn Morris  <rgm@gnu.org>
30104         * org.el, org-mouse.el (org-agenda-change-all-lines):
30105         Fix declaration.
30107 2008-11-18  Carsten Dominik  <dominik@science.uva.nl>
30109         * org.el ("speedbar"): Only show context if the file really is an
30110         org-mode buffer.
30112 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
30114         * org.el (org-time-string-to-absolute, org-small-year-to-year)
30115         (org-tags-sparse-tree): Fix typos in docstrings.
30117 2008-11-15  Carsten Dominik  <dominik@science.uva.nl>
30119         * org-publish.el (org-publish-attachment): Allow copy-file to
30120         overwrite files.
30122 2008-11-13  Glenn Morris  <rgm@gnu.org>
30124         * org-agenda.el (org-get-closed): Fix alias.
30126 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
30128         * org.el (org-link-escape): Fix typo in docstring.
30130 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
30132         * org.el (org-yank): Make any prefix force normal yanking.
30133         Suppress folding if text would be swallowed into a folded
30134         subtree.
30135         (org-yank-folded-subtrees, org-yank): Docstring updates.
30137         * org-agenda.el (org-agenda-compare-effort): Treat no effort
30138         defined as 0.
30140         * org-exp.el (org-export-language-setup): Add Catalan and
30141         Esperanto language entries.
30143 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
30145         * org.el (org-refile): Allow refiling of entire regions.
30147         * org-clock.el (org-clock-time%): New function.
30149         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
30150         retrieve property values.
30152 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
30154         * org-agenda.el (org-agenda-list): Handle the value `only' of
30155         org-agenda-show-log'.
30156         (org-agenda-log-mode): Interpret a double prefix arg.
30158 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
30160         * org-exp.el (org-export-html-footnotes-section): New variable.
30161         (org-export-as-html): Use `org-export-html-footnotes-section' to
30162         insert the footnotes.
30163         (org-export-language-setup): Add "Footnotes" to language words.
30165 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
30167         * org.el (org-yank): Fix bug when not inserting a subtree.
30169 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
30171         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
30172         instead of `vm-beginning-of-message'.
30174         * org.el (org-make-link-regexps): Make sure that links to gnus can
30175         contain brackets.
30177 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
30179         * org-attach.el (org-attach-dir): Remove duplicate ID creation
30180         code.
30182         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
30183         shell output.
30185         * org.el (org-link-abbrev-alist): Improve customization type.
30187         * org-attach.el (org-attach-expand-link, org-attach-expand):
30188         New functions.
30190         * org-agenda.el (org-agenda-get-progress): Rename from
30191         `org-get-closed'.  Implement searching for state changes as well.
30192         (org-agenda-log-mode-items): New option.
30193         (org-agenda-log-mode): New option prefix argument, interpreted as
30194         request to show all possible progress info.
30195         (org-agenda-get-day-entries): Call `org-get-progress' instead of
30196         `org-get-closed'.
30197         (org-agenda-set-mode-name): Handle the more complex log mode
30198         settings.
30199         (org-get-closed): New alias, pointing to `org-get-progress'.
30201 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
30203         * org.el (org-file-apps-defaults-gnu)
30204         (org-file-apps-defaults-macosx)
30205         (org-file-apps-defaults-windowsnt): Add an entry defining the
30206         system command.
30207         (org-file-apps): Allow `system' as key and value.
30208         (org-open-at-point): Explain the effect of a double prefix arg.
30209         (org-open-file): If the argument `in-emacs' is (16),
30210         i.e. corresponding to a double prefix argument, try to open the
30211         file externally.
30213 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
30215         * org.el (org-insert-link): Abbreviate absolute files names in
30216         links.  Also, fix a bug in which the double C-u prefix would not
30217         be honored.
30219 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
30221         * org.el (org-insert-heading): If buffer does not end with a
30222         newline, add one if necessary to insert headline correctly.
30224         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
30225         paragraphs, not inside.
30227         * org.el (org-todo):
30228         Quote `org-agenda-headline-snapshot-before-repeat'.
30230         * org-exp.el (org-export-as-html): Fully process link descriptions.
30231         (org-export-html-format-desc): New function.
30232         (org-export-as-html): Collect footnotes into the correct basket.
30233         (org-html-protect): No longer protect quotations marks here, this
30234         goes wrong.
30236         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
30237         BEG.
30239         * org-compat.el (org-fit-window-to-buffer): New function (not
30240         really, a preliminary and incomplete version was present earlier,
30241         but not used).
30243         * org.el (org-fast-todo-selection, org-fast-tag-selection):
30244         Use `org-fit-window-to-buffer'.
30246         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
30248         * org-agenda.el (org-agenda-get-restriction-and-command)
30249         (org-fit-agenda-window, org-agenda-convert-date):
30250         Use `org-fit-window-to-buffer'.
30252         * org-exp.el (org-export-as-html): Process href links through
30253         `org-export-html-format-href'.
30254         (org-export-html-format-href): New function.
30256         * org-agenda.el (org-agenda-todo): Update only the current
30257         headline if this is a repeated TODO, marked done for today.
30258         (org-agenda-change-all-lines): New argument JUST-THIS, to change
30259         only the current line.
30261         * org.el (org-todo): Take a snapshot of the headline if the
30262         repeater might change it.
30264 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
30266         * org-publish.el (org-publish-find-title): Remove buffers visited
30267         only for extracting the title.
30269         * org-exp.el (org-export-html-style)
30270         (org-export-html-style-default): Mark style definitions as
30271         unparsed CDATA.
30273         * org-publish.el (org-publish-validate-link):
30274         Function re-introduced.
30276 2008-11-12  Charles Sebold  <csebold@gmail.com>
30278         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
30279         property.
30280         (org-plot-quote-timestamp-field): New function.
30281         (org-plot-quote-tsv-field): Call timestamp field function when
30282         necessary rather than just quoting as a string.
30283         (org-plot/gnuplot-to-data): Pass in timefmt property.
30284         (org-plot/gnuplot-script): Supports timefmt property.
30285         (org-plot/gnuplot): Checks for timestamp column before checking
30286         for text index column.
30288 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
30290         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
30292         * org-publish.el (org-publish-org-index): Create a section in the
30293         index file.
30294         (org-publish-org-index): Stop linking to directories.
30296         * org.el (org-emphasis-alist): Use span instead of <u> to
30297         underline text.
30299         * org-exp.el (org-export-as-html): Make sure <p> is closed before
30300         <pre> sections.
30302 2008-11-12  Sebastian Rose  <sebastian_rose@gmx.de>
30304         * org-jsinfo.el (org-infojs-template): Remove language attribute
30305         from script tag.
30307 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
30309         * org-agenda.el (org-agenda-remove-marked-text): New function.
30310         (org-agenda-mark-filtered-text)
30311         (org-agenda-unmark-filtered-text): New functions.
30312         (org-write-agenda): Remove filtered text.
30314         * org.el (org-make-tags-matcher): Give access to TODO "property"
30315         without speed penalty.
30317 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
30319         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
30320         option.
30321         (org-store-link-props): Make sure adding to the plist works
30322         correctly.
30324         * org-gnus.el (org-gnus-no-new-news): New function.
30325         (org-gnus-follow-link): Allow the article ID to be a message-id,
30326         in addition to allowing article numbers.  Message IDs make much
30327         more roubust links.
30328         (org-gnus-store-link): Use message-id to create link.
30330 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
30332         * org.el (org-emphasize): Reverse the selection array.
30333         (org-emphasis-alist): Set <code> tags for the verbatim
30334         environment.
30336         * org-remember.el (org-remember-handler): Fix bug with
30337         prefix-related changing of the note storage target.
30339         * org-exp.el (org-print-icalendar-entries): Make the exported
30340         priorities compatible with RFC 2445.
30342         * org-clock.el (org-clock-save): Insert time stamp without
30343         dependence on time-stamp.el.
30345 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
30347         * org.el ("saveplace"): If saveplace puts point into an invisible
30348         location, make it visible.
30349         (org-make-tags-matcher): Allow inactive time stamps in time
30350         comparisons.
30351         (org-yank-adjusted-subtrees): New option.
30352         (org-yank): Incorporate adjusting trees.
30353         (org-paste-subtree): New argument FOR-YANK which will cause
30354         insertion at point without backing up over white lines, and leave
30355         point at the end of the inserted text.  Also if the cursor is
30356         at the beginning of a headline, use the same level or the inserted
30357         tree.
30359         * org-publish.el (org-publish-get-base-files-1): Deal correctly
30360         with broken symlinks.
30362 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
30364         * org-exp.el (org-export-select-tags, org-get-current-options):
30365         Fix typo.
30367 2008-11-06  Glenn Morris  <rgm@gnu.org>
30369         * org-publish.el (org-publish-attachment): Use copy-file rather than
30370         eshell/cp.
30372 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
30374         * org.el (org-columns-modify-value-for-display-function):
30375         * org-table.el (org-table-convert-region): Fix typos in docstrings.
30377 2008-10-28  Glenn Morris  <rgm@gnu.org>
30379         * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
30381         * org-list.el (outline-next-heading, outline-back-to-heading):
30382         Fix declarations.
30384 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
30386         * org-agenda.el (org-format-agenda-item)
30387         (org-agenda-filter-make-matcher): Make sure tags are stored and
30388         compared downcased.
30390 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
30392         * org.el (org-insert-todo-heading): Fix bug with force-heading
30393         argument.
30395 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
30397         * org-exp.el (org-export-as-ascii): Handle the case that we are
30398         bulishing from an indirect buffer.
30400         * org-table.el (org-table-copy-down): Fix bug with time stamp
30401         increment.
30403         * org-mouse.el (org-mouse-features): New option.
30404         (org-mode-hook): Turn on features depending on
30405         `org-mouse-features'.
30407         * org.el (org-insert-heading-respect-content): Force heading
30408         creation.
30409         (org-insert-heading): Keep the folding state of the heading before
30410         the inserted one.
30412 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
30414         * org-archive.el (org-archive-to-archive-sibling): Handle top
30415         level headlines better.
30417 2008-10-26  Bastien Guerry  <bzg@gnu.org>
30419         * org-export-latex.el (org-export-latex-classes):
30420         Add \usepackage{graphicx} to the default list of packages.
30422 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
30424         * org-agenda.el (org-agenda-filter): Rename from
30425         `org-agenda-filter-tags'.
30427 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
30429         * org.el (org-entry-properties): Add CATEGORY property, iven if it
30430         is not defined as a property in this entry.
30431         (org-add-log-note): Mask prefix argument when immediately storing
30432         the note.
30434         * org-agenda.el (org-agenda-filter-effort-default-operator):
30435         New option.
30437 2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>
30439         * org.el (org-add-log-setup): Bugfix; code to find insertion point
30440         after drawers was skipping ahead one line too many, so notes were
30441         inserted after the first note instead of before it.
30443 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
30445         * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
30446         New variables.
30447         (org-prepare-agenda): Reset the filter tags.
30448         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
30449         Show filter tags in mode line.
30451         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
30452         formatter.
30454         * org-export-latex.el (org-latex-entities-regexp): New constant.
30455         (org-export-as-pdf): Use two calls to `shell-command'.
30457 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
30459         * org-export-latex.el (org-export-latex-treat-sub-super-char):
30460         Honor the {} value of the subsuperscript setting.  Make sure that
30461         longer subsuperscripts are typeset in a roman font.
30463         * org.el (org-clock-update-time-maybe): Compute negative clock
30464         intervals correctly.
30466 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
30468         * org.el (org-add-log-setup):
30469         Respect `org-log-state-notes-insert-after-drawers'.
30470         (org-log-state-notes-insert-after-drawers): New option.
30471         (org-todo-trigger-tag-changes): New function.
30472         (org-todo): Call `org-todo-trigger-tag-changes'.
30474 2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>
30476         * org.el (org-add-log-setup): Only skip drawers if they are
30477         immediately after the scheduling keywords.
30479         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
30480         function.
30481         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
30482         call it with the current todo state to get the state to switch to
30483         when clocking in.
30484         (org-clock-in): Use org-indent-line-function to indent clock lines.
30485         (org-clock-find-position): Fix indentation of empty clock drawers.
30487 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
30489         * org-publish.el (org-publish-org-to): Handle case when
30490         org-export-to-pdf does return a file name, not a buffer.
30491         (org-publish-org-to-pdf): New function.
30493         * org-export-latex.el (org-export-as-pdf)
30494         (org-export-as-pdf-and-open): New commands.
30496         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
30497         forms as ranges.
30499         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
30500         things in protexted regions.
30502 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
30504         * org-export-latex.el (org-export-latex-preprocess):
30505         Improve quoting of LaTeX environments.
30507 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
30509         * org.el (org-default-notes-file):
30510         * org-publish.el (org-publish-timestamp-directory):
30511         * org-id.el (org-id-locations-file): Run file names that begin
30512         with a period thru `convert-standard-filename'.
30514 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
30516         * org-plot.el: Switch coding system to unix.
30518 2008-10-12  John Wiegley  <johnw@newartisans.com>
30520         * org-attach.el: New file.
30522 2008-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
30524         * org.el (org-edit-fixed-width-region): Exclude final newline from
30525         picture area.
30527         * org-export-latex.el (org-export-latex-subcontent): Add labels to
30528         sections, to make internal links work.
30529         (org-export-latex-fontify-headline): Do not remove all text
30530         properties, to make sure that target properties survive this
30531         process.
30533         * org-exp.el (org-export-preprocess-string): Change sequence of
30534         modifications, to make sure links are prepared before the LaTeX
30535         conversions do happen.
30537         * org-attach.el (org-attach-delete-all): Rename from
30538         `org-attch-delete'.  Add a security query before deleting the
30539         entire directory.  New optional argument FORCE can overrule the
30540         security query.
30541         (org-attach-delete-one): New command.
30543         * org-attach.el (org-attach-file-list): Fix bug with directory.
30545         * org.el (org-apps-regexp-alist): New function.
30546         (org-file-apps): Add auto-mode to the default value.
30547         (org-open-file): Use the new structure of org-file-apps.
30549         * org-attach.el (org-attach): Support the new keys.
30550         (org-attach-method): New option.
30552         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
30553         March.
30555         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
30556         of the list value o `org-use-tag-inheritance'.
30558         * org-attach.el (org-attach-auto-tag): New option.
30559         (org-attach-tag, org-attach-untag): New functions.
30560         (org-attach-attach, org-attach-new, org-attach-sync):
30561         Call `org-attach-tag'.
30562         (org-attach-delete): Call `org-attach-untag'.
30564         * org-table.el (orgtbl-self-insert-command): Make this work for
30565         the keypad as well.
30567         * org.el (org-add-log-setup): Limit searc for drawers to entry
30568         text, not to subtree.
30570         * org-clock.el (org-clock-heading-for-remember): New variable.
30571         (org-clock-in): Set `org-clock-heading-for-remember'.
30573 2008-10-12  James TD Smith  <ahktenzero@mohorovi.cc>
30575         * org-remember.el (org-remember-apply-template): Add new
30576         expansions: %k, %K for currently clocked task and a link to the
30577         currently clocked task, and %< to file notes in the currently
30578         clocked task.
30580 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
30582         * org-export-latex.el (org-export-latex-make-header): Also insert
30583         the content of the property :latex-header-extra.
30585         * org-exp.el (org-infile-export-plist): Put the content of
30586         #+LATEX_HEADER: into the property :latex-header-extra.
30588         * org-colview.el (org-columns-get-format-and-top-level):
30589         Remove resetting the marker.
30591         * org.el (org-entry-property-inherited-from): Improve docstring.
30592         (org-entry-get-with-inheritance): Reset marker before starting the
30593         search.
30595         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
30597         * org.el (org-entry-get-multivalued-property)
30598         (org-entry-protect-space, org-entry-restore-space):
30599         New functions.
30600         (org-file-apps-defaults-macosx): Let PostScript files be opened by
30601         preview.
30602         (org-time-stamp-inactive): Call `org-time-stamp'.
30603         (org-time-stamp): New argument `inactive'.  Also edit inactive
30604         stamps.  Convert time stamp type.
30605         (org-open-file): Interpret the `default' value for the `command'
30606         in `org-file-apps'.
30608         * org-id.el (org-id-int-to-b36-one-digit)
30609         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
30610         (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
30611         b36.
30613         * org-id.el (org-id-reverse-string): New function.
30614         (org-id-new): Use `org-id-reverse-string' to make sure the
30615         beginning chars of the ID are mutating fast.  This allows to use a
30616         directory structure to spread things better.
30617         (org-id-prefix): Change default to nil.
30619         * org-list.el (org-move-item-down, org-move-item-up): Remember and
30620         restore the column of the cursor position.
30622         * org-remember.el (org-remember-apply-template): Remove properties
30623         from `initial'.
30625         * org-wl.el (org-wl-open): Remove useless call to
30626         `wl-thread-open-all'.
30628         * org-remember.el (org-remember-handler): Fix bug with `bottom'
30629         location.
30631         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
30632         `org-bbdb-anniversaries'.
30634         * org.el (org-get-next-sibling, org-forward-same-level):
30635         New functions, similar to the outline versions, but invisible headings
30636         are OK.
30638 2008-10-12  Bastien Guerry  <bzg@gnu.org>
30640         * org.el (org-auto-repeat-maybe): Insert a space between
30641         the timestamp's type and the timestamp itself.
30643 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
30645         * org-table.el (org-table-sum): Do not format the result with %g,
30646         it does rounding when there are too many digits.
30648         * org.el (org-map-entries): Protect the keyword-selecting variables.
30650 2008-10-12  Bastien Guerry  <bzg@gnu.org>
30652         * org-agenda.el (org-agenda-to-appt): Make sure the function check
30653         against all agenda files.
30655 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
30656             Bastien Guerry  <bzg@gnu.org>
30658         * org-list.el: New file, aggregating list functions from org.el
30659         and org-export-latex.el.
30661 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
30663         * org.el (org-edit-src-region-extra): New option.
30665         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
30666         time before 1am.
30668 2008-10-12  Bastien Guerry  <bzg@gnu.org>
30670         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
30672 2008-10-12  James TD Smith  <ahktenzero@mohorovi.cc>
30674         * org-plot.el (org-plot/gnuplot): Make tables starting with a
30675         hline work correctly.
30676         (org-plot/gnuplot-script): Put commas at the end of each script
30677         line.
30679         * org.el (org-get-refile-targets): Replace links with their
30680         descriptions.
30681         (org-imenu-get-tree): Replace links with their descriptions.
30683         * org-remember.el (org-remember-apply-template): Add a new
30684         expansion for adding properties to remember items.
30686         * org.el (org-add-log-setup): Skip over drawers (properties,
30687         clocks etc) when adding notes.
30689         * org-agenda.el (org-agenda-get-closed): Show durations of clocked
30690         items as well as the start and end times.
30692         * org-compat.el (org-get-x-clipboard-compat): Add a compat
30693         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
30695         * org-remember.el (org-get-x-clipboard): Use the compat
30696         function to get clipboard values when x-selection-value is
30697         unavailable.  Use substring-no-properties instead of
30698         set-text-properties to remove text properties from the clipboard
30699         value.
30701         * org-clock.el (org-update-mode-line): Support limiting the
30702         modeline clock string, and display the full todo value in the
30703         tooltip.  Set a local keymap so mouse-3 on the clock string goes to
30704         the currently clocked task.
30705         (org-clock-string-limit): Add a custom value for the maximum
30706         length of the clock string in the modeline.
30707         (org-clock-mode-map): Add a keymap for the modeline string.
30709 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
30711         * org-compat.el (org-propertize): New function.
30713 2008-10-12  Bastien Guerry  <bzg@gnu.org>
30715         * org-export-latex.el (org-export-latex-tables): Protect exported
30716         tables from further special chars conversion.
30717         (org-export-latex-preprocess): Preserve LaTeX environments.
30718         (org-list-parse-list): Parse descriptive lists.
30719         (org-list-to-generic, org-list-to-latex, org-list-to-html)
30720         (org-list-to-texinfo): Export descriptive lists.
30721         (org-quote-chars): Remove.
30722         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
30723         (org-export-latex-list-beginning-re): Rename to
30724         `org-list-beginning-re'.
30725         (org-list-item-begin): Rename to `org-list-item-beginning'.
30727 2008-10-12  Eric Schulte  <schulte.eric@gmail.com>
30729         * org-plot.el: New file.
30731 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
30733         * org.el (org-refile): Allow refiling to the last entry in the
30734         buffer.
30735         (org-get-tags-at): Fix bug when inheritance is turned off.
30737         * org.el (org-indent-line-function): No longer check for src
30738         regions, this is too much overhead.
30740         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
30741         matching.
30743         * org.el (org-scan-tags): Make sure that tags matching is not case
30744         sensitive.  TODO keyword matching is case sensitive, however, to
30745         avoid confusion with similar words that are not meant to be
30746         keywords.
30748         * org.el (org-get-local-tags-at): New function.
30749         (org-get-local-tags): New function.
30751         * org-exp.el (org-export-get-categories): New function.
30753         * org-agenda.el (org-sorting-choice)
30754         (org-agenda-sorting-strategy, org-agenda-get-todos)
30755         (org-agenda-get-timestamps, org-agenda-get-deadlines)
30756         (org-agenda-get-scheduled, org-agenda-get-blocks)
30757         (org-entries-lessp): Implement sorting by TODO state.
30758         (org-cmp-todo-state): New defsubst.
30760         * org-colview.el (org-colview-construct-allowed-dates):
30761         New function.
30762         (org-columns-next-allowed-value):
30763         Use `org-colview-construct-allowed-dates'.
30765         * org.el (org-protect-slash): New function.
30766         (org-get-refile-targets): Use `org-protect-slash'.
30768         * org-agenda.el (org-global-tags-completion-table): New variable.
30770         * org-exp.el (org-export-handle-export-tags): New function.
30771         (org-export-preprocess-string):
30772         Call `org-export-handle-export-tags'.
30774         * org-publish.el (org-publish-expand-components): Function removed.
30775         (org-publish-expand-projects): Allow components to have components.
30777         * org.el (org-indent-line-function): Do not indent in regions that
30778         are external source code.
30779         (org-yank-and-fold-if-subtree): New function.
30781         * org-agenda.el (org-agenda-todayp): New function.
30782         (org-agenda-get-deadlines, org-agenda-get-scheduled):
30783         Use `org-agenda-todayp'.
30785         * org.el (org-insert-heading-respect-content)
30786         (org-insert-todo-heading-respect-content): New commands.
30787         (org-insert-heading-respect-content): New option.
30788         (org-insert-heading): Respect `org-insert-heading-respect-content'.
30790         * org-clock.el (org-clock-find-position): Make sure the note after
30791         the clock line gets moved into the new clock drawer.
30793         * org-id.el (org-id-new): New option.
30795         * org-table.el (org-table-copy-down): Avoid overflow during
30796         increment.  Use prefix argument 0 to temporarily disable the
30797         increment.
30799         * org-exp.el (org-export-as-html): Do not turn on the major mode
30800         if the buffer will be killed anyway.
30801         (org-get-current-options): Exclude the #+TEXT field.
30802         (org-export-as-html): Make sure text before the first headline is
30803         a paragraph.
30805         * org-publish.el (org-publish-org-to): Tell the exporter that this
30806         buffer will be killed, so it is not necessary to do major mode
30807         initialization.
30809         * org-archive.el (org-archive-to-archive-sibling): Show empty
30810         lines after folding the archive sibling.
30812         * org.el (org-log-note-extra): New variable.
30814 2008-10-12  Bastien Guerry  <bzg@gnu.org>
30816         * org.el (org-additional-option-like-keywords): Add keywords for
30817         the _QUOTE, _VERSE and _SRC environments.
30819         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
30820         exporting _QUOTE and _VERSE environments.
30822 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
30824         * org-agenda.el (org-agenda-filter-by-tag): New command.
30826         * org-exp.el (org-get-current-options): Remove angular brackets
30827         from the date entry.
30829         * org.el (org-edit-fixed-width-region): New function.
30830         (org-edit-fixed-width-region): Also try
30831         `org-edit-fixed-width-region'.
30832         (org-edit-fixed-width-region-mode): New option.
30833         (org-activate-code): Only interpret lines starting with colon
30834         plus a space as example lines.
30836         * org-remember.el (org-remember-templates): Add nil instead of
30837         empty strings to fix the length of remember templates.
30839         * org-table.el (org-calc-default-modes): Fix the time format for
30840         calc, from 12 hour to 24 hour clock.
30842         * org-agenda.el (org-agenda-get-deadlines)
30843         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
30844         entries that are pre-warnings of deadlines or reminders.
30846         * org.el (org-sort-entries-or-items): Make numeric and alpha
30847         comparisons ignore any TODO keyword and priority cookie.
30849         * org-remember.el (org-remember-handler): Reinterpretation of the
30850         prefix argument.
30852         * org-agenda.el (org-agenda-get-scheduled): Use new
30853         `org-scheduled' face.
30855         * org-faces.el (org-scheduled): New face.
30857         * org-wl.el (org-wl-open): Remove incorrect declaration.
30859         * org-gnus.el (org-gnus-store-link): Support for :to information
30860         in gnus links.
30862         * org-exp.el (org-export-as-html): Fix typo in creator
30863         information.
30864         (org-export-protect-examples): New parameter indent.  Insert extra
30865         spaces only when this parameter is specified.
30866         (org-export-preprocess-string): Call `org-export-protect-examples'
30867         with an indentation parameter when exporting to ASCII.
30869         * org-remember.el (org-remember-templates)
30870         (org-remember-apply-template): Allow the file component to be a
30871         function.
30873         * org.el (org-goto-local-search-headings): Rename from
30874         `org-goto-local-search-forward-headings'.  Added the possibility
30875         to search backwards.
30877         * org-export-latex.el (org-export-latex): New customization
30878         group.
30880         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
30882         * org-exp.el (org-html-do-expand): Allow {} to terminate
30883         tex macro.
30885         * org.el (org-buffer-list): Select buffers based on major mode,
30886         not on file name.
30888         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
30889         face property.
30891         * org-colview.el (org-columns-display-here):
30892         Use `org-columns-modify-value-for-display-function'.
30894         * org.el (org-columns-modify-value-for-display-function): New option.
30896         * org-publish.el (org-publish-file): Make sure the directory match
30897         for the publishing directory works correctly.
30899         * org-agenda.el (org-agenda-execute-calendar-command)
30900         (org-agenda-diary-entry): Additional optional argument.
30902 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
30904         * org-exp.el (org-export-as-html): Add attributes also in mailto
30905         and ftp links.
30907         * org.el (org-autoload): Add `org-dblock-write:columnview'.
30909 2008-08-11  Glenn Morris  <rgm@gnu.org>
30911         * org-mac-message.el (do-applescript): Fix declaration.
30913 2008-08-10  Glenn Morris  <rgm@gnu.org>
30915         * org-exp.el (org-export-as-html): Let-bind `i'.
30917         * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
30918         (org-extract-attributes): Let-bind `key', `value'.
30919         (org-make-tags-matcher): Let-bind `time-p'.
30921 2008-07-27  Carsten Dominik  <dominik@science.uva.nl>
30923         * org-install.el: New file.
30925 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
30927         * org-exp.el (org-export-html-style)
30928         (org-export-html-style-extra): Declare as safe-local-variable.
30930 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
30932         * org-publish.el (org-publish-file): Use the true name of the
30933         file.
30935         * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
30936         instead of :style.
30938         * org-exp.el (org-export-plist-vars)
30939         (org-export-add-options-to-plist): Handle creator setting flag.
30940         (org-export-as-html): Handle attributes also for ftp and mailto
30941         links.
30943         * org-agenda.el (org-agenda-diary-entry)
30944         (org-agenda-execute-calendar-command): Cater for the second
30945         argument of `calendar-cursor-to-date'.
30947 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
30949         * org-exp.el (org-export-region-as-html, org-export-as-html):
30950         Make sure that calls from `org-export-region-as-html' do not do the
30951         special check for a subtree.
30953         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
30955         * org.el (org-open-file):
30956         Use `org-open-directory-means-index-dot-org'.
30957         (org-open-directory-means-index-dot-org): New option.
30959         * org.el (org-make-link-string): Remove link attributes from
30960         description.
30961         (org-open-at-point): Remove link attributes before using the path.
30963         * org-exp.el (org-export-as-html): Handle link attributes.
30965         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
30967         * org-table.el (org-table-to-lisp): New function.
30969         * org.el (org-narrow-to-subtree): Do not include the final newline
30970         into the narrowed region.
30972         * org-agenda.el (org-agenda-custom-commands-local-options):
30973         Fix bug with user-define skipping condition.
30975         * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
30977         * org-exp.el (org-export-html-style-default): Automatic overflow
30978         handling for pre fields.
30979         (org-export-as-ascii, org-export-as-html): Change default format
30980         for time stamp.
30982         * org-table.el (org-table-export): Offer completion for translator
30983         functions, and do not require a heading above the table.
30985         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
30986         Cater for the case of a list starting in the first line of the
30987         buffer.
30989         * org-publish.el (org-publish-find-title): Bug fix.
30990         (org-publish-org-index): Implement new :index-style option.
30992         * org-publish.el (org-publish-timestamp-filename):
30993         Use SHA1-encoded file names in the timestamp directory.
30995         * org-publish.el (org-publish-needed-p): Be verbose about files
30996         published and files skipped.
30998         * org-exp.el (org-export-preprocess-string): Swap link
30999         normalization and internal link targeting.
31001         * org-publish.el (org-publish-needed-p): Create timestamp
31002         directory when it does not exist.
31004         * org-clock.el (org-clock-out-when-done): Doc fix.
31006         * org.el (org-agenda-skip-unavailable-files): Doc fix.
31008         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
31009         Ignore case when searching for the COMMENT cookie at export time.
31011         * org-exp.el (org-get-file-contents)
31012         (org-get-and-remove-property): New functions.
31013         (org-export-handle-include-files): Handle the new prefix options.
31014         (org-export-as-html): Fix the verse environment.
31016         * org.el (org-time=, org-time<, org-time<=, org-time>)
31017         (org-time>=, org-time<>, org-2ft): New functions.
31018         (org-op-to-function): Also provide for the time testing functions.
31020         * org-exp.el (org-export-html-style-default): New constant.
31022         * org-exp.el (org-export-html-style-extra): New variable.
31023         (org-export-splice-style): New function.
31025         * org-exp.el (org-export-plist-vars, org-export-as-html):
31026         Implement `org-export-creator-info'.
31027         (org-export-creator-info): New option.
31029         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
31030         (org-property-drawer-re, org-clock-drawer-re): New constants.
31032         * org-exp.el (org-icalendar-use-deadline)
31033         (org-icalendar-use-scheduled): New options.
31034         (org-icalendar-include-todo): Default changed to t.
31035         (org-print-icalendar-entries): Implement better utilization of
31036         scheduling and deadline time stamps.
31037         (org-export-target-internal-links, org-export-as-html): Allow file
31038         lines without the "file:" prefix if the file path is an absolute
31039         path or starts with ".".
31041         * org-clock.el (org-clocktable-shift): Also understand yesterday,
31042         lastweek etc.
31043         (org-clock-special-range): Also understand yesterday, lastweek etc.
31045         * org.el (org-agenda-skip-archived-trees): Docstring now
31046         discourages using this.
31047         (org-scan-tags): Check for org-agenda-archives-mode.
31048         (org-map-entries): Make sure org-agenda-archives-mode is nil.
31049         (org-agenda-files): Functionality of second arg changed.
31051         * org-agenda.el (org-agenda-archives-mode): New variable.
31052         (org-write-agenda, org-prepare-agenda, org-agenda-list)
31053         (org-search-view, org-todo-list, org-tags-view)
31054         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
31055         `ifmode' argument.
31056         (org-agenda-quit): Reset the archives mode.
31057         (org-agenda-archives-mode): New command.
31058         (org-agenda-set-mode-name): Include archives info.
31060         * org.el (org-paste-subtree): Make sure the yanked headline is
31061         visible if it was yanked at a visible point.
31062         (org-move-item-up): Fix the bug with moving white space at the end
31063         of the item.
31064         (org-show-empty-lines-in-parent): New function.
31066 2008-07-19  Juri Linkov  <juri@jurta.org>
31068         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
31069         new keymap `narrow-map' instead of binding "\C-xns".
31071 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
31073         * org.el (org-agenda-skip-unavailable-files):
31074         * org-clock.el (org-clock-out-when-done): Doc fixes.
31076 2008-06-18  Glenn Morris  <rgm@gnu.org>
31078         * org.el (org-map-entries): Let-bind `file'.
31080 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31082         * org-colview.el (org-columns-next-allowed-value): Bug fix.
31084         * org-agenda.el (org-agenda-get-closed): Get the end time into the
31085         agenda prefix as well.
31087         * org-publish.el (org-publish-org-index): Make a properly indented
31088         list.
31090         * org.el (org-calendar-agenda-action-key): New option.
31091         (org-get-cursor-date): New function.
31092         (org-mark-entry-for-agenda-action): New command.
31093         (org-overriding-default-time): New variable.
31094         (org-read-date): Respect `org-overriding-default-time'.
31096         * org-remember.el (org-remember-apply-template): Respect the
31097         overriding default time.
31099         * org-agenda.el (org-agenda-action-marker): New variable.
31100         (org-agenda-action): New command.
31101         (org-agenda-do-action): New function.
31103 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31105         * org.el (org-schedule, org-deadline): Protect scheduled and
31106         deadline tasks against changes that accidentally remove the
31107         repeater.  Also show a message with the new date when done.
31109 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31111         * org.el (org-beginning-of-line): Cater for the case when there
31112         are tags but no headline text.
31113         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
31114         it set.
31116 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31118         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
31119         the return value is nil instead of "nil" when there is no match.
31121         * org-exp.el (org-insert-centered): Use fill-column instead of
31122         80.
31123         (org-export-as-ascii): Use string-width to measure the width of
31124         the heading.
31126         * org.el (org-diary-to-ical-string): No longer kill buffer
31127         FROMBUF, this is now done by the caller.
31129         * org-exp.el (org-print-icalendar-entries): Move the call to
31130         `org-diary-to-ical-string' out of the loop, and kill the buffer
31131         afterwords.
31133         * org-remember.el (org-remember-visit-immediately):
31134         Position cursor after moving to the note.
31135         (org-remember-apply-template): Use a text property to record the
31136         cursor position.
31137         (org-remember-handler): Align tags after pasting the note.
31139 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31141         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
31143         * org-agenda.el (org-agenda-open-link): If there is an
31144         org-bbdb-name property in the current line, jump to that bbdb
31145         entry.
31147         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
31148         text property, so that the agenda knows where this entry comes
31149         from.
31151         * org-agenda.el (org-agenda-clock-in): Fix bug in the
31152         interaction between clocking-in from the agenda, and  automatic
31153         task state switching.
31155         * org-macs.el (org-with-point-at): Bug fix in macro definition.
31157         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
31158         zmacs-region stays after this command in XEmacs.
31160 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31162         * org.el (org-scan-tags): Allow new values for ACTION parameter.
31164         * org-remember.el (org-remember-templates): Fix bug in
31165         customization type definition.
31167         * org.el (org-map-entries): New function.
31169 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31171         * org-agenda.el (org-agenda-skip-comment-trees): New option.
31172         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
31174 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31176         * org-remember.el (org-jump-to-target-location): New variable.
31177         (org-remember-apply-template):
31178         Set `org-remember-apply-template' if requested by template.
31179         (org-remember-handler): Start an idle timer to jump to
31180         remember location.
31182         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
31184         * org.el (org-set-regexps-and-options): Fix bug with parsing of
31185         file tags.
31186         (org-get-tags-at): Add the content of `org-file-tags'.
31188         * org-exp.el (org-export-handle-comments): Fix bug with several
31189         comment lines after each other.
31190         (org-number-to-roman, org-number-to-counter): New functions.
31191         (org-export-section-number-format): New option.
31193 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31195         * org-exp.el (org-export-protect-examples): Catch the case of a
31196         missing end_example line.
31198         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
31199         `org-file-tags' to nil.
31201         * org-colview.el (org-columns-next-allowed-value): Handle next
31202         argument NTH to directly select a value.
31204 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31206         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
31208 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31210         * org.el (org-columns-ellipses): New option.
31212 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31214         * org-colview.el (org-columns-add-ellipses): New function.
31215         (org-columns-compact-links): New function.
31216         (org-columns-cleanup-item): Call `org-columns-compact-links'.
31217         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
31218         when in agenda.
31219         (org-columns-edit-value): Fix bug with editing values from
31220         agenda column view.
31221         (org-columns-redo): Also redo the agenda itself.
31223 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31225         * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
31226         New option.
31228         * org-colview.el (org-agenda-columns-cleanup-item): New function.
31230         * org-exp.el (org-export-ascii-preprocess): Rename from
31231         `org-export-ascii-clean-string'.
31232         (org-export-kill-licensed-text)
31233         (org-export-define-heading-targets)
31234         (org-export-handle-invisible-targets)
31235         (org-export-target-internal-links)
31236         (org-export-remove-or-extract-drawers)
31237         (org-export-remove-archived-trees)
31238         (org-export-protect-quoted-subtrees)
31239         (org-export-protect-verbatim, org-export-protect-examples)
31240         (org-export-select-backend-specific-text)
31241         (org-export-mark-blockquote-and-verse)
31242         (org-export-remove-comment-blocks-and-subtrees)
31243         (org-export-handle-comments, org-export-mark-radio-links)
31244         (org-export-remove-special-table-lines)
31245         (org-export-normalize-links)
31246         (org-export-concatenate-multiline-links)
31247         (org-export-concatenate-multiline-emphasis): New functions,
31248         obtained from spliting the export preprocessor.
31250         * org-table.el (org-table-recalculate): Improve error message if
31251         the row number is invalid.
31253 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31255         * org-archive.el (org-archive-save-context-info): Fix bugs in
31256         customization setup and docstring.
31258         * org-exp.el (org-export-html-style): Change the size of in the
31259         <pre> element to 90%.
31261 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31263         * org.el (org-find-src-example-start): Function removed.
31264         (org-edit-src-find-region-and-lang): New function.
31266 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31268         * org.el (org-edit-src-exit): New function.
31269         (org-exit-edit-mode): New minor mode.
31271         * org-exp.el (org-export-preprocess-string): Fix bug with removing
31272         comment-like lines from protected examples.
31274         * org.el (org-edit-src-example, org-find-src-example-start)
31275         (org-protect-source-example, org-edit-special): New functions.
31277 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31279         * org-publish.el (org-publish-project-alist): Fix typo in
31280         docstring.
31281         (org-publish-project-alist): Handle :index-title property.
31283 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31285         * org-export-latex.el (org-export-as-latex): Make sure region
31286         bounds are correct.  Parse subtree properties relating to export.
31288         * org-exp.el (org-export-add-options-to-plist): New function.
31289         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
31291 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31293         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
31294         EXPORT_TITLE.
31296         * org-exp.el (org-export-get-title-from-subtree)
31297         (org-export-as-ascii, org-export-as-html): Make sure the original
31298         region-beginning and region-end are used, even after moving point.
31299         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
31300         property.
31302         * org-remember.el (org-remember-last-stored-marker): New variable.
31303         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
31304         (org-remember-handler): Also use marker to remember
31305         last-stored position.
31307         * org.el (org-goto-marker-or-bmk): New function.
31309 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31311         * org.el (org-file-properties): Rename from `org-local-properties'.
31312         (org-scan-tags): Take file tags into account.
31313         (org-tags-match-list-sublevels): Default changed to t.
31315         * org-exp.el (org-export-as-html): Close paragraph after a footnote.
31317         * org.el (org-update-parent-todo-statistics): New function.
31319         * org-exp.el (org-icalendar-store-UID): New option.
31320         (org-icalendar-force-UID): Option removed.
31321         (org-print-icalendar-entries): IMplement UIDs.
31323 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31325         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
31327 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31329         * org-faces.el (org-column): Document how this face is being used
31330         and why sometimes the background faces shine through.
31332         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
31334         * org-publish.el (org-publish-attachment): Create publishing
31335         directory if it does not yet exist.
31337         * org-table.el (org-calc-default-modes): Change default number
31338         format to (float 8).
31340         * org.el (org-olpath-completing-read): New function.
31341         (org-time-clocksum-format): New option.
31342         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
31344         * org-clock.el (org-clock-display, org-clock-out)
31345         (org-update-mode-line): Use `org-time-clocksum-format'.
31347         * org-colview.el (org-columns-number-to-string):
31348         Use `org-time-clocksum-format'.
31350 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31352         * org-id.el: New file, move from contrib to core.
31354         * org-exp.el (org-icalendar-force-UID): New option.
31356 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31358         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
31359         shifted by one day if there is a date range without an end time.
31361         * org.el (org-try-structure-completion): New function.
31363 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31365         * org.el (org-set-font-lock-defaults): Improve fontification of
31366         description lists.
31367         (org-insert-item): Handle description lists.
31368         (org-adaptive-fill-function): Improve auto indentation in
31369         description lists.
31371         * org-exp.el (org-export-as-html, org-export-preprocess-string):
31372         Implement VERSE environment.
31373         (org-export-preprocess-string): Implement the COMMENT
31374         environment.
31376         * org-export-latex.el (org-export-latex-preprocess):
31377         Implement VERSE environment.
31379 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31381         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
31382         option.
31384 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31386         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
31388         * org.el (org-quote-csv-field): New functions.
31390         * org-table.el (org-table-export-default-format): Remove :splice
31391         from default format, we get the same effect by not specifying
31392         :tstart and :tend.
31393         (org-table-export): Improve setup, distinguish better between
31394         interactive and non-interactive use, allow specifying the format
31395         on the fly, better protection against wrong file names.
31396         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
31397         and :tend when :splice is omitted.
31399 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31401         * org-clock.el (org-clock-select-task): Make sure the selection
31402         letters are 1-9 and A-Z, no special characters.
31404 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31406         * org-exp.el (org-export-htmlize): New group.
31407         (org-export-htmlize-output-type)
31408         (org-export-htmlize-css-font-prefix): New options.
31409         (org-export-htmlize-region-for-paste): New function.
31410         (org-export-htmlize-generate-css): New command.
31412 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31414         * org.el (org-set-visibility-according-to-property): New function.
31415         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
31416         and compute the regular expressions, and update font-lock.
31417         (org-property-re): Allow a dash in property names.
31419         * org-archive.el (org-extract-archive-file): Insert the file name
31420         without the path into the format, to allow the location format to
31421         contain a subdirectory.
31423         * org-agenda.el (org-agenda-post-command-hook): If point is at end
31424         of buffer, and the `org-agenda-type' property undefined, use the
31425         value from the character before.
31427         * org.el (org-add-planning-info): Don't let indentation for
31428         would-be timestamp become extra whitespace at the end of headline.
31430 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31432         * org.el (org-remove-double-quotes, org-file-contents):
31433         New functions.
31435         * org-exp.el (org-infile-export-plist): Also parse the
31436         contents of #+SETUPFILE files, recursively.
31438         * org.el (org-set-regexps-and-options): Also parse the
31439         contents of #+SETUPFILE files, recursively.
31441         * org-exp.el (org-export-handle-include-files): New function.
31442         (org-export-preprocess-string):
31443         Call `org-export-handle-include-files'.
31445         * org.el (org-delete-property-globally)
31446         (org-delete-property, org-set-property): Ignore case during
31447         completion.
31448         (org-set-property): Use `org-completing-read' instead of
31449         `completing-read'.
31451         * org.el (org-complete-expand-structure-template): New,
31452         experimental function.
31453         (org-structure-template-alist): New, experimental option.
31454         (org-complete): Call `org-complete-expand-structure-template'.
31456 2008-06-17  Bastien Guerry  <bzg@gnu.org>
31458         * org-export-latex.el (org-export-latex-preprocess):
31459         Add support for blockquotes.
31461 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31463         * org.el (org-read-date-analyze): Catch the case where only a
31464         weekday is given.
31466 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31468         * org.el (org-set-font-lock-defaults): Make the description
31469         tag bold.
31471         * org-exp.el (org-export-as-html, org-close-li):
31472         Implement description lists.
31474 2008-06-17  Jason Riedy  <jason@acm.org>
31476         * org-table.el (*orgtbl-default-fmt*): New variable.
31477         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
31478         when there is no other fmt available.
31480         (orgtbl-to-generic): Allow an explicitly nil :tstart or
31481         :tend to suppress the appropriate string.
31483         (orgtbl-to-orgtbl): New function for translating to another orgtbl
31484         table.
31486 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31488         * org.el (org-read-date-analyze): "." as an alias for "+0" in
31489         read date.
31491         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
31492         New function.
31494         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
31495         New function.
31497 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31499         * org-clock.el (org-clock-find-position): Don't include notes
31500         into clock drawer.
31502         * org-archive.el (org-archive-subtree): No longer remove an
31503         extra line after cutting the subtree.  `org-cut-subtree' already
31504         takes care of this.
31506         * org-remember.el (org-remember-handler): Only kill the target
31507         buffer if it does not contain the running clock.
31509         * org.el (org-markers-to-move): New variable.
31510         (org-save-markers-in-region, org-check-and-save-marker)
31511         (org-reinstall-markers-in-region): New function.
31512         (org-move-subtree-down, org-copy-subtree): Remember relative
31513         marker positions before cutting.
31514         (org-move-subtree-down, org-paste-subtree): Restore relative
31515         marker positions after pasting.
31517         * org-remember.el (org-remember-clock-out-on-exit): New option.
31518         (org-remember-finalize): Clock out only if the setting in
31519         `org-remember-clock-out-on-exit' requires it.
31520         (org-remember-handler): Do the cleanup in the buffer, to make sure
31521         that the clock marker remains in tact.
31523 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31525         * org-clock.el (org-clock-goto): Widen buffer if necessary.
31526         (org-clock-in): Make sure that also tasks outside the narrowed
31527         region will be clocked in correctly.
31528         (org-clock-insert-selection-line): Widen the buffer so that we can
31529         find the correct task heading.
31531         * org.el (org-base-buffer): New function.
31533         * org-exp.el (org-icalendar-cleanup-string): Make sure ","
31534         and ";" are escaped.
31535         (org-print-icalendar-entries): Also apply
31536         `org-icalendar-cleanup-string' to the headline, not only to the
31537         summary property.
31539 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
31541         * org-exp.el (org-export-preprocess-hook): New hook.
31542         (org-export-preprocess-string): Call `org-export-preprocess-hook'.
31544         * org.el (org-font-lock-hook): New variable.
31545         (org-font-lock-hook): New function.
31546         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
31548 ;; Local Variables:
31549 ;; coding: utf-8
31550 ;; add-log-time-zone-rule: t
31551 ;; End:
31553         Copyright (C) 2008-2013 Free Software Foundation, Inc.
31555   This file is part of GNU Emacs.
31557   GNU Emacs is free software: you can redistribute it and/or modify
31558   it under the terms of the GNU General Public License as published by
31559   the Free Software Foundation, either version 3 of the License, or
31560   (at your option) any later version.
31562   GNU Emacs is distributed in the hope that it will be useful,
31563   but WITHOUT ANY WARRANTY; without even the implied warranty of
31564   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
31565   GNU General Public License for more details.
31567   You should have received a copy of the GNU General Public License
31568   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.